@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;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  margin-left: 0;
}
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: #0A66C2;
}
::-webkit-scrollbar-thumb {
  background: #ffffff;
}
body {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
  font-family: 'poppins';
}
p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  color: #131313;
  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;
}
ul {
  width: 100%;
}
ul,
li {
  padding: 0;
  margin: 0;
  color: #131313;
  list-style: none;
  font-size: 14px;
  font-weight: 500;
}
button {
  border: 0;
  cursor: pointer;
}
.container {
  width: 100%;
}
section {
  display: flex;
  padding: 3rem 1.5rem;
}
.linkedin .buttons {
  display: flex;
  margin-top: 1.5rem;
}
.linkedin .buttons .btn-blue,
.linkedin .buttons .btn-white {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 16px;
  outline: 0;
  min-width: 160px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.linkedin .buttons .btn-blue:hover,
.linkedin .buttons .btn-white:hover {
  box-shadow: 0 0px 4px #ffffff;
}
.linkedin .buttons .btn-blue:hover::before,
.linkedin .buttons .btn-white:hover::before {
  transform: scaleY(1);
  transform-origin: left;
  transition: transform 0.5s;
}
.linkedin .buttons .btn-blue::before,
.linkedin .buttons .btn-white::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #131313;
  transition: transform 0.5s;
  transform-origin: bottom;
  transform: scaleY(0);
  z-index: -1;
}
.linkedin .buttons .btn-blue img,
.linkedin .buttons .btn-white img {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  align-self: center;
}
.linkedin .buttons .btn-blue {
  background: #0A66C2;
  color: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.linkedin .buttons .btn-white {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.linkedin .heading {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
  width: 100%;
}
.linkedin .heading h2 {
  width: 100%;
  position: relative;
}
.linkedin .heading h2:after {
  content: '';
  background: url(/_public/images/linkedin/blue-line.svg) no-repeat center;
  background-size: 100% 100% !important;
  position: absolute;
  left: 0;
  right: 0;
  height: 10px;
  width: 170px;
  bottom: -14px;
  animation: flash linear 1s infinite;
}
.linkedin .heading p {
  margin-top: 1.2rem;
}
.linkedin .center-heading {
  justify-content: center;
  align-items: center;
}
.linkedin .center-heading h2,
.linkedin .center-heading p {
  text-align: center;
}
.linkedin .center-heading h2:after {
  margin: auto;
}
.linkedin .white-heading h2,
.linkedin .white-heading p {
  color: #ffffff;
}
.linkedin .white-heading h2:after {
  background: url(/_public/images/linkedin/line.svg) no-repeat center;
}
@keyframes blink {
  0% {
    opacity: 0.3;
    transform: scale(0.8);
  }
  50% {
    opacity: 0.2;
    transform: scale(1);
  }
  100% {
    opacity: 0.3;
    transform: scale(0.8);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
.linkedin .banner {
  flex-direction: column;
  padding-top: 1.5rem;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.2);
}
.linkedin .banner .logo-container,
.linkedin .banner .tka-logo,
.linkedin .banner .menu,
.linkedin .banner .menu-toggle {
  display: flex;
}
.linkedin .banner .container {
  height: 100%;
}
.linkedin .banner .logo-container {
  height: 100%;
  padding-bottom: 1rem;
  border-bottom: 1px solid #0A66C2;
}
.linkedin .banner .logo-container .container {
  display: flex;
  justify-content: space-between;
  height: auto;
}
.linkedin .banner .tka-logo {
  max-width: 200px;
}
.linkedin .banner .tka-logo img {
  width: 100%;
  height: 100%;
}
.linkedin .banner .menu {
  z-index: 1;
  margin-left: auto;
}
.linkedin .banner .menu img {
  width: 22px;
  height: 23px;
}
.linkedin .banner .menu-links {
  width: 0;
  transition: all 0.5s;
  height: fit-content;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 15;
  background-color: #0A66C2;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.linkedin .banner .menu-toggle {
  font-weight: 500;
  color: #ffffff;
}
.linkedin .banner .menu-toggle img {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.linkedin .banner ul .links-li {
  padding: 8px 0;
  border-bottom: 1px dotted #ffffff;
  color: #ffffff;
}
.linkedin .banner ul .links-li:first-child {
  padding-top: 0;
}
.linkedin .banner ul .links-li:nth-child(5) {
  border-bottom: none;
  padding-bottom: 0;
}
.linkedin .banner ul .links-li:last-child {
  display: none;
}
.linkedin .banner .menu.active + .menu-links {
  padding: 15px;
  width: 80%;
}
.linkedin .banner .menu.active + .menu-links .menu-toggle {
  justify-content: flex-end;
  align-items: center;
}
.linkedin .banner .sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: 1s;
  height: auto;
  background-color: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  padding: 1rem 1.5rem;
}
.linkedin .banner .sticky-down {
  top: -100px;
}
.linkedin .banner .banner-container,
.linkedin .banner .banner-content,
.linkedin .banner .banner-list,
.linkedin .banner .banner-item {
  display: flex;
  flex-direction: column;
}
.linkedin .banner .banner-container {
  padding-top: 2rem;
}
.linkedin .banner .banner-content h1 {
  font-size: 23px;
  line-height: 1.4;
  margin-bottom: 1rem;
  text-shadow: 0px 10px 8px rgba(0, 0, 0, 0.2);
}
.linkedin .banner .banner-content h1 img {
  width: 38px;
  height: 38px;
  margin-right: 0.8rem;
  transform: translateY(10px);
}
.linkedin .banner .banner-content h1 img img {
  width: 100%;
  height: 100%;
}
.linkedin .banner .banner-item {
  background-color: #0A66C2;
  padding: 1.5rem;
  margin-top: 2rem;
}
.linkedin .banner .banner-item:nth-child(2) {
  background-color: #217CD8;
}
.linkedin .banner .banner-item:nth-child(2) .circle-inbox {
  background-color: #217CD8;
}
.linkedin .banner .banner-item:last-child {
  background-color: #3E92E6;
}
.linkedin .banner .banner-item:last-child .circle-inbox {
  background-color: #3E92E6;
}
.linkedin .banner .banner-item p {
  color: #ffffff;
  margin-top: 1rem;
  font-size: 13px;
}
.linkedin .banner .banner-item .circle-percent {
  font-size: 75px;
  width: 75px;
  height: 75px;
  position: relative;
  background: #4BA4FE;
  border-radius: 50%;
  overflow: hidden;
}
.linkedin .banner .banner-item .circle-percent::before {
  content: '';
  position: absolute;
  width: 54px;
  height: 54px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid #ffffff;
  border-radius: 50%;
  z-index: 4;
}
.linkedin .banner .banner-item .round-per {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 75px;
  background: #ffffff;
  clip: rect(0 1em 1em 0.5em);
  transform: rotate(180deg);
  transition: 1.05s;
}
.linkedin .banner .banner-item .percent-more::after {
  content: '';
  position: absolute;
  left: 0.5em;
  top: 0em;
  right: 0;
  bottom: 0;
  background: #ffffff;
}
.linkedin .banner .banner-item .circle-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 75px;
  clip: rect(0 1em 1em 0.5em);
}
.linkedin .banner .banner-item .circle-inbox {
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  background: #0A66C2;
  z-index: 3;
  border-radius: 50%;
}
.linkedin .banner .banner-item .percent-more .circle-inner {
  clip: rect(0 0.5em 1em 0em);
}
.linkedin .banner .banner-item .percent-text {
  position: absolute;
  font-size: 16px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-weight: 500;
}
.linkedin .banner .scroll {
  display: none;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.linkedin .banner .scroll img {
  width: 35px;
  height: 35px;
  margin-bottom: 0.5rem;
}
.linkedin .overview .overview-container,
.linkedin .overview .overview-content,
.linkedin .overview .course-content {
  display: flex;
  flex-direction: column;
}
.linkedin .overview .overview-content {
  align-items: center;
}
.linkedin .overview .overview-content p {
  text-align: center;
}
.linkedin .overview .course-content {
  margin-top: 2rem;
  border: 2px solid #0A66C2;
  border-radius: 20px;
  padding: 2rem 0;
  width: 272px;
  align-self: center;
}
.linkedin .overview .course-content span {
  display: flex;
  width: calc(100% - 8px);
  padding: 1rem;
  background-color: #F5F5F5;
  align-self: center;
  justify-content: center;
}
.linkedin .overview .course-content span img {
  width: 50px;
  height: 50px;
}
.linkedin .overview .course-content h3 {
  font-size: 17px;
  padding: 1.2rem 1rem 0.8rem;
}
.linkedin .overview .course-content p {
  padding: 0 1rem;
  color: #DADADA;
  font-size: 15px;
}
.linkedin .overview .course-content h3,
.linkedin .overview .course-content p {
  text-align: center;
}
.linkedin .overview .course-content .buttons {
  align-self: center;
}
.linkedin .course {
  background-color: #F5F5F5;
}
.linkedin .course .course-container,
.linkedin .course .course-list {
  display: flex;
  flex-direction: column;
}
.linkedin .course .heading {
  margin-bottom: 0.5rem;
}
.linkedin .course .heading p {
  margin: 0 0 0.2rem;
}
.linkedin .course .heading p strong {
  color: #0A66C2;
}
.linkedin .course .course-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  padding: 1.3rem;
  margin-top: 1.5rem;
  transition: 1s all;
  width: 272px;
  align-self: center;
}
.linkedin .course .course-item h3 {
  font-size: 14px;
  width: calc(100% - 55px);
}
.linkedin .course .course-item span {
  display: flex;
  width: 40px;
  height: 40px;
}
.linkedin .course .course-item span img {
  width: 100%;
  height: 100%;
}
.linkedin .course .course-item span img:last-child {
  display: none;
}
.linkedin .course .course-item p {
  font-size: 13px;
  color: #DADADA;
}
.linkedin .course .course-item p:nth-child(3) {
  margin-top: 1rem;
  border-top: 1px solid #DADADA;
  padding-top: 1rem;
}
.linkedin .course .course-item .buttons .btn-blue {
  min-width: 140px;
  font-size: 14px;
}
.linkedin .course .course-item .buttons .btn-blue img {
  width: 16px;
  height: 16px;
}
.linkedin .course .course-item:hover {
  background-color: #131313;
  box-shadow: none;
}
.linkedin .course .course-item:hover::before {
  background-color: #ffffff;
}
.linkedin .course .course-item:hover h3,
.linkedin .course .course-item:hover p {
  color: #ffffff;
}
.linkedin .course .course-item:hover span img:first-child {
  display: none;
}
.linkedin .course .course-item:hover span img:last-child {
  display: flex;
}
.linkedin .benefit .benefit-container,
.linkedin .benefit .benefit-content {
  display: flex;
  flex-direction: column;
}
.linkedin .benefit .benefit-content {
  align-items: center;
}
.linkedin .benefit .benefit-content p {
  text-align: center;
}
.linkedin .benefit .benefit-content p:nth-child(3) {
  margin-top: 0.8rem;
}
.linkedin .benefit .benefit-info {
  display: flex;
  margin-top: 2rem;
  height: 100%;
}
.linkedin .benefit .benefit-info img {
  width: 100%;
  height: 100%;
}
.linkedin .method {
  padding-top: 0;
}
.linkedin .method .method-container,
.linkedin .method .method-list,
.linkedin .method .method-item {
  display: flex;
  flex-direction: column;
}
.linkedin .method .heading {
  margin-bottom: 0.5rem;
}
.linkedin .method .method-list {
  counter-reset: section;
}
.linkedin .method .method-item {
  margin-top: 2rem;
}
.linkedin .method .method-item:hover span {
  box-shadow: 0 0 0 2px #0A66C2;
}
.linkedin .method .method-item:hover span::before {
  background-color: #0A66C2;
  -webkit-transform: rotateY(-360deg);
  transform: rotateY(360deg);
}
.linkedin .method .method-item span {
  display: flex;
  align-self: center;
  border: 9px solid #ffffff;
  box-shadow: 0 0px 0px 2px #000000;
  border-radius: 100px;
  width: 180px;
  height: 180px;
  position: relative;
}
.linkedin .method .method-item span::before {
  display: flex;
  position: absolute;
  counter-increment: section;
  content: counter(section);
  justify-content: center;
  align-items: center;
  background: #131313;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  bottom: -23px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.linkedin .method .method-item span img {
  width: 100%;
  height: 100%;
}
.linkedin .method .method-item h3,
.linkedin .method .method-item a {
  text-align: center;
  font-weight: 600;
}
.linkedin .method .method-item h3 {
  margin: 2rem 0 0.2rem;
  font-size: 15px;
}
.linkedin .method .method-item a {
  display: flex;
  color: #0A66C2;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.linkedin .method .method-item a img {
  width: 18px;
  height: 18px;
  margin-left: 0.7rem;
}
.linkedin .choose {
  background-color: #0A66C2;
}
.linkedin .choose .choose-container,
.linkedin .choose .choose-list,
.linkedin .choose .choose-item,
.linkedin .choose .content,
.linkedin .choose .form,
.linkedin .choose .input-list {
  display: flex;
  flex-direction: column;
}
.linkedin .choose .content {
  width: 100%;
}
.linkedin .choose .content .heading {
  margin-bottom: 0;
}
.linkedin .choose .content .buttons .btn-white {
  min-width: 135px;
}
.linkedin .choose .choose-list .choose-item {
  margin-top: 2rem;
}
.linkedin .choose .choose-list .choose-item span {
  display: flex;
  width: 63px;
  height: 63px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  padding: 0.7rem;
}
.linkedin .choose .choose-list .choose-item span img {
  width: 100%;
  height: 100%;
}
.linkedin .choose .choose-list .choose-item h3,
.linkedin .choose .choose-list .choose-item p {
  color: #ffffff;
}
.linkedin .choose .choose-list .choose-item p {
  font-size: 13px;
  line-height: 1.5;
}
.linkedin .choose .choose-list .choose-item h3 {
  font-size: 15px;
  margin: 0.8rem 0 0.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 0.8rem;
}
.linkedin .choose .form {
  margin-bottom: 0;
  padding: 1.5rem;
  background-color: #131313;
  margin-top: 2rem;
  box-shadow: 12px 18px 20px rgba(0, 0, 0, 0.2);
}
.linkedin .choose .form .heading {
  margin-bottom: 2rem;
}
.linkedin .choose .form .input-container {
  display: flex;
  margin-bottom: 1rem;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 0.6rem 0.8rem;
}
.linkedin .choose .form .input-container span {
  display: flex;
  height: 16px;
  width: 16px;
}
.linkedin .choose .form .input-container span img {
  height: 100%;
  width: 100%;
}
.linkedin .choose .form .input-container span .red {
  display: none;
}
.linkedin .choose .form .input-container input,
.linkedin .choose .form .input-container textarea {
  width: 85%;
  border: none;
  outline: 0;
  padding: 0;
  background-color: transparent;
  color: #ffffff;
  font-size: 13px;
}
.linkedin .choose .form .input-container textarea {
  height: 50px;
  resize: none;
  overflow: auto;
}
.linkedin .choose .form .input-container ::-webkit-input-placeholder {
  /* Edge */
  color: 1px solid rgba(255, 255, 255, 0.7);
}
.linkedin .choose .form .input-container :-ms-input-placeholder {
  /* Edge */
  color: 1px solid rgba(255, 255, 255, 0.8);
}
.linkedin .choose .form .input-container ::placeholder {
  color: 1px solid rgba(255, 255, 255, 0.8);
}
.linkedin .choose .form .input-error {
  border: 1px solid #ff0000;
}
.linkedin .choose .form .input-error ::-webkit-input-placeholder {
  /* Edge */
  color: #ff0000;
}
.linkedin .choose .form .input-error :-ms-input-placeholder {
  /* Edge */
  color: #ff0000;
}
.linkedin .choose .form .input-error ::placeholder {
  color: #ff0000;
}
.linkedin .choose .form .input-error span .white {
  display: none;
}
.linkedin .choose .form .input-error span .red {
  display: flex;
}
.linkedin .choose .form .form-consent {
  display: flex;
  margin-bottom: 0.5rem;
}
.linkedin .choose .form .form-consent:nth-last-child(2) {
  margin-bottom: 0;
}
.linkedin .choose .form .form-consent label,
.linkedin .choose .form .form-consent p {
  color: #ffffff;
}
.linkedin .choose .form .form-consent label {
  display: flex;
  font-size: 11px;
  width: 95%;
  align-self: center;
  margin-left: 0.3rem;
  cursor: pointer;
  line-height: 1.5;
  font-weight: 500;
}
.linkedin .choose .form .form-consent p {
  font-size: 11px;
}
.linkedin .choose .form .form-consent a {
  font-weight: 600;
  color: #0A66C2;
}
.linkedin .choose .form .consent-error,
.linkedin .choose .form .consent-error-other {
  margin-bottom: 0.5rem;
}
.linkedin .choose .form .consent-error p,
.linkedin .choose .form .consent-error-other p {
  color: #ff0000;
  line-height: 1.4;
  font-size: 11px;
}
.linkedin .choose .form .buttons .btn-blue {
  min-width: 108px;
}
.linkedin .choose .form .buttons .btn-blue img {
  height: 16px;
  width: 16px;
}
.linkedin .testimonial .testimonial-container,
.linkedin .testimonial .testimonial-list,
.linkedin .testimonial .testimonial-item {
  display: flex;
  flex-direction: column;
}
.linkedin .testimonial .testimonial-item {
  width: 95%;
  align-items: center;
  margin: auto;
  position: relative;
}
.linkedin .testimonial .testimonial-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(/_public/images/linkedin/quotes.png);
  background-size: 100% 100%;
  height: 115px;
  width: 130px;
}
.linkedin .testimonial .testimonial-item p {
  text-align: center;
}
.linkedin .testimonial .testimonial-item .client {
  width: 65px;
  height: 65px;
  margin: 1.2rem 0 0.6rem;
}
.linkedin .testimonial .testimonial-item h3 {
  font-size: 20px;
  font-weight: 500;
}
.linkedin .testimonial .testimonial-item .stars {
  margin-top: 0.2rem;
  height: 18px;
  width: 100px;
}
.linkedin .testimonial .owl-nav {
  display: flex;
  justify-content: space-between;
  width: 85px;
  align-self: center;
  margin-top: 1.5rem;
}
.linkedin .testimonial .owl-nav .owl-prev,
.linkedin .testimonial .owl-nav .owl-next {
  display: flex;
  background-image: url(/_public/images/linkedin/arrow.svg);
  background-size: 100% 100%;
  height: 33px;
  width: 33px;
  opacity: 0.5;
}
.linkedin .testimonial .owl-nav .owl-next {
  transform: rotate(180deg);
}
.linkedin .testimonial .owl-nav .btn-active {
  opacity: 1;
}
.linkedin .fact {
  padding-top: 0;
}
.linkedin .fact .fact-container,
.linkedin .fact .fact-content,
.linkedin .fact .faq-content,
.linkedin .fact .faq-item,
.linkedin .fact .faq-list {
  display: flex;
  flex-direction: column;
}
.linkedin .fact .faq-content {
  padding: 1rem;
  background-color: #F5F5F5;
}
.linkedin .fact .faq-content .faq-item {
  margin-top: 1rem;
  transition: 1s all;
}
.linkedin .fact .faq-content .faq-item .ques {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  background-color: #ffffff;
  padding: 0.8rem;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  transition: 1s all;
}
.linkedin .fact .faq-content .faq-item .ques h3 {
  width: calc(100% - 30px);
  font-size: 14px;
}
.linkedin .fact .faq-content .faq-item .ques .icon {
  display: flex;
  height: 20px;
  width: 20px;
}
.linkedin .fact .faq-content .faq-item .ques .icon img {
  width: 100%;
  height: 100%;
}
.linkedin .fact .faq-content .faq-item .ques .icon img:last-child {
  display: none;
}
.linkedin .fact .faq-content .faq-item .ans {
  display: none;
  background-color: #fbfbfb;
  margin-top: 0.8rem;
  padding: 0.8rem;
}
.linkedin .fact .faq-content .faq-item .ans p {
  font-size: 13px;
}
.linkedin .fact .faq-content .faq-item.active .ques {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.linkedin .fact .faq-content .faq-item.active .ques .icon img:first-child {
  display: none;
}
.linkedin .fact .faq-content .faq-item.active .ques .icon img:last-child {
  display: flex;
}
.linkedin .fact .fact-content {
  background-color: #0A66C2;
  padding: 1rem;
  margin-top: 2rem;
}
.linkedin .fact .fact-content .heading {
  margin-bottom: 0rem;
}
.linkedin .fact .fact-content .fact-item {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.linkedin .fact .fact-content .fact-item h3,
.linkedin .fact .fact-content .fact-item span,
.linkedin .fact .fact-content .fact-item p {
  color: #ffffff;
}
.linkedin .fact .fact-content .fact-item h3,
.linkedin .fact .fact-content .fact-item span {
  font-size: 30px;
  font-weight: 600;
}
.linkedin .strategy {
  padding-top: 0%;
}
.linkedin .strategy .strategy-container,
.linkedin .strategy .strategy-content,
.linkedin .strategy .strategy-info {
  display: flex;
  flex-direction: column;
}
.linkedin .strategy .strategy-container {
  align-items: flex-start;
}
.linkedin .strategy .strategy-content {
  width: 100%;
}
.linkedin .strategy .strategy-content ul li {
  margin-top: 0.5rem;
  padding-left: 2rem;
  position: relative;
}
.linkedin .strategy .strategy-content ul li::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  height: 15px;
  width: 15px;
  background-image: url(/_public/images/linkedin/cube.svg);
  background-size: 100% 100%;
  animation: rotate 5s linear infinite;
}
.linkedin .strategy .strategy-info {
  margin-top: 2rem;
  height: 100%;
  width: 100%;
}
.linkedin .strategy .strategy-info .image {
  display: flex;
  height: 100%;
  margin-top: 1rem;
}
.linkedin .strategy .strategy-info .image img {
  height: 100%;
  width: 100%;
}
.linkedin .market {
  background-color: #F5F5F5;
}
.linkedin .market .market-container,
.linkedin .market .market-content {
  display: flex;
  flex-direction: column;
}
.linkedin .market .market-container {
  align-items: flex-start;
}
.linkedin .market .market-content {
  width: 100%;
}
.linkedin .market .market-content .heading {
  margin-bottom: 0;
}
.linkedin .market .market-content .frame {
  display: flex;
  margin-top: 1rem;
  height: 100%;
}
.linkedin .market .market-content .frame img {
  height: 100%;
  width: 100%;
}
.linkedin .market .market-info {
  display: none;
  height: 100%;
  width: 100%;
  margin-top: 2rem;
}
.linkedin .market .market-info img {
  height: 100%;
  width: 100%;
}
.linkedin .footer {
  background: #131313;
}
.linkedin .footer .heading {
  margin-bottom: 2.5rem;
}
.linkedin .footer .footer-container,
.linkedin .footer .contact-list,
.linkedin .footer .info {
  display: flex;
  flex-direction: column;
}
.linkedin .footer .contact-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #ffffff;
}
.linkedin .footer .contact-item span {
  display: flex;
  border-radius: 50px;
  width: 48px;
  height: 48px;
  padding: 0.8rem;
  background-color: #363434;
}
.linkedin .footer .contact-item span img {
  width: 100%;
  height: 100%;
}
.linkedin .footer .contact-item:nth-child(2) {
  margin-top: 1rem;
}
.linkedin .footer .info {
  width: calc(100% - 58px);
}
.linkedin .footer .info h3,
.linkedin .footer .info a {
  color: #ffffff;
}
.linkedin .footer .info a {
  font-size: 12px;
  font-weight: 500;
}
.linkedin .footer .info h3 {
  font-size: 15px;
}
@media (min-width : 768px) {
  section {
    padding: 3rem 2rem;
  }
  .linkedin .banner .menu.active + .menu-links {
    width: 50%;
  }
  .linkedin .banner .sticky {
    padding: 1rem 2rem !important;
  }
  .linkedin .banner .banner-list {
    flex-direction: row;
    justify-content: space-between;
  }
  .linkedin .banner .banner-item {
    width: 32%;
  }
  .linkedin .overview .overview-container {
    flex-direction: row;
    justify-content: space-between;
  }
  .linkedin .overview .overview-content {
    align-items: flex-start;
    width: 52%;
  }
  .linkedin .overview .overview-content .heading h2::after {
    margin: 0 0 auto;
  }
  .linkedin .overview .overview-content h2,
  .linkedin .overview .overview-content p {
    text-align: left;
  }
  .linkedin .overview .course-content {
    width: 44%;
    margin-top: 0;
  }
  .linkedin .course .course-list {
    flex-flow: wrap;
    justify-content: center;
  }
  .linkedin .course .course-item {
    width: 46%;
    margin-right: 1.5rem;
  }
  .linkedin .course .course-item h3 {
    min-height: 42px;
  }
  .linkedin .course .course-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .linkedin .course .course-item:last-child {
    margin-right: 0 !important;
  }
  .linkedin .benefit .benefit-container {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .linkedin .benefit .benefit-content {
    width: 52%;
    align-items: flex-start;
  }
  .linkedin .benefit .benefit-content .heading h2 {
    text-align: left;
  }
  .linkedin .benefit .benefit-content .heading h2::after {
    margin: 0 0 auto;
  }
  .linkedin .benefit .benefit-content p {
    text-align: left;
  }
  .linkedin .benefit .benefit-info {
    margin-top: 0;
    position: sticky;
    width: 43%;
    top: 60px;
  }
  .linkedin .method .method-list {
    flex-flow: wrap;
    justify-content: center;
  }
  .linkedin .method .method-item {
    width: 45%;
  }
  .linkedin .choose .choose-container {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .linkedin .choose .choose-list {
    width: 50%;
  }
  .linkedin .choose .form {
    width: 45%;
  }
  .linkedin .testimonial {
    background-image: url(/_public/images/linkedin/review-bg.png);
    background-repeat: no-repeat;
    background-size: 43% 60%;
  }
  .linkedin .testimonial .testimonial-container {
    width: 90%;
    margin: auto;
  }
  .linkedin .testimonial .testimonial-item {
    width: 85%;
  }
  .linkedin .testimonial .owl-nav {
    width: calc(100% + 40px);
    position: absolute;
    top: 50px;
    left: -20px;
    margin-top: 0;
  }
  .linkedin .fact .fact-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .linkedin .fact .faq-content {
    width: 52%;
  }
  .linkedin .fact .fact-content {
    margin-top: 0;
    width: 44%;
    position: sticky;
    top: 60px;
  }
  .linkedin .strategy .strategy-container {
    flex-direction: row;
    justify-content: space-between;
  }
  .linkedin .strategy .strategy-content {
    width: 50%;
  }
  .linkedin .strategy .strategy-info {
    width: 45%;
    margin-top: 0;
    position: sticky;
    top: 60px;
  }
  .linkedin .market .market-content .frame {
    display: none;
  }
  .linkedin .market .market-info {
    display: flex;
  }
  .linkedin .footer .contact-list {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .linkedin .footer .contact-item:first-child {
    width: 20%;
  }
  .linkedin .footer .contact-item:nth-child(2) {
    width: 38%;
    margin-top: 0;
  }
  .linkedin .footer .buttons {
    width: 39%;
    justify-content: flex-end;
    margin-top: 0;
  }
}
@media (min-width : 1024px) {
  p {
    line-height: 1.8;
  }
  .linkedin .buttons .btn-blue,
  .linkedin .buttons .btn-white {
    font-size: 16px;
  }
  .linkedin .heading h2 {
    font-size: 28px;
  }
  .linkedin .banner {
    background-image: url(/_public/images/linkedin/banner-bg.png);
    background-repeat: no-repeat;
    background-size: 45% 73%;
    background-position: right top;
    padding-bottom: 0;
  }
  .linkedin .banner .menu-links {
    width: 78%;
    flex-direction: row;
    background-color: transparent;
    box-shadow: none;
    position: relative;
  }
  .linkedin .banner .menu,
  .linkedin .banner .menu-toggle {
    display: none;
  }
  .linkedin .banner .logo-container {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .linkedin .banner .logo-container ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .linkedin .banner .logo-container ul .links-li {
    border-bottom: none;
    margin-right: 1.5rem;
    font-size: 15px;
    font-weight: 600;
    padding: 0;
    z-index: 1;
    position: relative;
    color: #000000;
  }
  .linkedin .banner .logo-container ul .links-li:nth-child(4),
  .linkedin .banner .logo-container ul .links-li:nth-child(5) {
    color: #ffffff;
  }
  .linkedin .banner .logo-container ul .links-li:nth-child(5) {
    display: none;
  }
  .linkedin .banner .logo-container ul .links-li::after,
  .linkedin .banner .logo-container ul .links-li::before {
    content: "";
    background: #0A66C2;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    bottom: -7px;
    opacity: 0;
    transition: 0.4s;
    margin: 0 2px;
  }
  .linkedin .banner .logo-container ul .links-li::before {
    left: 0%;
  }
  .linkedin .banner .logo-container ul .links-li::after {
    right: 0%;
  }
  .linkedin .banner .logo-container ul .links-li:hover::before,
  .linkedin .banner .logo-container ul .links-li:hover::after {
    opacity: 1;
  }
  .linkedin .banner .logo-container ul .links-li:hover::before {
    left: 50%;
  }
  .linkedin .banner .logo-container ul .links-li:hover::after {
    right: 50%;
  }
  .linkedin .banner .logo-container ul .links-li:last-child {
    display: flex;
    margin: 0;
  }
  .linkedin .banner .logo-container ul .links-li:last-child::before,
  .linkedin .banner .logo-container ul .links-li:last-child::after {
    content: none;
  }
  .linkedin .banner .logo-container ul .links-li:last-child .btn-white {
    margin-right: 1rem;
  }
  .linkedin .banner .logo-container ul .links-li:last-child .btn-white::before {
    background-color: #0A66C2;
  }
  .linkedin .banner .logo-container ul .links-li:last-child .btn-white,
  .linkedin .banner .logo-container ul .links-li:last-child .btn-blue {
    min-width: 166px;
  }
  .linkedin .banner .sticky {
    background-image: linear-gradient(116deg, #ffffff 55%, #131313 39%);
  }
  .linkedin .banner .banner-container {
    position: relative;
  }
  .linkedin .banner .banner-container::before {
    content: '';
    position: absolute;
    background-image: radial-gradient(#0A66C2 0, #ffffff 72%);
    width: 450px;
    height: 450px;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 50%;
    opacity: 0.2;
    animation: blink 2s linear infinite;
  }
  .linkedin .banner .banner-content {
    width: 53%;
  }
  .linkedin .banner .banner-content h1 {
    font-size: 38px;
  }
  .linkedin .banner .banner-content h1 img {
    width: 46px;
    height: 46px;
  }
  .linkedin .banner .banner-content h1 span {
    color: #0A66C2;
    font-size: 32px;
  }
  .linkedin .banner .scroll {
    display: flex;
    left: 0;
    bottom: 55px;
    position: absolute;
    font-size: 12px;
    font-weight: 600;
  }
  .linkedin .banner .banner-list {
    justify-content: center;
    transform: translate(32px, 0px);
    width: 93%;
    margin-left: auto;
  }
  .linkedin .banner .banner-item {
    margin-top: 3rem;
    width: 34%;
  }
  .linkedin .banner .banner-item .circle-percent {
    margin: auto;
  }
  .linkedin .banner .banner-item p {
    text-align: center;
  }
  .linkedin .overview .overview-content {
    width: 62%;
  }
  .linkedin .overview .course-content {
    width: 32%;
  }
  .linkedin .course .course-item {
    width: 31.5%;
  }
  .linkedin .course .course-item:nth-of-type(2n) {
    margin-right: 1.5rem;
  }
  .linkedin .course .course-item:nth-of-type(3n) {
    margin-right: 0;
  }
  .linkedin .benefit {
    background-image: url(/_public/images/linkedin/benefit-bg.png);
    background-repeat: no-repeat;
    background-size: inherit;
  }
  .linkedin .benefit .benefit-container {
    align-items: center;
  }
  .linkedin .benefit .benefit-info {
    position: static;
  }
  .linkedin .method {
    background-image: url(/_public/images/linkedin/method-bg.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .linkedin .method .heading {
    width: 87%;
    align-self: center;
  }
  .linkedin .method .method-item {
    width: 25%;
  }
  .linkedin .choose .content {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .linkedin .choose .content .heading {
    width: 75%;
  }
  .linkedin .choose .content .buttons {
    width: 20%;
    align-self: flex-end;
    justify-content: flex-end;
    margin-top: 0;
  }
  .linkedin .choose .choose-list,
  .linkedin .choose .input-list {
    flex-flow: wrap;
    justify-content: space-between;
  }
  .linkedin .choose .choose-item {
    width: 47%;
  }
  .linkedin .choose .choose-item:nth-child(3) h3 {
    min-height: 64px;
  }
  .linkedin .choose .input-container {
    width: 48%;
  }
  .linkedin .choose .input-container:last-child {
    width: 100%;
  }
  .linkedin .fact {
    padding-top: 3rem;
    background-image: linear-gradient(90deg, #F5F5F5 57%, #0A66C2 46%);
  }
  .linkedin .fact .fact-container {
    align-items: center;
  }
  .linkedin .fact .fact-content,
  .linkedin .fact .faq-content {
    background-color: transparent;
    padding: 0;
  }
  .linkedin .fact .faq-content {
    width: 50%;
  }
  .linkedin .fact .fact-content {
    width: 36%;
  }
  .linkedin .fact .fact-content .fact-item h3,
  .linkedin .fact .fact-content .fact-item span {
    font-size: 42px;
  }
  .linkedin .strategy {
    padding-top: 3rem;
  }
  .linkedin .strategy .strategy-info .image {
    width: 75%;
    align-self: center;
  }
  .linkedin .market {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .linkedin .market .market-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .linkedin .market .market-content {
    width: 30%;
  }
  .linkedin .market .market-content h2,
  .linkedin .market .market-content p {
    text-align: left;
  }
  .linkedin .market .market-info {
    width: 65%;
  }
  .linkedin .footer {
    background-image: url(/_public/images/linkedin/footer.png);
    background-size: cover;
    background-position: center;
  }
  .linkedin .footer .contact-item:first-child {
    width: 17%;
  }
  .linkedin .footer .contact-item span {
    width: 54px;
    height: 54px;
    margin-right: 1rem;
  }
  .linkedin .footer .contact-item:nth-child(2) {
    width: 33%;
  }
  .linkedin .footer .info {
    width: calc(100% - 70px);
  }
  .linkedin .footer .info a {
    font-size: 14px;
  }
  .linkedin .footer .buttons {
    width: 35%;
  }
}
@media (min-width : 1366px) {
  .container {
    width: 1200px;
    margin: 0 auto;
  }
  section {
    padding: 4rem 0rem;
  }
  .linkedin .heading h2 {
    font-size: 32px;
  }
  .linkedin .banner {
    background-size: 45% 73%;
  }
  .linkedin .banner .logo-container ul .links-li:nth-child(5) {
    display: flex;
  }
  .linkedin .banner .tka-logo {
    max-width: 230px;
  }
  .linkedin .banner .sticky {
    padding: 1rem 0 !important;
  }
  .linkedin .banner .banner-list {
    width: 76%;
    transform: translate(80px, 0);
  }
  .linkedin .banner .banner-container {
    padding-top: 4rem;
  }
  .linkedin .banner .banner-content {
    width: 48%;
  }
  .linkedin .banner .banner-content h1 {
    font-size: 46px;
    line-height: 1.1;
  }
  .linkedin .banner .banner-content h1 img {
    width: 55px;
    height: 55px;
  }
  .linkedin .banner .banner-content h1 span {
    font-size: 40px;
  }
  .linkedin .overview .course-content {
    width: 28%;
  }
  .linkedin .course .course-item {
    width: 23.5%;
  }
  .linkedin .course .course-item:nth-of-type(3n) {
    margin-right: 1.5rem;
  }
  .linkedin .course .course-item:nth-of-type(4n) {
    margin-right: 0;
  }
  .linkedin .benefit .benefit-info {
    width: 38%;
  }
  .linkedin .method .method-item {
    width: 23%;
  }
  .linkedin .choose {
    padding-bottom: 0;
  }
  .linkedin .choose .choose-list .choose-item:nth-child(3) h3 {
    min-height: auto;
  }
  .linkedin .choose .form {
    background-image: url(/_public/images/linkedin/form-bg.png);
    background-size: 100% 100%;
    padding: 2rem 2.8rem;
    margin-top: 0;
    transform: translateY(60px);
  }
  .linkedin .testimonial {
    padding-top: 7.5rem;
  }
  .linkedin .fact {
    padding: 3rem 0;
    position: relative;
  }
  .linkedin .fact::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 200px;
    right: 0;
    bottom: 0;
    margin: auto;
    background-image: url(/_public/images/linkedin/work.png);
    background-size: 100% 100%;
    height: 386px;
    width: 260px;
  }
  .linkedin .fact .faq-container {
    align-items: center;
  }
  .linkedin .fact .faq-content {
    width: 44%;
  }
  .linkedin .fact .fact-content {
    position: static;
    width: 27%;
  }
  .linkedin .strategy .strategy-container {
    align-items: center;
  }
  .linkedin .strategy .strategy-info {
    position: static;
  }
  .linkedin .market {
    position: relative;
    overflow: hidden;
  }
  .linkedin .market .market-content .frame {
    display: flex;
    width: 100%;
  }
  .linkedin .market .market-info {
    position: absolute;
    right: -42px;
    margin: auto;
    height: 500px;
    width: 70%;
  }
  .linkedin .footer {
    padding-bottom: 3rem;
  }
  .linkedin .footer .contact-item {
    width: auto !important;
  }
  .linkedin .footer .contact-item:nth-child(2) {
    width: 25%;
  }
}
@media (min-width : 1500px) {
  .linkedin .banner {
    background-size: 46% 73%;
  }
  .linkedin .banner .sticky {
    background-image: linear-gradient(116deg, #ffffff 54%, #131313 39%);
  }
  .linkedin .market .market-info {
    position: unset;
    margin: 0;
    height: inherit;
    width: 65%;
  }
}
@media (min-width : 1900px) {
  .linkedin .banner {
    background-size: 47% 73%;
  }
  .linkedin .banner .sticky {
    background-image: linear-gradient(116deg, #ffffff 53%, #131313 39%);
  }
}
