@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 3px 6px rgba(0, 0, 0, 0.16);
  border: 1px solid #000000;
}
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: #94E0A8;
}
::-webkit-scrollbar-thumb {
  background: #182319;
}
body {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
  font-family: 'Poppins';
}
p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  font-weight: 500;
  color: #808080;
  width: 100%;
}
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: #808080;
  list-style: none;
  font-size: 14px;
  font-weight: 500;
}
button {
  border: 0;
  cursor: pointer;
}
.container {
  width: 100%;
}
section {
  display: flex;
  padding: 3rem 1.5rem;
}
.salesforce {
  background-image: linear-gradient(0deg, #ffffff, #94E0A8);
  background-position: bottom;
  background-size: 100% 12px;
  background-repeat: no-repeat;
}
.salesforce .buttons {
  display: flex;
  margin-top: 1.5rem;
}
.salesforce .buttons .btn-green,
.salesforce .buttons .btn-transparent,
.salesforce .buttons .btn-dark {
  display: flex;
  font-weight: 500;
  padding: 10px 14px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 14px;
  min-width: 160px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  color: #ffffff;
}
.salesforce .buttons .btn-green:hover::after,
.salesforce .buttons .btn-transparent:hover::after,
.salesforce .buttons .btn-dark:hover::after,
.salesforce .buttons .btn-green:hover::before,
.salesforce .buttons .btn-transparent:hover::before,
.salesforce .buttons .btn-dark:hover::before {
  transform: rotate(0deg);
  transition: all 0.7s;
}
.salesforce .buttons .btn-green:hover::before,
.salesforce .buttons .btn-transparent:hover::before,
.salesforce .buttons .btn-dark:hover::before {
  left: 0;
}
.salesforce .buttons .btn-green:hover::after,
.salesforce .buttons .btn-transparent:hover::after,
.salesforce .buttons .btn-dark:hover::after {
  right: 0;
}
.salesforce .buttons .btn-green img,
.salesforce .buttons .btn-transparent img,
.salesforce .buttons .btn-dark img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.salesforce .buttons .btn-green::before,
.salesforce .buttons .btn-transparent::before,
.salesforce .buttons .btn-dark::before,
.salesforce .buttons .btn-green::after,
.salesforce .buttons .btn-transparent::after,
.salesforce .buttons .btn-dark::after {
  content: '';
  position: absolute;
  height: 100%;
  z-index: -1;
  transform: translate3D(0, -100%, 0);
  transition: all 0.7s;
  top: 0;
}
.salesforce .buttons .btn-green::before,
.salesforce .buttons .btn-transparent::before,
.salesforce .buttons .btn-dark::before {
  left: 0;
  width: 150%;
  transform-origin: 0 bottom;
  transform: translateX(-100%) rotate(-30deg);
}
.salesforce .buttons .btn-green::after,
.salesforce .buttons .btn-transparent::after,
.salesforce .buttons .btn-dark::after {
  left: auto;
  right: 0;
  width: 150%;
  transform-origin: right bottom;
  transform: translateX(100%) rotate(30deg);
}
.salesforce .buttons .btn-green,
.salesforce .buttons .btn-dark {
  background-color: #278706;
}
.salesforce .buttons .btn-green::after,
.salesforce .buttons .btn-dark::after,
.salesforce .buttons .btn-green::before,
.salesforce .buttons .btn-dark::before {
  background-color: #182319;
}
.salesforce .buttons .btn-dark {
  background-color: #182319;
}
.salesforce .buttons .btn-dark::before,
.salesforce .buttons .btn-dark::after {
  background-color: #278706;
}
.salesforce .buttons .btn-transparent {
  border: 1px solid #000000;
  color: #000000;
}
.salesforce .buttons .btn-transparent::after,
.salesforce .buttons .btn-transparent::before {
  background-color: #F5F5F5;
}
.salesforce .heading {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
  width: 100%;
}
.salesforce .heading p {
  margin-top: 1rem;
}
.salesforce .heading h2 {
  width: 100%;
  font-size: 22px;
}
.salesforce .center-heading {
  justify-content: center;
  align-items: center;
}
.salesforce .center-heading h2,
.salesforce .center-heading p {
  text-align: center;
}
.salesforce .white-heading h2,
.salesforce .white-heading p {
  color: #ffffff;
}
@keyframes circle {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.3;
  }
  100% {
    transform: scale(1);
    opacity: 0.8;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes move-right {
  0% {
    width: 0;
  }
  50% {
    width: 140px;
  }
  100% {
    width: 0;
  }
}
@keyframes move-top {
  0% {
    height: 0;
  }
  50% {
    height: 130px;
  }
  100% {
    height: 0;
  }
}
.salesforce .banner {
  flex-direction: column;
  padding-top: 1.5rem;
  background-image: linear-gradient(90deg, #E6F7EA, #8FDFA4);
}
.salesforce .banner .logo-container,
.salesforce .banner .tka-logo,
.salesforce .banner .menu,
.salesforce .banner .menu-toggle {
  display: flex;
}
.salesforce .banner .logo-container {
  height: 100%;
}
.salesforce .banner .logo-container .container {
  display: flex;
  justify-content: space-between;
  height: auto;
  padding: 1rem 1.5rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #278706;
}
.salesforce .banner .tka-logo {
  max-width: 180px;
}
.salesforce .banner .tka-logo img {
  width: 100%;
  height: 100%;
}
.salesforce .banner .menu {
  margin-left: auto;
  width: 22px;
  height: 23px;
}
.salesforce .banner .menu img {
  width: 100%;
  height: 100%;
}
.salesforce .banner .menu-links {
  display: flex;
  flex-direction: column;
  width: 0;
  transition: all 0.5s;
  height: fit-content;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 5;
  background-color: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.salesforce .banner .menu-toggle {
  font-weight: 500;
}
.salesforce .banner .menu-toggle img {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.salesforce .banner ul .links-li {
  padding: 8px 0;
  border-bottom: 1px dotted #000000;
  color: #000000;
}
.salesforce .banner ul .links-li:first-child {
  padding-top: 0;
}
.salesforce .banner ul .links-li:nth-child(4) {
  border-bottom: none;
  padding-bottom: 0;
}
.salesforce .banner ul .links-li:last-child {
  display: none;
}
.salesforce .banner .menu.active + .menu-links {
  padding: 15px;
  width: 80%;
}
.salesforce .banner .menu.active + .menu-links .menu-toggle {
  justify-content: flex-end;
  align-items: center;
}
.salesforce .banner .sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: 1s;
  height: auto;
}
.salesforce .banner .sticky-down {
  top: -100px;
}
.salesforce .banner .container {
  height: 100%;
}
.salesforce .banner .banner-container,
.salesforce .banner .banner-content {
  display: flex;
  flex-direction: column;
}
.salesforce .banner .banner-container {
  padding-top: 1.5rem;
}
.salesforce .banner .banner-content h1 {
  font-size: 27px;
  margin-bottom: 1rem;
  line-height: 1.1;
  text-shadow: 4px 5px 5px rgba(0, 0, 0, 0.16);
}
.salesforce .banner .banner-content h1 img {
  width: 35px;
  height: 35px;
  transform: translateY(7px);
  margin-right: 0.5rem;
}
.salesforce .banner .banner-info {
  display: flex;
  margin-top: 2rem;
  height: 100%;
}
.salesforce .banner .banner-info img {
  height: 100%;
  width: 100%;
}
.salesforce .overview .overview-container,
.salesforce .overview .overview-content {
  display: flex;
  flex-direction: column;
}
.salesforce .overview .overview-content {
  align-items: center;
}
.salesforce .overview .overview-content p {
  text-align: center;
}
.salesforce .overview .overview-content p:nth-child(3) {
  margin-top: 0.5rem;
}
.salesforce .overview .overview-info {
  display: flex;
  margin-top: 2rem;
  height: 100%;
}
.salesforce .overview .overview-info img {
  height: 100%;
  width: 100%;
}
.salesforce .course {
  padding-top: 0;
}
.salesforce .course .course-container,
.salesforce .course .course-list,
.salesforce .course .course-item,
.salesforce .course .info {
  display: flex;
  flex-direction: column;
}
.salesforce .course .heading {
  margin-bottom: 0;
}
.salesforce .course .heading p {
  margin: 0 0 0.2rem;
}
.salesforce .course .heading p strong {
  color: #278706;
}
.salesforce .course .course-item {
  margin-top: 2rem;
  background-image: linear-gradient(90deg, #E6F7EA, #8FDFA4);
}
.salesforce .course .course-item:hover a {
  border: 1px solid #000000;
}
.salesforce .course .course-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  padding: 0.5rem;
  border: 1px solid transparent;
  width: 100%;
  transition: 1s all;
}
.salesforce .course .course-item a img {
  width: 14px;
  height: 14px;
  margin-right: 0.5rem;
}
.salesforce .course .info {
  padding: 1.5rem 1.5rem 0.8rem;
  border-bottom: 2px solid #ffffff;
}
.salesforce .course .info h3,
.salesforce .course .info p {
  text-align: center;
}
.salesforce .course .info h3 {
  font-size: 14px;
  margin-bottom: 0.8rem;
  width: 100%;
}
.salesforce .course .info p {
  font-size: 12px;
  color: #000000;
}
.salesforce .method {
  background-color: #182319;
}
.salesforce .method .method-container,
.salesforce .method .method-list,
.salesforce .method .method-item {
  display: flex;
  flex-direction: column;
}
.salesforce .method .heading {
  margin-bottom: 0;
}
.salesforce .method .method-item {
  margin-top: 1rem;
  padding: 0.7rem;
  border-radius: 15px;
  transition: 1s all;
}
.salesforce .method .method-item span {
  background-image: url(/_public/images/salesforce/classroom.png);
  background-size: cover;
  width: 100%;
  height: 150px;
  border-radius: 15px;
}
.salesforce .method .method-item .info {
  display: flex;
  justify-content: space-between;
  padding: 1rem 1rem 0;
}
.salesforce .method .method-item .info h3 {
  color: #ffffff;
  font-size: 16px;
  width: calc(100% - 35px);
}
.salesforce .method .method-item .info a {
  display: flex;
  width: 17px;
  height: 17px;
  margin-top: 0.2rem;
}
.salesforce .method .method-item .info a img {
  width: 100%;
  height: 100%;
  transition: 1s all;
}
.salesforce .method .method-item .info a img:last-child {
  width: 0;
}
.salesforce .method .method-item:nth-child(2) span {
  background-image: url(/_public/images/salesforce/led.png);
}
.salesforce .method .method-item:nth-child(3) span {
  background-image: url(/_public/images/salesforce/paced.png);
}
.salesforce .method .method-item:last-child span {
  background-image: url(/_public/images/salesforce/onsite.png);
}
.salesforce .method .method-item:hover {
  background-color: #ffffff;
}
.salesforce .method .method-item:hover .info h3 {
  color: #000000;
}
.salesforce .method .method-item:hover .info a img:first-child {
  width: 0;
}
.salesforce .method .method-item:hover .info a img:last-child {
  width: 100%;
}
.salesforce .key .key-container,
.salesforce .key .key-content,
.salesforce .key .key-info {
  display: flex;
  flex-direction: column;
}
.salesforce .key .key-container {
  align-items: flex-start;
}
.salesforce .key .key-content {
  width: 100%;
}
.salesforce .key .key-content ul li {
  margin-top: 0.5rem;
  padding-left: 1.5rem;
  position: relative;
}
.salesforce .key .key-content ul li::before {
  content: '';
  position: absolute;
  background-image: url(/_public/images/salesforce/rotate.svg);
  background-size: 100% 100%;
  width: 13px;
  height: 13px;
  left: 0;
  top: 4px;
  animation: rotate 5s linear infinite;
}
.salesforce .key .key-info {
  margin-top: 2rem;
  height: 100%;
  width: 100%;
}
.salesforce .key .key-info .image {
  display: flex;
  height: 100%;
}
.salesforce .key .key-info .image img {
  width: 100%;
  height: 100%;
}
.salesforce .demand {
  padding-top: 0;
  padding-bottom: 0;
}
.salesforce .demand .demand-container,
.salesforce .demand .demand-content,
.salesforce .demand .demand-info {
  display: flex;
  flex-direction: column;
}
.salesforce .demand .demand-content ul li {
  margin-top: 0.5rem;
  padding-left: 1.5rem;
  position: relative;
}
.salesforce .demand .demand-content ul li::before {
  content: '';
  position: absolute;
  background-image: url(/_public/images/salesforce/rotate.svg);
  background-size: 100% 100%;
  width: 13px;
  height: 13px;
  left: 0;
  top: 4px;
  animation: rotate 5s linear infinite;
}
.salesforce .demand .demand-info {
  margin-top: 2rem;
  height: 100%;
}
.salesforce .demand .demand-info .image {
  display: flex;
  height: 100%;
}
.salesforce .demand .demand-info .image img {
  width: 100%;
  height: 100%;
}
.salesforce .fact .fact-container,
.salesforce .fact .fact-list,
.salesforce .fact .fact-item {
  display: flex;
  flex-direction: column;
}
.salesforce .fact .heading {
  margin-bottom: 0;
}
.salesforce .fact .fact-item {
  margin-top: 2rem;
  width: 240px;
  align-self: center;
}
.salesforce .fact .fact-item .fact-count {
  display: flex;
  padding: 2.5rem;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(0deg, #EDF6EF, #AEE6BC);
  position: relative;
  z-index: 1;
}
.salesforce .fact .fact-item .fact-count::before {
  content: '';
  position: absolute;
  width: 100%;
  height: calc(100% - 50px);
  top: 25px;
  left: 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  z-index: -1;
  opacity: 0.8;
}
.salesforce .fact .fact-item .fact-count h3,
.salesforce .fact .fact-item .fact-count span {
  text-align: center;
  font-weight: 600;
  font-size: 40px;
}
.salesforce .fact .fact-item p {
  color: #ffffff;
  padding: 0.8rem;
  text-align: center;
  background-color: #182319;
  font-size: 16px;
  margin-top: 1.5rem;
  line-height: 1.5;
}
.salesforce .feature {
  padding-top: 0;
}
.salesforce .feature .feature-container,
.salesforce .feature .feature-content,
.salesforce .feature .feature-info {
  display: flex;
  flex-direction: column;
}
.salesforce .feature .feature-content ul li {
  margin-top: 0.5rem;
  padding-left: 1.5rem;
  position: relative;
}
.salesforce .feature .feature-content ul li::before {
  content: '';
  position: absolute;
  background-image: url(/_public/images/salesforce/rotate.svg);
  background-size: 100% 100%;
  width: 13px;
  height: 13px;
  left: 0;
  top: 4px;
  animation: rotate 5s linear infinite;
}
.salesforce .feature .feature-info {
  margin-top: 2rem;
  height: 100%;
}
.salesforce .feature .feature-info .image {
  display: flex;
  height: 100%;
}
.salesforce .feature .feature-info .image img {
  width: 100%;
  height: 100%;
}
.salesforce .choose {
  background-color: #182319;
}
.salesforce .choose .choose-container,
.salesforce .choose .choose-content,
.salesforce .choose .choose-item,
.salesforce .choose .content,
.salesforce .choose .form {
  display: flex;
  flex-direction: column;
}
.salesforce .choose .choose-content .heading {
  margin-bottom: 0;
}
.salesforce .choose .choose-content .choose-item {
  margin-top: 2rem;
}
.salesforce .choose .choose-content .choose-item span {
  display: flex;
  background: linear-gradient(0deg, #ffffff, #94E0A8);
  border-radius: 8px;
  width: 72px;
  height: 72px;
  padding: 1.2rem;
}
.salesforce .choose .choose-content .choose-item span img {
  width: 100%;
  height: 100%;
}
.salesforce .choose .choose-content .choose-item h3,
.salesforce .choose .choose-content .choose-item p {
  color: #ffffff;
}
.salesforce .choose .choose-content .choose-item h3 {
  font-size: 15px;
  margin: 1rem 0 0.6rem;
}
.salesforce .choose .choose-content .choose-item p {
  line-height: 1.6;
}
.salesforce .choose .form {
  margin-bottom: 0;
  margin-top: 2rem;
  background-color: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 1.5rem 1rem;
  background-image: url(/_public/images/salesforce/layer.png), linear-gradient(90deg, #E6F7EA, #8FDFA4);
  background-position: top right, bottom;
  background-repeat: no-repeat;
  background-size: 60% 12%, 100% 1%;
}
.salesforce .choose .form .heading {
  margin-bottom: 0.8rem;
}
.salesforce .choose .form .input-container {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
  border: 1px solid #BDBDBD;
  border-radius: 10px;
  justify-content: space-between;
  padding: 0.6rem 1.2rem;
}
.salesforce .choose .form .input-container:last-child {
  align-items: flex-start;
}
.salesforce .choose .form .input-container span {
  display: flex;
  height: 16px;
  width: 16px;
}
.salesforce .choose .form .input-container span img {
  height: 100%;
  width: 100%;
}
.salesforce .choose .form .input-container span .red {
  display: none;
}
.salesforce .choose .form .input-container input,
.salesforce .choose .form .input-container textarea {
  width: calc(100% - 30px);
  border: none;
  outline: 0;
  padding: 0;
  background-color: transparent;
  font-size: 14px;
}
.salesforce .choose .form .input-container textarea {
  height: 50px;
  resize: none;
  overflow: auto;
}
.salesforce .choose .form .input-container ::-webkit-input-placeholder {
  /* Edge */
  color: #BDBDBD;
}
.salesforce .choose .form .input-container :-ms-input-placeholder {
  /* Edge */
  color: #BDBDBD;
}
.salesforce .choose .form .input-container ::placeholder {
  color: #BDBDBD;
}
.salesforce .choose .form .input-error {
  border: 1px solid #ff0000;
}
.salesforce .choose .form .input-error ::-webkit-input-placeholder {
  /* Edge */
  color: #ff0000;
}
.salesforce .choose .form .input-error :-ms-input-placeholder {
  /* Edge */
  color: #ff0000;
}
.salesforce .choose .form .input-error ::placeholder {
  color: #ff0000;
}
.salesforce .choose .form .input-error span .white {
  display: none;
}
.salesforce .choose .form .input-error span .red {
  display: flex;
}
.salesforce .choose .form .form-consent {
  display: flex;
  margin-bottom: 0.5rem;
}
.salesforce .choose .form .form-consent:nth-last-child(2) {
  margin-bottom: 0;
}
.salesforce .choose .form .form-consent label {
  display: flex;
  font-size: 11px;
  width: 95%;
  align-self: center;
  margin-left: 0.3rem;
  cursor: pointer;
  line-height: 1.6;
  font-weight: 500;
  color: #808080;
}
.salesforce .choose .form .form-consent p {
  font-size: 11px;
}
.salesforce .choose .form .form-consent a {
  font-weight: 600;
  color: #278706;
}
.salesforce .choose .form .consent-error,
.salesforce .choose .form .consent-error-other {
  margin-bottom: 0.5rem;
}
.salesforce .choose .form .consent-error p,
.salesforce .choose .form .consent-error-other p {
  color: #ff0000;
  line-height: 1.4;
  font-size: 11px;
}
.salesforce .choose .form .buttons {
  align-self: center;
}
.salesforce .choose .form .buttons .btn-green {
  min-width: 115px;
}
.salesforce .choose .form .buttons .btn-green img {
  height: 16px;
  width: 16px;
}
.salesforce .client .client-container,
.salesforce .client .client-content,
.salesforce .client .client-list,
.salesforce .client .author-info {
  display: flex;
  flex-direction: column;
}
.salesforce .client .client-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  border: 1px solid #000000;
  width: 95%;
  padding: 1.5rem;
}
.salesforce .client .client-item p {
  margin-bottom: 1.5rem;
}
.salesforce .client .client-item img {
  width: 55px;
  height: 55px;
}
.salesforce .client .client-item .author-info {
  width: calc(100% - 75px);
}
.salesforce .client .client-item .author-info h3 {
  font-size: 14px;
  margin-bottom: 0.2rem;
}
.salesforce .client .client-item .author-info h4 {
  font-size: 13px;
  color: #808080;
  font-weight: 400;
}
.salesforce .client .owl-nav {
  display: flex;
  margin-top: 1.5rem;
  justify-content: space-between;
  width: 95px;
}
.salesforce .client .owl-nav .owl-prev,
.salesforce .client .owl-nav .owl-next {
  display: flex;
  width: 38px;
  height: 38px;
  background-position: center;
  border: 1px solid #000000;
  background-repeat: no-repeat;
  background-size: 12px 17px;
  background-image: url(/_public/images/salesforce/prev.svg);
  opacity: 1;
}
.salesforce .client .owl-nav .owl-next {
  transform: rotate(180deg);
}
.salesforce .client .owl-nav .btn-active {
  background-color: #278706;
  border: 1px solid transparent;
  background-image: url(/_public/images/salesforce/next.svg);
}
.salesforce .client .owl-nav .btn-active.owl-prev {
  transform: rotate(180deg);
}
.salesforce .client .owl-nav .btn-active.owl-next {
  transform: rotate(0deg);
}
.salesforce .faq {
  padding-top: 0;
  padding-bottom: 0;
}
.salesforce .faq .faq-container,
.salesforce .faq .faq-list,
.salesforce .faq .faq-item {
  display: flex;
  flex-direction: column;
}
.salesforce .faq .faq-container {
  background-color: #F5F5F5;
  padding: 1.5rem 1rem;
}
.salesforce .faq .faq-item {
  padding: 1rem;
  border-bottom: 1px solid #E6E6E6;
}
.salesforce .faq .faq-item:first-child {
  margin-top: 0;
}
.salesforce .faq .faq-item:last-child {
  border-bottom: none;
}
.salesforce .faq .faq-item .ques {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  cursor: pointer;
}
.salesforce .faq .faq-item .ques h3 {
  font-size: 15px;
  width: calc(100% - 40px);
}
.salesforce .faq .faq-item .ques img {
  width: 13px;
  height: 13px;
  margin-top: 0.3rem;
  transition: 1s all;
}
.salesforce .faq .faq-item .ans {
  margin-top: 1.2rem;
  display: none;
}
.salesforce .faq .faq-item.active {
  background-color: #ffffff;
}
.salesforce .faq .faq-item.active .ques img {
  transform: rotate(180deg);
}
.salesforce .footer .footer-container,
.salesforce .footer .footer-list,
.salesforce .footer .info {
  display: flex;
  flex-direction: column;
}
.salesforce .footer .heading {
  margin-bottom: 0;
}
.salesforce .footer .footer-item {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
  align-items: center;
  background-color: #ffffff;
}
.salesforce .footer .footer-item .icon {
  height: 45px;
  width: 45px;
}
.salesforce .footer .footer-item .info {
  width: calc(100% - 60px);
}
.salesforce .footer .footer-item .info h3 {
  font-size: 14px;
  margin-bottom: 0.2rem;
}
.salesforce .footer .footer-item .info h3,
.salesforce .footer .footer-item .info a {
  font-weight: 500;
}
.salesforce .footer .footer-item .info a {
  font-size: 12px;
}
.salesforce .footer .footer-item .info .stars {
  height: 17px;
  width: 95px;
}
@media (min-width : 768px) {
  section {
    padding: 3rem 2rem;
  }
  .salesforce .banner .menu.active + .menu-links {
    width: 50%;
  }
  .salesforce .banner .sticky .container {
    padding: 1rem 2rem;
  }
  .salesforce .banner .banner-info {
    display: none;
  }
  .salesforce .overview .overview-container {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .salesforce .overview .overview-content {
    width: 52%;
    align-items: flex-start;
  }
  .salesforce .overview .overview-content h2,
  .salesforce .overview .overview-content p {
    text-align: left;
  }
  .salesforce .overview .overview-info {
    width: 41%;
    margin-top: 0;
    position: sticky;
    top: 60px;
  }
  .salesforce .course .heading {
    margin-bottom: 0.5rem;
  }
  .salesforce .course .course-list {
    flex-flow: wrap;
    justify-content: center;
  }
  .salesforce .course .course-item {
    width: 45%;
    margin-right: 2rem;
  }
  .salesforce .course .course-item:nth-child(2n) {
    margin-right: 0;
  }
  .salesforce .course .course-item:last-child {
    margin-right: 0;
  }
  .salesforce .course .course-item a {
    font-size: 16px;
  }
  .salesforce .course .course-item a img {
    width: 16px;
    height: 16px;
    margin-right: 0.8rem;
  }
  .salesforce .course .info h3 {
    min-height: 42px;
  }
  .salesforce .method .method-list {
    flex-flow: wrap;
    justify-content: space-around;
  }
  .salesforce .method .method-item {
    width: 47%;
  }
  .salesforce .method .method-item span {
    height: 200px;
  }
  .salesforce .key .key-container {
    flex-direction: row;
    justify-content: space-between;
  }
  .salesforce .key .key-content {
    width: 50%;
  }
  .salesforce .key .key-info {
    width: 45%;
    margin-top: 0;
    position: sticky;
    top: 60px;
  }
  .salesforce .demand .demand-container {
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
  }
  .salesforce .demand .demand-content {
    width: 48%;
  }
  .salesforce .demand .demand-info {
    width: 45%;
    margin-top: 0;
    position: sticky;
    top: 60px;
  }
  .salesforce .fact .fact-list {
    flex-flow: wrap;
    justify-content: space-between;
  }
  .salesforce .fact .fact-item {
    width: 23%;
  }
  .salesforce .feature .feature-container {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  .salesforce .feature .feature-content {
    width: 48%;
  }
  .salesforce .feature .feature-info {
    width: 46%;
    margin-top: 0;
    position: sticky;
    top: 60px;
  }
  .salesforce .choose .choose-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .salesforce .choose .choose-content {
    width: 48%;
  }
  .salesforce .choose .form {
    margin-top: 0;
    width: 45%;
  }
  .salesforce .client .client-item p {
    min-height: 291px;
  }
  .salesforce .faq .faq-list {
    counter-reset: counter;
  }
  .salesforce .faq .faq-item {
    padding: 1.5rem;
    width: 90%;
    align-self: center;
  }
  .salesforce .faq .faq-item .ques h3 {
    position: relative;
    padding-left: 3rem;
  }
  .salesforce .faq .faq-item .ques h3::before {
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    background-color: #E6E6E6;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    counter-increment: counter;
    content: counter(counter, decimal-leading-zero);
    left: 0;
    top: -2px;
    width: 27px;
    height: 27px;
  }
  .salesforce .footer .heading {
    align-items: center;
  }
  .salesforce .footer .heading h2 {
    width: auto;
  }
  .salesforce .footer .heading h2,
  .salesforce .footer .heading p {
    text-align: center;
  }
  .salesforce .footer .footer-list {
    flex-flow: wrap;
    justify-content: space-around;
  }
  .salesforce .footer .footer-item {
    width: 45%;
    padding: 1.2rem;
    border: 1px solid #000000;
    border-radius: 8px;
  }
  .salesforce .footer .footer-item:last-child {
    width: 48%;
  }
}
@media (min-width : 1024px) {
  p {
    line-height: 1.8;
  }
  .salesforce .heading h2 {
    font-size: 28px;
  }
  .salesforce .buttons .btn-green,
  .salesforce .buttons .btn-transparent,
  .salesforce .buttons .btn-dark {
    font-size: 16px;
  }
  .salesforce .banner {
    background-image: url(/_public/images/salesforce/banner-bg.png);
    background-size: cover;
    background-position: center;
  }
  .salesforce .banner .logo-container .container {
    background-image: linear-gradient(-90deg, #ffffff 73%, #278706 73%);
  }
  .salesforce .banner .sticky {
    background-image: linear-gradient(-90deg, #ffffff 73%, #278706 73%);
  }
  .salesforce .banner .sticky .container {
    background-image: none;
    background-color: transparent;
  }
  .salesforce .banner .menu-links {
    width: auto;
    background-color: transparent;
    box-shadow: none;
    position: relative;
  }
  .salesforce .banner .tka-logo {
    max-width: 210px;
  }
  .salesforce .banner .menu,
  .salesforce .banner .menu-toggle {
    display: none;
  }
  .salesforce .banner ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .salesforce .banner ul .links-li {
    border-bottom: none;
    margin-right: 0.8rem;
    font-size: 15px;
    padding: 0;
    z-index: 1;
    position: relative;
  }
  .salesforce .banner ul .links-li::before,
  .salesforce .banner ul .links-li::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    z-index: -1;
  }
  .salesforce .banner ul .links-li::before {
    background-color: #278706;
    height: 2px;
    bottom: -12px;
    transition: all 0.5s;
  }
  .salesforce .banner ul .links-li::after {
    content: '';
    position: absolute;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 7px solid #94E0A8;
    bottom: -10px;
    transition: 0.8s all;
    opacity: 0;
  }
  .salesforce .banner ul .links-li:hover::before {
    width: 100%;
  }
  .salesforce .banner ul .links-li:hover::after {
    opacity: 1;
  }
  .salesforce .banner ul .links-li:nth-child(4) {
    display: none;
  }
  .salesforce .banner ul .links-li:last-child {
    display: flex;
    margin: 0;
  }
  .salesforce .banner ul .links-li:last-child::before,
  .salesforce .banner ul .links-li:last-child::after {
    content: none;
  }
  .salesforce .banner ul .links-li .btn-dark,
  .salesforce .banner ul .links-li .btn-transparent {
    min-width: 164px;
    height: 42px;
  }
  .salesforce .banner ul .links-li .btn-transparent {
    margin-right: 0.8rem;
  }
  .salesforce .banner .banner-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 3rem;
  }
  .salesforce .banner .banner-content {
    width: 48%;
  }
  .salesforce .banner .banner-content h1 {
    font-size: 48px;
  }
  .salesforce .banner .banner-content h1 img {
    height: 55px;
    width: 55px;
    transform: translateY(8px);
  }
  .salesforce .banner .banner-info {
    display: flex;
    margin-top: 0;
    width: 44%;
  }
  .salesforce .course {
    position: relative;
    overflow: hidden;
  }
  .salesforce .course::before,
  .salesforce .course::after {
    content: '';
    position: absolute;
    background-size: 100% 100%;
    z-index: -1;
  }
  .salesforce .course::before {
    bottom: 0;
    left: 0;
    height: 220px;
    width: 140px;
    background-image: url(/_public/images/salesforce/pattern.png);
  }
  .salesforce .course::after {
    top: -80px;
    right: 0;
    height: 300px;
    width: 300px;
    background-image: url(/_public/images/salesforce/circle.png);
    animation: circle 3s linear infinite;
  }
  .salesforce .course .course-item {
    width: 40%;
  }
  .salesforce .course .course-item h3 {
    font-size: 16px;
    min-height: 48px;
  }
  .salesforce .method {
    background-image: url(/_public/images/salesforce/method-bg.png);
    background-size: 100% 56%;
    background-position: bottom left;
    background-repeat: no-repeat;
    position: relative;
  }
  .salesforce .method::before,
  .salesforce .method::after {
    content: '';
    position: absolute;
    background-color: #ffffff;
    opacity: 0.4;
  }
  .salesforce .method::before {
    width: 140px;
    height: 1px;
    right: 0;
    bottom: 18px;
    animation: move-right 4s linear infinite;
  }
  .salesforce .method::after {
    width: 1px;
    height: 130px;
    right: 18px;
    bottom: 0;
    animation: move-top 4s linear infinite;
  }
  .salesforce .method .method-list {
    width: 80%;
    margin: auto;
  }
  .salesforce .demand .demand-container {
    background-color: #F5F5F5;
    padding: 2rem;
  }
  .salesforce .choose {
    background-image: linear-gradient(0deg, #ffffff 12%, #182319 12%);
  }
  .salesforce .choose .choose-container {
    align-items: flex-start;
  }
  .salesforce .choose .choose-content .choose-item {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .salesforce .choose .choose-content .choose-item .content {
    width: calc(100% - 105px);
  }
  .salesforce .choose .choose-content .choose-item .content h3 {
    margin-top: 0;
    font-size: 16px;
  }
  .salesforce .choose .form {
    width: 42%;
    padding: 2rem;
    position: relative;
    z-index: 1;
    background-size: 50% 14%, 100% 1%;
  }
  .salesforce .choose .form::before {
    content: '';
    position: absolute;
    background-image: url(/_public/images/salesforce/form-bg.png);
    height: 490px;
    width: 545px;
    background-size: 100% 100%;
    left: -43%;
    background-repeat: no-repeat;
    top: 5px;
    z-index: -1;
  }
  .salesforce .client {
    position: relative;
    padding-top: 2rem;
    z-index: 1;
  }
  .salesforce .client::before {
    content: '';
    position: absolute;
    background-image: url(/_public/images/salesforce/blue-layer.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 120px;
    width: 456px;
    left: 0;
    top: -102px;
    transform: rotate(180deg);
    z-index: -1;
  }
  .salesforce .client .client-container {
    flex-direction: row;
    justify-content: space-between;
  }
  .salesforce .client .heading {
    width: 27%;
    margin-bottom: 0;
  }
  .salesforce .client .client-list {
    width: 70%;
  }
  .salesforce .client .client-item {
    border: none;
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.16);
    margin: 1rem auto 2rem;
    width: 93%;
  }
  .salesforce .client .client-item p {
    min-height: auto;
  }
  .salesforce .client .owl-nav {
    position: absolute;
    margin-top: 0;
    left: -43%;
    bottom: 12%;
  }
  .salesforce .faq .faq-container {
    padding: 3rem 3rem 2rem;
    width: 85%;
    margin: auto;
  }
  .salesforce .footer {
    background-image: url(/_public/images/salesforce/blue-layer.png);
    background-size: 50% 40%;
    background-repeat: no-repeat;
    background-position: right bottom;
    position: relative;
  }
  .salesforce .footer::before {
    content: '';
    position: absolute;
    top: 100px;
    left: 60px;
    height: 84px;
    width: 64px;
    background-image: url(/_public/images/salesforce/grid.png);
    background-size: 100% 100%;
  }
  .salesforce .footer .heading {
    width: 80%;
    margin: auto;
  }
  .salesforce .footer .footer-list {
    justify-content: space-between;
  }
  .salesforce .footer .footer-item:first-child {
    width: 19%;
  }
  .salesforce .footer .footer-item:nth-child(2) {
    width: 32%;
  }
  .salesforce .footer .footer-item:last-child {
    width: 36%;
  }
}
@media (min-width : 1366px) {
  .container {
    width: 1200px;
    margin: 0 auto;
  }
  section {
    padding: 4rem 0rem;
  }
  .salesforce .heading h2 {
    font-size: 34px;
  }
  .salesforce .banner {
    padding-bottom: 7rem;
  }
  .salesforce .banner ul .links-li {
    margin-right: 1rem;
    font-size: 16px;
  }
  .salesforce .banner ul .links-li:nth-child(4) {
    display: flex;
  }
  .salesforce .banner ul .links-li .btn-transparent {
    margin-right: 1rem;
  }
  .salesforce .banner .tka-logo {
    max-width: 235px;
  }
  .salesforce .banner .logo-container .container {
    padding: 1.2rem 2rem;
    background-image: linear-gradient(-90deg, #ffffff 75%, #278706 75%);
  }
  .salesforce .banner .sticky {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .salesforce .banner .sticky .container {
    padding: 1.2rem 0;
    box-shadow: none;
  }
  .salesforce .banner .banner-container {
    padding-top: 5rem;
    position: relative;
  }
  .salesforce .banner .banner-content h1 {
    font-size: 65px;
  }
  .salesforce .banner .banner-content h1 img {
    height: 65px;
    width: 65px;
  }
  .salesforce .banner .banner-info {
    position: absolute;
    right: 0;
    bottom: -21.8%;
    width: 50%;
  }
  .salesforce .overview .overview-info {
    top: 0;
    position: static;
    align-self: center;
  }
  .salesforce .course .course-container {
    width: 98%;
    margin: auto;
  }
  .salesforce .course .course-item {
    width: 31.9%;
    margin: 1.5rem 1.5rem 0 0;
  }
  .salesforce .course .course-item:nth-child(2n) {
    margin-right: 1.5rem;
  }
  .salesforce .course .course-item:nth-child(3n) {
    margin-right: 0;
  }
  .salesforce .course .info {
    flex-flow: wrap;
    justify-content: space-between;
  }
  .salesforce .course .info p {
    line-height: 1.3;
  }
  .salesforce .course .info p:nth-child(2) {
    width: 28%;
  }
  .salesforce .course .info p:nth-child(3) {
    width: 69%;
    border-left: 1px solid #000000;
    padding-left: 0.5rem;
  }
  .salesforce .method {
    background-size: 100% 100%;
  }
  .salesforce .method .method-list {
    width: 94%;
    justify-content: space-between;
  }
  .salesforce .method .method-list::before {
    content: 'Our Delivery Methods';
    font-size: 90px;
    display: flex;
    justify-content: center;
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin: auto;
    font-weight: 600;
    color: transparent;
    -webkit-text-stroke-color: #ffffff;
    -webkit-text-stroke-width: 1px;
    opacity: 0.3;
  }
  .salesforce .method .method-item {
    width: 23%;
  }
  .salesforce .key .key-content {
    width: 55%;
  }
  .salesforce .key .key-content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .salesforce .key .key-content ul li {
    width: 48%;
  }
  .salesforce .key .key-info {
    position: static;
    width: 40%;
  }
  .salesforce .demand .demand-container {
    padding: 3rem 4rem;
  }
  .salesforce .demand .demand-info {
    position: static;
  }
  .salesforce .fact {
    position: relative;
    overflow: hidden;
  }
  .salesforce .fact::before,
  .salesforce .fact::after {
    content: '';
    position: absolute;
    background-image: url(/_public/images/salesforce/circle.png);
    background-size: 100% 100%;
    width: 350px;
    height: 350px;
    top: 0;
    bottom: 0;
    margin: auto;
    animation: circle 3s linear infinite;
  }
  .salesforce .fact::before {
    left: -15%;
  }
  .salesforce .fact::after {
    right: -15%;
  }
  .salesforce .fact .heading {
    width: 75%;
    margin: auto;
  }
  .salesforce .fact .fact-list {
    width: 85%;
    margin: auto;
  }
  .salesforce .fact .fact-item {
    width: 22%;
  }
  .salesforce .fact .fact-item .fact-count {
    padding: 3rem 2rem;
  }
  .salesforce .fact .fact-item .fact-count h3,
  .salesforce .fact .fact-item .fact-count span {
    font-size: 50px;
  }
  .salesforce .fact .fact-item p {
    line-height: 1.3;
    padding: 0.5rem 2.5rem;
    font-size: 19px;
  }
  .salesforce .choose {
    background-image: linear-gradient(0deg, #ffffff 16%, #182319 16%);
    position: relative;
  }
  .salesforce .choose::after,
  .salesforce .choose::before {
    content: '';
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    height: 55px;
    width: 55px;
  }
  .salesforce .choose::before {
    background-image: url(/_public/images/salesforce/rectangle-grid.svg);
    top: 35px;
    left: 20px;
  }
  .salesforce .choose::after {
    background-image: url(/_public/images/salesforce/dots-grid.svg);
    right: 12px;
    bottom: 110px;
  }
  .salesforce .client {
    padding: 0;
  }
  .salesforce .client::before {
    top: -135px;
  }
  .salesforce .client .client-item p {
    min-height: 277px;
  }
  .salesforce .client .owl-nav {
    bottom: 38%;
  }
  .salesforce .faq {
    background-image: url(/_public/images/salesforce/green-circle.png);
    background-size: 22% 47%;
    background-repeat: no-repeat;
    background-position: top -7px left -183px;
    padding-top: 3rem;
  }
  .salesforce .faq .faq-container {
    padding: 4rem 4rem 3rem;
    position: relative;
  }
  .salesforce .faq .faq-container::after {
    content: '';
    position: absolute;
    background-image: url(/_public/images/salesforce/grid.png);
    transform: rotate(90deg);
    background-size: 100% 100%;
    height: 124px;
    width: 80px;
    bottom: -50px;
    right: -43px;
    z-index: -1;
  }
  .salesforce .footer .footer-container {
    width: 88%;
    margin: auto;
  }
  .salesforce .footer .footer-item {
    width: 31.5% !important;
  }
}
@media (min-width : 1500px) {
  .salesforce .banner .banner-info {
    position: inherit;
  }
  .salesforce .course::before,
  .salesforce .course::after {
    content: none;
  }
  .salesforce .method {
    background-image: none;
  }
  .salesforce .method::before,
  .salesforce .method::after {
    content: none;
  }
  .salesforce .faq {
    background-image: none;
  }
  .salesforce .footer {
    background-image: none;
  }
  .salesforce .footer::before {
    content: none;
  }
}
@media (min-width: 1366px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .salesforce .method .method-list::before {
    color: #ffffff;
  }
}
