@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: -2px;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #000000;
  font-weight: 700;
  font-size: 10px;
}
input[type="checkbox"]:checked:before {
  content: '\2713';
}
input[type="checkbox"] {
  -webkit-appearance: none;
  height: 12px;
  min-width: 12px;
  outline: none;
  cursor: pointer;
  position: relative;
  margin-left: 0;
  background-color: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 2px;
}
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: #C91416;
}
body {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
  font-family: 'Poppins';
}
ul,
li,
p {
  margin: 0;
  font-weight: 400;
  line-height: 1.6;
  color: #000000;
  font-size: 14px;
}
ul,
li {
  padding: 0;
  list-style: none;
}
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;
}
button {
  border: 0;
  cursor: pointer;
}
.container {
  width: 100%;
}
section {
  display: flex;
  padding: 3rem 1.5rem;
}
.aca .heading {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
  width: 100%;
}
.aca .heading p {
  margin-top: 1rem;
}
.aca .heading h2 {
  width: 100%;
  font-size: 22px;
}
.aca .center-heading {
  justify-content: center;
  align-items: center;
}
.aca .center-heading span {
  margin: 0.5rem auto 0;
}
.aca .center-heading h2,
.aca .center-heading p {
  text-align: center;
}
.aca .white-heading h2,
.aca .white-heading p {
  color: #FFFFFF;
}
.aca .white-heading span {
  background-color: #FFFFFF;
}
.aca .buttons {
  display: flex;
  margin-top: 1.5rem;
}
.aca .buttons .btn-red,
.aca .buttons .btn-white,
.aca .buttons .btn-transparent {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 1s all;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.aca .buttons .btn-red::before,
.aca .buttons .btn-white::before,
.aca .buttons .btn-transparent::before,
.aca .buttons .btn-red::after,
.aca .buttons .btn-white::after,
.aca .buttons .btn-transparent::after {
  content: '';
  height: 50%;
  width: 0;
  position: absolute;
  transition: 2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.aca .buttons .btn-red::before,
.aca .buttons .btn-white::before,
.aca .buttons .btn-transparent::before {
  top: 0;
  left: 0;
  right: auto;
}
.aca .buttons .btn-red::after,
.aca .buttons .btn-white::after,
.aca .buttons .btn-transparent::after {
  bottom: 0;
  right: 0;
  left: auto;
}
.aca .buttons .btn-red:hover::before,
.aca .buttons .btn-white:hover::before,
.aca .buttons .btn-transparent:hover::before,
.aca .buttons .btn-red:hover::after,
.aca .buttons .btn-white:hover::after,
.aca .buttons .btn-transparent:hover::after {
  width: 100%;
}
.aca .buttons .btn-red:hover::before,
.aca .buttons .btn-white:hover::before,
.aca .buttons .btn-transparent:hover::before {
  right: 0;
  left: auto;
}
.aca .buttons .btn-red:hover::after,
.aca .buttons .btn-white:hover::after,
.aca .buttons .btn-transparent:hover::after {
  left: 0;
  right: auto;
}
.aca .buttons .btn-red img,
.aca .buttons .btn-white img,
.aca .buttons .btn-transparent img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.aca .buttons .btn-red,
.aca .buttons .btn-white {
  padding: 10px 20px;
  min-width: 160px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
}
.aca .buttons .btn-red {
  background-color: #C91416;
  color: #FFFFFF;
}
.aca .buttons .btn-red::before,
.aca .buttons .btn-red::after {
  background-color: #000000;
}
.aca .buttons .btn-transparent {
  width: 46px;
  height: 46px;
  border: 1px solid #000000;
  border-radius: 50px;
}
.aca .buttons .btn-transparent:hover::before,
.aca .buttons .btn-transparent:hover::after {
  background-color: #E2E2E2;
}
.aca .buttons .btn-transparent img {
  margin-right: 0;
}
.aca .buttons .btn-white {
  background-color: #FFFFFF;
}
.aca .buttons .btn-white:hover::before,
.aca .buttons .btn-white:hover::after {
  background-color: #000000;
}
.aca .banner {
  flex-direction: column;
  background-image: url(/_public/images/cima/banner-bg.png);
  background-size: cover;
  background-position: center;
  padding-top: 1.2rem;
}
.aca .banner .logo-container,
.aca .banner .tka-logo,
.aca .banner .menu,
.aca .banner .menu-toggle {
  display: flex;
}
.aca .banner .logo-container .container {
  display: flex;
  justify-content: space-between;
  padding: 0.6rem 1.6rem;
  background-color: #FFFFFF;
  border-radius: 8px;
}
.aca .banner .logo-container .tka-logo {
  max-width: 200px;
}
.aca .banner .logo-container .tka-logo img {
  width: 100%;
  height: 100%;
}
.aca .banner .logo-container .menu {
  width: 23px;
  height: 23px;
}
.aca .banner .logo-container .menu img {
  width: 100%;
  height: 100%;
}
.aca .banner .logo-container .active + .menu-links {
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  transform: translateX(0);
}
.aca .banner .logo-container .menu-links {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 5;
  padding: 1rem;
  width: 80%;
  transition: 1s all;
  transform: translateX(100%);
  background-color: #FFFFFF;
}
.aca .banner .logo-container .menu-links .links-li {
  border-bottom: 1px dashed #000000;
  padding: 0.6rem 0;
  font-weight: 500;
}
.aca .banner .logo-container .menu-links .links-li:first-child {
  padding-top: 0;
}
.aca .banner .logo-container .menu-links .links-li:nth-of-type(5) {
  border-bottom: none;
  padding-bottom: 0;
}
.aca .banner .logo-container .menu-links .links-li:last-child {
  display: none;
}
.aca .banner .logo-container .menu-links .menu-toggle {
  font-weight: 500;
  align-items: center;
  justify-content: flex-end;
}
.aca .banner .logo-container .menu-links .menu-toggle img {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.aca .banner .sticky {
  background-color: #FFFFFF;
  padding: 1rem 1.5rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: 1s;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  z-index: 4;
}
.aca .banner .sticky .container {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}
.aca .banner .sticky-down {
  top: -100px;
}
.aca .banner .banner-container,
.aca .banner .banner-content,
.aca .banner .banner-list {
  display: flex;
  flex-direction: column;
}
.aca .banner .banner-container {
  padding-top: 2rem;
}
.aca .banner .banner-content h1 {
  font-size: 34px;
  text-decoration: underline 2px;
  text-underline-offset: 5px;
  margin-bottom: 15px;
}
.aca .banner .banner-content p {
  line-height: 2;
}
.aca .banner .banner-list {
  border-radius: 20px;
  background-color: #FFFFFF;
  margin-top: 2rem;
  padding: 1rem 1rem 3.2rem;
  border-style: solid;
  border-width: 0 3px 3px 0;
}
.aca .banner .banner-list h3 {
  font-size: 16px;
  color: #C91416;
}
.aca .banner .banner-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.8rem;
  padding: 1rem 1.2rem;
}
.aca .banner .banner-item img {
  width: 25px;
  height: 30px;
}
.aca .banner .banner-item p {
  width: calc(100% - 35px);
  font-weight: 500;
}
.aca .banner .banner-item:nth-of-type(1) {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  background-color: #FFFFFF;
}
.aca .banner .banner-item:nth-of-type(2) {
  background-color: #f6f6f6;
}
.aca .banner .banner-item:nth-of-type(3) {
  background-color: #FBEEEF;
}
.aca .banner .banner-item:nth-of-type(4) {
  background-color: #EDF5FF;
}
.aca .banner .aca-logo {
  display: none;
}
.aca .level {
  padding-bottom: 4.5rem;
}
.aca .level .level-container,
.aca .level .level-info,
.aca .level .structure,
.aca .level .require,
.aca .level .syllabus,
.aca .level .syllabus-list,
.aca .level .syllabus-item,
.aca .level .content,
.aca .level .training-list,
.aca .level .training-item,
.aca .level .content-info {
  display: flex;
  flex-direction: column;
}
.aca .level .heading {
  margin-bottom: 0;
}
.aca .level .level-list li {
  display: flex;
  justify-content: center;
  font-size: 14px;
  background-color: #f6f6f6;
  padding: 1rem;
  text-align: center;
  margin-top: 1rem;
  font-weight: 500;
  cursor: pointer;
}
.aca .level .level-list li.active {
  background-color: #8DD3E6;
  color: #FFFFFF;
}
.aca .level .level-detail {
  display: flex;
  flex-direction: column;
}
.aca .level .level-info > ul {
  background-color: #f6f6f6;
  margin-top: 3rem;
  padding: 1rem;
  counter-reset: section;
}
.aca .level .level-info > ul li {
  background-color: #FFFFFF;
  padding: 7px 16px;
  margin-top: 1rem;
  font-weight: 500;
  cursor: pointer;
}
.aca .level .level-info > ul li::before {
  content: counter(section) '. ';
  counter-increment: section;
}
.aca .level .level-info > ul li:first-child {
  margin-top: 0;
}
.aca .level .level-info > ul li.active {
  background-color: #8DD3E6;
  color: #FFFFFF;
}
.aca .level .content-info {
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.07);
  border-radius: 15px;
  padding: 1rem;
  margin-top: 3rem;
}
.aca .level .content-info .content {
  display: none;
}
.aca .level .content-info .content p span {
  font-size: 16px;
  font-weight: 500;
}
.aca .level .content-info .content b,
.aca .level .content-info .content h4 {
  display: flex;
  margin-top: 1rem;
}
.aca .level .content-info .content h4 {
  font-size: 18px;
}
.aca .level .content-info .content b {
  font-size: 16px;
}
.aca .level .content-info .content ul {
  padding-left: 1.5rem;
}
.aca .level .content-info .content ul li {
  position: relative;
  margin-top: 1rem;
}
.aca .level .content-info .content ul li::before {
  content: '';
  position: absolute;
  left: -22px;
  top: 6px;
  background-image: url(/_public/images/cima/pattern.svg);
  background-size: 100% 100%;
  min-width: 12px;
  height: 12px;
}
.aca .level .content-info .content ul li span {
  font-size: 16px;
  font-weight: 500;
}
.aca .level .content-info .content ul li p {
  position: relative;
  padding: 5px 0 0 10px;
}
.aca .level .content-info .content ul li p::before {
  content: '';
  position: absolute;
  left: -6px;
  top: 13px;
  min-width: 5px;
  height: 5px;
  background-color: #000000;
  border-radius: 50px;
}
.aca .level .content-info .content:first-child {
  display: flex;
}
.aca .level .content-info .content .structure,
.aca .level .content-info .content .require {
  margin-bottom: 1.8rem;
}
.aca .level .content-info .content h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.aca .level .content-info .content .structure .structure-content {
  overflow: hidden;
  height: 222px;
}
.aca .level .content-info .content .structure > strong {
  display: flex;
  align-items: center;
  color: #C91416;
  margin-top: 1rem;
  cursor: pointer;
}
.aca .level .content-info .content .structure > strong img {
  width: 10px;
  height: 10px;
  margin-left: 6px;
}
.aca .level .content-info .content .structure .expanded {
  height: auto;
}
.aca .level .content-info .content .structure .expanded ~ strong img {
  transform: rotate(180deg);
}
.aca .level .content-info .content .syllabus-list > strong {
  margin-top: 1.5rem;
}
.aca .level .content-info .content .syllabus-item {
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  margin-top: 1.5rem;
}
.aca .level .content-info .content .syllabus-item .item-content {
  display: flex;
  flex-direction: column;
  padding: 1.2rem 1.5rem 1.5rem;
}
.aca .level .content-info .content .syllabus-item .item-content > p {
  display: flex;
  flex-direction: column;
}
.aca .level .content-info .content .syllabus-item .item-content > p span {
  font-size: 12px;
  background-color: #000000;
  color: #FFFFFF;
  border-radius: 15px;
  padding: 4px 14px;
  width: fit-content;
  margin-bottom: 1rem;
}
.aca .level .content-info .content .syllabus-item h4 {
  padding: 13px 20px;
  font-weight: 500;
  background-color: #f6f6f6;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  margin-top: 0;
}
.aca .level .content-info .content .syllabus-item .item-info {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}
.aca .level .content-info .content .syllabus-item .item-info p {
  color: #a7a7a7;
  display: flex;
  align-items: center;
}
.aca .level .content-info .content .syllabus-item .item-info p b {
  font-size: 14px;
  margin: 0 5px 0 0;
}
.aca .level .content-info .content .syllabus-item .item-info .btn-red img {
  margin: 0 0 0 10px;
  width: 15px;
  height: 15px;
}
.aca .level .content-info .content .training-item {
  border: 1px solid #D9D9D9;
  border-radius: 15px;
  padding: 1.2rem;
  margin-top: 1.2rem;
}
.aca .level .content-info .content .training-item:hover {
  background-color: #f6f6f6;
}
.aca .level .content-info .content .training-item:first-child {
  margin-top: 1.8rem;
}
.aca .level .content-info .content .training-item span {
  display: flex;
  padding: 1.2rem;
  border-radius: 50px;
  width: 80px;
  height: 80px;
  margin-bottom: 1rem;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  background-color: #FFFFFF;
}
.aca .level .content-info .content .training-item span img {
  width: 100%;
  height: 100%;
}
.aca .level .content-info .content .training-item b {
  font-size: 12px;
  font-weight: 500;
  border-radius: 15px;
  padding: 5px 13px;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.25);
  width: fit-content;
  border: 1px solid #000000;
}
.aca .level .content-info .content .training-item p {
  font-size: 12px;
  margin-top: 0;
}
.aca .level .content-info .content .training-item h4 {
  margin-bottom: 10px;
  margin-top: 0;
}
.aca .level .content-info .content .training-item a {
  display: flex;
  font-size: 14px;
  font-weight: 600;
  color: #C91416;
  text-decoration: underline;
  align-items: center;
  margin-top: 1rem;
}
.aca .level .content-info .content .training-item a img {
  width: 13px;
  height: 13px;
  margin-left: 8px;
}
.aca .about {
  background: #f6f6f6;
}
.aca .about .about-container,
.aca .about .about-detail,
.aca .about .about-info {
  display: flex;
  flex-direction: column;
}
.aca .about .about-detail {
  align-items: center;
}
.aca .about .about-detail p {
  text-align: center;
}
.aca .about .about-detail p:nth-of-type(2) {
  margin-top: 0.5rem;
}
.aca .about .about-info {
  align-items: center;
  margin-top: 2rem;
}
.aca .about .about-info p {
  text-align: center;
  margin-top: 0.5rem;
}
.aca .about .about-info span,
.aca .about .about-info p {
  width: 290px;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.08);
  padding: 1rem;
  border-radius: 10px;
  background-color: #FFFFFF;
}
.aca .about .about-info span {
  display: flex;
}
.aca .about .about-info span img {
  width: 100%;
  height: 100%;
}
.aca .fact .fact-container,
.aca .fact .fact-item {
  display: flex;
  flex-direction: column;
}
.aca .fact .fact-container {
  align-items: center;
}
.aca .fact .heading {
  margin-bottom: 0.5rem;
}
.aca .fact .fact-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.aca .fact .fact-item {
  width: auto;
  text-align: center;
  margin-top: 1rem;
}
.aca .fact .fact-item strong {
  font-size: 22px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #e2e2e2;
  line-height: 1;
}
.aca .fact .fact-item p {
  font-size: 13px;
  margin-top: 0.5rem;
}
.aca .fact .buttons {
  margin-top: 2rem;
}
.aca .why {
  padding-top: 1rem;
}
.aca .why .why-container,
.aca .why .why-detail,
.aca .why .why-info {
  display: flex;
  flex-direction: column;
}
.aca .why .heading {
  margin-bottom: 1rem;
}
.aca .why .why-detail {
  align-items: center;
}
.aca .why .why-detail p {
  text-align: center;
}
.aca .why .why-detail p:nth-of-type(2) {
  margin-top: 0.5rem;
}
.aca .why .why-info {
  margin-top: 2rem;
}
.aca .why .why-info img {
  width: 100%;
  height: 100%;
}
.aca .benefit {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.aca .benefit .benefit-container,
.aca .benefit .benefit-list,
.aca .benefit .benefit-item {
  display: flex;
  flex-direction: column;
}
.aca .benefit .heading {
  margin-bottom: 0;
}
.aca .benefit .benefit-list {
  counter-reset: counter;
}
.aca .benefit .benefit-item {
  background-color: #f6f6f6;
  margin-top: 1rem;
  padding: 0.8rem 1.5rem 1rem;
  position: relative;
}
.aca .benefit .benefit-item::before,
.aca .benefit .benefit-item::after {
  content: '';
  position: absolute;
  left: 0;
}
.aca .benefit .benefit-item::before {
  border-top: 17px solid #FFFFFF;
  border-right: 22px solid transparent;
  top: 0;
}
.aca .benefit .benefit-item::after {
  border-bottom: 20px solid #FFFFFF;
  border-right: 20px solid transparent;
  bottom: 0;
}
.aca .benefit .benefit-item p {
  display: flex;
  flex-direction: column;
  margin-top: 0.5rem;
}
.aca .opportunity .opportunity-container {
  display: flex;
  flex-direction: column;
  background-color: #8DD3E6;
  padding: 2rem;
  border-radius: 10px;
  background-image: url(/_public/images/cima/opportunity-bg.png);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
.aca .career {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}
.aca .career .heading p {
  font-size: 16px;
}
.aca .career .career-container,
.aca .career .career-list {
  display: flex;
  flex-direction: column;
}
.aca .career .career-item {
  display: flex;
  margin-top: 1.5rem;
}
.aca .career .career-item:first-child {
  margin-top: 0;
}
.aca .career .career-item span {
  display: flex;
  height: 45px;
  width: 45px;
  border: 1px solid #D9D9D9;
  padding: 0.6rem;
  border-radius: 50px;
}
.aca .career .career-item span img {
  height: 100%;
  width: 100%;
}
.aca .career .career-item p {
  border: 1px solid #D9D9D9;
  border-radius: 35px;
  padding: 0.5rem 1rem;
  width: calc(100% - 45px);
  text-align: center;
  font-weight: 500;
}
.aca .choose .choose-container,
.aca .choose .choose-list,
.aca .choose .choose-item {
  display: flex;
  flex-direction: column;
}
.aca .choose .heading {
  margin-bottom: 0;
}
.aca .choose .choose-list {
  counter-reset: choose-section;
}
.aca .choose .choose-item {
  margin-top: 2.5rem;
  align-items: flex-start;
}
.aca .choose .choose-item::before {
  content: counter(choose-section, decimal-leading-zero) ".";
  counter-increment: choose-section;
  font-size: 22px;
  font-weight: 500;
}
.aca .choose .choose-item h3 {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin: 0.5rem 0;
}
.aca .choose .choose-item h3::before {
  content: '';
  height: 1px;
  width: 65px;
  background-color: #000000;
  margin-right: 1rem;
}
.aca .review {
  padding-top: 1rem;
}
.aca .review .review-container,
.aca .review .review-list,
.aca .review .review-item,
.aca .review .designation {
  display: flex;
  flex-direction: column;
}
.aca .review .heading {
  margin-bottom: 0;
}
.aca .review .review-item {
  margin: 2.5rem 0;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08) inset;
  border-radius: 10px;
  padding: 1.5rem;
  border: 1px solid #D9D9D9;
}
.aca .review .review-item > p {
  display: flex;
  flex-direction: column;
}
.aca .review .review-item > p::before {
  content: '';
  background-image: url(/_public/images/cima/quote.svg);
  background-size: 100% 100%;
  width: 32px;
  height: 32px;
  margin: 20px 0px 15px;
}
.aca .review .author {
  display: flex;
  justify-content: space-between;
}
.aca .review .author img {
  width: 55px;
  height: 55px;
  margin-left: 1rem;
}
.aca .review .designation {
  border-bottom: 1px solid #000000;
  padding-bottom: 12px;
}
.aca .review .designation b {
  font-weight: 500;
}
.aca .review .designation p {
  font-size: 13px;
  line-height: 2;
  color: #a7a7a7;
}
.aca .review .owl-dots {
  display: flex;
  justify-content: space-between;
  width: 180px;
  margin: 0 auto;
}
.aca .review .owl-dots .owl-dot {
  width: 6px;
  height: 6px;
  border-radius: 20px;
  background-color: #D9D9D9;
}
.aca .review .owl-dots .owl-dot.active {
  background-color: #C91416;
  position: relative;
}
.aca .review .owl-dots .owl-dot.active::before {
  content: '';
  width: 16px;
  height: 16px;
  border: 1px solid #C91416;
  border-radius: 20px;
  position: absolute;
  top: -6px;
  left: -6px;
}
.aca .faq {
  padding-top: 1rem;
  padding-bottom: 4rem;
}
.aca .faq .faq-container,
.aca .faq .faq-list,
.aca .faq .faq-item {
  display: flex;
  flex-direction: column;
}
.aca .faq .heading {
  margin-bottom: 0.8rem;
}
.aca .faq .faq-item {
  margin-top: 2rem;
}
.aca .faq .ques {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #000000;
  cursor: pointer;
}
.aca .faq .ques h3 {
  display: flex;
  align-self: center;
  width: calc(100% - 50px);
  font-size: 15px;
}
.aca .faq .ques::after {
  content: '';
  background-image: url(/_public/images/cima/hexagon.svg);
  background-size: 100% 100%;
  width: 37px;
  height: 37px;
  margin-top: 5px;
}
.aca .faq .ans {
  display: none;
  margin-top: 1.2rem;
}
.aca .faq .active .faq-item {
  transition: 1s all;
}
.aca .faq .active .ques::after {
  background-image: url(/_public/images/cima/hexagon-red.svg);
}
.aca .footer {
  background-color: #000000;
  background-image: url(/_public/images/cima/form-bg.png);
  background-position: bottom;
  background-size: 100% 64%;
  background-repeat: no-repeat;
}
.aca .footer .footer-container,
.aca .footer .footer-list,
.aca .footer .footer-content,
.aca .footer .footer-info,
.aca .footer form,
.aca .footer .input-list {
  display: flex;
  flex-direction: column;
}
.aca .footer .footer-content .heading {
  margin-bottom: 0;
}
.aca .footer .footer-content .heading h2 {
  font-weight: 500;
}
.aca .footer .footer-item {
  display: flex;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0.7rem;
  align-items: center;
  margin-top: 2rem;
  border-radius: 10px;
}
.aca .footer .footer-item span {
  display: flex;
  width: 55px;
  height: 55px;
  background: #303030;
  border-radius: 10px;
  padding: 17px;
}
.aca .footer .footer-item span img {
  width: 100%;
  height: 100%;
}
.aca .footer .footer-item .footer-info {
  align-items: flex-start;
  width: calc(100% - 70px);
}
.aca .footer .footer-item .footer-info b,
.aca .footer .footer-item .footer-info a {
  color: #FFFFFF;
}
.aca .footer .footer-item .footer-info b {
  font-size: 14px;
}
.aca .footer .footer-item .footer-info a {
  font-size: 12px;
  margin-top: 4px;
}
.aca .footer .footer-item .footer-info img {
  display: none;
}
.aca .footer form {
  margin: 4rem 0 0 0;
}
.aca .footer form .input-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.8rem;
  padding: 0.8rem;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(35px);
  border: 1px solid transparent;
}
.aca .footer form .input-container:last-child {
  align-items: flex-start;
}
.aca .footer form .input-container span {
  display: flex;
  width: 15px;
  height: 15px;
}
.aca .footer form .input-container span img {
  width: 100%;
  height: 100%;
}
.aca .footer form .input-container span img:last-child {
  display: none;
}
.aca .footer form .input-container input,
.aca .footer form .input-container textarea {
  border: none;
  padding: 0;
  outline: 0;
  font-size: 14px;
  width: calc(100% - 30px);
  background-color: transparent;
}
.aca .footer form .input-container textarea {
  resize: none;
  overflow: auto;
  height: 70px;
}
.aca .footer form .input-container:nth-of-type(6) {
  align-items: flex-start;
  margin-bottom: 0;
}
.aca .footer form .input-container ::-webkit-input-placeholder {
  /* Edge */
  color: #7A7A7A;
}
.aca .footer form .input-container :-ms-input-placeholder {
  /* Firefox */
  color: #7A7A7A;
}
.aca .footer form .input-container ::placeholder {
  /* Chrome */
  font-size: 14px;
  font-weight: 500;
  color: #7A7A7A;
}
.aca .footer form .input-error {
  border: 1px solid #ff0000;
}
.aca .footer form .input-error ::-webkit-input-placeholder {
  /* Edge */
  color: #ff0000;
}
.aca .footer form .input-error :-ms-input-placeholder {
  /* Firefox */
  color: #ff0000;
}
.aca .footer form .input-error ::placeholder {
  /* Chrome */
  color: #ff0000;
}
.aca .footer form .input-error span img:first-child {
  display: none;
}
.aca .footer form .input-error span img:last-child {
  display: flex;
}
.aca .footer form p {
  font-size: 11px;
}
.aca .footer form .form-consent {
  display: flex;
  margin-top: 0.7rem;
}
.aca .footer form .form-consent:nth-child(5) {
  margin-bottom: 0;
}
.aca .footer form .form-consent label {
  display: flex;
  width: auto;
  align-self: center;
  margin-left: 0.3rem;
  font-size: 11px;
  cursor: pointer;
}
.aca .footer form .form-consent p a {
  font-weight: 800;
  color: #C91416;
}
.aca .footer form .consent-error {
  display: none;
  margin-top: 0.6rem;
}
.aca .footer form .consent-error p {
  color: #ff0000;
}
.aca .footer form .buttons .btn-red {
  min-width: 114px;
  padding: 10px;
}
.aca .footer form .buttons .btn-red img {
  width: 15px;
  height: 15px;
}
@media (min-width : 768px) {
  section {
    padding: 3rem 2rem;
  }
  .aca .banner .logo-container .menu-links {
    width: 50%;
  }
  .aca .banner .sticky {
    padding: 1rem 2rem;
  }
  .aca .banner .banner-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .aca .banner .banner-content {
    width: 55%;
  }
  .aca .banner .banner-list {
    width: 285px;
    margin-top: 0;
  }
  .aca .level .level-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .aca .level .level-list li {
    width: 48%;
  }
  .aca .level .level-info {
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
  }
  .aca .level .level-info > ul {
    width: 263px;
    position: sticky;
    top: 90px;
  }
  .aca .level .content-info {
    width: calc(100% - 300px);
  }
  .aca .about {
    padding-bottom: 5rem;
  }
  .aca .about .about-container {
    align-items: center;
  }
  .aca .about .about-info {
    position: relative;
    background-image: url(/_public/images/cima/calculator.png);
    background-size: 230px 295px;
    background-position: left bottom;
    background-repeat: no-repeat;
    align-items: flex-end;
    width: 475px;
    padding: 2rem 0;
  }
  .aca .about .about-info p {
    text-align: left;
    width: 223px;
    margin-top: 1.3rem;
  }
  .aca .about .about-info span {
    width: 155px;
    margin: 0 4.2rem 0 0;
  }
  .aca .fact .fact-list {
    width: 100%;
  }
  .aca .why .why-container {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
  .aca .why .why-info {
    width: 43%;
    margin-top: 0;
  }
  .aca .why .why-detail {
    width: 53%;
    align-items: flex-start;
  }
  .aca .why .why-detail .heading h2 {
    text-align: left;
  }
  .aca .why .why-detail p {
    text-align: left;
  }
  .aca .benefit .benefit-list {
    flex-flow: wrap;
    justify-content: center;
  }
  .aca .benefit .benefit-item {
    width: 30%;
    margin-right: 1rem;
  }
  .aca .benefit .benefit-item:nth-of-type(3) {
    margin-right: 0;
  }
  .aca .benefit .benefit-item:last-child {
    margin-right: 0;
  }
  .aca .opportunity .opportunity-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-size: 498px 208px;
  }
  .aca .opportunity .opportunity-container .heading {
    width: 60%;
    margin-bottom: 0;
  }
  .aca .opportunity .opportunity-container .buttons {
    margin-top: 0;
  }
  .aca .career .heading {
    margin-bottom: 3rem;
  }
  .aca .career p,
  .aca .career h2 {
    text-align: center;
  }
  .aca .career .career-list {
    flex-flow: wrap;
  }
  .aca .career .career-item {
    width: 48%;
    margin-right: 1.5rem;
    align-items: center;
  }
  .aca .career .career-item:nth-child(2) {
    margin-top: 0;
  }
  .aca .career .career-item:nth-child(2n) {
    margin-right: 0;
  }
  .aca .career .career-item:last-child {
    margin-right: 0 !important;
  }
  .aca .choose .heading h2 {
    text-align: center;
  }
  .aca .choose .choose-list {
    flex-flow: wrap;
    justify-content: space-around;
  }
  .aca .choose .choose-item {
    width: 44%;
  }
  .aca .review .review-item {
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
  }
  .aca .review .review-item > p {
    min-height: 288px;
  }
  .aca .review .owl-dots {
    width: 82px;
  }
  .aca .footer {
    background-position: right;
    background-size: 53% 100%;
  }
  .aca .footer .footer-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .aca .footer .footer-content {
    width: 44%;
  }
  .aca .footer form {
    width: 50%;
    margin-top: 0;
  }
}
@media (min-width : 1024px) {
  p,
  li {
    line-height: 1.8;
  }
  .aca .heading h2 {
    font-size: 28px;
  }
  .aca .buttons .btn-red,
  .aca .buttons .btn-white {
    font-size: 16px;
  }
  .aca .banner .logo-container .tka-logo {
    max-width: 222px;
  }
  .aca .banner .logo-container .menu {
    display: none;
  }
  .aca .banner .logo-container .menu-links {
    position: relative;
    width: auto;
    transform: translateX(0);
    background-color: transparent;
    padding: 0;
  }
  .aca .banner .logo-container .menu-links .menu-toggle {
    display: none;
  }
  .aca .banner .logo-container .menu-links ul {
    display: flex;
    align-items: center;
  }
  .aca .banner .logo-container .menu-links ul .links-li {
    padding: 0;
    border-bottom: 0;
    margin-right: 1.2rem;
    position: relative;
  }
  .aca .banner .logo-container .menu-links ul .links-li::after {
    content: '';
    position: absolute;
    background-color: #C91416;
    height: 2px;
    width: 0;
    right: 0;
    left: 0;
    bottom: -2px;
    margin: auto;
    transition: 1s all;
  }
  .aca .banner .logo-container .menu-links ul .links-li:hover::after {
    width: 30px;
  }
  .aca .banner .logo-container .menu-links ul .links-li:nth-child(4) {
    display: none;
  }
  .aca .banner .logo-container .menu-links ul .links-li:last-child {
    display: flex;
    margin: 0;
  }
  .aca .banner .logo-container .menu-links ul .links-li:last-child::after {
    content: none;
  }
  .aca .banner .logo-container .menu-links ul .links-li:last-child .btn-transparent {
    margin-right: 1.2rem;
  }
  .aca .banner .banner-container {
    padding-top: 6rem;
  }
  .aca .banner .banner-content h1 {
    font-size: 40px;
  }
  .aca .banner .banner-content .buttons {
    margin-top: 2rem;
  }
  .aca .banner .banner-list {
    margin: 0 3.5rem 0 0;
  }
  .aca .banner .banner-item {
    width: 300px;
  }
  .aca .level .level-list li {
    font-size: 16px;
    width: 21.8%;
    margin-top: 3rem;
  }
  .aca .level .content-info .content .training-list {
    align-items: flex-end;
  }
  .aca .level .content-info .content .training-item {
    width: 92%;
    padding: 1.2rem 1.2rem 1.2rem 4.3rem;
    position: relative;
  }
  .aca .level .content-info .content .training-item span {
    left: -42px;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
  }
  .aca .about .about-container {
    flex-direction: row;
    justify-content: space-between;
  }
  .aca .about .about-detail {
    width: 46%;
    align-items: flex-start;
  }
  .aca .about .about-detail .heading h2 {
    text-align: left;
  }
  .aca .about .about-detail p {
    text-align: left;
  }
  .aca .about .about-info {
    margin-top: 0;
  }
  .aca .fact .fact-item strong {
    font-size: 28px;
  }
  .aca .why .why-detail {
    width: 67%;
  }
  .aca .why .why-info {
    width: 27%;
  }
  .aca .benefit .benefit-item p::before {
    font-size: 25px;
  }
  .aca .opportunity .opportunity-container {
    padding: 3rem;
  }
  .aca .opportunity .opportunity-container .heading {
    width: 68%;
  }
  .aca .career .career-container {
    background-image: url(/_public/images/cima/career-bg.png);
    background-size: 262px 213px;
    background-repeat: no-repeat;
    background-position: left bottom;
  }
  .aca .career .career-list {
    width: 68%;
    margin-left: auto;
  }
  .aca .choose .choose-list {
    justify-content: space-between;
  }
  .aca .choose .choose-item {
    width: 30%;
  }
  .aca .choose .choose-item::before {
    font-size: 28px;
  }
  .aca .review .review-item > p {
    min-height: 218px;
  }
  .aca .review .designation b {
    font-size: 18px;
  }
  .aca .faq .faq-container {
    width: 83%;
    margin: 0 auto;
  }
  .aca .faq .ques h3 {
    font-size: 18px;
  }
  .aca .footer .footer-content .heading {
    flex-direction: row;
    align-items: center;
  }
  .aca .footer .footer-content .heading::before {
    content: '';
    background-image: url(/_public/images/cima/hand.png);
    background-color: #303030;
    background-repeat: no-repeat;
    background-size: 115px 115px;
    background-position: center;
    min-width: 190px;
    height: 112px;
    margin-right: 1.5rem;
  }
  .aca .footer .footer-item:first-child {
    margin-top: 3.3rem;
  }
  .aca .footer .footer-item .footer-info b {
    font-size: 16px;
  }
  .aca .footer .footer-item .footer-info a {
    font-size: 14px;
  }
  .aca .footer .footer-item .footer-info img {
    display: flex;
    width: 100px;
    height: 18px;
    margin-top: 5px;
  }
  .aca .footer form .input-list {
    flex-flow: wrap;
    justify-content: space-between;
  }
  .aca .footer form .input-container {
    width: 49%;
  }
  .aca .footer form .input-container:last-child {
    width: 100%;
    margin-bottom: 0;
  }
}
@media (min-width : 1366px) {
  section {
    padding: 4rem 0;
  }
  .container {
    width: 1200px;
    margin: 0 auto;
  }
  .aca .heading h2 {
    font-size: 34px;
  }
  .aca .banner .logo-container .menu-links ul .links-li:nth-child(4) {
    display: flex;
  }
  .aca .banner .sticky {
    padding: 1rem 0;
  }
  .aca .banner .banner-content h1 {
    font-size: 50px;
  }
  .aca .banner .aca-logo {
    display: flex;
    position: absolute;
    right: -20%;
    bottom: -28%;
    z-index: 1;
    width: 130px;
    height: 130px;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08);
    border-radius: 100%;
    background-color: #FFFFFF;
  }
  .aca .banner .aca-logo img {
    width: 100%;
    height: auto;
    object-fit: scale-down;
  }
  .aca .level .content-info {
    padding: 1.8rem;
  }
  .aca .level .content-info .content .syllabus-item .item-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .aca .level .content-info .content .syllabus-item .item-content > p {
    width: 69%;
    border-right: 1px solid #D9D9D9;
    padding-right: 1.7rem;
  }
  .aca .level .content-info .content .syllabus-item .item-content .item-info {
    margin-top: 0;
    line-height: 1.8;
    width: 27%;
    align-items: center;
  }
  .aca .level .content-info .content .syllabus-item .item-content .item-info .buttons {
    margin-top: 0;
  }
  .aca .level .content-info .content .syllabus-item .item-content .item-info b {
    text-align: center;
  }
  .aca .about .about-detail {
    width: 50%;
  }
  .aca .fact .heading {
    margin-bottom: 2rem;
  }
  .aca .fact .fact-item strong {
    font-size: 60px;
  }
  .aca .fact .fact-item p {
    font-size: 14px;
  }
  .aca .why-container {
    width: 88%;
    margin: 0 auto;
  }
  .aca .benefit {
    background-image: url(/_public/images/cima/bg-layer.png);
    background-size: 1366px 112px;
    background-position: bottom 53px center;
    background-repeat: no-repeat;
  }
  .aca .benefit .benefit-container {
    flex-flow: column-reverse;
  }
  .aca .benefit .benefit-list {
    padding-bottom: 6.8rem;
  }
  .aca .benefit .benefit-item {
    width: 18%;
    margin: 0 1.8rem 0 0;
  }
  .aca .benefit .benefit-item:nth-of-type(1) {
    transform: translateY(58px);
  }
  .aca .benefit .benefit-item:nth-of-type(2) {
    transform: translateY(16px);
  }
  .aca .benefit .benefit-item:nth-of-type(3) {
    margin-right: 1.8rem;
  }
  .aca .benefit .benefit-item:nth-of-type(4) {
    transform: translateY(50px);
  }
  .aca .benefit .benefit-item:nth-of-type(5) {
    transform: translateY(33px);
  }
  .aca .career .career-list {
    width: 75%;
  }
  .aca .career .career-item {
    width: 31.5%;
  }
  .aca .career .career-item:nth-child(3) {
    margin-top: 0;
  }
  .aca .career .career-item:nth-child(2n) {
    margin-right: 1.5rem;
  }
  .aca .career .career-item:nth-child(3n) {
    margin-right: 0;
  }
  .aca .choose .choose-container {
    width: 92%;
    margin: 0 auto;
  }
  .aca .choose .choose-item::before {
    font-size: 38px;
  }
  .aca .review .review-item > p {
    min-height: 192px;
  }
  .aca .faq {
    padding-bottom: 6rem;
  }
  .aca .footer {
    background-size: 60% 100%;
  }
  .aca .footer .footer-content {
    width: 32%;
  }
  .aca .footer form {
    width: 55%;
  }
}
@media (min-width : 1500px) {
  .aca .banner .banner-list::after {
    content: none;
  }
  .aca .footer {
    background-size: 57% 100%;
  }
}
