@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600;700&display=swap");
body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
  font-size: 15px;
}

ul {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

/* Header */

.header {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.site-logo a img {
  height: 80px;
  margin: 7px 0;
}

.social-media {
  float: right;
  padding: 32px 0;
}

.social-media ul li {
  list-style: none;
  display: inline-block;
}

.social-media ul li a {
  font-size: 14px;
  width: 30px;
  display: block;
  text-align: center;
  padding: 4px 0 4px;
  color: #ff633e;
  border: 1px solid #ff633e;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  transition: all 0.5s ease;
}

.social-media ul li a:hover {
  background: #ff633e;
  color: #fff;
}

.nav-bar {
  border-top: 1px solid #d9d9d9;
  background: #f58064;
}

/* Banner */

.sec-gap {
  margin: 15px;
  border-radius: 15px;
  overflow: hidden;
}

.hero-banner .owl-nav {
  position: absolute;
  top: calc(50% - 30px);
  width: 100%;
}

.hero-banner .owl-nav button.owl-next span,
.hero-banner .owl-nav button.owl-prev span {
  z-index: 10;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  font-size: 40px;
  color: #fff;
  width: 30px;
  height: 60px;
  line-height: 55px;
  text-align: center;
  display: inline-block;
  background: linear-gradient(145deg, rgba(244, 129, 63, 1) 0%, rgba(241, 85, 106, 1) 100%);
  opacity: 0.5;
}

.hero-banner .owl-nav button.owl-next span:hover,
.hero-banner .owl-nav button.owl-prev span:hover {
  opacity: 1;
}

.hero-banner .owl-nav button.owl-next span {
  position: absolute;
  right: 50px;
}

.hero-banner .owl-nav button.owl-prev span {
  position: absolute;
  left: 50px;
}

.owl-theme .owl-nav {
  margin-top: 0px;
}

/* About Us */

.about-us {
  background: url(../img/about-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom right;
  padding: 80px 0;
}

.about-details {
  margin-top: 30px;
}

.about-details p {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  text-align: justify;
}

.about-titel h1 {
  margin-top: 30px;
  font-size: 60px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  margin-bottom: 30px;
}

/* 7 Havite */

.section {
  padding: 80px 0;
}

.seven-havits {
  background: url("../img/havit-bg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.havit-title {
  text-align: center;
  margin-bottom: 50px;
}

.havit-title h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

.havit-title p {
  width: 70%;
  margin: 0 auto;
}

.havits {
  margin-bottom: 30px;
  text-align: center;
  min-height: 320px;
  position: relative;
  padding: 20px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.havit-icon img {
  height: 70px;
}

.havits h2 {
  margin: 10px 0;
  font-size: 18px;
  color: #fff;
}

.havits p {
  font-size: 14px;
  color: #fff;
}

.havits1 {
  background: #0090ab;
}

.havits2 {
  background: #ea803d;
}

.havits3 {
  background: #664b77;
}

.havits4 {
  background: #669b35;
}

.havits5 {
  background: #92418a;
}

.havits6 {
  background: #0970b9;
}

.havits7 {
  background: #e53945;
}

.havit-no {
  position: absolute;
  padding: 4px 15px;
  top: 20px;
  left: -9px;
}

.havit-no::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 28px;
  width: 0;
  height: 0;
  border-top: 10px solid;
  border-left: 10px solid transparent;
}

.havits1 .havit-no {
  background: #00748b;
}

.havits1 .havit-no::after {
  border-top-color: #005d70;
}

.havits2 .havit-no {
  background: #ca6525;
}

.havits2 .havit-no::after {
  border-top-color: #99440f;
}

.havits3 .havit-no {
  background: #532d6c;
}

.havits3 .havit-no::after {
  border-top-color: #3f2053;
}

.havits4 .havit-no {
  background: #4c7823;
}

.havits4 .havit-no::after {
  border-top-color: #385b17;
}

.havits5 .havit-no {
  background: #742c6d;
}

.havits5 .havit-no::after {
  border-top-color: #571e52;
}

.havits6 .havit-no {
  background: #0b5991;
}

.havits6 .havit-no::after {
  border-top-color: #054f84;
}

.havits7 .havit-no {
  background: #c62632;
}

.havits7 .havit-no::after {
  border-top-color: #9d1b25;
}

/* Paradigm */

.paradigm-title {
  text-align: center;
  margin-bottom: 50px;
}

.paradigm-title h3 {
  font-size: 30px;
  line-height: 35px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

section.paradigm {
  background: #f8f8fc;
}

.featured-item,
.featured-item i,
.featured-item p {
  transition: 0.5s;
}

.service--item {
  transition: 0.5s;
  padding: 30px;
  min-height: 342px;
  border-radius: 5px;
  margin-bottom: 30px;
  background: #ffffff;
  box-shadow: 0px 20px 60px #6059bb12;
}

.service--item img {
  height: 60px;
  margin-bottom: 30px;
}

.bg-orange {
  background: #fd7114;
}

.service--item h4 {
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 22px;
}

.service--item p {
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
}

.service--item > a {
  font-size: 14px;
  font-weight: 600;
}

.color-orange {
  color: #fd7114;
}

.paradigm01:hover {
  background-image: url(../img/paradimg01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.paradigm02:hover {
  background-image: url(../img/paradimg02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.paradigm03:hover {
  background-image: url(../img/paradimg03.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.paradigm04:hover {
  background-image: url(../img/paradimg04.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.paradigm05:hover {
  background-image: url(../img/paradimg05.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.paradigm06:hover {
  background-image: url(../img/paradimg06.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.paradigm07:hover {
  background-image: url(../img/paradimg07.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.service--item:hover * {
  color: #ffffff;
}

.left-image-decor {
  background-image: url(../img/left-bg-decor.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
}

.right-image-decor {
  background-image: url(../img/right-bg-decor.png);
  background-repeat: no-repeat;
  background-position: right center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

/* Strategic */

.section__title {
  font-size: 30px;
  line-height: 35px;
}

.section-divider {
  display: inline-block;
  position: relative;
  height: 5px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #ff8a04;
  width: 90px;
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}

.section-divider:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  height: 5px;
  width: 8px;
  background-color: #fff;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: dot-move;
  animation-name: dot-move;
}

@-webkit-keyframes dot-move {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(88px);
    transform: translateX(88px);
  }
}

@-webkit-keyframes dot-move {
  from {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -ms-transform: translateX(88px);
    transform: translateX(88px);
  }
}

@keyframes dot-move {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(88px);
    transform: translateX(88px);
  }
}

@-webkit-keyframes dot-move2 {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(48px);
    transform: translateX(48px);
  }
}

@-webkit-keyframes dot-move2 {
  from {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -ms-transform: translateX(48px);
    transform: translateX(48px);
  }
}

@keyframes dot-move2 {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(48px);
    transform: translateX(48px);
  }
}

.section__desc {
  line-height: 20px;
  margin-bottom: 34px;
  font-size: 14px;
}

.course-content {
  padding: 30px;
}

.course-content h4 {
  font-size: 18px;
}

.course-item {
  background: #ffeee2;
  margin-bottom: 30px;
  box-shadow: 0px 20px 60px #6059bb11;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow: hidden;
}

.course-content p {
  font-size: 14px;
  margin-top: 15px;
}

/* Impact */

section.impact {
  background: #f8f8fc;
}

.impact-titel h2 {
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 50px;
}

.impact-box {
  margin-bottom: 30px;
}

.impact-title h2 {
  font-size: 18px;
  padding: 6px 10px;
  color: #fff;
}

.impact-detail p {
  padding: 10px;
  font-size: 15px;
}

.impact1 .impact-title h2 {
  background: #0090ab;
}

.impact1 .impact-detail p {
  background: #ddfaff;
}

.impact2 .impact-title h2 {
  background: #ea803d;
}

.impact2 .impact-detail p {
  background: #ffe9db;
}

.impact3 .impact-title h2 {
  background: #664b77;
}

.impact3 .impact-detail p {
  background: #f1dbff;
}

.impact4 .impact-title h2 {
  background: #669b35;
}

.impact4 .impact-detail p {
  background: #eaffd6;
}

.impact5 .impact-title h2 {
  background: #92418a;
}

.impact5 .impact-detail p {
  background: #ffdbfb;
}

.impact6 .impact-title h2 {
  background: #0970b9;
}

.impact6 .impact-detail p {
  background: #ddf1ff;
}

.impact7 .impact-title h2 {
  background: #e53945;
}

.impact7 .impact-detail p {
  background: #ffdddf;
}

/* Testimonial */

.testimonial {
  padding: 80px 0;
}

#testimonials {
  position: relative;
  z-index: 9;
}

#testimonials .item {
  position: relative;
}

#testimonials .item .testimonial-content {
  background: rgb(244, 129, 63);
  background: linear-gradient(145deg, rgba(244, 129, 63, 1) 0%, rgba(241, 85, 106, 1) 100%);
  margin-left: 60px;
  padding: 40px 30px;
  text-align: center;
  border-radius: 5px;
}

#testimonials .item .testimonial-content ul li {
  display: inline-block;
  margin: 0px 1px;
}

#testimonials .item .testimonial-content ul li i {
  color: #fff;
  font-size: 13px;
}

#testimonials .item .testimonial-content h4 {
  font-size: 22px;
  margin-top: 20px;
  color: #fff;
}

#testimonials .item .testimonial-content p {
  color: #fff;
  font-style: italic;
  font-weight: 200;
  margin: 20px 0px 15px 0px;
}

#testimonials .item .testimonial-content span {
  color: #fff;
  font-weight: 200;
  font-size: 13px;
}

#testimonials .author img {
  max-width: 120px;
  margin-bottom: -60px;
}

#testimonials.owl-carousel .owl-nav button.owl-next span {
  z-index: 10;
  top: 35%;
  border-radius: 100px;
  font-size: 46px;
  color: #fff;
  right: -100px;
  width: 50px;
  height: 50px;
  line-height: 42px;
  text-align: center;
  display: inline-block;
  background: rgb(244, 129, 63);
  background: linear-gradient(145deg, rgba(244, 129, 63, 1) 0%, rgba(241, 85, 106, 1) 100%);
  position: absolute;
}

#testimonials.owl-carousel .owl-nav button.owl-prev span {
  z-index: 10;
  top: 45%;
  border-radius: 100px;
  font-size: 46px;
  color: #fff;
  right: -100px;
  width: 50px;
  height: 50px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  background: rgb(244, 129, 63);
  background: linear-gradient(145deg, rgba(244, 129, 63, 1) 0%, rgba(241, 85, 106, 1) 100%);
  position: absolute;
}

/* Numbaring */

.numbaring {
  background: url(../img/numbar.jpg) fixed;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0;
}

.counter-Txt {
  text-align: center;
}

.counter-Txt h1 {
  font-size: 80px;
  color: #fff;
  font-weight: bold;
}

.counter-Txt h4 {
  font-size: 80px;
  color: #fff;
  font-weight: bold;
}

.counter-Txt h4 {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}

.elementor-shape-top {
  top: -1px;
}

.elementor-shape {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
}

.elementor-shape svg {
  display: block;
  width: -webkit-calc(250% + 1.3px);
  width: calc(250% + 1.3px);
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.elementor-shape .elementor-shape-fill {
  fill: #fff;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

/* Footer */

.footer {
  background: #f55c4a;
  padding: 80px 0 30px;
}

.footer-titel h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 30px;
}

.footer-link ul li {
  list-style: none;
  font-size: 13px;
  color: #fff;
  margin-bottom: 15px;
}

.footer-link ul li a {
  text-transform: uppercase;
  font-size: 13px;
  color: #ffe3d0;
}

.footer-link ul li ul {
  margin-top: 15px;
}

.footer-link ul li ul li {
  margin-left: 15px;
  list-style: circle;
  margin-bottom: 5px;
}

.footer-link ul li ul li a {
  font-size: 12px;
}

form.form .form-group label {
  font-size: 14px;
  color: #fff;
  margin: 0;
}

form.form .form-group .form-control {
  font-size: 14px;
  background: transparent;
  border-bottom: 1px solid #fff;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  color: #fff;
  padding: 0;
}

form.form .form-group {
  margin-bottom: 8px;
}

.form-control:focus {
  box-shadow: none;
}

form.form .form-group .form-control::placeholder {
  color: #fff;
}

form.form .form-group .form-control::-webkit-input-placeholder {
  color: #fff;
}

form.form .form-group .form-control:-ms-input-placeholder {
  color: #fff;
}

.copytxt p {
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding-top: 30px;
  border-top: 1px solid #ffac85;
  margin-top: 30px;
}

/* Profile */

.coach-txt-box {
  position: relative;
  display: table;
  min-height: 100%;
}

.middle {
  display: table-cell;
  vertical-align: middle;
}

.coach-txt {
  padding: 0;
}

.coach-txt h2 {
  font-size: 24px;
  color: #000;
  margin-bottom: 15px;
}

.coach-with-title h2 {
  color: #f55c4a;
}

.coach-txt h3 {
  font-size: 26px;
  font-family: "EB Garamond", serif;
  color: #f55c4a;
  margin-bottom: 15px;
}

p.quot {
  font-size: 22px;
  font-family: "EB Garamond", serif;
  color: #fff;
  margin-bottom: 15px;
  padding: 20px;
  width: 100%;
  font-weight: 700;
  background: url("../img/about-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

.coach-txt p {
  margin-bottom: 15px;
  text-align: justify;
}

.coach-txt ul {
  margin: 0 0 15px 15px;
  padding: 0;
}

.coach-txt ul li {
  list-style: circle;
}

.about-coach-img {
  margin-top: 15px;
  position: relative;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}

.about-coach-img img {
  border: 2px solid #f55c4a;
}

.about-coach-img p {
  font-size: 18px;
  margin-bottom: 0;
  color: #fff;
  background: #f55c4a;
  text-align: center;
  padding: 4px 10px;
  width: 100%;
  font-weight: 500;
}

p.coach-box {
  padding: 20px;
  background: #ffeee2;
  border-radius: 8px;
}

h2.coach-box {
  padding: 20px;
  font-size: 22px;
  background: #ffeee2;
  border-radius: 8px;
}

.section-b {
  padding-bottom: 80px;
}

.low-down {
  padding: 30px 40px;
  background: #ffeee2;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 30px;
}

.low-down p {
  margin-bottom: 0;
}

.in-short-banner {
  margin-bottom: 30px;
}

.mdrt {
  margin-bottom: 30px;
}

.who-img img,
.max-img img,
.bin-img img {
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}

.award-box {
  padding: 20px;
  background: #ffeee2;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  min-height: 200px;
}

.expertise-slide .item {
  background: #ffeee2;
  border: 1px solid #ffc6ad;
  text-align: center;
  overflow: hidden;
  border-radius: 8px;
}

.expertise-slide .item p {
  padding: 5px 0;
}

/* Coaching */

.coach-img {
  margin-bottom: 30px;
}

.coaching-titel {
  margin-bottom: 30px;
}

.coaching-titel h2 {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
}

.coachable-txt p {
  margin-bottom: 15px;
  text-align: justify;
}

.garamond {
  font-family: "EB Garamond", serif;
}

.coachable-txt h3 {
  color: #f55c4a;
  font-size: 24px;
  margin-bottom: 15px;
}

.strategy-titel h2 {
  text-transform: uppercase;
  font-size: 27px;
}

.strategy-titel {
  margin-bottom: 20px;
}

.strategy-box-head {
  padding: 10px;
  color: #fff;
  text-align: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.strategy-box-head h2 {
  font-size: 26px;
}

.sb-1 .strategy-box-head {
  background: #f5909f;
}

.sb-2 .strategy-box-head {
  background: #5e84b2;
}

.sb-3 .strategy-box-head {
  background: #a0b425;
}

.strategy-box-body {
  min-height: 420px;
  padding: 40px 30px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.how,
.why {
  margin-bottom: 30px;
}

.sb-1 .strategy-box-body {
  background: #ffeef1;
}

.sb-2 .strategy-box-body {
  background: #ebf4ff;
}

.sb-3 .strategy-box-body {
  background: #ecf0d7;
}

.strategy-box-body p,
.strategy-box-body ol li {
  margin-bottom: 15px;
  text-align: justify;
}

.small-shape svg {
  display: block;
  width: -webkit-calc(600% + 1.3px);
  width: calc(600% + 1.3px);
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sb-1 .elementor-shape-fill {
  fill: #f5909f;
}

.sb-2 .elementor-shape-fill {
  fill: #5e84b2;
}

.sb-3 .elementor-shape-fill {
  fill: #a0b425;
}

.pick-success-box.s1 {
  border: 1px solid #f5909f;
}

.pick-success-box.s2 {
  border: 1px solid #5e84b2;
}

.pick-success-box.s3 {
  border: 1px solid #a0b425;
}

.pick-success-box-head {
  color: #fff;
  text-align: center;
  padding: 20px;
}

.pick-success-box-head.s1 {
  background: #f5909f;
}

.pick-success-box-head.s2 {
  background: #5e84b2;
}

.pick-success-box-head.s3 {
  background: #a0b425;
}

.pick-success-box-head h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.pick-success-box-head h6 {
  font-size: 14px;
}

.pick-success-box-body {
  padding: 20px;
}

.pick-success-box-body p {
  margin-bottom: 15px;
  text-align: justify;
}

.pick-success-box-time {
  padding: 10px;
  text-align: center;
}

.pick-success-box-time.s1 {
  background: #d76f7e;
}

.pick-success-box-time.s2 {
  background: #45658d;
}

.pick-success-box-time.s3 {
  background: #86971f;
}

.pick-success-box-time h2 {
  font-size: 16px;
  color: #fff;
}

.s-view-box h2 {
  font-size: 24px;
  color: #000000;
  padding: 50px 30px;
  text-align: center;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}

.s-view-box-1 h2 {
  background: #fbe0e5;
}

.s-view-box-1 h2 span {
  color: #ed6e7b;
}

.s-view-list-1 ul li {
  background: #fbe0e5;
}

.s-view-list-1 ul li::before {
  background-color: #ed6e7b;
}

.s-view-list-1::after {
  height: 345px;
  top: 34px;
}

.conquer-pack-box-img-1 {
  border: 8px solid #ffa8a8;
}

.coachable-txt.packeg-titel-1 h3 {
  color: #ed6e7b;
}

.s-view-box-2 h2 {
  background: #deeaf6;
}

.s-view-box-2 h2 span {
  color: #187ba0;
}

.s-view-list-2 ul li {
  background: #deeaf6;
}

.s-view-list-2 ul li::before {
  background-color: #187ba0;
}

.s-view-list-2::after {
  height: 238px;
  top: 70px;
}

.conquer-pack-box-img-2 {
  border: 8px solid #187ba0;
}

.coachable-txt.packeg-titel-2 h3 {
  color: #187ba0;
}

.s-view-box-3 h2 {
  background: #e2f0d9;
}

.s-view-box-3 h2 span {
  color: #279d2e;
}

.s-view-list-3 ul li {
  background: #e2f0d9;
}

.s-view-list-3 ul li::before {
  background-color: #279d2e;
}

.s-view-list-3::after {
  height: 275px;
  top: 46px;
}

.conquer-pack-box-img-3 {
  border: 8px solid #279d2e;
}

.coachable-txt.packeg-titel-3 h3 {
  color: #279d2e;
}

.s-view-left {
  position: relative;
  display: table;
  min-height: 100%;
}

.s-view-list ul li {
  position: relative;
  list-style: none;
  padding: 10px 10px 10px 30px;
  margin-bottom: 15px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.s-view-list ul li:last-child {
  margin-bottom: 0;
}

.s-view-list ul li::after {
  content: "";
  width: 60px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: -60px;
  background-color: #000000;
}

.s-view-list ul li::before {
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  top: calc(50% - 13px);
  left: -13px;
  border: 4px solid #fff;
  box-shadow: 0 0 2px #000000;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  z-index: 1;
}

.s-view-list::after {
  content: "";
  width: 1px;
  position: absolute;
  left: -60px;
  background-color: #000000;
}

.s-view-box::after {
  content: "";
  width: 66px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: -66px;
  background-color: #000000;
}

.conquer-pack-box {
  margin-bottom: 15px;
}

.conquer-pack-box-img {
  background: #fff;
  padding: 12px;
  border-radius: 100%;
}

.conquer-pack-box-img img {
  height: 30px;
}

.conquer-pack-box-img {
  float: left;
  margin-right: 12px;
}

.conquer-pack-box-text p {
  padding: 10px 0;
}

ul.coach-box {
  padding: 20px;
  background: #ffeee2;
  border-radius: 10px;
}

ul.coach-box li {
  list-style: circle;
  margin-left: 15px;
}

.invest-table thead tr {
  text-align: center;
  color: #fff;
}

.invest-table .invest-table-titel {
  color: #fff;
  font-weight: bold;
}

.invest-table1 thead tr {
  background: #ed6e7b;
}

.invest-table .invest-table-titel1 {
  background: #ff8e99;
}

.invest-table2 thead tr {
  background: #187ba0;
}

.invest-table .invest-table-titel2 {
  background: #309dc6;
}

.invest-table3 thead tr {
  background: #279d2e;
}

.invest-table .invest-table-titel3 {
  background: #2eba36;
}

.invest-table .invest-table-price {
  font-weight: bold;
  color: red;
  text-align: center;
}

.have-it-all {
  background: #f55c4a;
}

.white * {
  color: #fff;
}

.offer-box {
  padding: 30px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.offer-box1 {
  background: #ed6e7b;
}

.offer-box2 {
  background: #187ba0;
}

.offer-box3 {
  background: #279d2e;
}

.offer-box ul li {
  list-style: none;
  color: #fff;
  padding: 3px;
}

.offer-img img {
  height: 130px;
}

.offer-img {
  position: absolute;
  top: -50px;
  right: 50px;
}

.class-package {
  margin-top: 50px;
}

.class-package h5 {
  font-size: 15px;
  color: #f55c4a;
}

.class-package h2 {
  font-size: 30px;
  font-weight: bold;
  margin: 10px 0;
}

.class-package img {
  height: 80px;
}

.highlight-box {
  padding: 20px;
  background: #ffeee2;
}

.highlight-box-radius {
  padding: 20px;
  background: #ffeee2;
  border-radius: 8px;
}

/* About */

.about-titel {
  margin-bottom: 30px;
}

.about-titel h2 {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
}

.about-txt p {
  margin-bottom: 15px;
  text-align: justify;
}

.middle-box {
  position: relative;
  display: table;
  min-height: 100%;
}

.pd-srv-box {
  background: #ffeee2;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  margin-top: 30px;
}

.pd-srv-box img {
  height: 250px;
}

.pd-srv-box p {
  margin-top: 20px;
  color: #f55c4a;
  font-weight: bold;
  font-size: 16px;
}

.values {
  background: #f2f2f2;
}

.value-background {
  background-color: #f55c4a;
  width: 100%;
  height: 300px;
}

.value-background {
  position: absolute;
  top: 0;
}

.value-box {
  text-align: center;
  background: #fff;
  padding: 30px 10px;
  border-radius: 10px;
  min-height: 330px;
  margin-bottom: 30px;
}

.value-icon img {
  height: 50px;
}

.value-icon {
  background: #f2f2f2;
  display: inline-block;
  padding: 20px;
  box-shadow: 2px 2px 2px #ebc6c6;
  border-radius: 100%;
  margin-bottom: 15px;
}

.value-txt h2 {
  font-size: 20px;
  color: #f55c4a;
  margin-bottom: 15px;
}

.value-txt p {
  font-size: 14px;
}

.our-story {
  background: url("../img/our-story.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.about-txt h5 {
  margin-bottom: 15px;
}

/* Team */

.team-page-section .team-block {
  margin-bottom: 30px;
}

.team-section.style-two .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-position: center center;
  background-repeat: no-repeat;
}

.team-block {
  position: relative;
  margin-bottom: 30px;
}

.team-block .inner-box {
  position: relative;
  padding: 0px 70px 30px 0px;
}

.team-block .inner-box:before {
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  left: 30px;
  bottom: 0px;
  border-radius: 10px;
  background-color: #f5f5f5;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}

.team-block .inner-box::after {
  position: absolute;
  content: "";
  top: 0px;
  left: 30px;
  bottom: 0px;
  width: 0%;
  border-radius: 10px;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  background-image: -ms-linear-gradient(top, #f98830 0%, #f55c4a 100%);
  background-image: -moz-linear-gradient(top, #f98830 0%, #f55c4a 100%);
  background-image: -o-linear-gradient(top, #f98830 0%, #f55c4a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffca08), color-stop(100, #f55c4a));
  background-image: -webkit-linear-gradient(top, #ffca08 0%, #f55c4a 100%);
  background-image: linear-gradient(to bottom, #ffca08 0%, #f55c4a 100%);
}

.team-block .inner-box:hover::after {
  width: 92%;
}

.team-block .inner-box .social-icons {
  position: absolute;
  right: 25px;
  top: 100px;
  z-index: 1;
}

.team-block .inner-box .social-icons li {
  position: relative;
  margin-bottom: 20px;
  list-style: none;
}

.team-block .inner-box .social-icons li a {
  position: relative;
  color: #f55c4a;
  font-size: 18px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.team-block .inner-box:hover .lower-content h3 a,
.team-block .inner-box:hover .social-icons li a,
.team-block .inner-box:hover .lower-content .designation {
  color: #ffffff;
}

.team-block .inner-box .image {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: inset 0px 0px 35px rgba(0, 0, 0, 0.2);
}

.team-block .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.team-block .inner-box .lower-content {
  position: relative;
  text-align: left;
  z-index: 1;
  padding: 30px 0px 0px 60px;
}

.team-block .inner-box .lower-content h3 {
  position: relative;
  color: #f55c4a;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3em;
}

.team-block .inner-box .lower-content h3 a {
  position: relative;
  color: #f55c4a;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.team-block .inner-box .lower-content .designation {
  position: relative;
  margin-top: 5px;
  color: #777777;
  font-size: 14px;
}

.team-block.style-two .inner-box .lower-content h3 a,
.team-block.style-two .inner-box .social-icons li a {
  color: #ff9600;
}

.team-block.style-two .inner-box:hover .lower-content h3 a,
.team-block.style-two .inner-box:hover .social-icons li a {
  color: #ffffff;
}

.team-block.style-two .inner-box::after {
  background-image: -ms-linear-gradient(top, #ffeb3c 0%, #ff9600 100%);
  background-image: -moz-linear-gradient(top, #ffeb3c 0%, #ff9600 100%);
  background-image: -o-linear-gradient(top, #ffeb3c 0%, #ff9600 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffeb3c), color-stop(100, #ff9600));
  background-image: -webkit-linear-gradient(top, #ffeb3c 0%, #ff9600 100%);
  background-image: linear-gradient(to bottom, #ffeb3c 0%, #ff9600 100%);
}

.modal-header {
  background: #f55c4a;
  padding: 8px 10px;
}

.modal-header * {
  color: #fff;
}

button:focus {
  outline: none;
}

.close {
  font-size: 40px;
  line-height: 30px;
}

.team-modal-img img {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.team-modal-text p {
  margin-bottom: 15px;
}

.modal-content {
  border: none;
}

.coaching-end {
  padding: 50px 30px;
  border-radius: 10px;
  background: url(../img/dreams-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.coaching-end .row .col-md-4 {
  border-right: 2px solid #fff;
}

.coaching-end .row .col-md-4:last-child {
  border: none;
}

.generation-txt {
  background: #ffeee2;
  padding: 30px;
  position: relative;
  display: table;
  min-height: 370px;
}

.generation-txt h2 {
  font-size: 26px;
  margin-bottom: 15px;
}

.generation-txt p {
  margin-bottom: 15px;
  text-align: justify;
}

.quot-txt {
  background: url(../img/quot-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding: 80px 50px;
  border-radius: 10px;
  text-align: center;
  min-height: 380px;
}

.about-business {
  background: url(../img/ca-business-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.quot-txt h2 {
  color: #fff;
  font-weight: bold;
  font-size: 48px;
  margin-bottom: 30px;
}

.quot-txt p {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}

.teans-text p {
  margin-bottom: 15px;
  text-align: justify;
}

.teans-titel {
  margin-bottom: 30px;
}

.teans-titel h2 {
  font-size: 40px;
  font-weight: 700;
}

ul.habit-sub-box {
  text-align: left;
  overflow: hidden;
}

.pedagogy-item-box {
  margin-bottom: 30px;
  text-align: center;
  padding: 15px;
  min-height: 160px;
}

.pedagogy-img {
  background: #fff;
  display: inline-block;
  padding: 15px;
  border-radius: 100%;
  margin-bottom: 15px;
}

.pedagogy-img img {
  height: 50px;
}

.pedagogy-txt h4 {
  color: #fff;
  font-size: 15px;
}

.pedagogy-box {
  background: #041044;
}

.take-aways-box {
  margin-bottom: 30px;
  border: 2px solid #000;
  border-radius: 10px;
  padding: 15px;
}

.take-aways-img {
  margin-bottom: 15px;
}

.take-aways-img img {
  height: 60px;
}

.take-aways-txt h4 {
  font-size: 18px;
}

.take-aways-box {
  margin-bottom: 30px;
  min-height: 152px;
}

/* Workshop */

.question-box {
  position: relative;
  background: #fbe0e5;
  padding: 15px 6px;
  margin-bottom: 15px;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
}

.question-icon {
  position: absolute;
  top: calc(50% - 22px);
}

.question-icon img {
  height: 44px;
}

.question-text {
  margin-left: 60px;
}

.question-text {
  margin-left: 80px;
}

.workshop-titel h2 {
  font-size: 40px;
  font-weight: 700;
}

.workshop-titel {
  margin-bottom: 50px;
}

.workshop-text p {
  margin-bottom: 15px;
  text-align: justify;
}

.happier-self-text p {
  /* font-family: 'EB Garamond', serif; */
  text-align: center;
  margin-bottom: 2px;
  font-size: 20px;
}

.workshop-text img {
  padding: 30px 0;
}

.transformation-bg {
  background: url(../img/transformation.jpg);
  padding: 50px 0 150px;
  margin-bottom: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.jyotsna-iransformation-left-img img {
  height: 350px;
}

.urgency-box {
  text-align: center;
  position: relative;
  display: table;
  min-height: 350px;
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  box-shadow: 5px 8px 5px #cecece;
}

.urgency-box img {
  height: 80px;
}

.urgency-box1 {
  background: #38bae8;
  border: 2px solid #20a5d5;
}

.urgency-box2 {
  background: #248c7d;
  border: 2px solid #0d7667;
}

.urgency-box3 {
  background: #fbc112;
  border: 2px solid #dfab0f;
}

.urgency-box4 {
  background: #ee2d7a;
  border: 2px solid #c41158;
}

.urgency-box5 {
  background: #f57f21;
  border: 2px solid #ce610a;
}

.urgency-box p {
  color: #fff;
}

.urgency-box h2 {
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 20px;
}

ul.habit-sub-box li {
  list-style: none;
  padding-bottom: 7px;
  display: -webkit-box;
}

.habit-sub-box-img {
  background: #fff;
  display: inline-block;
  padding: 8px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.habit-sub-box-img img {
  height: 35px;
}

.habit-sub-box-txt {
  position: relative;
  display: table;
  min-height: 50px;
  width: 80%;
  margin-left: 10px;
  font-size: 14px;
  color: #fff;
}

.happier-self7 .havits .habit-sub-box {
  min-height: 232px;
}

.workshop-text h4 {
  margin-bottom: 15px;
}

.transformation-titel {
  margin-bottom: 50px;
}

.transformation-titel h2 {
  font-size: 56px;
  font-weight: bold;
}

.transformation-text p {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}

.gain-btn {
  margin: 15px 0;
}

.gain-btn a {
  text-decoration: none;
  color: #fff;
  padding: 8px 20px;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
}

.happier-self-gains ul li {
  list-style: circle;
  list-style-position: inside;
  text-align: left;
}

/* CEO YOUTH */

.youth-quot .quot-txt {
  background: url(../img/youth-quot.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 450px;
}

.youth-mission-vision-box {
  background: #ffeee2;
  padding: 30px;
  position: relative;
  display: table;
  min-height: 370px;
}

.youth-mission-vision-box h2,
.youth-strategy-box h2 {
  font-size: 26px;
  margin-bottom: 15px;
}

.youth-strategy-box p {
  margin-bottom: 15px;
}

.youth-take-aways .take-aways-box {
  min-height: 180px;
}

.youth-curriculum .havits {
  min-height: 532px;
}

.bonanza-box {
  min-height: 100%;
  display: table;
}

.bonanza-box h2 {
  font-size: 45px;
  color: #d12600;
  font-weight: bold;
  margin-bottom: 15px;
}

.bonanza-box p {
  font-size: 32px;
  font-weight: bold;
}

section.free-bonanza {
  background: #fbe0e5;
  padding: 30px 0;
  margin-top: 30px;
}

/* employbity */

.employbity {
  background: url("../img/youth-quot.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.transformation-titel h1 {
  font-size: 90px;
  font-weight: bold;
}

.employbity-titel h2 {
  font-size: 38px;
  font-weight: bold;
}

.employbity-titel {
  margin-bottom: 10px;
}

.employbity-text p {
  font-size: 25px;
}

.employbity-text {
  margin-bottom: 40px;
}

.employment-nf-box .row {
  border: 1px solid #fbe0e5;
  padding: 5px 0;
}

.employment-nf-box .row:first-child {
  background: #fbe0e5;
}

.employment-nf h5 {
  color: #d12600;
  font-weight: bold;
}

.employment-nf p {
  font-size: 13px;
}

.employment-nf-box .row .col-6:first-child {
  border-right: 2px solid #fbe0e5;
}

.workshop-titel.required-skills {
  margin-bottom: 10px;
}

.happy-school-title h2 {
  font-size: 46px;
}

.happy-school-title {
  margin-bottom: 50px;
}

.book-txt p {
  font-size: 20px;
  margin-bottom: 15px;
}

.book-txt p i,
.book-txt ul li i {
  font-weight: 600;
}

.book-txt h3 {
  font-size: 22px;
  background: #81388a;
  color: #fff;
  padding: 6px 20px;
  margin-bottom: 15px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.book-txt ul li {
  font-size: 18px;
  list-style: inside;
  list-style-type: disc;
  margin-bottom: 15px;
}

.happy-school-title.measure-what h2 {
  font-size: 40px;
}

.happy-school-quot {
  background: #fbe0e5;
  padding: 30px;
}

.happy-school-quot {
  background: #fbe0e5;
  padding: 30px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.happy-school-quot-txt {
  display: table;
  min-height: 100%;
}

.happy-school-quot-txt p {
  font-size: 22px;
}

.happy-school-quot-txt p:last-child {
  float: right;
  font-size: 18px;
  margin-top: 5px;
}

.book-page-txt {
  display: table;
  min-height: 100%;
}

.book-txt.book-page-txt h4 {
  font-size: 38px;
  margin-bottom: 30px;
}

.happy-school-circle-txt {
  padding: 20px;
  min-height: 172px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.happy-school-circle1 .happy-school-circle-txt {
  background: #ffa2a2;
}

.happy-school-circle2 .happy-school-circle-txt {
  background: #a6a6a5;
}

.happy-school-circle3 .happy-school-circle-txt {
  background: #7f943b;
}

.happy-school-circle-txt p {
  color: #fff;
  font-weight: 600;
}

.happy-school-circle1 .happy-school-circle-img img {
  border: 15px solid #ffa2a2;
}

.happy-school-circle2 .happy-school-circle-img img {
  border: 15px solid #a6a6a5;
}

.happy-school-circle3 .happy-school-circle-img img {
  border: 15px solid #7f943b;
}

.happy-school-circle-img img {
  border-radius: 100%;
  margin-top: -10px;
}

/* Happier Self Class */

.problem-story-txt {
  color: #0c4e9e;
  font-family: "EB Garamond", serif;
}

.problem-story-txt h2,
.solution-txt h2 {
  font-size: 35px;
  margin-bottom: 20px;
}

.problem-story-txt p,
.solution-txt p {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 15px;
}

.problem-story-img {
  display: table;
  min-height: 100%;
}

.solution-txt {
  color: #40b64a;
  text-align: right;
  font-family: "EB Garamond", serif;
}

.solution-txt h4 {
  color: #f00;
  margin-bottom: 20px;
}

.solution-txt h4 span {
  font-size: 20px;
}

.self-slass-quot-txt p {
  font-size: 20px;
  margin-bottom: 15px;
}

.self-slass-quot-txt {
  display: table;
  min-height: 100%;
}

.self-class-rogram-left h2 {
  margin-bottom: 30px;
  font-size: 28px;
}

.self-class-rogram-right h2 {
  margin-bottom: 30px;
  font-size: 28px;
}

.self-class-rogram-right p {
  font-size: 16px;
  margin-bottom: 15px;
}

.self-class-rogram-left img {
  margin-bottom: 30px;
}

.middle-center {
  display: table;
  min-height: 100%;
}

.self-class-rogram-left h3 {
  font-size: 16px;
  padding: 20px 20px;
  background: #b42873;
  color: #fff;
  margin-bottom: 30px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

p.soft-skills-title {
  width: 100px;
  background: #b42873;
  color: #fff;
  height: 100px;
  font-size: 14px;
  padding: 32px 10px;
  text-align: center;
  border-radius: 100%;
}

p.soft-skills-title.soft-skills-title3 {
  padding: 18px 10px;
}

.soft-skills {
  width: 100%;
  margin-bottom: 10px;
}

p.soft-skills-title {
  float: left;
}

p.soft-skills-txt {
  float: right;
  width: 78%;
  font-size: 16px;
  padding: 28px 0px;
}

.soft-skills-quot h5 {
  color: red;
}

.ice-berg-quot {
  padding: 20px 20px;
  background: #0d4da1;
}

.ice-berg-quot h5 {
  font-size: 16px;
  color: #fff;
}

.self-class-v-txt {
  background: #fbe0e5;
  padding: 30px;
  margin-bottom: 20px;
}

.self-class-m-txt {
  background: #fbe0e5;
  padding: 30px;
}

.self-class-v-txt h2,
.self-class-v-txt p,
.self-class-m-txt h2 {
  margin-bottom: 15px;
}

.self-class-v-txt h3 {
  margin-bottom: 15px;
  font-size: 18px;
  color: #a70000;
}

.self-class-title {
  margin-bottom: 30px;
}

.self-class-title h2 {
  font-size: 45px;
}

.self-class-txt p {
  font-size: 16px;
  margin-bottom: 15px;
}

.self-class-servic-box {
  padding: 15px;
  background: #0c4f9f;
  margin-top: 50px;
  color: #fff;
  min-height: 308px;
}

.self-class-servic-txt h2 {
  font-size: 22px;
  margin-bottom: 15px;
}

.self-class-servic-txt p {
  font-size: 16px;
}

.self-class-servic-txt {
  margin-top: 15px;
}

.self-class-servic-no {
  text-align: center;
  width: 70px;
  height: 70px;
  background: #0c4f9f;
  border: 5px solid #fff;
  border-radius: 100%;
  padding: 10px 0;
  margin-top: -50px;
}

/* Curriculum */

.happier-self-curriculum-title {
  margin-bottom: 50px;
}
.happier-self-curriculum-title-5 {
  margin-bottom: 150px;
}

.happier-self-curriculum-title h2 {
  font-size: 42px;
  font-weight: 600;
}

.happier-self-curriculum-title.text-center h3 {
  border-bottom: 2px solid #000;
  display: inline-block;
}

.curriculum-habit1-box.curriculum-habit1-box01 {
  height: 230px;
}

.curriculum-habit1-box.curriculum-habit1-box02 {
  height: 250px;
}

.curriculum-habit1-box.curriculum-habit1-box03 {
  height: 270px;
}

.curriculum-habit1-box.curriculum-habit1-box04 {
  height: 290px;
}

.curriculum-habit1-box.curriculum-habit1-box05 {
  height: 310px;
}

.curriculum-habit1-box.curriculum-habit1-box06 {
  height: 330px;
}

.curriculum-habit1-box.curriculum-habit1-box07 {
  height: 350px;
}

.curriculum-habit1-box.curriculum-habit1-box08 {
  height: 370px;
}

.curriculum-habit1-box.curriculum-habit1-box09 {
  height: 390px;
}

.curriculum-habit1-box.curriculum-habit1-box10 {
  height: 410px;
}

.curriculum-habit1-box.curriculum-habit1-box11 {
  height: 430px;
}

.curriculum-habit1-box.curriculum-habit1-box12 {
  height: 450px;
}

.curriculum-habit1-box {
  height: 230px;
  background: #0090ab;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  /* margin: 0 15px; */
}

.curriculum-habit2-box.curriculum-habit2-box01 {
  height: 240px;
}

.curriculum-habit2-box.curriculum-habit2-box02 {
  height: 260px;
}

.curriculum-habit2-box.curriculum-habit2-box03 {
  height: 280px;
}

.curriculum-habit2-box.curriculum-habit2-box04 {
  height: 300px;
}

.curriculum-habit2-box.curriculum-habit2-box05 {
  height: 320px;
}

.curriculum-habit2-box.curriculum-habit2-box06 {
  height: 340px;
}

.curriculum-habit2-box.curriculum-habit2-box07 {
  height: 360px;
}

.curriculum-habit2-box.curriculum-habit2-box08 {
  height: 380px;
}

.curriculum-habit2-box.curriculum-habit2-box09 {
  height: 400px;
}

.curriculum-habit2-box.curriculum-habit2-box10 {
  height: 420px;
}

.curriculum-habit2-box.curriculum-habit2-box11 {
  height: 440px;
}

.curriculum-habit2-box.curriculum-habit2-box12 {
  height: 460px;
}

.curriculum-habit2-box {
  height: 220px;
  background: #ea803d;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  /* margin: 0 15px; */
}

.curriculum-habit3-box.curriculum-habit3-box01 {
  height: 340px;
}

.curriculum-habit3-box.curriculum-habit3-box02 {
  height: 360px;
}

.curriculum-habit3-box.curriculum-habit3-box03 {
  height: 380px;
}

.curriculum-habit3-box.curriculum-habit3-box04 {
  height: 400px;
}

.curriculum-habit3-box.curriculum-habit3-box05 {
  height: 420px;
}

.curriculum-habit3-box.curriculum-habit3-box06 {
  height: 440px;
}

.curriculum-habit3-box.curriculum-habit3-box07 {
  height: 460px;
}

.curriculum-habit3-box.curriculum-habit3-box08 {
  height: 480px;
}

.curriculum-habit3-box.curriculum-habit3-box09 {
  height: 500px;
}

.curriculum-habit3-box.curriculum-habit3-box10 {
  height: 520px;
}

.curriculum-habit3-box.curriculum-habit3-box11 {
  height: 540px;
}

.curriculum-habit3-box.curriculum-habit3-box12 {
  height: 560px;
}

.curriculum-habit3-box {
  height: 340px;
  background: #664b77;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  /* margin: 0 15px; */
}

.curriculum-habit4-box.curriculum-habit4-box01 {
  height: 310px;
}

.curriculum-habit4-box.curriculum-habit4-box02 {
  height: 330px;
}

.curriculum-habit4-box.curriculum-habit4-box03 {
  height: 350px;
}

.curriculum-habit4-box.curriculum-habit4-box04 {
  height: 370px;
}

.curriculum-habit4-box.curriculum-habit4-box05 {
  height: 390px;
}

.curriculum-habit4-box.curriculum-habit4-box06 {
  height: 410px;
}

.curriculum-habit4-box.curriculum-habit4-box07 {
  height: 430px;
}

.curriculum-habit4-box.curriculum-habit4-box08 {
  height: 450px;
}

.curriculum-habit4-box.curriculum-habit4-box09 {
  height: 470px;
}

.curriculum-habit4-box.curriculum-habit4-box10 {
  height: 490px;
}

.curriculum-habit4-box.curriculum-habit4-box11 {
  height: 510px;
}

.curriculum-habit4-box.curriculum-habit4-box12 {
  height: 530px;
}

.curriculum-habit4-box {
  height: 310px;
  background: #669b35;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  /* margin: 0 15px; */
}

.curriculum-habit5-box.curriculum-habit5-box01 {
  height: 350px;
}

.curriculum-habit5-box.curriculum-habit5-box02 {
  height: 370px;
}

.curriculum-habit5-box.curriculum-habit5-box03 {
  height: 390px;
}

.curriculum-habit5-box.curriculum-habit5-box04 {
  height: 410px;
}

.curriculum-habit5-box.curriculum-habit5-box05 {
  height: 430px;
}

.curriculum-habit5-box.curriculum-habit5-box06 {
  height: 450px;
}

.curriculum-habit5-box.curriculum-habit5-box07 {
  height: 470px;
}

.curriculum-habit5-box.curriculum-habit5-box08 {
  height: 490px;
}

.curriculum-habit5-box.curriculum-habit5-box09 {
  height: 510px;
}

.curriculum-habit5-box.curriculum-habit5-box10 {
  height: 530px;
}

.curriculum-habit5-box.curriculum-habit5-box11 {
  height: 550px;
}

.curriculum-habit5-box.curriculum-habit5-box12 {
  height: 570px;
}

.curriculum-habit5-box {
  height: 350px;
  background: #92418a;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  /* margin: 0 15px; */
}

.curriculum-habit6-box.curriculum-habit6-box01 {
  height: 360px;
}

.curriculum-habit6-box.curriculum-habit6-box02 {
  height: 380px;
}

.curriculum-habit6-box.curriculum-habit6-box03 {
  height: 400px;
}

.curriculum-habit6-box.curriculum-habit6-box04 {
  height: 420px;
}

.curriculum-habit6-box.curriculum-habit6-box05 {
  height: 440px;
}

.curriculum-habit6-box.curriculum-habit6-box06 {
  height: 460px;
}

.curriculum-habit6-box.curriculum-habit6-box07 {
  height: 480px;
}

.curriculum-habit6-box.curriculum-habit6-box08 {
  height: 500px;
}

.curriculum-habit6-box.curriculum-habit6-box09 {
  height: 520px;
}

.curriculum-habit6-box.curriculum-habit6-box10 {
  height: 540px;
}

.curriculum-habit6-box.curriculum-habit6-box11 {
  height: 560px;
}

.curriculum-habit6-box.curriculum-habit6-box12 {
  height: 580px;
}

.curriculum-habit6-box {
  height: 360px;
  background: #0970b9;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  /* margin: 0 15px; */
}

.happier-self-curriculum-title-6 h3 {
  margin-bottom: 100px;
}

.curriculum-habit7-box.curriculum-habit7-box01 {
  height: 290px;
}

.curriculum-habit7-box.curriculum-habit7-box02 {
  height: 310px;
}

.curriculum-habit7-box.curriculum-habit7-box03 {
  height: 330px;
}

.curriculum-habit7-box.curriculum-habit7-box04 {
  height: 350px;
}

.curriculum-habit7-box.curriculum-habit7-box05 {
  height: 370px;
}

.curriculum-habit7-box.curriculum-habit7-box06 {
  height: 390px;
}

.curriculum-habit7-box.curriculum-habit7-box07 {
  height: 410px;
}

.curriculum-habit7-box.curriculum-habit7-box08 {
  height: 430px;
}

.curriculum-habit7-box.curriculum-habit7-box09 {
  height: 450px;
}

.curriculum-habit7-box.curriculum-habit7-box10 {
  height: 470px;
}

.curriculum-habit7-box.curriculum-habit7-box11 {
  height: 490px;
}

.curriculum-habit7-box.curriculum-habit7-box12 {
  height: 510px;
}

.curriculum-habit7-box {
  height: 290px;
  background: #e53945;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  /* margin: 0 15px; */
}

.curriculum-habit-box-txt {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  white-space: nowrap;
}

.curriculum-habit-box-txt h3 {
  font-size: 18px;
  color: #fff;
  transform: rotate(-90deg);
}

.happier-self-curriculum-habit1-box .col-1 {
  height: 475px;
}

.happier-self-curriculum-habit2-box .col-1 {
  height: 485px;
}

.happier-self-curriculum-habit3-box .col-1 {
  height: 550px;
}

.happier-self-curriculum-habit4-box .col-1 {
  height: 495px;
}

.happier-self-curriculum-habit5-box .col-1 {
  height: 495px;
}

.happier-self-curriculum-habit6-box .col-1 {
  height: 505px;
}

.happier-self-curriculum-habit7-box .col-1 {
  height: 505px;
}

.curriculum-habit-class {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.curriculum-habit-class p {
  text-align: center;
  font-weight: bold;
}

.curriculum-habit-box-img img {
  height: 38px;
}

.curriculum-habit-box-img {
  margin-top: 40px;
  background: #fff;
  padding: 10px;
  display: inline-block;
  border-radius: 100%;
  border-width: 4px;
  border-style: solid;
  margin-bottom: 10px;
}

/* Class */

.havits.h-class {
  border: 4px solid #000;
}

.havits.h-class h1 {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
}

.hc-1 {
  color: #0090ab;
}

.hc-2 {
  color: #ea803d;
}

.hc-3 {
  color: #664b77;
}

.hc-4 {
  color: #669b35;
}

.hc-5 {
  color: #92418a;
}

.hc-6 {
  color: #0970b9;
}

.hc-7 {
  color: #e53945;
}

.hc-8 {
  color: #000;
}

.hcb-1 {
  border: 4px solid #000;
}

.h-class ul li .habit-sub-box-txt {
  font-weight: 700;
  font-size: 15px;
}

.water-wave-box h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}

.water-wave-box p {
  font-size: 15px;
  font-weight: 500;
  padding: 10px 0;
  border-bottom: 1px solid #699cd1;
}

.water-wave-box p:last-child {
  border: none;
}

.water-wave-box p span i {
  color: #ff5e00;
}

/* Water Wave */

.water-wave-box {
  width: 100%;
  min-height: 620px;
  padding: 20px;
  border: 4px solid #333;
  border-radius: 15px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: url(../img/water.jpg);
  background-repeat: repeat-x;
}

.water-stap1 {
  background-position: 0 300px;
  animation: water-wave1 10s linear infinite;
}

@keyframes water-wave1 {
  25% {
    background-position: 25% 300px;
  }
  50% {
    background-position: 50% 300px;
  }
  75% {
    background-position: 75% 300px;
  }
  100% {
    background-position: 100% 300px;
  }
}

.water-stap2 {
  background-position: 0 200px;
  animation: water-wave2 10s linear infinite;
}

@keyframes water-wave2 {
  25% {
    background-position: 25% 200px;
  }
  50% {
    background-position: 50% 200px;
  }
  75% {
    background-position: 75% 200px;
  }
  100% {
    background-position: 100% 200px;
  }
}

.water-stap3 {
  background-position: 0 100px;
  animation: water-wave3 10s linear infinite;
}

@keyframes water-wave3 {
  25% {
    background-position: 25% 100px;
  }
  50% {
    background-position: 50% 100px;
  }
  75% {
    background-position: 75% 100px;
  }
  100% {
    background-position: 100% 100px;
  }
}

.water-stap4 {
  background-position: 0 0;
  animation: water-wave4 10s linear infinite;
}

@keyframes water-wave4 {
  25% {
    background-position: 25% 0;
  }
  50% {
    background-position: 50% 0;
  }
  75% {
    background-position: 75% 0;
  }
  100% {
    background-position: 100% 0;
  }
}

/* Way To Work */

.way-to-work-titel {
  margin-bottom: 30px;
}

.about-txt.workplace-strategy-box {
  border: 2px solid #000;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.workplace-quot-txt {
  background: url(../img/workplace-quot.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding: 80px 50px;
  border-radius: 10px;
  min-height: 380px;
}

.value-proposition .self-class-rogram-left h2 {
  font-size: 20px;
}

.XDNpb___index-Footer__cls1 {
  display: none;
}

/* --- Enquiry --- */

.enquiry-bg {
  background: url("../img/enquiry-bg.jpg") no-repeat;
  padding: 80px 0;
  background-size: cover;
  background-position: center;
}

.enquiry-box label {
  color: #fff;
}

.enquiry-box .form-control {
  background-color: rgba(255, 255, 255, 0.8);
}

.enquery-title h2 {
  font-size: 30px;
  color: white;
  margin-bottom: 50px;
}

/* LeaderShip */

.leadership-qt-bg {
  background: url("../img/leadership-quot.jpg") no-repeat;
  padding: 100px 0;
  background-size: cover;
  background-position: center;
  text-align: justify;
}

.leadeership-style-txt h4 {
  margin-bottom: 15px;
}

.paradigm-quot-txt {
  text-align: justify;
  padding: 60px 0;
}

.paradigm-quot-txt h2 {
  font-weight: bold;
  font-size: 45px;
}

.paradigm-quot-img img {
  border-radius: 15px;
}
/* ADULTS */
.adult-learning-txt h2 {
  font-size: 42px;
  margin-bottom: 20px;
  font-weight: bold;
}
.adult-learning-txt p {
  text-align: justify;
  margin-bottom: 15px;
}
.adult-quot-bg {
  background: url("../img/adult-quot.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}
.adult-quot-txt {
  background: rgb(0 0 0 / 0.7);
  padding: 60px;
  border-radius: 20px;
  color: #fff;
  margin: 300px 0 0;
}
.adult-quot-txt h2 {
  text-align: justify;
}

.flagship-box {
  border: 1px solid #000;
  padding: 30px;
  margin-bottom: 30px;
  min-height: 860px;
}
/* .flangship-icon img {
  height: 60px;
} */
.flangship-icon {
  margin-bottom: 15px;
}

.flangship-text h2 {
  margin-bottom: 20px;
}

.flangship-text p {
  margin-bottom: 10px;
  text-align: justify;
}

.flangship-line {
  width: 50px;
  height: 2px;
  background-color: #000;
  margin: 20px auto 0;
}
