
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap');

input[type="checkbox"]:before,
input[type="checkbox"]:checked:before {
  position: absolute;
  top: -3px;
  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: 14px;
  width: 14px;
  outline: none;
  cursor: pointer;
  position: relative;
  background-color: #FFFFFF;
  margin-left: 0;
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.2);
  border: 1px solid #ACACAC;
}
input[type=number] {
  -moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
::-webkit-scrollbar {
  width: 5px;
  height: 3px;
  border-radius: 8px;
}
::-webkit-scrollbar-track {
  background: #FFFFFF;
}
::-webkit-scrollbar-thumb {
  background: #7936DC;
}
body {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
  font-family: 'poppins';
}
p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  color: #040303;
  width: 100%;
  font-weight: 500;
}
p strong,
p b {
  font-weight: 700;
}
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
h1,
h2,
h3,
h4 {
  margin: 0;
}
h2 {
  font-weight: 600;
  font-style: normal;
  width: 100%;
}
ul {
  width: 100%;
}
ul,
li {
  padding: 0;
  margin: 0;
  color: #040303;
  list-style: none;
  font-size: 14px;
  font-weight: 500;
}
button {
  border: 0;
  cursor: pointer;
}
.container {
  width: 100%;
}
section {
  display: flex;
  padding: 3rem 1.5rem;
}
.capm .buttons {
  display: flex;
  margin-top: 1.5rem;
}
.capm .buttons .btn-blue,
.capm .buttons .btn-white {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 14px;
  outline: 0;
  min-width: 160px;
  position: relative;
  z-index: 1;
  transition: 1s all;
}
.capm .buttons .btn-blue::before,
.capm .buttons .btn-white::before {
  content: '';
  position: absolute;
  width: 0%;
  height: 0%;
  bottom: 0;
  z-index: -1;
  transition: 0.7s all;
}
.capm .buttons .btn-blue:hover::before,
.capm .buttons .btn-white:hover::before {
  width: calc(100% - 1px);
  height: calc(100% - 1px);
}
.capm .buttons .btn-blue {
  background-color: #181575;
  color: #FFFFFF;
  border-radius: 30px 30px 0 30px;
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.2);
}
.capm .buttons .btn-blue::before {
  background-image: linear-gradient(0deg, #7936DC, #181575);
  border-radius: 30px 30px 0 30px;
  border: 1px solid #7936DC;
  right: 0;
}
.capm .buttons .btn-blue:hover {
  border-radius: 0px 30px 30px 30px;
}
.capm .buttons .btn-blue:hover::before {
  border-radius: 0px 30px 30px 30px;
}
.capm .buttons .btn-white {
  background-color: #FFFFFF;
  border-radius: 30px 30px 30px 0px;
}
.capm .buttons .btn-white::before {
  background-image: linear-gradient(0deg, #FFFFFF, #F5F5F5);
  border-radius: 30px 30px 30px 0px;
  border: 1px solid #F5F5F5;
  left: 0;
}
.capm .buttons .btn-white:hover {
  border-radius: 30px 0px 30px 30px;
}
.capm .buttons .btn-white:hover::before {
  border-radius: 30px 0px 30px 30px;
}
.capm .buttons img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.capm .heading {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
  width: 100%;
}
.capm .heading h2 {
  position: relative;
}
.capm .heading h2::before,
.capm .heading h2::after {
  position: absolute;
}
.capm .heading h2::before {
  top: 5px;
  left: -12px;
  width: 45px;
  height: 2px;
  background-color: #7936DC;
  animation: height 7s linear infinite;
}
.capm .heading h2::after {
  top: 0px;
  left: -7px;
  width: 2px;
  height: 45px;
  background-color: #181575;
  animation: width 7s linear infinite;
}
.capm .heading p {
  margin-top: 1rem;
}
.capm .center-heading {
  justify-content: center;
  align-items: center;
}
.capm .center-heading h2,
.capm .center-heading p {
  text-align: center;
}
.capm .white-heading h2::before,
.capm .white-heading h2::after {
  background-color: #FFFFFF;
}
.capm .white-heading h2,
.capm .white-heading p {
  color: #FFFFFF;
}
@keyframes height {
  0% {
    width: 0px;
  }
  50% {
    width: 40px;
  }
  100% {
    width: 0px;
  }
}
@keyframes width {
  0% {
    height: 0%;
  }
  50% {
    height: 40px;
  }
  100% {
    height: 0%;
  }
}
.capm .banner {
  background-color: #7936DC;
  flex-direction: column;
  padding: 0;
}
.capm .banner .container {
  height: 100%;
}
.capm .banner .logo-container,
.capm .banner .tka-logo {
  display: flex;
}
.capm .banner .logo-container {
  background-color: #FFFFFF;
}
.capm .banner .logo-container .container {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.capm .banner .tka-logo {
  width: 190px;
}
.capm .banner .tka-logo img {
  width: 100%;
  height: 100%;
}
.capm .banner .tka-logo img:last-child {
  display: none;
}
.capm .banner .menu {
  width: 24px;
  height: 24px;
  margin-left: auto;
}
.capm .banner .menu img {
  width: 100%;
  height: 100%;
}
.capm .banner .menu-toggle {
  font-weight: 500;
}
.capm .banner .menu-toggle img {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.capm .banner .menu-links {
  position: fixed;
  background-color: #FFFFFF;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.5s;
  right: 0;
  top: 0;
  width: 0;
}
.capm .banner .menu-links li {
  display: flex;
  align-items: center;
  padding: 0.6rem 0;
  border-bottom: 1px dotted #000000;
  color: #000000;
}
.capm .banner .menu-links li img {
  width: 18px;
  height: 18px;
  margin-right: 0.5rem;
}
.capm .banner .menu-links li:first-child {
  padding-top: 0;
}
.capm .banner .menu-links li:nth-last-child(2) {
  padding-bottom: 0;
  border-bottom: none;
}
.capm .banner .menu-links li:last-child {
  display: none;
}
.capm .banner .active + .menu-links {
  display: flex;
  flex-direction: column;
  width: 85%;
  padding: 1rem;
  z-index: 2;
}
.capm .banner .active + .menu-links .menu-toggle {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.capm .banner .sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: 1s;
  height: auto;
  padding: 1rem 1.5rem;
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.2);
}
.capm .banner .sticky-down {
  top: -100px;
}
.capm .banner .banner-container,
.capm .banner .banner-content,
.capm .banner .banner-info {
  display: flex;
  flex-direction: column;
}
.capm .banner .banner-container {
  padding: 3rem 1.5rem;
  align-items: flex-start;
}
.capm .banner .banner-content {
  align-items: flex-start;
  width: 100%;
}
.capm .banner .banner-content h3,
.capm .banner .banner-content h1,
.capm .banner .banner-content p {
  color: #FFFFFF;
}
.capm .banner .banner-content h3 {
  border: 1px solid #FFFFFF;
  font-size: 17px;
  text-transform: uppercase;
  padding: 0.2rem 0.8rem;
  font-weight: 500;
}
.capm .banner .banner-content h1 {
  margin: 1.2rem 0;
  font-size: 22px;
  width: 100%;
}
.capm .banner .banner-content h1 img {
  width: 36px;
  height: 36px;
  margin-right: 0.5rem;
  transform: translateY(10px);
}
.capm .banner .banner-info {
  margin-top: 2rem;
  height: 100%;
  width: 100%;
}
.capm .banner .banner-info .heading h2 {
  font-size: 28px;
  font-weight: 500;
  width: 100%;
}
.capm .banner .banner-info span {
  display: flex;
  height: 100%;
}
.capm .banner .banner-info span img {
  width: 100%;
  height: 100%;
}
.capm .overview .overview-container,
.capm .overview .overview-content,
.capm .overview .overview-info {
  display: flex;
  flex-direction: column;
}
.capm .overview .overview-content {
  align-items: center;
}
.capm .overview .overview-content p {
  text-align: center;
}
.capm .overview .overview-info {
  background-color: #7936DC;
  padding: 2rem;
  border-radius: 12px;
  margin-top: 2rem;
  align-items: center;
  background-image: url(/_public/images/capm/training-bg.png);
  background-size: 90% 30%;
  background-repeat: no-repeat;
  background-position: center top;
}
.capm .overview .overview-info span {
  display: flex;
  border: 1px solid #FFFFFF;
  justify-content: center;
  width: 100%;
  padding: 1rem;
}
.capm .overview .overview-info span img {
  width: 50px;
  height: 50px;
}
.capm .overview .overview-info h3,
.capm .overview .overview-info p {
  color: #FFFFFF;
  text-align: center;
}
.capm .overview .overview-info h3 {
  font-size: 20px;
  margin: 1rem 0 0.5rem;
  width: 100%;
}
.capm .overview .overview-info p {
  font-size: 15px;
}
.capm .overview .overview-info p:nth-child(4) {
  margin-top: 0.5rem;
}
.capm .course {
  padding-top: 0;
  padding-bottom: 1rem;
}
.capm .course .course-container,
.capm .course .course-list {
  display: flex;
  flex-direction: column;
}
.capm .course .course-container .heading {
  margin-bottom: 0;
}
.capm .course .course-container .heading p {
  margin-top: 0;
  margin-bottom: 0.2rem;
}
.capm .course .course-container .heading p strong {
  color: #7936DC;
}
.capm .course .course-item {
  display: flex;
  flex-flow: wrap;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
  justify-content: space-between;
  align-self: center;
  margin-top: 2rem;
  width: 272px;
  padding: 1.2rem 1.5rem;
  border-bottom: 2px solid #7936DC;
}
.capm .course .course-item span {
  display: flex;
  width: 35px;
  height: 35px;
  position: relative;
}
.capm .course .course-item span:before {
  content: '';
  position: absolute;
  background-image: url(/_public/images/capm/course-bg.svg);
  background-size: contain;
  width: 40px;
  height: 39px;
  z-index: -1;
  top: 0;
  left: -13px;
}
.capm .course .course-item span img {
  width: 100%;
  height: 100%;
}
.capm .course .course-item h3 {
  width: calc(100% - 52px);
  font-size: 14px;
}
.capm .course .course-item p {
  font-size: 13px;
}
.capm .course .course-item p:nth-child(3) {
  margin-top: 1rem;
}
.capm .course .course-item .buttons {
  margin-top: 1rem;
}
.capm .course .course-item .buttons .btn-white {
  border: 1px solid #000000;
  min-width: 145px;
  font-size: 14px;
  border-radius: 30px 30px 0 30px;
}
.capm .course .course-item .buttons .btn-white::before {
  content: none;
}
.capm .course .course-item .buttons .btn-white img {
  width: 16px;
  height: 16px;
}
.capm .course .course-item .buttons .btn-white img:last-child {
  display: none;
}
.capm .course .course-item:hover .buttons .btn-white {
  background-color: #181575;
  color: #FFFFFF;
  border: 1px solid transparent;
}
.capm .course .course-item:hover .buttons .btn-white img:first-child {
  display: none;
}
.capm .course .course-item:hover .buttons .btn-white img:last-child {
  display: flex;
}
.capm .scope .scope-container,
.capm .scope .scope-img,
.capm .scope .scope-content {
  display: flex;
  flex-direction: column;
}
.capm .scope .scope-content {
  align-items: center;
}
.capm .scope .scope-content p {
  text-align: center;
}
.capm .scope .scope-img {
  margin-top: 2rem;
  width: 100%;
  height: 100%;
  align-self: flex-start;
}
.capm .scope .scope-img span {
  display: flex;
  height: 100%;
}
.capm .scope .scope-img span img {
  width: 100%;
  height: 100%;
}
.capm .method {
  background-color: #7936DC;
}
.capm .method .method-container,
.capm .method .method-info {
  display: flex;
  flex-direction: column;
}
.capm .method .heading {
  margin-bottom: 0;
}
.capm .method .method-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 2px solid #FFFFFF;
  padding: 2.5rem 1.5rem;
  border-radius: 15px;
  margin-top: 2rem;
}
.capm .method .method-item:nth-child(2) {
  position: relative;
  padding-top: 4.5rem;
}
.capm .method .method-item .text {
  display: flex;
  background-color: #FFFFFF;
  padding: 0.2rem 1.8rem;
  position: absolute;
  left: -1px;
  top: 20px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 0 10px 10px 0;
}
.capm .method .method-item .method-info {
  width: calc(100% - 60px);
}
.capm .method .method-item .method-info a,
.capm .method .method-item .method-info h3 {
  color: #FFFFFF;
}
.capm .method .method-item .method-info h3 {
  font-size: 16px;
  margin-bottom: 0.5rem;
}
.capm .method .method-item .method-info .enquire {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}
.capm .method .method-item .method-info .enquire .arrow {
  display: flex;
  width: 16px;
  height: 16px;
  margin-left: 0.5rem;
  overflow: hidden;
  position: relative;
}
.capm .method .method-item .method-info .enquire .arrow img {
  width: 100%;
  height: 100%;
  transition: transform 0.5s cubic-bezier(0.694, 0, 0.335, 1), -webkit-transform 0.5s cubic-bezier(0.694, 0, 0.335, 1);
  transition-delay: 0.3s;
}
.capm .method .method-item .method-info .enquire .arrow img:first-child {
  position: absolute;
  -webkit-transform: translateX(-150%);
  transform: translateX(-150%);
}
.capm .method .method-item .method-info .enquire .arrow img:last-child {
  position: relative;
}
.capm .method .method-item .method-info .enquire:hover .arrow img:first-child {
  transform: translateX(0%);
}
.capm .method .method-item .method-info .enquire:hover .arrow img:last-child {
  transform: translateX(200%);
}
.capm .method .method-item .image {
  width: 48px;
  height: 48px;
}
.capm .benefits {
  padding-bottom: 0;
}
.capm .benefits .benefits-container,
.capm .benefits .benefits-content,
.capm .benefits .benefits-img {
  display: flex;
  flex-direction: column;
}
.capm .benefits .benefits-content ul li {
  position: relative;
  margin-top: 1rem;
  padding-left: 1.5rem;
}
.capm .benefits .benefits-content ul li::before {
  content: '';
  position: absolute;
  background-image: url(/_public/images/capm/square.svg);
  background-size: 100% 100%;
  width: 14px;
  height: 14px;
  left: 0;
  top: 3px;
}
.capm .benefits .benefits-img {
  margin-top: 2rem;
  background-color: #F5F5F5;
  padding: 1rem;
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.2);
  border: 3px solid #FFFFFF;
  height: 100%;
}
.capm .benefits .benefits-img span {
  display: flex;
  height: 100%;
}
.capm .benefits .benefits-img span img {
  width: 100%;
  height: 100%;
}
.capm .choose .choose-container,
.capm .choose .choose-list {
  display: flex;
  flex-direction: column;
}
.capm .choose .heading {
  margin-bottom: 0;
}
.capm .choose .choose-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2rem;
  padding: 1.5rem 1rem;
  border-radius: 15px 15px 0 0;
  border-bottom: 2px solid #7936DC;
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.2);
}
.capm .choose .choose-item h3 {
  width: 100%;
  font-size: 17px;
  margin-bottom: 0.8rem;
}
.capm .choose .choose-item span {
  display: flex;
  height: 60px;
  width: 60px;
  padding: 0.5rem;
  background-color: #F5F5F5;
}
.capm .choose .choose-item span img {
  height: 100%;
  width: 100%;
}
.capm .choose .choose-item p {
  width: calc(100% - 82px);
  line-height: 1.5;
}
.capm .package {
  background-color: #7936DC;
}
.capm .package .package-container,
.capm .package .fact-content,
.capm .package .fact-list,
.capm .package .fact-item,
.capm .package .content,
.capm .package .package-item,
.capm .package .package-content {
  display: flex;
  flex-direction: column;
}
.capm .package .heading {
  margin-bottom: 0;
}
.capm .package .fact-item {
  padding: 1rem;
  background-color: #FFFFFF;
  align-items: center;
  margin-top: 1.5rem;
  align-self: center;
  width: 272px;
}
.capm .package .fact-item p {
  margin-top: 0.5rem;
  text-align: center;
  font-size: 15px;
  line-height: 1.5;
}
.capm .package .fact-item .fact-count {
  display: flex;
}
.capm .package .fact-item .fact-count h3,
.capm .package .fact-item .fact-count span {
  font-size: 30px;
  font-weight: 600;
}
.capm .package .package-content {
  margin-top: 2rem;
}
.capm .package .package-item {
  background-color: #FFFFFF;
  margin-top: 2rem;
  padding: 1rem;
  border-radius: 15px;
}
.capm .package .package-item .content {
  background-color: #7936DC;
  border-radius: 15px;
  padding: 1.5rem;
}
.capm .package .package-item .content h3 {
  margin-bottom: 0.3rem;
}
.capm .package .package-item .content h3,
.capm .package .package-item .content p {
  color: #FFFFFF;
  font-size: 16px;
}
.capm .package .package-item ul li {
  padding-left: 2rem;
  margin-top: 0.5rem;
  line-height: 1.5;
  position: relative;
}
.capm .package .package-item ul li::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  height: 18px;
  width: 18px;
  background-image: url(/_public/images/capm/circle.svg);
  background-size: 100% 100%;
}
.capm .package .package-item ul .buttons {
  margin-top: 1rem;
}
.capm .calculate .calculate-container,
.capm .calculate .calculate-content {
  display: flex;
  flex-direction: column;
}
.capm .calculate .calculate-content ul li {
  padding-left: 1.6rem;
  margin-top: 0.8rem;
  position: relative;
}
.capm .calculate .calculate-content ul li::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  height: 16px;
  width: 16px;
  background-image: url(/_public/images/capm/square.svg);
  background-size: 100% 100%;
}
.capm .calculate .calculate-img {
  display: flex;
  margin-top: 2rem;
  height: 100%;
}
.capm .calculate .calculate-img img {
  height: 100%;
  width: 100%;
}
.capm .client {
  padding-top: 0;
}
.capm .client .client-container,
.capm .client .client-list,
.capm .client .client-item {
  display: flex;
  flex-direction: column;
}
.capm .client .heading {
  padding-left: 1rem;
}
.capm .client .client-item {
  background-color: #F5F5F5;
  padding: 1.5rem;
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.2);
  width: 90%;
  margin: 1rem auto;
  align-items: center;
  position: relative;
  padding-top: 4.5rem;
}
.capm .client .client-item .quotes {
  display: flex;
  width: 64px;
  height: 60px;
  background-color: #7936DC;
  padding: 0.7rem;
  position: absolute;
  left: 0;
  top: 0;
}
.capm .client .client-item .quotes img {
  width: 100%;
  height: 100%;
}
.capm .client .client-item h3,
.capm .client .client-item p,
.capm .client .client-item h4 {
  text-align: center;
}
.capm .client .client-item h3 {
  font-size: 17px;
}
.capm .client .client-item h4 {
  color: #7936DC;
  font-size: 15px;
  margin-top: 0.4rem;
}
.capm .client .client-item .author {
  display: flex;
  width: 86px;
  height: 86px;
  border: 1px solid #ACACAC;
  background-color: #FFFFFF;
  padding: 0.8rem;
  border-radius: 50px;
  margin: 1.2rem 0;
}
.capm .client .client-item .author img {
  height: 100%;
}
.capm .client .owl-nav {
  display: flex;
  width: 100px;
  margin: auto;
  justify-content: space-between;
  margin-top: 1rem;
}
.capm .client .owl-nav .owl-prev,
.capm .client .owl-nav .owl-next {
  display: flex;
  width: 35px;
  height: 35px;
  background-image: url(/_public/images/capm/nav-arrow.svg);
  background-size: 100% 100%;
  opacity: 0.7;
}
.capm .client .owl-nav .owl-next {
  transform: rotate(180deg);
}
.capm .client .owl-nav .btn-active {
  opacity: 1;
}
.capm .faq {
  padding-top: 0;
}
.capm .faq .faq-container,
.capm .faq .faq-list,
.capm .faq .faq-item {
  display: flex;
  flex-direction: column;
}
.capm .faq .faq-item {
  margin-top: 1.2rem;
  border-radius: 5px;
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.2);
}
.capm .faq .faq-item .ques {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  cursor: pointer;
}
.capm .faq .faq-item .ques h3 {
  font-size: 15px;
  width: calc(100% - 30px);
  font-weight: 500;
}
.capm .faq .faq-item .ques span {
  display: flex;
  height: 11px;
  width: 11px;
}
.capm .faq .faq-item .ques span img {
  height: 100%;
  width: 100%;
}
.capm .faq .faq-item .ques span img:last-child {
  display: none;
}
.capm .faq .faq-item .ans {
  display: none;
  padding: 1rem 1.5rem;
  background-color: #FFFFFF;
}
.capm .faq .faq-item .ans ul {
  padding-left: 1rem;
}
.capm .faq .faq-item .ans ul li {
  margin-top: 0.4rem;
  list-style: disc;
}
.capm .faq .active .ques {
  background-color: #7936DC;
  color: #FFFFFF;
  border-radius: 5px 5px 0 0;
}
.capm .faq .active .ques span img:first-child {
  display: none;
}
.capm .faq .active .ques span img:last-child {
  display: flex;
}
.capm .faq .active .ans {
  border-radius: 0 0 5px 5px;
}
.capm .footer {
  background-color: #7936DC;
}
.capm .footer .footer-container,
.capm .footer .footer-content,
.capm .footer .info {
  display: flex;
  flex-direction: column;
}
.capm .footer .form {
  margin-bottom: 0;
  background-color: #FFFFFF;
  padding: 1rem;
  border-radius: 10px;
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.2);
}
.capm .footer .form .input-list {
  display: flex;
  flex-direction: column;
}
.capm .footer .form .input-container {
  display: flex;
  margin-bottom: 1rem;
  justify-content: space-between;
  background-color: #F5F5F5;
  border: 1px solid transparent;
  padding: 0.6rem;
  border-radius: 5px;
}
.capm .footer .form .input-container span {
  display: flex;
  height: 16px;
  width: 16px;
}
.capm .footer .form .input-container span img {
  height: 100%;
  width: 100%;
}
.capm .footer .form .input-container span .white {
  display: flex;
}
.capm .footer .form .input-container span .red {
  display: none;
}
.capm .footer .form .input-container input,
.capm .footer .form .input-container textarea {
  width: 85%;
  border: none;
  outline: 0;
  padding: 0;
  background-color: transparent;
}
.capm .footer .form .input-container textarea {
  height: 44px;
  resize: none;
  overflow: auto;
}
.capm .footer .form .input-container ::-webkit-input-placeholder {
  /* Edge */
  color: #ACACAC;
}
.capm .footer .form .input-container :-ms-input-placeholder {
  /* Edge */
  color: #ACACAC;
}
.capm .footer .form .input-error {
  border: 1px solid #ff0000;
}
.capm .footer .form .input-error ::-webkit-input-placeholder {
  /* Edge */
  color: #ff0000;
}
.capm .footer .form .input-error :-ms-input-placeholder {
  /* Edge */
  color: #ff0000;
}
.capm .footer .form .input-error span .white {
  display: none;
}
.capm .footer .form .input-error span .red {
  display: flex;
}
.capm .footer .form .form-consent {
  display: flex;
  margin-bottom: 0.5rem;
}
.capm .footer .form .form-consent:nth-last-child(2) {
  margin-bottom: 0;
}
.capm .footer .form .form-consent label {
  display: flex;
  font-size: 12px;
  width: 95%;
  align-self: center;
  margin-left: 0.3rem;
  cursor: pointer;
  font-weight: 500;
}
.capm .footer .form .form-consent p {
  font-size: 12px;
}
.capm .footer .form .form-consent a {
  color: #7936DC;
  font-weight: 700;
}
.capm .footer .form .consent-error,
.capm .footer .form .consent-error-other {
  margin-bottom: 0.5rem;
}
.capm .footer .form .consent-error p,
.capm .footer .form .consent-error-other p {
  color: #ff0000;
  line-height: 1.4;
  font-size: 12px;
}
.capm .footer .form .buttons .btn-blue {
  min-width: 120px;
}
.capm .footer .footer-content {
  margin-top: 2rem;
}
.capm .footer .contact-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.2rem;
}
.capm .footer .contact-item:last-child {
  margin-bottom: 0;
}
.capm .footer .contact-item span {
  display: flex;
  width: 40px;
  height: 40px;
  padding: 0.5rem;
  border-radius: 4px;
  border: 1px solid #FFFFFF;
}
.capm .footer .contact-item span img {
  width: 100%;
  height: 100%;
}
.capm .footer .contact-item .info {
  width: calc(100% - 55px);
}
.capm .footer .contact-item .info h3,
.capm .footer .contact-item .info a {
  color: #FFFFFF;
}
.capm .footer .contact-item .info h3 {
  font-size: 15px;
}
.capm .footer .contact-item .info a {
  font-size: 13px;
  margin-top: 0.3rem;
}
.capm .footer .contact-item .info .stars {
  width: 130px;
  height: 30px;
}
@media (min-width : 768px) {
  section {
    padding: 3rem 2rem;
  }
  .capm .buttons .btn-blue,
  .capm .buttons .btn-white {
    font-size: 16px;
  }
  .capm .banner .active + .menu-links {
    width: 50%;
  }
  .capm .banner .logo-container {
    padding: 1rem 2rem;
  }
  .capm .banner .banner-container {
    padding: 3rem 2rem;
  }
  .capm .banner .banner-info {
    display: none;
  }
  .capm .overview .overview-container {
    flex-direction: row;
    justify-content: space-between;
  }
  .capm .overview .overview-content {
    width: 50%;
    align-items: flex-start;
  }
  .capm .overview .overview-content .heading {
    align-items: flex-start;
  }
  .capm .overview .overview-content h2,
  .capm .overview .overview-content p {
    text-align: left;
  }
  .capm .overview .overview-info {
    width: 43%;
    position: sticky;
    margin-top: 0;
    top: 60px;
    align-self: flex-start;
  }
  .capm .course .course-list {
    flex-flow: wrap;
    justify-content: center;
  }
  .capm .course .course-item {
    margin-right: 2rem;
    width: 47%;
  }
  .capm .course .course-item:nth-child(2),
  .capm .course .course-item:last-child {
    margin-right: 0;
  }
  .capm .method .method-container {
    flex-flow: wrap;
    justify-content: space-between;
  }
  .capm .method .method-item {
    width: 48%;
  }
  .capm .method .method-item:last-child .method-info h3 {
    min-height: 48px;
  }
  .capm .benefits .benefits-container {
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
  }
  .capm .benefits .benefits-content {
    width: 48%;
  }
  .capm .benefits .benefits-img {
    width: 46%;
    margin-top: 0;
    position: sticky;
    top: 60px;
  }
  .capm .choose .choose-list {
    flex-flow: wrap;
    justify-content: space-around;
  }
  .capm .choose .choose-item {
    width: 45%;
  }
  .capm .package .package-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .capm .package .fact-content {
    width: 55%;
  }
  .capm .package .fact-list {
    justify-content: center;
    flex-flow: wrap;
  }
  .capm .package .fact-item {
    width: 45%;
  }
  .capm .package .fact-item:first-child {
    margin-right: 1.7rem;
  }
  .capm .package .package-content {
    margin-top: 0;
    width: 42%;
  }
  .capm .package .package-content .heading h2 {
    text-align: left;
  }
  .capm .calculate .calculate-img {
    width: 75%;
    align-self: center;
  }
  .capm .client .heading h2 {
    text-align: left;
    width: 100%;
  }
  .capm .client .client-item p {
    min-height: 360px;
  }
  .capm .client .owl-nav {
    position: absolute;
    top: -58px;
    right: 16px;
    margin-top: 0;
  }
  .capm .faq .faq-list {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .capm .faq .faq-item {
    width: 48%;
  }
  .capm .footer .footer-container {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  .capm .footer .form {
    width: 51%;
  }
  .capm .footer .footer-content {
    width: 43%;
    margin-top: 0;
    position: sticky;
    top: 60px;
  }
}
@media (min-width : 1024px) {
  p {
    line-height: 1.8;
  }
  .capm .heading h2 {
    font-size: 28px;
  }
  .capm .heading h2::before,
  .capm .heading h2::after {
    content: '';
  }
  .capm .center-heading h2 {
    width: auto;
  }
  .capm .banner {
    background-image: url(/_public/images/capm/banner-bg.png);
    background-color: transparent;
    background-size: 100% 100%;
    z-index: 2;
  }
  .capm .banner .banner-container {
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 9rem;
    align-items: center;
  }
  .capm .banner .logo-container {
    background-color: transparent;
  }
  .capm .banner .logo-container .container {
    position: relative;
    z-index: 1;
  }
  .capm .banner .logo-container .container::before {
    content: '';
    position: absolute;
    background-image: url(/_public/images/capm/tka-bg.png);
    background-size: 100% 100%;
    width: 275px;
    height: 88px;
    top: -17px;
    left: -54px;
    z-index: -1;
  }
  .capm .banner .sticky {
    background-color: #7936DC;
    box-shadow: 0 0 6px #FFFFFF;
  }
  .capm .banner .sticky .container::before {
    content: none;
  }
  .capm .banner .sticky .tka-logo img:first-child {
    display: none;
  }
  .capm .banner .sticky .tka-logo img:last-child {
    display: flex;
  }
  .capm .banner .menu {
    display: none;
  }
  .capm .banner .menu-toggle {
    display: none;
  }
  .capm .banner .menu-links {
    display: flex;
    width: 80%;
    position: static;
    box-shadow: none;
    background: 0 0;
  }
  .capm .banner .menu-links ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .capm .banner .menu-links ul li {
    padding: 0 !important;
    border-bottom: none;
    margin-right: 0.8rem;
    color: #FFFFFF;
    position: relative;
  }
  .capm .banner .menu-links ul li::before,
  .capm .banner .menu-links ul li::after {
    content: '';
    position: absolute;
    width: 45px;
    height: 1px;
    background: #FFFFFF;
    opacity: 0;
    transition: all 0.6s;
  }
  .capm .banner .menu-links ul li::before {
    top: -4px;
    left: 0;
    transform: rotate(90deg);
    transform-origin: 0 0;
  }
  .capm .banner .menu-links ul li::after {
    right: 0;
    bottom: -4px;
    transform: rotate(90deg);
    transform-origin: 100% 0;
  }
  .capm .banner .menu-links ul li:hover::before,
  .capm .banner .menu-links ul li:hover::after {
    left: 50%;
    transform: rotate(0deg) translateX(-50%);
    opacity: 1;
  }
  .capm .banner .menu-links ul li:last-child {
    display: flex;
    margin-top: 0;
    margin-right: 0;
  }
  .capm .banner .menu-links ul li:last-child::after,
  .capm .banner .menu-links ul li:last-child::before {
    content: none;
  }
  .capm .banner .menu-links ul li .btn-blue {
    margin-right: 1rem;
    background-color: transparent;
    border: 1px solid #FFFFFF;
  }
  .capm .banner .menu-links ul li .btn-blue:hover {
    border: 1px solid #6e33d1;
  }
  .capm .banner .menu-links ul li .btn-white {
    color: #7936DC;
  }
  .capm .banner .banner-content {
    width: 48%;
  }
  .capm .banner .banner-content h1 {
    font-size: 34px;
  }
  .capm .banner .banner-content h1 img {
    width: 50px;
    height: 50px;
  }
  .capm .banner .banner-info {
    display: flex;
    margin-top: 0;
    width: 48%;
  }
  .capm .banner .banner-info .heading h2::before,
  .capm .banner .banner-info .heading h2::after {
    content: none;
  }
  .capm .overview {
    padding-top: 1.5rem;
  }
  .capm .overview .overview-content {
    width: 60%;
  }
  .capm .overview .overview-info {
    width: 33%;
    position: static;
    top: 0px;
    align-self: center;
  }
  .capm .course .course-item {
    width: 31%;
  }
  .capm .course .course-item h3 {
    min-height: 42px;
  }
  .capm .course .course-item:nth-child(2n) {
    margin-right: 2rem;
  }
  .capm .scope .scope-container {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  .capm .scope .scope-content {
    align-items: flex-start;
    width: 48%;
  }
  .capm .scope .scope-content .heading h2 {
    width: 100%;
  }
  .capm .scope .scope-content h2,
  .capm .scope .scope-content p {
    text-align: left;
  }
  .capm .scope .scope-img {
    width: 48%;
    margin-top: 0;
  }
  .capm .method .heading {
    width: 55%;
  }
  .capm .method .method-item {
    width: 31%;
    background-image: url(/_public/images/capm/training-bg.png);
    background-repeat: no-repeat;
    background-size: 90% 60%;
    background-position: center top;
  }
  .capm .method .method-item:nth-child(2) {
    margin-top: 0;
    width: 41%;
    background-image: url(/_public/images/capm/classroom-bg.png);
    background-position: center bottom;
    padding-bottom: 3rem;
  }
  .capm .benefits .benefits-img {
    position: static;
  }
  .capm .benefits .benefits-img .heading h2 {
    font-size: 24px;
  }
  .capm .choose .heading {
    width: 84%;
    align-self: center;
  }
  .capm .choose .choose-list {
    justify-content: space-between;
  }
  .capm .choose .choose-item {
    width: 31%;
    padding: 1.5rem;
  }
  .capm .package .package-container .heading h2 {
    width: 100%;
  }
  .capm .package .fact-content {
    width: 47%;
  }
  .capm .package .fact-content .heading h2,
  .capm .package .fact-content .heading p {
    text-align: left;
  }
  .capm .package .fact-list {
    justify-content: space-between;
  }
  .capm .package .fact-item {
    width: 31%;
  }
  .capm .package .fact-item:first-child {
    margin-right: 0;
  }
  .capm .package .package-content {
    width: 49%;
  }
  .capm .package .package-item {
    padding: 1.5rem;
  }
  .capm .package .package-item .content {
    flex-direction: row;
    justify-content: space-between;
  }
  .capm .package .package-item .content h3 {
    width: 75%;
    margin-bottom: 0;
  }
  .capm .package .package-item .content p {
    width: 23%;
    text-align: right;
  }
  .capm .package .package-item ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    align-items: center;
  }
  .capm .package .package-item ul::before {
    content: '';
    position: absolute;
    top: 8%;
    left: 45%;
    height: 100%;
    width: 1px;
    background-color: #ACACAC;
  }
  .capm .package .package-item ul li {
    width: 44%;
  }
  .capm .package .package-item ul li:nth-child(2) {
    width: 53%;
  }
  .capm .package .package-item ul .buttons {
    width: 53%;
  }
  .capm .calculate .calculate-container {
    flex-direction: row;
    justify-content: space-between;
  }
  .capm .calculate .calculate-content {
    width: 50%;
  }
  .capm .calculate .calculate-img {
    width: 45%;
    margin-top: 0;
  }
  .capm .client .client-item p {
    min-height: 275px;
  }
  .capm .footer .footer-container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .capm .footer .form {
    padding: 2rem 1.5rem;
  }
  .capm .footer .form .input-list {
    flex-flow: wrap;
    justify-content: space-between;
  }
  .capm .footer .form .input-container {
    width: 48%;
  }
  .capm .footer .form .input-container:last-child {
    width: 100%;
  }
  .capm .footer .footer-content {
    position: static;
    top: 0px;
  }
  .capm .footer .contact-item {
    align-items: center;
    padding: 1rem 0.8rem;
    border-radius: 8px;
    border: 1px solid #FFFFFF;
  }
  .capm .footer .contact-item span {
    width: 55px;
    height: 52px;
    padding: 0.8rem;
  }
  .capm .footer .contact-item .info {
    width: calc(100% - 70px);
  }
}
@media (min-width : 1366px) {
  .container {
    width: 1200px;
    margin: 0 auto;
  }
  section {
    padding: 4rem 0rem;
  }
  .capm .heading h2 {
    font-size: 32px;
  }
  .capm .banner .logo-container .container::before {
    width: 390px;
    height: 100px;
    left: -107px;
  }
  .capm .banner .menu-links ul li {
    margin-right: 1.5rem;
    font-size: 15px;
    font-weight: 600;
  }
  .capm .banner .menu-links ul li .btn-blue {
    margin-right: 1.5rem;
  }
  .capm .banner .banner-container {
    padding: 4rem 0 10rem !important;
  }
  .capm .banner .tka-logo {
    width: 235px;
  }
  .capm .banner .sticky {
    padding: 1rem 0;
  }
  .capm .banner .banner-content h1 img {
    width: 50px;
    height: 50px;
  }
  .capm .overview .overview-info {
    width: 30%;
  }
  .capm .course .course-item {
    width: 28%;
  }
  .capm .method .method-item {
    padding: 3.5rem 1.5rem;
  }
  .capm .method .method-item:last-child .method-info h3 {
    min-height: auto;
  }
  .capm .method .method-item:nth-child(2) .method-info h3 {
    font-size: 22px;
  }
  .capm .method .method-item:nth-child(2) .method-info .enquire {
    font-size: 18px;
  }
  .capm .method .method-item:nth-child(2) .image {
    width: 170px;
    height: 70px;
  }
  .capm .benefits .benefits-img span {
    padding: 0 3.5rem;
  }
  .capm .package .fact-content {
    width: 42%;
  }
  .capm .package .package-content {
    width: 52%;
  }
  .capm .package .package-item ul li,
  .capm .package .package-item ul .buttons {
    margin-top: 1.5rem;
  }
  .capm .client .client-item p {
    min-height: 325px;
  }
  .capm .faq {
    padding-bottom: 1rem;
  }
  .capm .footer {
    background-color: transparent;
    background-image: url(/_public/images/capm/footer-bg.png);
    background-size: 100% 100%;
    padding-top: 8rem;
  }
  .capm .footer .contact-item:nth-child(2) {
    width: 62%;
  }
  .capm .footer .contact-item:nth-child(3) {
    width: 67%;
  }
  .capm .footer .contact-item:last-child {
    width: 70%;
  }
}
@media (min-width : 1500px) {
  .capm .banner .logo-container .container:before {
    width: 316px;
    left: -27px;
  }
}
