@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

body {
  margin: 0;
  padding: 0;
}
input[type="checkbox"]:before,
input[type="checkbox"]:checked:before {
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #000000;
  font-weight: 700;
}
input[type="checkbox"]:checked:before {
  content: '\2713';
}
input[type="checkbox"] {
  -webkit-appearance: none;
  height: 12px;
  width: 12px;
  padding: 7px;
  outline: none;
  cursor: pointer;
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
  border-radius: 2px;
  margin-left: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* scroll */
::-webkit-scrollbar {
  width: 5px;
  height: 3px;
  border-radius: 8px;
}
::-webkit-scrollbar-track {
  background: #fff;
}
::-webkit-scrollbar-thumb {
  background: #FF0000;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #FF0000;
}
.ms-project * {
  box-sizing: border-box;
  font-family: Roboto;
}
.ms-project p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  text-align: left;
  color: #1D1D1D;
}
.ms-project p strong,
.ms-project p b {
  font-weight: 700;
}
.ms-project a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.ms-project h1,
.ms-project h2,
.ms-project h3,
.ms-project h4 {
  margin: 0;
}
.ms-project h2 {
  font-size: 22px;
  font-weight: 600;
  font-style: normal;
}
.ms-project ul,
.ms-project li {
  padding: 0;
  margin: 0;
  color: #1D1D1D;
  list-style: none;
}
.ms-project .container {
  width: 100%;
}
.ms-project .flex-container {
  display: flex;
  margin: auto;
}
.ms-project .buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}
.ms-project .buttons img {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.ms-project .buttons .btn-red,
.ms-project .buttons .btn-white {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 12px;
  position: relative;
  text-decoration: none;
  outline: none;
  min-width: 150px;
  overflow: hidden;
  z-index: 1;
  white-space: nowrap;
}
.ms-project .buttons .btn-red::before,
.ms-project .buttons .btn-white::before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 0;
  left: 50%;
  top: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transition: 0.5s ease;
  -webkit-transition: 0.7s;
  z-index: -1;
}
.ms-project .buttons .btn-red:hover,
.ms-project .buttons .btn-white:hover {
  transition: 0.3s ease-in-out;
}
.ms-project .buttons .btn-red:hover::before,
.ms-project .buttons .btn-white:hover::before {
  height: 250px;
}
.ms-project .buttons .btn-red {
  background: #FF0000;
  color: #fff;
}
.ms-project .buttons .btn-red::before {
  background: linear-gradient(#2E7237, #17391C);
}
.ms-project .buttons .btn-white {
  background-color: #fff;
  color: #000000;
}
.ms-project .buttons .btn-white::before {
  background: #F5F5F5;
}
.ms-project .buttons .btn-white:hover {
  color: #000000;
}
.ms-project .heading {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
.ms-project .heading h2 {
  width: fit-content;
  position: relative;
  z-index: 1;
}
.ms-project .heading h2::before {
  width: 17px;
  height: 17px;
  content: "";
  border: 5px solid #FF0000;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: -10px;
  -webkit-animation: moveBounce 4s linear infinite;
  animation: moveBounce 5s linear infinite;
  z-index: -1;
  opacity: 0.2;
}
.ms-project .heading h2::after {
  width: 10px;
  height: 10px;
  content: "";
  border: 4px solid #2c6e35;
  border-radius: 50%;
  position: absolute;
  top: -16px;
  left: -10px;
  -webkit-animation: moveBounce 4s linear infinite;
  animation: moveBounce 5s linear infinite;
  z-index: -1;
  opacity: 0.2;
}
.ms-project .heading h2 span {
  position: relative;
  display: flex;
}
.ms-project .heading h2 span::before {
  width: 13px;
  height: 13px;
  content: "";
  border: 3px solid #e5e4e4;
  border-radius: 50%;
  position: absolute;
  top: -42px;
  left: 16px;
  z-index: -1;
  -webkit-animation: moveBounce 4s linear infinite;
  animation: moveBounce 5s linear infinite;
}
.ms-project .center-heading {
  align-items: center;
}
.ms-project .center-heading h2 {
  text-align: center;
}
.ms-project .white-heading h2 {
  color: #fff;
}
.ms-project .white-heading h2::before {
  border: 5px solid #fff;
}
.ms-project .white-heading h2::after {
  border: 3px solid #fff;
}
.ms-project .white-heading h2 span:before {
  border: 3px solid #fff;
  opacity: 0.2;
}
@keyframes buzz {
  50% {
    transform: translateX(1px) rotate(2deg);
  }
  100% {
    transform: translateX(-1px) rotate(-2deg);
  }
}
@keyframes moveBounce {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(7px);
  }
  80% {
    transform: translateY(-7px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes move {
  0% {
    transform: translate(0px) rotate(0deg);
  }
  50% {
    transform: translate(290px) rotate(180deg);
  }
  100% {
    transform: translate(0px) rotate(360deg);
  }
}
@keyframes move2 {
  0% {
    transform: translate(0px) rotate(0deg);
  }
  50% {
    transform: translate(-290px) rotate(180deg);
  }
  100% {
    transform: translate(0px) rotate(360deg);
  }
}
@keyframes move3 {
  0% {
    transform: translate(0, 0);
  }
  30% {
    transform: translate(400px, -30px);
  }
  60% {
    transform: translate(200px, -15px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes flicker {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fill {
  0% {
    width: 0px;
    height: 0px;
    left: -5px;
    top: 6px;
    border: 0px solid #aeaeae;
  }
  50% {
    width: 1px;
    height: 1px;
    left: -5px;
    top: 6px;
    border: 3px solid #aeaeae;
  }
  100% {
    width: 0px;
    height: 0px;
    left: -5px;
    top: 6px;
    border: 0px solid #aeaeae;
  }
}
@keyframes around1 {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  25% {
    transform: translate(-200px, 80px) rotate(180deg);
  }
  50% {
    transform: translate(-400px, -55px) rotate(180deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(360deg);
  }
}
@keyframes around2 {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  25% {
    transform: translate(-300px, 20px) rotate(180deg);
  }
  50% {
    transform: translate(-580px, -20px) rotate(180deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(360deg);
  }
}
@keyframes around3 {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  30% {
    transform: translate(-50px, 50px) rotate(180deg);
  }
  60% {
    transform: translate(-100px, -80px) rotate(270deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(360deg);
  }
}
@keyframes right-box {
  0% {
    transform: translate(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-250px) rotate(180deg);
  }
  100% {
    transform: translateY(0px) rotate(360deg);
  }
}
@keyframes bounce {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
.ms-project .banner {
  flex-direction: column;
  background: linear-gradient(#2E7237, #17391C);
}
.ms-project .banner .logo-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 1rem 1.5rem;
}
.ms-project .banner .logo-container .container {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
.ms-project .banner .logo-container .tka-logo {
  display: flex;
  max-width: 200px;
}
.ms-project .banner .logo-container .tka-logo img {
  width: 100%;
}
.ms-project .banner .logo-container .menu {
  display: flex;
  z-index: 1;
}
.ms-project .banner .logo-container .menu img {
  width: 22px;
  height: 22px;
}
.ms-project .banner .logo-container .menu-links {
  width: 0;
  transition: all 0.5s;
  height: fit-content;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 15;
  bottom: 0;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.ms-project .banner .logo-container .menu-links .menu-toggle {
  color: #2E7237;
}
.ms-project .banner .logo-container .menu-links .menu-toggle img {
  width: 15px;
  margin-right: 5px;
}
.ms-project .banner .logo-container ul .links-li {
  padding: 8px 0;
  border-bottom: 1px dotted #000000;
}
.ms-project .banner .logo-container ul .links-li:nth-last-child(2) {
  border-bottom: none;
  padding-bottom: 0;
}
.ms-project .banner .logo-container ul .links-li:first-child {
  padding-top: 0;
}
.ms-project .banner .logo-container ul .links-li:last-child {
  padding-bottom: 0;
}
.ms-project .banner .logo-container ul .links-li .link {
  font-size: 14px;
  color: #2e7237;
}
.ms-project .banner .logo-container ul .buttons {
  display: none;
}
.ms-project .banner .logo-container .menu.active {
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.047);
}
.ms-project .banner .logo-container .menu.active + .menu-links {
  padding: 15px;
  width: 80%;
}
.ms-project .banner .logo-container .menu.active + .menu-links .menu-toggle {
  display: flex;
  justify-content: flex-end;
}
.ms-project .banner .sticky {
  position: fixed;
  top: 0;
  width: 100%;
  transition: 1s;
}
.ms-project .banner .sticky-up {
  top: -100px;
}
.ms-project .banner .sticky-down {
  top: 0;
  z-index: 4;
}
.ms-project .banner .banner-container {
  display: flex;
  flex-direction: column;
  padding: 3rem 1.5rem;
  padding-top: 1.5rem;
}
.ms-project .banner .banner-container .banner-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ms-project .banner .banner-container .banner-content .mop-logo {
  width: 150px;
  margin-bottom: 12px;
  z-index: 1;
}
.ms-project .banner .banner-container .banner-content h1 {
  display: flex;
  margin-bottom: 10px;
  align-items: flex-start;
}
.ms-project .banner .banner-container .banner-content h1 img {
  width: 32px;
  margin-right: 8px;
}
.ms-project .banner .banner-container .banner-content h1,
.ms-project .banner .banner-container .banner-content p,
.ms-project .banner .banner-container .banner-content h3 {
  color: #fff;
}
.ms-project .banner .banner-container .banner-content h3 {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
.ms-project .banner .banner-container .banner-content h3 img {
  width: 30px;
  height: 30px;
  margin-right: 6px;
  animation: buzz 0.4s infinite;
}
.ms-project .banner .banner-container .banner-content .timer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
}
.ms-project .banner .banner-container .banner-content .timer .time {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 1.2rem;
  position: relative;
  z-index: 1;
  width: 50px;
  font-weight: 500;
}
.ms-project .banner .banner-container .banner-content .timer .time::before {
  position: absolute;
  content: '';
  z-index: -1;
  width: 8px;
  height: 35px;
  background-image: url(/_public/images/msproject/colons.svg);
  background-repeat: no-repeat;
  background-size: contain;
  right: -12px;
  top: 0;
  animation: flicker 2s linear infinite;
}
.ms-project .banner .banner-container .banner-content .timer .time:last-child {
  margin-right: 0;
}
.ms-project .banner .banner-container .banner-content .timer .time:last-child::before {
  content: none;
}
.ms-project .banner .banner-container .banner-content .timer .time span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 36px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: -4px 4px 0px #CCCCCC;
}
.ms-project .banner .banner-container .banner-content .timer .time p {
  margin-top: 6px;
  font-weight: 500;
}
.ms-project .banner .banner-container .banner-content .buttons .btn-red::before {
  background: #317539;
}
.ms-project .banner .banner-container .banner-img {
  display: flex;
  width: 100%;
  margin-top: 3rem;
}
.ms-project .banner .banner-container .banner-img img {
  width: 100%;
}
.ms-project .overview {
  padding: 3rem 1.5rem;
}
.ms-project .overview .overview-container {
  display: flex;
  flex-direction: column;
}
.ms-project .overview .overview-container .overview-inner {
  display: flex;
  flex-direction: column;
  order: 2;
  width: 100%;
  margin-top: 3rem;
}
.ms-project .overview .overview-container .overview-inner .overview-img {
  display: flex;
  width: 100%;
}
.ms-project .overview .overview-container .overview-inner .overview-img img {
  width: 100%;
}
.ms-project .overview .overview-container .overview-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  order: 1;
}
.ms-project .overview .overview-container .overview-content p {
  text-align: center;
}
.ms-project .overview .overview-container .overview-content p:nth-child(3) {
  margin-top: 10px;
}
.ms-project .courses {
  padding: 3rem 1.5rem;
  background-color: #F5F5F5;
}
.ms-project .courses .courses-container {
  display: flex;
  flex-direction: column;
}
.ms-project .courses .courses-container .headline {
  margin-top: 0.5rem;
}
.ms-project .courses .courses-container .heading {
  margin-bottom: 5px;
}
.ms-project .courses .courses-container p {
  text-align: center;
}
.ms-project .courses .courses-container p span {
  color: #FF0000;
  font-weight: 500;
}
.ms-project .courses .courses-container .courses-list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ms-project .courses .courses-container .courses-list .course-inner {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  border-radius: 8px;
  width: 272px;
  border: 1px solid #0a0a0a;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.ms-project .courses .courses-container .courses-list .course-inner::before {
  content: '';
  position: absolute;
  background-color: #F5F5F5;
  height: 55px;
  width: 100%;
  border-radius: 8px;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.8s ease;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.ms-project .courses .courses-container .courses-list .course-inner .course-img {
  display: flex;
  padding: 0.8rem;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #F5F5F5;
  z-index: 1;
}
.ms-project .courses .courses-container .courses-list .course-inner .course-img img {
  width: 100%;
}
.ms-project .courses .courses-container .courses-list .course-inner .course-img .white-img {
  display: none;
}
.ms-project .courses .courses-container .courses-list .course-inner .course-img .black-img {
  display: flex;
}
.ms-project .courses .courses-container .courses-list .course-inner h3 {
  margin: 1rem 0;
  text-align: center;
}
.ms-project .courses .courses-container .courses-list .course-inner p {
  text-align: center;
  color: #9E9E9E;
}
.ms-project .courses .courses-container .courses-list .course-inner:hover {
  transition: 0.5s ease;
}
.ms-project .courses .courses-container .courses-list .course-inner:hover::before {
  height: 100%;
  transition: 0.8s ease;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.ms-project .courses .courses-container .courses-list .course-inner:hover .course-img {
  background: linear-gradient(#2E7237, #17391C);
  transition: 0.5s all ease;
}
.ms-project .courses .courses-container .courses-list .course-inner:hover .course-img .white-img {
  display: flex;
}
.ms-project .courses .courses-container .courses-list .course-inner:hover .course-img .black-img {
  display: none;
}
.ms-project .courses .courses-container .courses-list .course-inner:hover .buttons .btn-red::before {
  height: 250px;
}
.ms-project .limited {
  flex-direction: column;
  padding-top: 0;
}
.ms-project .limited .limited-container {
  display: flex;
  flex-direction: column;
}
.ms-project .limited .limited-container ul li {
  padding-left: 1.2rem;
  font-size: 14px;
  position: relative;
  z-index: 1;
  margin-top: 0.5rem;
}
.ms-project .limited .limited-container ul li:first-child {
  padding-left: 0;
  margin-top: 0;
}
.ms-project .limited .limited-container ul li:first-child::before {
  content: none;
}
.ms-project .limited .limited-container ul li::before {
  content: '';
  background-repeat: no-repeat;
  background-image: url(/_public/images/msproject/polygon.svg);
  background-size: contain;
  position: absolute;
  left: -9px;
  animation: rotate 3s linear infinite;
}
.ms-project .limited .limited-container .budget-container {
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.ms-project .limited .limited-container .budget-container .budget-content {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  background: linear-gradient(#2E7237, #17391C);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.ms-project .limited .limited-container .budget-container .budget-content h2 {
  margin-bottom: 0.5rem;
  color: #fff;
}
.ms-project .limited .limited-container .budget-container .budget-content ul li {
  color: #fff;
}
.ms-project .limited .limited-container .budget-container .budget-content ul li::before {
  background-image: url('/_public/images/msproject/polygon-white.svg');
  width: 20px;
  height: 20px;
  top: 0px;
  left: -4px;
}
.ms-project .limited .limited-container .budget-container .budget-content p {
  font-weight: bold;
}
.ms-project .limited .limited-container .budget-container .budget-content .count {
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  margin-top: 0.5rem;
}
.ms-project .limited .limited-container .budget-container .budget-content .buttons {
  justify-content: flex-start;
}
.ms-project .limited .limited-container .budget-container .budget-content .buttons .btn-red::before,
.ms-project .limited .limited-container .budget-container .budget-content .buttons .btn-red::after {
  background-image: none;
  background-color: #317539;
}
.ms-project .limited .limited-container .budget-container .global-content {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  background: linear-gradient(#2E7237, #17391C);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.ms-project .limited .limited-container .budget-container .global-content h3,
.ms-project .limited .limited-container .budget-container .global-content p {
  color: #fff;
}
.ms-project .limited .limited-container .budget-container .global-content h3 {
  margin-bottom: 0.5rem;
}
.ms-project .limited .limited-container .learn-container {
  display: flex;
  flex-direction: column;
  padding: 3rem 1.5rem;
  background-color: #fff;
}
.ms-project .limited .limited-container .learn-container ul li {
  color: #1D1D1D;
}
.ms-project .limited .limited-container .learn-container ul li::before {
  width: 30px;
  height: 30px;
  top: -3px;
  left: -11px;
}
.ms-project .limited .limited-container .learn-container .buttons {
  justify-content: flex-start;
}
.ms-project .why {
  flex-direction: column;
  padding: 3rem 1.5rem;
  padding-top: 0;
}
.ms-project .why .why-container {
  display: flex;
  flex-direction: column;
}
.ms-project .why .why-container .why-content {
  display: flex;
  flex-direction: column;
}
.ms-project .why .why-container .why-content p {
  text-align: center;
}
.ms-project .why .why-container .why-image {
  display: flex;
  flex-direction: column;
  margin-top: 3rem;
}
.ms-project .why .why-container .why-image img {
  width: 100%;
}
.ms-project .deli {
  padding: 3rem 1.5rem;
  background-image: linear-gradient(#2E7237, #17391C);
}
.ms-project .deli .deli-container {
  display: flex;
  flex-direction: column;
}
.ms-project .deli .deli-container p {
  color: #fff;
  text-align: center;
  margin-bottom: 1rem;
}
.ms-project .deli .deli-container .deli-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 272px;
  margin: auto;
}
.ms-project .deli .deli-container .deli-list .deli-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 45%;
  margin-bottom: 2rem;
}
.ms-project .deli .deli-container .deli-list .deli-item:nth-last-child(2),
.ms-project .deli .deli-container .deli-list .deli-item:last-child {
  margin-bottom: 0;
}
.ms-project .deli .deli-container .deli-list .deli-item span {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 3px solid #fff;
}
.ms-project .deli .deli-container .deli-list .deli-item span img {
  width: 40px;
  height: 40px;
}
.ms-project .deli .deli-container .deli-list .deli-item p {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  line-height: 1.4;
  margin-top: 0.6rem;
  margin-bottom: 0;
}
.ms-project .deli .deli-container .deli-list .deli-item:hover::before {
  border-radius: 0;
  width: 100%;
  height: 0px;
  top: 114px;
  background-color: #FF0000;
  transition: 0.8s all;
}
.ms-project .deli .deli-container .deli-list .deli-item:hover span {
  border: 3px solid #FF0000;
  transition: 0.5s all;
}
.ms-project .facts {
  padding: 3rem 1.5rem;
}
.ms-project .facts .facts-container {
  display: flex;
  flex-direction: column;
}
.ms-project .facts .facts-container .heading {
  margin-bottom: 1.5rem;
}
.ms-project .facts .facts-container .facts-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ms-project .facts .facts-container .facts-list .fact {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 1rem;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  width: 272px;
  align-self: center;
}
.ms-project .facts .facts-container .facts-list .fact:last-child {
  margin-bottom: 0;
}
.ms-project .facts .facts-container .facts-list .fact .fact-img {
  display: flex;
  width: 33px;
  height: 33px;
  margin-right: 0.7rem;
}
.ms-project .facts .facts-container .facts-list .fact .fact-img img {
  width: 100%;
}
.ms-project .facts .facts-container .facts-list .fact .fact-count {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 1rem;
  width: 50px;
}
.ms-project .facts .facts-container .facts-list .fact .fact-count span,
.ms-project .facts .facts-container .facts-list .fact .fact-count h3 {
  font-size: 24px;
  color: #FF0000;
  font-weight: 600;
}
.ms-project .facts .facts-container .facts-list .fact p {
  font-weight: 600;
}
.ms-project .features {
  padding: 3rem 1.5rem;
  background-image: linear-gradient(21deg, #fff, 54%, #F5F5F5 60%);
}
.ms-project .features .features-container {
  display: flex;
  flex-direction: column;
}
.ms-project .features .features-container .features-img {
  display: flex;
  width: 100%;
  margin-top: 3rem;
  order: 2;
}
.ms-project .features .features-container .features-img img {
  width: 100%;
}
.ms-project .features .features-container .features-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  order: 1;
}
.ms-project .features .features-container .features-content ul li {
  font-size: 14px;
  margin-top: 10px;
  padding-left: 1rem;
  position: relative;
  z-index: 1;
}
.ms-project .features .features-container .features-content ul li::before {
  position: absolute;
  content: '';
  background-image: linear-gradient(#2E7237, #17391C);
  width: 10px;
  height: 10px;
  border-radius: 10px;
  left: 0;
  top: 5px;
  z-index: -1;
  animation: pulse 1s linear infinite;
}
.ms-project .packages {
  padding: 3rem 1.5rem;
  background-color: #F5F5F5;
}
.ms-project .packages .packages-container {
  display: flex;
  flex-direction: column;
}
.ms-project .packages .packages-container .packages-list {
  display: flex;
  flex-direction: column;
}
.ms-project .packages .packages-container .packages-list .package-content {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  margin-top: 1.5rem;
  padding: 1.5rem;
  width: 272px;
  align-self: center;
  position: relative;
  z-index: 1;
}
.ms-project .packages .packages-container .packages-list .package-content::before,
.ms-project .packages .packages-container .packages-list .package-content::after {
  content: none;
  z-index: -1;
  position: absolute;
  background-color: #FF0000;
  left: 20px;
  transition: 0.8s all;
}
.ms-project .packages .packages-container .packages-list .package-content::before {
  height: 1px;
  width: 87%;
  top: 50%;
}
.ms-project .packages .packages-container .packages-list .package-content::after {
  height: 0.5px;
  width: 87%;
  bottom: 50%;
}
.ms-project .packages .packages-container .packages-list .package-content:hover::before,
.ms-project .packages .packages-container .packages-list .package-content:hover::after {
  transition: 0.8s ease-in-out;
  height: 50%;
  left: 0;
  width: 100%;
  background-repeat: no-repeat;
}
.ms-project .packages .packages-container .packages-list .package-content:hover::before {
  top: 0;
  background: #2E7237;
}
.ms-project .packages .packages-container .packages-list .package-content:hover::after {
  bottom: 0;
  background: #2E7237;
}
.ms-project .packages .packages-container .packages-list .package-content .package-name {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ms-project .packages .packages-container .packages-list .package-content .package-name p {
  color: #000000;
  font-weight: bold;
  line-height: 1.4;
}
.ms-project .packages .packages-container .packages-list .package-content .package-name h3 {
  text-align: center;
}
.ms-project .packages .packages-container .packages-list .package-content .package-name span {
  display: flex;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 56px;
  justify-content: center;
  height: 55px;
  padding: 10px;
  border-radius: 50px;
  border: 1px solid #0a0a0a;
  margin: 0.8rem 0;
}
.ms-project .packages .packages-container .packages-list .package-content .package-name span img {
  width: 100%;
}
.ms-project .packages .packages-container .packages-list .package-content ul {
  margin-top: 10px;
}
.ms-project .packages .packages-container .packages-list .package-content ul li {
  margin-bottom: 0.5rem;
  font-size: 14px;
  padding-left: 0.5rem;
  position: relative;
  z-index: 1;
}
.ms-project .packages .packages-container .packages-list .package-content ul li::before {
  content: '';
  background-color: #fff;
  border-radius: 50px;
  border: 2px solid #AEAEAE;
  width: 7px;
  height: 7px;
  position: absolute;
  left: -7px;
  top: 4px;
}
.ms-project .packages .packages-container .packages-list .package-content ul li::after {
  content: '';
  background-color: #AEAEAE;
  border-radius: 50px;
  width: 1px;
  height: 1px;
  position: absolute;
  left: -5px;
  top: 6px;
  border: 3px solid #aeaeae;
  animation: fill 6s linear infinite;
}
.ms-project .packages .packages-container .packages-list .package-content ul li:last-child {
  margin-bottom: 0;
}
.ms-project .packages .packages-container .packages-list .package-content .buttons {
  width: 100%;
}
.ms-project .packages .packages-container .packages-list .package-content .buttons .btn-red {
  width: 100%;
}
.ms-project .packages .packages-container .packages-list .package-content .buttons .btn-red::before {
  content: none;
}
.ms-project .choose {
  padding: 3rem 1.5rem;
}
.ms-project .choose .choose-container {
  display: flex;
  flex-direction: column;
}
.ms-project .choose .choose-container p {
  text-align: center;
}
.ms-project .choose .choose-container .choose-list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ms-project .choose .choose-container .choose-list .choose-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem;
  margin-top: 2rem;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  width: 260px;
  transition: 0.8s ease;
}
.ms-project .choose .choose-container .choose-list .choose-item .choose-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
}
.ms-project .choose .choose-container .choose-list .choose-item .choose-content p {
  line-height: 1.5;
  text-align: center;
  margin-top: 10px;
}
.ms-project .choose .choose-container .choose-list .choose-item .choose-content h3 {
  text-align: center;
}
.ms-project .choose .choose-container .choose-list .choose-item span {
  display: flex;
}
.ms-project .choose .choose-container .choose-list .choose-item span .white {
  display: none;
}
.ms-project .choose .choose-container .choose-list .choose-item span img {
  height: 55px;
  width: 55px;
}
.ms-project .choose .choose-container .choose-list .choose-item:hover {
  background-image: url(/_public/images/msproject/choose-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: background-image 0.8s ease-in-out;
}
.ms-project .choose .choose-container .choose-list .choose-item:hover .choose-content p,
.ms-project .choose .choose-container .choose-list .choose-item:hover .choose-content h3 {
  transition: 0.4s ease;
  color: #fff;
}
.ms-project .choose .choose-container .choose-list .choose-item:hover span .white {
  display: flex;
}
.ms-project .choose .choose-container .choose-list .choose-item:hover span .black {
  display: none;
}
.ms-project .testimonial {
  padding: 3rem 1.5rem;
  background: linear-gradient(#2E7237, #17391C);
}
.ms-project .testimonial .testimonial-container {
  display: flex;
  flex-direction: column;
}
.ms-project .testimonial .testimonial-container .heading {
  margin-bottom: 2rem;
}
.ms-project .testimonial .testimonial-container .testimonial-list {
  display: flex;
  flex-direction: column;
}
.ms-project .testimonial .testimonial-container .testimonial-list .testimonial-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 14px;
  width: 93%;
  margin: auto;
}
.ms-project .testimonial .testimonial-container .testimonial-list .testimonial-item .review {
  padding: 1.5rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
.ms-project .testimonial .testimonial-container .testimonial-list .testimonial-item .review::before {
  content: '';
  position: absolute;
  background-image: url(/_public/images/msproject/left-quotation.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  left: 15px;
  top: 10px;
  z-index: -1;
}
.ms-project .testimonial .testimonial-container .testimonial-list .testimonial-item .review::after {
  content: '';
  position: absolute;
  background-image: url(/_public/images/msproject/right-quotation.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  right: 15px;
  bottom: 10px;
  z-index: -1;
}
.ms-project .testimonial .testimonial-container .testimonial-list .testimonial-item .user-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem;
  padding-top: 0;
  width: 100%;
}
.ms-project .testimonial .testimonial-container .testimonial-list .testimonial-item .user-info .user-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
}
.ms-project .testimonial .testimonial-container .testimonial-list .testimonial-item .user-info .user-img img {
  width: 100%;
}
.ms-project .testimonial .testimonial-container .testimonial-list .testimonial-item .user-info .user-name {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ms-project .testimonial .testimonial-container .testimonial-list .testimonial-item .user-info .user-name p {
  color: #FF0000;
  font-weight: 500;
  line-height: 1.4;
  margin: 3px 0;
}
.ms-project .testimonial .testimonial-container .testimonial-list .testimonial-item .user-info .user-name img {
  height: 20px;
  width: 100px;
}
.ms-project .testimonial .testimonial-container .owl-dots {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}
.ms-project .testimonial .testimonial-container .owl-dots .owl-dot {
  display: flex;
  width: 20px;
  height: 12px;
  background-color: #B4B4B4;
  border-radius: 18px;
  margin-right: 10px;
  outline: 0;
}
.ms-project .testimonial .testimonial-container .owl-dots .owl-dot.active {
  width: 40px;
  background-color: #fff;
}
.ms-project .offer {
  flex-direction: column;
  padding: 3rem 1.5rem;
  padding-bottom: 0;
}
.ms-project .offer .offer-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  background-color: #F5F5F5;
}
.ms-project .offer .offer-container .offer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ms-project .offer .offer-container .offer-content .offer-img {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
}
.ms-project .offer .offer-container .offer-content .offer-img img {
  width: 100%;
}
.ms-project .offer .offer-container .offer-content .info {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}
.ms-project .offer .offer-container .offer-content .info h2 {
  text-align: center;
}
.ms-project .offer .offer-container .offer-content .info p {
  text-align: center;
  margin-top: 6px;
  line-height: 1.4;
  font-weight: 400;
}
.ms-project .faq {
  padding: 3rem 1.5rem;
}
.ms-project .faq .faq-container {
  display: flex;
  flex-direction: column;
}
.ms-project .faq .faq-container .faq-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ms-project .faq .faq-container .faq-list .faq-content {
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  margin-top: 1rem;
  background-color: #fff;
  border-radius: 10px;
  padding: 0.8rem;
  padding-left: 1.3rem;
  position: relative;
  z-index: 1;
  width: 100%;
}
.ms-project .faq .faq-container .faq-list .faq-content::before {
  content: '';
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 5px;
  background-color: #aaaaaa;
  top: 0;
  left: 0;
  border-radius: 10px 0 0 10px;
  transition: 0.5s ease;
}
.ms-project .faq .faq-container .faq-list .faq-content .question {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.ms-project .faq .faq-container .faq-list .faq-content .question h3 {
  font-size: 14px;
  width: 90%;
}
.ms-project .faq .faq-container .faq-list .faq-content .question span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  transform: rotate(0);
  transition: 1s ease;
}
.ms-project .faq .faq-container .faq-list .faq-content .question span img {
  width: 100%;
}
.ms-project .faq .faq-container .faq-list .faq-content .answer {
  display: none;
  padding-top: 4px;
}
.ms-project .faq .faq-container .faq-list .faq-content .answer p {
  line-height: 1.6;
  font-size: 13px;
}
.ms-project .faq .faq-container .faq-list .faq-content .answer ul {
  padding-left: 18px;
}
.ms-project .faq .faq-container .faq-list .faq-content .answer ul li {
  font-size: 13px;
  list-style: disc;
}
.ms-project .faq .faq-container .faq-list .faq-content.active::before {
  background-color: #FF0000;
  transition: 0.5s ease;
}
.ms-project .faq .faq-container .faq-list .faq-content.active .question span {
  transform: rotate(180deg);
}
.ms-project .footer {
  padding: 3rem 1.5rem;
  background-image: linear-gradient(#2E7237, #17391C);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
}
.ms-project .footer #particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.ms-project .footer .footer-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ms-project .footer .footer-container .form-container {
  display: flex;
  flex-direction: column;
}
.ms-project .footer .footer-container .form-container .form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
}
.ms-project .footer .footer-container .form-container .form .form-input {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.ms-project .footer .footer-container .form-container .form .form-input .input-container {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 0.8rem;
}
.ms-project .footer .footer-container .form-container .form .form-input .input-container input,
.ms-project .footer .footer-container .form-container .form .form-input .input-container textarea {
  width: 100%;
  border: none;
  outline: 0;
  font-weight: 500;
  color: #fff;
  background-color: transparent;
  padding: 0;
}
.ms-project .footer .footer-container .form-container .form .form-input .input-container textarea {
  height: 50px;
  resize: none;
}
.ms-project .footer .footer-container .form-container .form .form-input .input-container ::-webkit-input-placeholder {
  /* Edge */
  color: #ffffffa1;
}
.ms-project .footer .footer-container .form-container .form .form-input .input-error {
  border: 1px solid red;
}
.ms-project .footer .footer-container .form-container .form .form-input .input-error ::-webkit-input-placeholder {
  /* Edge */
  color: red;
}
.ms-project .footer .footer-container .form-container .form .form-consent {
  display: flex;
  color: #fff;
  font-size: 12px;
  margin-bottom: 0.4rem;
}
.ms-project .footer .footer-container .form-container .form .form-consent:last-child {
  margin-bottom: 0;
}
.ms-project .footer .footer-container .form-container .form .form-consent input {
  margin-left: 0;
}
.ms-project .footer .footer-container .form-container .form .form-consent label {
  margin-left: 0.3rem;
  margin-bottom: 0.5rem;
}
.ms-project .footer .footer-container .form-container .form .form-consent label:last-child {
  margin-bottom: 0;
}
.ms-project .footer .footer-container .form-container .form .form-consent p {
  color: #fff;
  line-height: 1.4;
  font-size: 12px;
}
.ms-project .footer .footer-container .form-container .form .form-consent a {
  color: #FF0000;
  font-weight: bold;
}
.ms-project .footer .footer-container .form-container .form .form-consent input {
  box-shadow: 0 0 5px #fff;
}
.ms-project .footer .footer-container .form-container .form .consent-error,
.ms-project .footer .footer-container .form-container .form .consent-error-other {
  margin-bottom: 0.5rem;
}
.ms-project .footer .footer-container .form-container .form .consent-error p,
.ms-project .footer .footer-container .form-container .form .consent-error-other p {
  color: red;
  line-height: 1.4;
  font-size: 12px;
}
.ms-project .footer .footer-container .form-container .form .buttons .btn-red::before,
.ms-project .footer .footer-container .form-container .form .buttons .btn-red::after {
  background-image: none ;
  background-color: #317539;
}
.ms-project .footer .footer-container .contact-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 3rem;
}
.ms-project .footer .footer-container .contact-container p {
  color: #fff;
}
.ms-project .footer .footer-container .contact-container .contact-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.ms-project .footer .footer-container .contact-container .contact-list .contact {
  display: flex;
  align-items: flex-start;
  margin-top: 1.5rem;
  width: 100%;
}
.ms-project .footer .footer-container .contact-container .contact-list .contact span {
  display: flex;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50px;
  padding: 12px;
  margin-right: 10px;
}
.ms-project .footer .footer-container .contact-container .contact-list .contact span img {
  width: 100%;
}
.ms-project .footer .footer-container .contact-container .contact-list .contact .text {
  display: flex;
  flex-direction: column;
  width: calc(100% - 70px);
}
.ms-project .footer .footer-container .contact-container .contact-list .contact .text a {
  font-size: 14px;
  color: #fff;
}
.ms-project .footer .footer-container .contact-container .contact-list .contact .text h3 {
  color: #fff;
  font-size: 14px;
  margin-bottom: 5px;
}
.ms-project .footer .footer-container .contact-container .contact-list .contact .text img {
  width: 120px;
}
@media (min-width : 768px) {
  .ms-project .buttons .btn-red,
  .ms-project .buttons .btn-white {
    font-size: 16px;
  }
  .ms-project .banner .logo-container {
    padding: 1rem 2rem;
  }
  .ms-project .banner .logo-container .menu.active + .menu-links {
    width: 45%;
  }
  .ms-project .banner .banner-container {
    padding: 3rem 2rem;
    padding-top: 2rem;
  }
  .ms-project .banner .banner-container .banner-img {
    display: none;
  }
  .ms-project .overview {
    padding: 3rem 2rem;
    padding-bottom: 0;
  }
  .ms-project .overview .overview-container .overview-inner .overview-img {
    width: 80%;
    align-self: center;
  }
  .ms-project .courses {
    padding: 3rem 2rem;
    background-color: transparent;
  }
  .ms-project .courses .courses-container {
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    padding: 2rem 1rem;
  }
  .ms-project .courses .courses-container .courses-list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .ms-project .courses .courses-container .courses-list .course-inner {
    width: 31%;
    margin-right: 1.2rem;
  }
  .ms-project .courses .courses-container .courses-list .course-inner:last-child {
    margin-right: 0;
  }
  .ms-project .courses .courses-container .courses-list .course-inner h3 {
    min-height: 50px;
  }
  .ms-project .limited {
    padding: 2rem 0;
    padding-bottom: 4rem;
  }
  .ms-project .limited .limited-container {
    flex-direction: row;
    position: relative;
    z-index: 1;
  }
  .ms-project .limited .limited-container .budget-container {
    width: 50%;
    height: fit-content;
    border: 15px solid #fff;
    border-left: none;
    z-index: 1;
  }
  .ms-project .limited .limited-container .learn-container {
    position: absolute;
    right: 0;
    top: -31px;
    z-index: -1;
    margin-left: auto;
    width: 53%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    padding-left: 3rem;
  }
  .ms-project .why {
    padding: 3rem 2rem;
    padding-top: 1.5rem;
    background-color: transparent;
  }
  .ms-project .why .why-container .why-image {
    align-self: center;
    width: 60%;
  }
  .ms-project .deli {
    padding: 3rem 2rem;
    background-image: url(/_public/images/msproject/deli-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .ms-project .deli .deli-container .deli-list {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .ms-project .deli .deli-container .deli-list::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #fff;
    left: 0;
    bottom: 46px;
    z-index: -1;
  }
  .ms-project .deli .deli-container .deli-list .deli-item {
    width: 25%;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
  }
  .ms-project .deli .deli-container .deli-list .deli-item::before {
    content: '';
    position: absolute;
    background-color: #E9E9E9;
    border: 2px solid #FF0000;
    width: 12px;
    height: 12px;
    border-radius: 20px;
    z-index: -1;
    top: 108px;
    transition: 1s;
  }
  .ms-project .deli .deli-container .deli-list .deli-item p {
    margin-top: 3rem;
  }
  .ms-project .facts {
    padding: 3rem 2rem;
  }
  .ms-project .facts .facts-container .heading {
    display: none;
  }
  .ms-project .facts .facts-container .facts-list {
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
    padding: 1.5rem;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border-radius: 90px;
    background-image: url(/_public/images/msproject/fact-arrow.png), url(/_public/images/msproject/fact-arrow.png), url(/_public/images/msproject/fact-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left 25% center, left 51% center, left 76% center;
  }
  .ms-project .facts .facts-container .facts-list .fact {
    width: 30%;
    flex-direction: column;
    margin-bottom: 0;
    padding: 0;
    box-shadow: none;
  }
  .ms-project .facts .facts-container .facts-list .fact .fact-img {
    margin-right: 0;
  }
  .ms-project .facts .facts-container .facts-list .fact .fact-count {
    margin: 0.5rem 0;
  }
  .ms-project .facts .facts-container .facts-list .fact p {
    text-align: center;
  }
  .ms-project .features {
    padding: 3rem 2rem;
  }
  .ms-project .features .features-container .features-img {
    width: 70%;
    align-self: center;
    margin-top: 1rem;
  }
  .ms-project .packages {
    padding: 3rem 2rem;
  }
  .ms-project .packages .packages-container .packages-list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .ms-project .packages .packages-container .packages-list .package-content {
    width: 42%;
    margin-right: 1.5rem;
  }
  .ms-project .packages .packages-container .packages-list .package-content::before,
  .ms-project .packages .packages-container .packages-list .package-content::after {
    content: '';
  }
  .ms-project .packages .packages-container .packages-list .package-content:hover .package-name h3,
  .ms-project .packages .packages-container .packages-list .package-content:hover .package-name p {
    transition: 1s all;
    color: #fff;
  }
  .ms-project .packages .packages-container .packages-list .package-content:hover ul li {
    transition: 1s all;
    color: #fff;
  }
  .ms-project .packages .packages-container .packages-list .package-content .package-name h3 {
    min-height: 50px;
  }
  .ms-project .packages .packages-container .packages-list .package-content ul {
    min-height: 92px;
    margin-top: 1.5rem;
  }
  .ms-project .packages .packages-container .packages-list .package-content:last-child {
    margin-right: 0;
  }
  .ms-project .choose {
    padding: 3rem 2rem;
  }
  .ms-project .choose .choose-container .choose-list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .ms-project .choose .choose-container .choose-list .choose-item {
    width: 48%;
  }
  .ms-project .testimonial {
    padding: 3rem 2rem;
  }
  .ms-project .testimonial .testimonial-container .testimonial-list .testimonial-item .review {
    min-height: 297px;
  }
  .ms-project .testimonial .testimonial-container .testimonial-list .testimonial-item .user-info {
    flex-direction: row;
    width: 100%;
  }
  .ms-project .testimonial .testimonial-container .testimonial-list .testimonial-item .user-info .user-img {
    margin-right: 1rem;
  }
  .ms-project .testimonial .testimonial-container .testimonial-list .testimonial-item .user-info .user-name {
    align-items: flex-start;
  }
  .ms-project .offer {
    padding: 3rem 2rem;
  }
  .ms-project .offer .offer-container {
    flex-direction: row;
    margin: auto;
    justify-content: space-between;
  }
  .ms-project .offer .offer-container .offer-content {
    flex-direction: row;
    width: 70%;
  }
  .ms-project .offer .offer-container .offer-content .offer-img {
    margin-right: 1rem;
  }
  .ms-project .offer .offer-container .offer-content .info {
    margin-top: 0rem;
  }
  .ms-project .offer .offer-container .offer-content .info h2,
  .ms-project .offer .offer-container .offer-content .info p {
    text-align: left;
  }
  .ms-project .offer .offer-container .buttons {
    margin-top: 0;
    width: 30%;
    justify-content: flex-end;
  }
  .ms-project .faq {
    padding: 3rem 2rem;
    padding-top: 0;
  }
  .ms-project .faq .faq-container .heading {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .ms-project .faq .faq-container .heading h2 {
    text-align: left;
  }
  .ms-project .faq .faq-container .faq-list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .ms-project .faq .faq-container .faq-list .faq-content {
    width: 48%;
  }
  .ms-project .footer {
    padding: 3rem 2rem;
  }
  .ms-project .footer .footer-container {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  .ms-project .footer .footer-container .form-container {
    width: 55%;
  }
  .ms-project .footer .footer-container .form-container .form .form-input {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .ms-project .footer .footer-container .form-container .form .form-input .input-container {
    width: 48%;
  }
  .ms-project .footer .footer-container .form-container .form .form-input .input-container:last-child {
    width: 100%;
  }
  .ms-project .footer .footer-container .contact-container {
    width: 40%;
    margin-top: 0;
  }
}
@media (min-width : 1024px) {
  .ms-project p {
    line-height: 1.8;
  }
  .ms-project .heading h2 {
    font-size: 26px;
  }
  .ms-project .banner {
    background-image: url(/_public/images/msproject/banner-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    padding-bottom: 3rem;
    position: relative;
  }
  .ms-project .banner::before {
    content: '';
    position: absolute;
    width: 110px;
    height: 110px;
    bottom: -50px;
    left: 14px;
    background-image: url(/_public/images/msproject/dotted-circle.svg);
    background-size: contain;
    background-repeat: no-repeat;
    animation: move3 15s linear infinite;
    z-index: -1;
  }
  .ms-project .banner .logo-container .menu {
    display: none;
  }
  .ms-project .banner .logo-container .menu-links {
    width: 77%;
    display: flex;
    align-items: center;
    background: 0 0;
    max-height: unset;
    overflow: unset;
    position: relative;
    box-shadow: none;
    justify-content: flex-end;
  }
  .ms-project .banner .logo-container .menu-links .menu-toggle {
    display: none;
  }
  .ms-project .banner .logo-container ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
  }
  .ms-project .banner .logo-container ul .links-li {
    margin-right: 1.3rem;
    padding: 0;
    border-bottom: none;
    position: relative;
    z-index: 1;
  }
  .ms-project .banner .logo-container ul .links-li::before,
  .ms-project .banner .logo-container ul .links-li::after {
    color: #FF0000;
    position: absolute;
    opacity: 0;
    font-size: 22px;
    top: -5px;
    transition: all 0.3s;
  }
  .ms-project .banner .logo-container ul .links-li::before {
    content: '|';
    left: -8px;
    transform: translateX(10px);
  }
  .ms-project .banner .logo-container ul .links-li::after {
    content: '|';
    right: -8px;
    transform: translateX(-10px);
  }
  .ms-project .banner .logo-container ul .links-li:hover {
    transition: 1s all;
  }
  .ms-project .banner .logo-container ul .links-li:hover::before,
  .ms-project .banner .logo-container ul .links-li:hover::after {
    opacity: 1;
    transform: translateX(0px);
  }
  .ms-project .banner .logo-container ul .links-li:last-child {
    margin-top: 0;
    margin-right: 0;
    border-bottom: none;
  }
  .ms-project .banner .logo-container ul .links-li:last-child:hover::before,
  .ms-project .banner .logo-container ul .links-li:last-child:hover:after {
    content: none;
  }
  .ms-project .banner .logo-container ul .links-li .link {
    font-weight: 600;
    color: #000000;
  }
  .ms-project .banner .logo-container ul .buttons {
    display: flex;
  }
  .ms-project .banner .logo-container ul .buttons::before,
  .ms-project .banner .logo-container ul .buttons::after {
    content: none;
  }
  .ms-project .banner .logo-container ul .buttons .btn-white {
    margin-right: 22px;
    border: 2px solid #000000;
  }
  .ms-project .banner .logo-container ul .buttons .btn-red {
    border: 2px solid transparent;
    transition: 0.5s ease;
  }
  .ms-project .banner .logo-container ul .buttons .btn-red:hover {
    border: 2px solid #17391c;
  }
  .ms-project .banner .banner-container {
    flex-direction: row;
    justify-content: space-between;
  }
  .ms-project .banner .banner-container .banner-content {
    width: 48%;
  }
  .ms-project .banner .banner-container .banner-img {
    display: flex;
    margin-top: 0;
    width: 48%;
    align-self: center;
  }
  .ms-project .overview {
    padding-bottom: 1rem;
    padding-top: 1.5rem;
  }
  .ms-project .overview .overview-container {
    flex-direction: row;
    justify-content: space-between;
  }
  .ms-project .overview .overview-container .overview-content {
    width: 45%;
    order: 2;
    align-items: flex-start;
    position: relative;
    z-index: 1;
  }
  .ms-project .overview .overview-container .overview-content::before {
    content: '';
    background-image: url(/_public/images/msproject/course-circle.svg);
    background-size: contain;
    width: 100px;
    height: 100px;
    bottom: -28px;
    right: 0;
    position: absolute;
    z-index: -1;
    animation: bounce 2s linear infinite;
  }
  .ms-project .overview .overview-container .overview-content p {
    text-align: left;
  }
  .ms-project .overview .overview-container .overview-content .heading {
    align-items: flex-start;
  }
  .ms-project .overview .overview-container .overview-content .heading h2 {
    text-align: left;
  }
  .ms-project .overview .overview-container .overview-inner {
    width: 50%;
    margin-top: 0;
    order: 1;
  }
  .ms-project .overview .overview-container .overview-inner .heading {
    align-items: flex-start;
  }
  .ms-project .overview .overview-container .overview-inner .overview-img {
    width: 100%;
  }
  .ms-project .courses .courses-container .courses-list {
    position: relative;
    z-index: 1;
  }
  .ms-project .courses .courses-container .courses-list::before {
    content: '';
    position: absolute;
    background-image: url(/_public/images/msproject/dots-box.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 50px;
    width: 50px;
    left: 0;
    bottom: -15px;
    z-index: -1;
    animation: right-box 5s linear infinite;
  }
  .ms-project .courses .courses-container .courses-list::after {
    content: '';
    position: absolute;
    background-image: url(/_public/images/msproject/dots-box.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 50px;
    width: 50px;
    right: 0;
    bottom: -15px;
    z-index: -1;
    animation: right-box 5s linear infinite;
  }
  .ms-project .courses .courses-container .courses-list .course-inner {
    width: 28%;
  }
  .ms-project .limited {
    position: relative;
    z-index: 1;
  }
  .ms-project .limited::before {
    content: '';
    width: 62px;
    height: 63px;
    position: absolute;
    bottom: 0px;
    right: 20px;
    background-image: url(/_public/images/msproject/triangles.png);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.5;
    z-index: -1;
    animation: around1 8s linear infinite;
  }
  .ms-project .why {
    padding-top: 0;
  }
  .ms-project .why .why-container {
    flex-direction: row;
    justify-content: space-between;
  }
  .ms-project .why .why-container .why-content {
    width: 48%;
  }
  .ms-project .why .why-container .why-content .heading {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .ms-project .why .why-container .why-content .heading h2 {
    text-align: left;
  }
  .ms-project .why .why-container .why-content p {
    text-align: left;
  }
  .ms-project .why .why-container .why-content .buttons {
    justify-content: flex-start;
  }
  .ms-project .why .why-container .why-image {
    width: 48%;
    margin-top: 0;
  }
  .ms-project .deli .deli-container .deli-list .deli-item::before {
    top: 138px;
  }
  .ms-project .deli .deli-container .deli-list .deli-item span {
    width: 120px;
    height: 120px;
  }
  .ms-project .deli .deli-container .deli-list .deli-item span img {
    width: 55px;
    height: 55px;
  }
  .ms-project .deli .deli-container .deli-list .deli-item:hover::before {
    top: 145px;
  }
  .ms-project .facts {
    padding-bottom: 4rem;
  }
  .ms-project .features {
    background-repeat: no-repeat;
    background-size: 100% 98%;
    background-position: bottom;
  }
  .ms-project .features .features-container {
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    z-index: 1;
  }
  .ms-project .features .features-container::before {
    position: absolute;
    content: '';
    bottom: 7px;
    left: 0;
    background-image: url(/_public/images/msproject/query-dots.svg);
    height: 124px;
    width: 100px;
    background-repeat: no-repeat;
    animation: move 10s linear infinite;
    z-index: -1;
  }
  .ms-project .features .features-container .features-img {
    width: 50%;
    order: 1;
    margin-top: 0;
    background-color: #fff;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    padding: 2rem;
    align-self: flex-start;
    min-height: 550px;
    position: relative;
    top: -66px;
    margin-left: -2rem;
  }
  .ms-project .features .features-container .features-content {
    width: 50%;
    order: 2;
  }
  .ms-project .packages .packages-container .packages-list {
    position: relative;
    z-index: 1;
  }
  .ms-project .packages .packages-container .packages-list::before {
    content: '';
    background-image: url(/_public/images/msproject/course-box.svg);
    background-size: contain;
    width: 62px;
    height: 200px;
    top: -85px;
    right: 42px;
    position: absolute;
    z-index: -1;
    background-repeat: no-repeat;
    animation: rotate 5s linear infinite;
  }
  .ms-project .packages .packages-container .packages-list .package-content {
    width: 31%;
    margin-right: 1.5rem;
  }
  .ms-project .choose .choose-container .choose-list {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .ms-project .choose .choose-container .choose-list .choose-item {
    width: 23%;
  }
  .ms-project .choose .choose-container .choose-list .choose-item .choose-content h3 {
    min-height: 50px;
  }
  .ms-project .testimonial {
    background: transparent;
    background-image: url(/_public/images/msproject/testimonial-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
  }
  .ms-project .testimonial .testimonial-container .testimonial-list .testimonial-item .review {
    min-height: 254px;
  }
  .ms-project .offer {
    background-image: linear-gradient(#2E7237, #17391C);
    background-repeat: no-repeat;
    background-position: center top 11px;
    background-size: 100% 78%;
    padding: 0rem 2rem;
    margin-top: 2rem;
  }
  .ms-project .offer .offer-container {
    background-color: transparent;
    box-shadow: none;
    width: 85%;
    background-image: url(/_public/images/msproject/offer-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 2rem 4rem;
  }
  .ms-project .faq {
    padding-top: 2rem;
  }
}
@media (min-width : 1366px) {
  .ms-project .container {
    width: 1200px;
    margin: 0 auto;
  }
  .ms-project .heading h2 {
    font-size: 30px;
  }
  .ms-project .buttons .btn-red,
  .ms-project .buttons .btn-white {
    font-size: 18px;
  }
  .ms-project .banner .logo-container {
    padding: 1rem 0;
  }
  .ms-project .banner .logo-container ul .links-li {
    margin-right: 2rem;
  }
  .ms-project .banner .logo-container ul .links-li .btn-white {
    margin-right: 2rem;
  }
  .ms-project .banner .banner-container {
    padding: 4rem 0rem;
    padding-top: 2rem;
  }
  .ms-project .overview {
    padding: 4rem 0rem;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
  .ms-project .overview .overview-container .overview-inner {
    width: 48%;
  }
  .ms-project .overview .overview-container .overview-content {
    width: 48%;
  }
  .ms-project .overview .overview-container .overview-content .overview-img {
    position: static;
  }
  .ms-project .courses {
    padding: 4rem 0rem;
  }
  .ms-project .courses .courses-container .courses-list::before {
    left: 30px;
  }
  .ms-project .courses .courses-container .courses-list::after {
    right: 30px;
  }
  .ms-project .courses .courses-container .courses-list .course-inner {
    width: 22%;
  }
  .ms-project .limited::before {
    animation: around2 10s linear infinite;
  }
  .ms-project .limited .container {
    width: 100%;
  }
  .ms-project .limited .container .limited-container .budget-container {
    width: 49%;
  }
  .ms-project .limited .container .limited-container .budget-container .budget-content,
  .ms-project .limited .container .limited-container .budget-container .global-content {
    padding-left: 5rem;
  }
  .ms-project .limited .container .limited-container .learn-container {
    padding-right: 5rem;
  }
  .ms-project .why {
    padding: 4rem 0rem;
    padding-top: 0;
  }
  .ms-project .deli {
    padding: 4rem 0rem;
  }
  .ms-project .facts {
    padding: 4rem 0rem;
    padding-bottom: 4.5rem;
  }
  .ms-project .features {
    padding: 4rem 0rem;
    padding-bottom: 0;
  }
  .ms-project .features .features-container::before {
    left: auto;
    right: 0;
    animation: move2 10s linear infinite;
    bottom: 13px;
  }
  .ms-project .features .features-container .features-img {
    margin-left: -5rem;
    padding: 3rem;
    padding-left: 5rem;
    width: 52%;
    top: -75px;
  }
  .ms-project .packages {
    padding: 4rem 0rem;
  }
  .ms-project .packages .packages-container .packages-list .package-content {
    width: 26%;
    margin-right: 2.5rem;
  }
  .ms-project .choose {
    padding: 4rem 0rem;
  }
  .ms-project .testimonial {
    padding: 4rem 0rem;
  }
  .ms-project .testimonial .testimonial-container .testimonial-list .testimonial-item .review {
    min-height: 204px;
  }
  .ms-project .offer {
    padding: 0;
  }
  .ms-project .faq {
    padding: 4rem 0rem;
    padding-top: 3rem;
  }
  .ms-project .footer {
    padding: 4rem 0rem;
  }
  .ms-project .footer .footer-container {
    position: relative;
    z-index: 1;
  }
  .ms-project .footer .footer-container::before {
    content: '';
    position: absolute;
    bottom: 20px;
    right: 0px;
    background-image: url(/_public/images/msproject/ring-circle.png);
    background-size: cover;
    height: 115px;
    width: 139px;
    animation: around3 6s linear infinite;
    z-index: -1;
  }
}
@media (min-width : 1500px) {
  .ms-project .banner .logo-container ul .buttons .btn-red:hover {
    border: 1px solid #17391c;
  }
  .ms-project .limited {
    width: 1200px;
    margin: auto;
  }
  .ms-project .limited .container .limited-container .budget-container .budget-content,
  .ms-project .limited .container .limited-container .budget-container .global-content {
    padding-left: 2rem;
  }
  .ms-project .limited .container .limited-container .learn-container {
    padding-right: 2rem;
  }
}
@media (min-width : 1800px) {
  .ms-project .deli .deli-container .deli-list .deli-item::before {
    top: 137px;
  }
  .ms-project .deli .deli-container .deli-list .deli-item:hover::before {
    top: 143px;
  }
}
