@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {

  background: #084C61;
  background: linear-gradient(90deg, rgba(8, 76, 97, 1) 0%, rgba(45, 152, 156, 1) 53%, rgba(47, 156, 159, 1) 100%);
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  color: #fff;

}

input:focus,
button:focus,
a:focus {
  outline: none !important;
  box-shadow: none !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
}

h1 {
  font-size: 65px;
  line-height: 90px;
}

h2 {
  font-size: 55px;
  line-height: 70px;
}

h3 {
  font-size: 40px;
  line-height: 60px;
}

h4 {
  font-size: 30px;
  line-height: 50px;
}

h5 {
  font-size: 20px;
  line-height: 40px;
}

h6 {
  font-size: 18px;
  line-height: 30px;
}

a {
  color: #333333;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
  color: #6AA39D;
}

img {
  max-width: 100%;
}

.f-size-11 {
  font-size: 11px;
}

.f-size-12 {
  font-size: 12px;
}

.f-size-14 {
  font-size: 14px;
}

.f-size-16 {
  font-size: 16px;
}

.f-size-18 {
  font-size: 18px;
}

.f-weight-100 {
  font-weight: 100;
}

.f-weight-200 {
  font-weight: 200;
}

.f-weight-300 {
  font-weight: 300;
}

.f-weight-400 {
  font-weight: 400;
}

.f-weight-500 {
  font-weight: 500;
}

.f-weight-600 {
  font-weight: 600;
}

.f-weight-700 {
  font-weight: 700;
}

.f-weight-800 {
  font-weight: 800;
}

.f-weight-900 {
  font-weight: 900;
}

.f-weight-bold {
  font-weight: bold;
}

.m-t-5 {
  margin-top: 5px !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.p-l-5 {
  padding-left: 5px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

.p-r-5 {
  padding-right: 5px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.p-l-15 {
  padding-left: 15px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

.p-r-15 {
  padding-right: 15px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.m-t-25 {
  margin-top: 25px !important;
}

.p-t-25 {
  padding-top: 25px !important;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.p-b-25 {
  padding-bottom: 25px !important;
}

.m-l-25 {
  margin-left: 25px !important;
}

.p-l-25 {
  padding-left: 25px !important;
}

.m-r-25 {
  margin-right: 25px !important;
}

.p-r-25 {
  padding-right: 25px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.p-l-30 {
  padding-left: 30px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

.p-r-30 {
  padding-right: 30px !important;
}

.m-t-35 {
  margin-top: 35px !important;
}

.p-t-35 {
  padding-top: 35px !important;
}

.m-b-35 {
  margin-bottom: 35px !important;
}

.p-b-35 {
  padding-bottom: 35px !important;
}

.m-l-35 {
  margin-left: 35px !important;
}

.p-l-35 {
  padding-left: 35px !important;
}

.m-r-35 {
  margin-right: 35px !important;
}

.p-r-35 {
  padding-right: 35px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.m-l-40 {
  margin-left: 40px !important;
}

.p-l-40 {
  padding-left: 40px !important;
}

.m-r-40 {
  margin-right: 40px !important;
}

.p-r-40 {
  padding-right: 40px !important;
}

.m-t-45 {
  margin-top: 45px !important;
}

.p-t-45 {
  padding-top: 45px !important;
}

.m-b-45 {
  margin-bottom: 45px !important;
}

.p-b-45 {
  padding-bottom: 45px !important;
}

.m-l-45 {
  margin-left: 45px !important;
}

.p-l-45 {
  padding-left: 45px !important;
}

.m-r-45 {
  margin-right: 45px !important;
}

.p-r-45 {
  padding-right: 45px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

.m-l-50 {
  margin-left: 50px !important;
}

.p-l-50 {
  padding-left: 50px !important;
}

.m-r-50 {
  margin-right: 50px !important;
}

.p-r-50 {
  padding-right: 50px !important;
}

.btn-border {
  border: 1px solid #D1A715;
  padding: 10px 20px;
  color: #fff !important;
  border-radius: 40px;
}

.btn-fill {
  padding: 10px 29px;
  color: #222222;
  font-weight: 400;
  border-radius: 10px;
  background: #C8FF00;
  display: inline-block;
  border: none;
  text-align: center;

}

.header-holder {
  background: #44989F;
  padding: 17px 15px 13px;
  border-radius: 20px;
  border: 1px solid #7dbdbf;
  box-shadow: 0px 9px 23px rgb(15 15 15 / 24%);
}

header.site-header {
  margin-top: 40px;
}

header.site-header a.nav-link {
  color: #fff !important;
  font-weight: 500;
  padding: 0 15px !important;
}

.people-holder img {
  max-width: 100%;
  border-radius: 6px;
  margin-left: -4px;
}

.star-holder img {
  max-width: 20px;
  margin-right: 10px;
}

.banner {
  color: #fff;
  padding: 50px 0;
}

.banner .banner-img img {
  max-width: 530px;
}

.vision {
  color: #fff;
}

.count-item {
  background: #44989F;
  padding: 15px 15px;
  border-radius: 15px;
  border: 1px solid #7dbdbf;
  box-shadow: 0px 9px 23px rgb(15 15 15 / 24%);
  color: #fff;
  margin-bottom: 25px;
}

.count-item h3 {
  line-height: 40px;
  margin-bottom: 0;
}

.count-item p {
  margin-top: 0;
  margin-bottom: 5px;
}

.b-r-15 {
  border-radius: 15px;
}

.b-r-20 {
  border-radius: 20px;
}

.b-r-10 {
  border-radius: 10px;
}

.date-holder img {
  max-width: 20px;
  margin-top: -12px;

}

.date-holder {
  width: 100%;
  border-top: 1px solid rgb(255 255 255 / 25%);
  border-bottom: 1px solid rgb(255 255 255 / 25%);
  padding: 15px 0 0 0;
}

.glass {
  background: rgb(250 250 250 / 19%);
  color: #fff !important;
}

.influence-item,
.courses-holder,
.contact-holder,
.values-holder,
.earning-item,
.story-holder,
.about-course-right,
.get-holder,
.for-you-item {
  background: rgb(27 38 59 / 17%);
  padding: 20px;
  border-radius: 20px;
  border: 1px solid rgb(255 255 255 / 19%);
  box-shadow: 0px 9px 23px rgb(15 15 15 / 24%);
}

.site-section {
  padding-bottom: 80px;
}

.count-item,
.cont-img,
.count-3,
.img-holder-3,
.for-you-img,
.bg-with-shadow {
  background: #44989F;
  padding: 15px 15px;
  border-radius: 15px;
  border: 1px solid #7dbdbf;
  box-shadow: 0px 9px 23px rgb(15 15 15 / 24%);
  color: #fff;
  margin-bottom: 25px;
}

.value-item .img-holder {
  background: #44989F;
  padding: 15px 60px;
  border-radius: 15px;
  border: 1px solid #7dbdbf;
  box-shadow: 0px 9px 23px rgb(15 15 15 / 24%);
  color: #fff;
  margin-bottom: 25px;
}

.growth {
  width: 100%;
  background: rgb(250 250 250 / 42%);
  border-radius: 3px;
  height: 15px;
  margin-top: 15px;
}

.growth-status {
  background: #C8FF00;
  border-radius: 3px;
  height: 15px;
  margin-top: 15px;
}

.influence-item img {
  max-width: 40px;
  margin-right: 15px;
}

.accordion-item {
  background: transparent !important;
  border: none !important;
}

.accordion-button {
  background-color: transparent !important;
}

.accordion-button,
.accordion-button:not(.collapsed) {
  color: #fff;
}

.accordion-button p {
  margin-bottom: 0;
  line-height: 10px;
  font-size: 14px;
}

.accordion-button::after {
  width: 30px;
  height: 30px;
  margin-left: auto;
  content: "";
  background-size: cover !important;
  background-image: url(../img/plus-btn.svg) !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../img/min-btn.svg) !important;
  width: 30px;
  height: 30px;
  margin-left: auto;
  content: "";
  background-size: cover !important;
}

button.accordion-button {
  border-left: 1px solid #D9D9D9 !important;
}

.accordion-button img {
  max-width: 80px;
}

.accordion-body {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 20px;
}

.right-collapse button.accordion-button {
  border-right: none !important;
}

.text-sm {
  font-size: 12px;
  border-bottom: 1px solid rgb(238 238 238 / 25%);
  padding-bottom: 9px;
}


.stories-img {
  max-width: 360px;
}

.owl-carousel .owl-item img {
  width: initial !important;
}

.stories-item,
.enroll-form-holder {
  background: rgb(27 38 59 / 17%);
  padding: 20px;
  border-radius: 20px;
  border: 1px solid rgb(255 255 255 / 19%);
}

.social {

  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.social a {
  width: 50px;
  height: 50px;
  display: block;

}

.social li {
  margin-right: 10px;
}

.social a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(27 38 59 / 17%);
  border: 1px solid rgb(238 238 238 / 22%);
  border-radius: 5px;
}

.footer-menu ul li {
  display: block;
  margin-bottom: 15px;
}

.footer-menu ul li a {
  color: #fff;
}

.accordion-button:not(.collapsed) {
  background-color: #e7f1ff;
  box-shadow: none;
  border-bottom: none;
}

img.star {
  position: absolute;
  top: 80px;
  left: 101px;
  max-width: 110px !important;
  animation: rotate-animation 10s infinite linear;
}

@keyframes rotate-animation {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.enroll-form .container .enroll-form-holder {
  max-width: 600px;
  margin: 65px auto;
  padding: 50px;
}

.field-item {
  width: 100%;
  border: none;
  border-bottom: 1px solid #fff;
  background: transparent;
  padding-bottom: 8px;
}

input::placeholder,
select,
textarea::placeholder {
  color: #fff;
}

option {
  color: #000;
}

.form-group {
  margin-bottom: 30px;
}

.courses-holder>img {
  border-radius: 15px;
}

.name-board {
  background: rgb(78 77 77 / 6%);
  margin-top: -90px;
  position: relative;
  backdrop-filter: blur(10px);
  padding: 15px;
}

.partners .people-holder h3 {
  line-height: 33px;
}

.earning-list {
  list-style: none;
  padding-left: 0;
}

.earning-list::before {
  content: "";
  position: absolute;
  height: 84%;
  width: 1px;
  background-color: #fff;
  left: 12px;
  top: 10px;
}

.earning-list li span {
  width: 25px;
  height: 25px;
  background: #FFFFFF;
  display: inline-block;
  border: 8px solid rgb(46 154 157);
  border-radius: 100%;
  position: relative;
  top: 6px;
}

.earning-list li {
  line-height: 45px;
}

.img-holder-3 {
  width: 70px;
}

.bg-list {
  list-style: none;
  padding-left: 0;
}

.bg-list li {
  background: #2B858B;
  border-radius: 15px;
  padding: 10px 15px;
  border-radius: 30px;
  display: inline-block;
  width: 100%;
}

.bg-list {
  list-style: none;
  padding-left: 0;
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  gap: 15px;
}

.story-holder img {
  max-width: 80px;
  border-radius: 10px;
}

.instructor-item {
  background: #2B858B;
  padding: 15px;
  border-radius: 10px;
}

.b-r-100-p {
  border-radius: 100%;
}

.w-25px {
  width: 25px;
}

.get-holder.d-flex {
  min-height: 160px;
}

.width-70px {
  width: 70px;
}

.bg-with-shadow {
  display: inline-block;
}

.p-8 {
  display: inline-block;
  padding: 8px 8px;
}

h6.bg-with-shadow {
  padding: 4px 15px;
}

.contact-holder .social {
  border-top: 1px solid #4da6ac;
  margin-top: 23px;
  padding-top: 25px;
}

.contact-holder {
  min-height: 580px;
}

.team-item img {
  width: 100%;
}

.influence-item {
  margin-bottom: 25px;
}

.avatar .name {
  background: rgb(250 250 250 / 19%);
  color: #fff !important;
  padding: 6px 15px;
  border-radius: 10px;
  margin-right: 80px;
  display: block;
  width: 93%;
  margin-top: 15px;
}

.avatar .name p {
  margin-bottom: 0;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  padding: 8px !important;
  font: inherit;
  font-size: 35px !important;
  background: #48717E !important;
  height: 40px !important;
  width: 40px !important;
  line-height: 0 !important;
  margin: 4px;
  border-radius: 100%;
}

.owl-nav {
  position: absolute;
  bottom: 56px;
  left: 259px;
}

button.accordion-button {
  margin-bottom: 25px;
}

.line-height-30 {
  line-height: 30px;
}

span.count-3 {
    width: 64px;
    height: 64px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
}
.values .team-item {
    overflow: hidden;
    border-radius: 10px;
}
@media (max-width: 1366px) {

  .partners .people-holder {
    flex-direction: column;
  }

  .mar-sm {
    margin-top: 25px !important;
  }
}

@media (max-width: 992px) {

  .stories-item {
    flex-wrap: wrap;
  }

  .navbar-collapse {
    position: absolute;
    right: 0;
    top: 44px;
    z-index: 99;
    background: #2f9b9e;
    width: 180px;
    border-radius: 20px;
    padding: 15px;
    box-shadow: 0 7px 14px rgb(0 0 0 / 38%);
  }

  header.site-header a.nav-link {
    padding: 6px 15px !important;
  }

  .banner .banner-img img {
    max-width: 460px;
    width: 100%;
  }

  .about .head-holder {
    flex-direction: column;
  }

  button.accordion-button {
    border-right: none !important;
  }

  .avatar {
    width: 100%;
  }

  .owl-carousel .owl-item .stories-img {
    max-width: 100%;
    width: 100% !important;
    margin-right: 0 !important;
  }

  .avatar .name {
    margin-right: 0;
    width: 100%;
  }

  .owl-nav {
    bottom: -34px;
    left: 0;
  }
}

@media (max-width: 768px) {
  .values-holder .value-item {
    flex-direction: column;
    border-bottom: 1px solid #58bcc2;
    padding-bottom: 20px;
  }

  .bg-list {
    grid-template-columns: repeat(1, 1fr);
  }

}