@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: 0px;
  font-size: 11px;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #000000;
  font-weight: 700;
}
input[type="checkbox"]:checked:before {
  content: '\2713';
}
input[type="checkbox"] {
  -webkit-appearance: none;
  height: 12px;
  width: 12px;
  outline: none;
  cursor: pointer;
  position: relative;
  background-color: #FFFFFF;
  margin-left: 0;
  border: 1px solid #B8B8B8;
}
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: #111B25;
}
body {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
  font-family: 'Poppins';
}
p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  color: #070707;
  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: #070707;
  list-style: none;
  font-size: 14px;
}
button {
  border: 0;
  cursor: pointer;
}
.container {
  width: 100%;
}
section {
  display: flex;
  padding: 3rem 1.5rem;
}
.deep-learning .buttons {
  display: flex;
  margin-top: 1.5rem;
}
.deep-learning .buttons .btn-pink,
.deep-learning .buttons .btn-white {
  display: flex;
  font-weight: 600;
  padding: 10px 14px;
  align-items: center;
  justify-content: center;
  outline: 0;
  font-size: 14px;
  min-width: 160px;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.deep-learning .buttons .btn-pink img,
.deep-learning .buttons .btn-white img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.deep-learning .buttons .btn-pink::before,
.deep-learning .buttons .btn-white::before,
.deep-learning .buttons .btn-pink::after,
.deep-learning .buttons .btn-white::after {
  content: "";
  position: absolute;
  top: -20px;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 40px solid #5889A4;
  border-bottom: 40px solid #5889A4;
  transition: 1s ease-in-out;
  z-index: -1;
}
.deep-learning .buttons .btn-pink::before,
.deep-learning .buttons .btn-white::before {
  border-right: 40px solid transparent;
  transform: translateX(-100%);
}
.deep-learning .buttons .btn-pink::after,
.deep-learning .buttons .btn-white::after {
  border-left: 40px solid transparent;
  transform: translateX(100%);
}
.deep-learning .buttons .btn-pink:hover::before,
.deep-learning .buttons .btn-white:hover::before {
  transform: translateX(-18%);
}
.deep-learning .buttons .btn-pink:hover::after,
.deep-learning .buttons .btn-white:hover::after {
  transform: translateX(18%);
}
.deep-learning .buttons .btn-pink {
  background-color: #EF3E53;
  color: #FFFFFF;
}
.deep-learning .buttons .btn-white {
  background-color: #FFFFFF;
  color: #000000;
}
.deep-learning .buttons .btn-white::before,
.deep-learning .buttons .btn-white::after {
  opacity: 0.3;
}
.deep-learning .heading {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
  width: 100%;
}
.deep-learning .heading p {
  margin-top: 1rem;
}
.deep-learning .heading h2 {
  width: 100%;
  font-weight: 800;
}
.deep-learning .center-heading {
  justify-content: center;
  align-items: center;
}
.deep-learning .center-heading h2,
.deep-learning .center-heading p {
  text-align: center;
}
.deep-learning .white-heading h2,
.deep-learning .white-heading p {
  color: #FFFFFF;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes scale {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
.deep-learning .banner {
  flex-direction: column;
  background-image: linear-gradient(180deg, #111B25, #5889A4);
  padding: 0;
}
.deep-learning .banner .logo-container,
.deep-learning .banner .tka-logo,
.deep-learning .banner .menu,
.deep-learning .banner .menu-toggle {
  display: flex;
}
.deep-learning .banner .logo-container {
  height: 100%;
  padding: 1rem 1.5rem;
  background-color: #FFFFFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.deep-learning .banner .logo-container .container {
  display: flex;
  justify-content: space-between;
  height: auto;
}
.deep-learning .banner .tka-logo {
  max-width: 182px;
}
.deep-learning .banner .tka-logo img {
  width: 100%;
  height: 100%;
}
.deep-learning .banner .menu {
  margin-left: auto;
}
.deep-learning .banner .menu img {
  width: 22px;
  height: 23px;
}
.deep-learning .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.2);
}
.deep-learning .banner .menu-toggle {
  font-weight: 500;
}
.deep-learning .banner .menu-toggle img {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.deep-learning .banner ul .links-li {
  padding: 8px 0;
  border-bottom: 1px dotted #000000;
  font-weight: 600;
}
.deep-learning .banner ul .links-li:first-child {
  padding-top: 0;
}
.deep-learning .banner ul .links-li:nth-child(5) {
  border-bottom: none;
  padding-bottom: 0;
}
.deep-learning .banner ul .links-li:last-child {
  display: none;
}
.deep-learning .banner .menu.active + .menu-links {
  padding: 15px;
  width: 80%;
}
.deep-learning .banner .menu.active + .menu-links .menu-toggle {
  justify-content: flex-end;
  align-items: center;
}
.deep-learning .banner .sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: 1s;
  height: auto;
}
.deep-learning .banner .sticky .container {
  border-radius: 0px;
}
.deep-learning .banner .sticky-down {
  top: -100px;
}
.deep-learning .banner .container {
  height: 100%;
}
.deep-learning .banner .banner-container,
.deep-learning .banner .banner-info,
.deep-learning .banner .banner-content,
.deep-learning .banner .content {
  display: flex;
  flex-direction: column;
}
.deep-learning .banner .banner-container {
  padding: 3rem 1.5rem;
  padding-top: 1.5rem !important;
  align-items: flex-start;
}
.deep-learning .banner .banner-content {
  width: 100%;
}
.deep-learning .banner .banner-content h3 {
  font-size: 17px;
  margin: 0.8rem 0;
  width: 100%;
  font-weight: 500;
  color: #EF3E53;
}
.deep-learning .banner .banner-content h1 {
  width: 100%;
  font-size: 26px;
}
.deep-learning .banner .banner-content h1 img {
  width: 40px;
  height: 40px;
  transform: translateY(10px);
  margin-right: 0.2rem;
}
.deep-learning .banner .banner-content h1,
.deep-learning .banner .banner-content p {
  color: #FFFFFF;
}
.deep-learning .banner .banner-info {
  margin-top: 2rem;
  background-image: linear-gradient(180deg, #111B25, #5889A4);
  padding: 1rem;
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  height: 100%;
}
.deep-learning .banner .banner-info h2 {
  font-size: 15px;
  text-align: center;
  color: #FFFFFF;
}
.deep-learning .banner .banner-info .image {
  display: flex;
  height: 100%;
  margin-top: 1.2rem;
}
.deep-learning .banner .banner-info img {
  width: 100%;
  height: 100%;
}
.deep-learning .overview .overview-container,
.deep-learning .overview .overview-content,
.deep-learning .overview .course-content {
  display: flex;
  flex-direction: column;
}
.deep-learning .overview .overview-content {
  align-items: center;
}
.deep-learning .overview .overview-content p {
  text-align: center;
}
.deep-learning .overview .overview-content p:nth-child(3) {
  margin-top: 1rem;
}
.deep-learning .overview .course-content {
  padding: 1rem 0;
  align-items: center;
  margin-top: 2rem;
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.2);
  border-top: 12px solid #F5F5F5;
  border-bottom: 12px solid #F5F5F5;
  border-radius: 10px;
  z-index: 1;
}
.deep-learning .overview .course-content h3 {
  text-align: center;
  margin: 0.8rem 0;
  font-size: 17px;
  width: 100%;
  color: #FFFFFF;
  padding: 1rem 2rem;
  background-image: linear-gradient(180deg, #111B25, #5889A4);
}
.deep-learning .overview .course-content .image {
  width: 55px;
  height: 55px;
}
.deep-learning .overview .course-content p {
  text-align: center;
  color: #9F9B9B;
}
.deep-learning .overview .course-content p:nth-child(4) {
  margin-top: 0.5rem;
}
.deep-learning .overview .course-content .buttons {
  margin-top: 1rem;
}
.deep-learning .overview .course-content .buttons a {
  min-width: 130px;
  font-size: 14px;
}
.deep-learning .overview .course-content .buttons img {
  width: 18px;
  height: 18px;
}
.deep-learning .overview .overview-info {
  display: flex;
  height: 100%;
  margin-top: 2rem;
}
.deep-learning .overview .overview-info img {
  width: 100%;
  height: 100%;
}
.deep-learning .course {
  padding-top: 0;
}
.deep-learning .course .course-container,
.deep-learning .course .course-list {
  display: flex;
  flex-direction: column;
}
.deep-learning .course .heading {
  margin-bottom: 0;
}
.deep-learning .course .heading p {
  margin-top: 0;
  margin-bottom: 0.2rem;
  font-size: 16px;
}
.deep-learning .course .heading p strong {
  color: #5889A4;
}
.deep-learning .course .course-item {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.5rem;
  padding: 1.8rem 2rem 1.5rem;
  justify-content: space-between;
  background-image: url(/_public/images/deep-learning/white-bg.png);
  background-size: 100% 100%;
  width: 274px;
  align-self: center;
  transition: 1s all;
}
.deep-learning .course .course-item span {
  display: flex;
  width: 35px;
  height: 35px;
}
.deep-learning .course .course-item span img {
  width: 100%;
  height: 100%;
}
.deep-learning .course .course-item span img:last-child {
  display: none;
}
.deep-learning .course .course-item h3 {
  font-size: 15px;
  width: calc(100% - 50px);
}
.deep-learning .course .course-item p {
  color: #676565;
  font-size: 13px;
}
.deep-learning .course .course-item p:nth-child(3) {
  margin-top: 0.6rem;
}
.deep-learning .course .course-item .buttons {
  margin-top: 1rem;
}
.deep-learning .course .course-item .buttons .btn-pink {
  min-width: 130px;
  font-size: 14px;
}
.deep-learning .course .course-item .buttons .btn-pink img {
  width: 16px;
  height: 16px;
}
.deep-learning .course .course-item:hover {
  background-image: url(/_public/images/deep-learning/blue-bg.png);
}
.deep-learning .course .course-item:hover p,
.deep-learning .course .course-item:hover h3 {
  color: #FFFFFF;
}
.deep-learning .course .course-item:hover span img:first-child {
  display: none;
}
.deep-learning .course .course-item:hover span img:last-child {
  display: flex;
}
.deep-learning .method {
  background-color: #F5F5F5;
}
.deep-learning .method .method-container,
.deep-learning .method .method-list,
.deep-learning .method .method-item {
  display: flex;
  flex-direction: column;
}
.deep-learning .method .method-list {
  z-index: 0;
}
.deep-learning .method .method-item {
  width: 272px;
  align-self: center;
  align-items: center;
  padding: 2.5rem 1.2rem 1.2rem;
  border-radius: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  margin-bottom: 6rem;
  position: relative;
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #111B25, #5889A4);
  background-size: 100% 0;
  background-repeat: no-repeat;
  background-position: top;
  transition: 1s all;
}
.deep-learning .method .method-item .image {
  width: 65px;
  height: 65px;
}
.deep-learning .method .method-item h3 {
  width: 100%;
  font-size: 15px;
  margin: 0.7rem 0;
}
.deep-learning .method .method-item h3,
.deep-learning .method .method-item p {
  text-align: center;
}
.deep-learning .method .method-item a {
  display: flex;
  left: 0;
  padding: 2.5rem 0 1.2rem;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #111B25, #5889A4);
  color: #FFFFFF;
  width: 100%;
  border-radius: 0 0 22px 22px;
  position: absolute;
  bottom: -54px;
  z-index: -1;
  transition: 1s all;
}
.deep-learning .method .method-item a img {
  width: 15px;
  height: 15px;
  margin-left: 0.4rem;
}
.deep-learning .method .method-item:last-child {
  margin-bottom: 4rem;
}
.deep-learning .method .method-item:hover {
  background-size: 100% 100%;
}
.deep-learning .method .method-item:hover h3,
.deep-learning .method .method-item:hover p {
  color: #FFFFFF;
}
.deep-learning .method .method-item:hover a {
  background: #EF3E53;
}
.deep-learning .website .website-container,
.deep-learning .website .progress,
.deep-learning .website .pro-list,
.deep-learning .website .pro-item,
.deep-learning .website .choose-list {
  display: flex;
  flex-direction: column;
}
.deep-learning .website .pro-item {
  margin-top: 1.5rem;
}
.deep-learning .website .pro-item h4 {
  width: 83%;
}
.deep-learning .website .bar {
  display: flex;
  background-color: #F5F5F5;
  width: 100%;
  height: 9px;
  margin-top: 0.3rem;
  border-radius: 50px;
}
.deep-learning .website .bar span {
  display: flex;
  width: 0%;
  transition: 2s all;
  z-index: 1;
  border-radius: 50px;
  position: relative;
}
.deep-learning .website .bar span span {
  display: flex;
  position: absolute;
  background-image: linear-gradient(180deg, #111B25, #5889A4);
  color: #FFFFFF;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 12px;
  bottom: 18px;
  right: -15px;
}
.deep-learning .website .bar span span::before {
  content: '';
  position: absolute;
  background-color: #5889A4;
  width: 5px;
  height: 10px;
  bottom: -9px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 0px 0px 50px 50px;
}
.deep-learning .website .choose-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1.5rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  margin-top: 2rem;
  background-image: url(/_public/images/deep-learning/choose-bg.png);
  background-size: 43% 100%;
  background-position: right;
  background-repeat: no-repeat;
}
.deep-learning .website .choose-item img {
  width: 45px;
  height: 45px;
}
.deep-learning .website .choose-item span {
  display: flex;
  width: 46px;
  justify-content: flex-end;
  color: #707070;
  opacity: 0.5;
  font-size: 36px;
  font-weight: 600;
}
.deep-learning .website .choose-item h3 {
  margin: 0.5rem 0;
  font-size: 16px;
  width: 100%;
}
.deep-learning .between {
  background-image: linear-gradient(180deg, #111B25, #5889A4);
}
.deep-learning .between .between-container,
.deep-learning .between .between-list,
.deep-learning .between .between-item {
  display: flex;
  flex-direction: column;
}
.deep-learning .between .between-item h2 {
  padding: 1.3rem 1rem;
  text-align: center;
  background-color: #FFFFFF;
  font-size: 26px;
  font-weight: 800;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.deep-learning .between .between-item ul li {
  color: #FFFFFF;
  padding-left: 1.5rem;
  margin-top: 1rem;
  position: relative;
}
.deep-learning .between .between-item ul li::before {
  content: '';
  position: absolute;
  background-image: url(/_public/images/deep-learning/circle.svg);
  background-size: 100% 100%;
  left: 0;
  top: 6px;
  width: 10px;
  height: 10px;
  animation: rotate 5s linear infinite;
}
.deep-learning .between .between-item ul li:first-child {
  margin-top: 2rem;
}
.deep-learning .between .between-item:last-child {
  margin-top: 2.5rem;
}
.deep-learning .between .mobile {
  display: none;
}
.deep-learning .tool .tool-container,
.deep-learning .tool .content,
.deep-learning .tool .tool-info {
  display: flex;
  flex-direction: column;
}
.deep-learning .tool .tool-container {
  align-items: flex-start;
}
.deep-learning .tool .content {
  width: 100%;
}
.deep-learning .tool .content ul {
  padding-left: 1.5rem;
}
.deep-learning .tool .content ul li {
  margin-bottom: 0.5rem;
  position: relative;
}
.deep-learning .tool .content ul li::before {
  content: '';
  position: absolute;
  background-image: url(/_public/images/deep-learning/rotate.svg);
  background-size: 100% 100%;
  width: 13px;
  height: 13px;
  left: -23px;
  top: 4px;
  animation: rotate 5s linear infinite;
}
.deep-learning .tool .content ul li:last-child {
  margin-bottom: 0;
}
.deep-learning .tool .tool-info {
  margin-top: 2rem;
  width: 100%;
  height: 100%;
}
.deep-learning .tool .image {
  display: flex;
  height: 100%;
}
.deep-learning .tool .image img {
  width: 100%;
  height: 100%;
}
.deep-learning .quote {
  padding-top: 0;
  padding-bottom: 0;
}
.deep-learning .quote .quote-container,
.deep-learning .quote .user,
.deep-learning .quote .form,
.deep-learning .quote .input-list {
  display: flex;
  flex-direction: column;
}
.deep-learning .quote .user {
  padding: 1rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  align-items: center;
  height: 100%;
  background-image: url(/_public/images/deep-learning/user-bg.png);
  background-size: cover;
}
.deep-learning .quote .user p {
  text-align: center;
}
.deep-learning .quote .form {
  padding: 1rem;
  margin-top: 2rem;
  margin-bottom: 0;
  background-image: linear-gradient(180deg, #111B25, #5889A4);
}
.deep-learning .quote .form .input-list .input-error {
  border: 1px solid #ff0000;
}
.deep-learning .quote .form .input-list .input-error ::-webkit-input-placeholder {
  color: #ff0000;
}
.deep-learning .quote .form .input-list .input-error :-ms-input-placeholder {
  color: #ff0000;
}
.deep-learning .quote .form .input-list .input-error ::placeholder {
  color: #ff0000;
}
.deep-learning .quote .form .input-list .input-error span .white {
  display: none;
}
.deep-learning .quote .form .input-list .input-error span .red {
  display: flex;
}
.deep-learning .quote .form .buttons {
  align-self: center;
}
.deep-learning .quote .form .buttons .btn-pink {
  min-width: 120px;
  font-size: 14px;
}
.deep-learning .quote .form .buttons img {
  height: 16px;
}
.deep-learning .quote .input-container {
  display: flex;
  margin-bottom: 1rem;
  padding: 0.8rem 1rem;
  justify-content: space-between;
  border-radius: 8px;
  background-color: #8B959C;
  border: 1px solid transparent;
}
.deep-learning .quote .input-container input,
.deep-learning .quote .input-container textarea {
  width: 85%;
  border: none;
  outline: none;
  padding: 0;
  background-color: #8B959C;
  color: #FFFFFF;
}
.deep-learning .quote .input-container textarea {
  resize: none;
  overflow: auto;
  min-height: 50px;
}
.deep-learning .quote .input-container span {
  display: flex;
  width: 16px;
  height: 16px;
}
.deep-learning .quote .input-container span img {
  width: 100%;
  height: 100%;
}
.deep-learning .quote .input-container span .white {
  display: flex;
}
.deep-learning .quote .input-container span .red {
  display: none;
}
.deep-learning .quote .input-container ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.56);
}
.deep-learning .quote .input-container :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.56);
}
.deep-learning .quote .form-consent {
  display: flex;
  margin-bottom: 0.5rem;
}
.deep-learning .quote .form-consent:nth-last-child(2) {
  margin-bottom: 0;
}
.deep-learning .quote .form-consent label {
  display: flex;
  align-self: center;
  cursor: pointer;
  margin-left: 0.3rem;
  font-size: 13px;
  width: 90%;
  color: #FFFFFF;
}
.deep-learning .quote .form-consent p {
  font-size: 13px;
  color: #FFFFFF;
}
.deep-learning .quote .form-consent a {
  color: #EF3E53;
  font-weight: 600;
}
.deep-learning .quote .consent-error p {
  color: #ff0000;
  font-size: 13px;
  margin-bottom: 0.5rem;
}
.deep-learning .work {
  padding-bottom: 0;
}
.deep-learning .work .work-container,
.deep-learning .work .work-content {
  display: flex;
  flex-direction: column;
}
.deep-learning .work .work-content p:nth-child(3) {
  margin-top: 1rem;
}
.deep-learning .work .application {
  display: flex;
  margin-top: 2rem;
  height: 100%;
}
.deep-learning .work .application img {
  width: 100%;
  height: 100%;
}
.deep-learning .fact .fact-container,
.deep-learning .fact .fact-item {
  display: flex;
  flex-direction: column;
}
.deep-learning .fact .heading {
  margin-bottom: 0;
}
.deep-learning .fact .fact-count {
  display: flex;
  align-self: center;
  margin-top: 0.3rem;
}
.deep-learning .fact .fact-count h4,
.deep-learning .fact .fact-count span {
  font-size: 32px;
  font-weight: 700;
}
.deep-learning .fact .fact-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.deep-learning .fact .fact-item {
  width: 47%;
  align-items: center;
  margin-top: 1.5rem;
  padding: 1rem;
  border-radius: 20px;
  border: 1px dashed #EF3E53;
}
.deep-learning .fact .fact-item p {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}
.deep-learning .fact .fact-item img {
  width: 35px;
  height: 35px;
}
.deep-learning .client {
  background-image: linear-gradient(180deg, #111B25, #5889A4);
}
.deep-learning .client .client-container,
.deep-learning .client .client-info {
  display: flex;
  flex-direction: column;
}
.deep-learning .client .heading {
  margin-bottom: 2.2rem;
}
.deep-learning .client .heading p {
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: #EF3E53;
  font-size: 16px;
  font-weight: 500;
}
.deep-learning .client .client-item {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  padding: 2rem 1.5rem 1.5rem;
  background-color: #FFFFFF;
  align-items: center;
  width: 93%;
  margin: auto;
  position: relative;
  overflow: hidden;
}
.deep-learning .client .client-item::before {
  content: '';
  position: absolute;
  width: 47px;
  height: 58px;
  background-color: #F5F5F5;
  left: -19px;
  bottom: -31px;
  transform: rotate(-45deg);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.deep-learning .client .client-item span {
  display: flex;
  width: 60px;
  border-radius: 50px;
  padding: 1rem;
  background-color: #F5F5F5;
}
.deep-learning .client .client-item span img {
  height: 100%;
}
.deep-learning .client .client-item p {
  margin-top: 1.3rem;
}
.deep-learning .client .client-info {
  width: calc(100% - 68px);
}
.deep-learning .client .client-info img {
  width: 100px;
  height: 15px;
}
.deep-learning .client .owl-nav {
  display: flex;
  margin: auto;
  width: 82px;
  justify-content: space-between;
  margin-top: 2rem;
}
.deep-learning .client .owl-nav .owl-prev,
.deep-learning .client .owl-nav .owl-next {
  display: flex;
  background-image: url(/_public/images/deep-learning/nav-arrow.svg);
  background-size: 100% 100%;
  height: 27px;
  width: 27px;
  opacity: 0.7;
}
.deep-learning .client .owl-nav .owl-next {
  transform: rotate(180deg);
}
.deep-learning .client .owl-nav .btn-active {
  opacity: 1;
}
.deep-learning .faq .faq-container,
.deep-learning .faq .faq-list,
.deep-learning .faq .faq-item {
  display: flex;
  flex-direction: column;
}
.deep-learning .faq .heading {
  margin-bottom: 1rem;
}
.deep-learning .faq .faq-item {
  background: #F5F5F5;
  border-radius: 4px;
  margin-top: 1rem;
}
.deep-learning .faq .active {
  background: linear-gradient(180deg, #111B25, #5889A4);
}
.deep-learning .faq .active .ques h3 {
  color: #FFFFFF;
}
.deep-learning .faq .active .ques span img:first-child {
  display: none;
}
.deep-learning .faq .active .ques span img:last-child {
  display: flex;
}
.deep-learning .faq .ques {
  display: flex;
  justify-content: space-between;
  padding: 0.8rem 1.2rem;
  cursor: pointer;
}
.deep-learning .faq .ques h3 {
  font-size: 15px;
  width: calc(100% - 30px);
}
.deep-learning .faq .ques span {
  display: flex;
  width: 22px;
  height: 22px;
}
.deep-learning .faq .ques span img {
  width: 100%;
  height: 100%;
}
.deep-learning .faq .ques span img:last-child {
  display: none;
}
.deep-learning .faq .ans {
  display: none;
  padding: 1rem 1.2rem;
  border-top: 1px solid #FFFFFF;
}
.deep-learning .faq .ans p {
  color: #FFFFFF;
}
.deep-learning .faq .ans ul {
  padding-left: 1rem;
}
.deep-learning .faq .ans ul li {
  color: #FFFFFF;
  list-style-type: disc;
  margin-top: 0.5rem;
  line-height: 1.4;
}
.deep-learning .footer {
  background-image: linear-gradient(180deg, #111B25, #5889A4);
}
.deep-learning .footer .footer-container,
.deep-learning .footer .contact-list,
.deep-learning .footer .info {
  display: flex;
  flex-direction: column;
}
.deep-learning .footer .contact-item {
  display: flex;
}
.deep-learning .footer .contact-item span {
  display: flex;
  background-color: #FFFFFF;
  border-radius: 50px;
  width: 46px;
  height: 46px;
  padding: 0.6rem;
  margin-right: 0.8rem;
}
.deep-learning .footer .contact-item span img {
  width: 100%;
  height: 100%;
}
.deep-learning .footer .contact-item:nth-child(2) {
  margin-top: 1rem;
}
.deep-learning .footer .info {
  width: calc(100% - 50px);
}
.deep-learning .footer .info h3,
.deep-learning .footer .info a {
  color: #FFFFFF;
}
.deep-learning .footer .info a {
  font-size: 12px;
}
.deep-learning .footer .info h3 {
  font-size: 15px;
}
@media (min-width : 768px) {
  section {
    padding: 3rem 2rem;
  }
  .deep-learning .banner .menu.active + .menu-links {
    width: 50%;
  }
  .deep-learning .banner .logo-container {
    padding: 1rem 2rem;
  }
  .deep-learning .banner .banner-container {
    padding: 3rem 2rem;
  }
  .deep-learning .banner .banner-info {
    display: none;
  }
  .deep-learning .overview .overview-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .deep-learning .overview .overview-content {
    width: 47%;
    align-items: flex-start;
  }
  .deep-learning .overview .overview-content .heading {
    align-items: flex-start;
  }
  .deep-learning .overview .overview-content .heading h2 {
    text-align: left;
  }
  .deep-learning .overview .overview-content p {
    text-align: left;
  }
  .deep-learning .overview .course-content {
    width: 42%;
    align-self: center;
    margin-top: 0;
  }
  .deep-learning .overview .overview-info {
    margin-top: 0;
    width: 47%;
    position: sticky;
    top: 60px;
  }
  .deep-learning .course .course-list {
    flex-flow: wrap;
    justify-content: center;
  }
  .deep-learning .course .course-item {
    width: 45%;
    margin-right: 1.5rem;
  }
  .deep-learning .course .course-item h3 {
    min-height: 46px;
  }
  .deep-learning .course .course-item:nth-child(2n) {
    margin-right: 0;
  }
  .deep-learning .website .pro-item h4 {
    width: 100%;
  }
  .deep-learning .website .choose-list {
    flex-flow: wrap;
    justify-content: space-between;
  }
  .deep-learning .website .choose-item {
    width: 48%;
  }
  .deep-learning .website .choose-item p {
    min-height: 132px;
  }
  .deep-learning .method .method-list {
    flex-flow: wrap;
    justify-content: space-around;
  }
  .deep-learning .method .method-item {
    width: 44%;
  }
  .deep-learning .method .method-item:nth-child(3) {
    margin-bottom: 4rem;
  }
  .deep-learning .between .between-list {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .deep-learning .between .between-item {
    width: 45%;
    z-index: 1;
  }
  .deep-learning .between .between-item h2 {
    position: relative;
  }
  .deep-learning .between .between-item h2::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 97%;
    right: -11px;
    bottom: -11px;
    background-color: #FFFFFF;
    z-index: -1;
  }
  .deep-learning .between .between-item:last-child {
    margin-top: 0;
  }
  .deep-learning .tool .tool-container {
    flex-direction: row;
    justify-content: space-between;
  }
  .deep-learning .tool .content {
    width: 47%;
  }
  .deep-learning .tool .tool-info {
    margin-top: 0;
    width: 47%;
  }
  .deep-learning .quote .quote-container {
    flex-direction: row;
    justify-content: space-between;
  }
  .deep-learning .quote .user {
    width: 48%;
    position: sticky;
    top: 60px;
  }
  .deep-learning .quote .form {
    width: 48%;
    margin-top: 0;
  }
  .deep-learning .work .work-container {
    flex-flow: row-reverse;
    justify-content: space-between;
  }
  .deep-learning .work .work-content {
    width: 46%;
  }
  .deep-learning .work .application {
    width: 45%;
    margin-top: 0;
    position: sticky;
    top: 60px;
  }
  .deep-learning .fact .fact-item {
    width: 20%;
  }
  .deep-learning .fact .fact-item p {
    font-size: 14px;
  }
  .deep-learning .client .client-item p {
    min-height: 286px;
  }
  .deep-learning .faq .faq-list {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .deep-learning .faq .faq-item {
    width: 48.7%;
  }
  .deep-learning .footer .contact-list {
    flex-direction: row;
    justify-content: space-between;
  }
  .deep-learning .footer .contact-item {
    width: 22% ;
    align-items: center;
  }
  .deep-learning .footer .contact-item:nth-child(2) {
    margin-top: 0;
    width: 39%;
  }
  .deep-learning .footer .buttons {
    width: 39%;
    justify-content: flex-end;
    margin-top: 0;
  }
}
@media (min-width : 1024px) {
  p {
    line-height: 1.8;
  }
  .deep-learning .heading h2 {
    font-size: 28px;
  }
  .deep-learning .buttons .btn-pink,
  .deep-learning .buttons .btn-white {
    font-size: 16px;
  }
  .deep-learning .banner {
    background-image: url(/_public/images/deep-learning/banner-bg.png);
    background-size: 100% 100%;
  }
  .deep-learning .banner .tka-logo {
    max-width: 245px;
  }
  .deep-learning .banner .menu-links {
    width: 75%;
    flex-direction: row;
    box-shadow: none;
    position: relative;
  }
  .deep-learning .banner .menu {
    display: none;
  }
  .deep-learning .banner .menu-toggle {
    display: none;
  }
  .deep-learning .banner ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .deep-learning .banner ul .links-li {
    border-bottom: none;
    margin-right: 1.3rem;
    padding: 0;
    z-index: 1;
    font-size: 15px;
    position: relative;
  }
  .deep-learning .banner ul .links-li::after {
    content: "";
    position: absolute;
    bottom: -4px;
    width: 0px;
    height: 2px;
    left: 0%;
    background-color: #EF3E53;
    z-index: -1;
    transition: 0.7s ease;
  }
  .deep-learning .banner ul .links-li:hover::after {
    width: 100%;
    right: 0%;
  }
  .deep-learning .banner ul .links-li:last-child {
    display: flex;
    margin: 0;
  }
  .deep-learning .banner ul .links-li:last-child::after {
    content: none;
  }
  .deep-learning .banner ul .links-li .btn-white {
    display: none;
    margin-right: 1.3rem;
    border: 1px solid #000000;
  }
  .deep-learning .banner .banner-container {
    flex-direction: row;
    justify-content: space-between;
  }
  .deep-learning .banner .banner-content {
    width: 44%;
  }
  .deep-learning .banner .banner-content h1 {
    font-size: 29px;
  }
  .deep-learning .banner .banner-content h3 {
    font-size: 24px;
  }
  .deep-learning .banner .banner-info {
    display: flex;
    margin-top: 0;
    width: 43%;
    padding: 1.7rem;
  }
  .deep-learning .banner .banner-info h2 {
    font-size: 18px;
  }
  .deep-learning .overview .overview-content {
    width: 55%;
  }
  .deep-learning .overview .course-content {
    width: 32%;
  }
  .deep-learning .overview .overview-info {
    position: static;
    top: 0;
    width: 35%;
  }
  .deep-learning .course .course-item {
    width: 30%;
  }
  .deep-learning .course .course-item:nth-child(2n) {
    margin-right: 1.5rem;
  }
  .deep-learning .course .course-item:nth-child(3n) {
    margin-right: 0;
  }
  .deep-learning .course .course-item:last-child {
    margin-right: 0;
  }
  .deep-learning .course .course-item h3 {
    min-height: 69px;
  }
  .deep-learning .website {
    padding-top: 5rem;
  }
  .deep-learning .website .website-container {
    flex-direction: row;
    justify-content: space-between;
  }
  .deep-learning .website .progress {
    width: 45%;
  }
  .deep-learning .website .choose-list {
    width: 50%;
    justify-content: space-between;
  }
  .deep-learning .website .choose-item:first-child {
    margin-top: 0;
  }
  .deep-learning .website .choose-item:nth-child(2) {
    margin-top: 0;
  }
  .deep-learning .website .choose-item:nth-child(2),
  .deep-learning .website .choose-item:nth-child(4) {
    transform: translateY(-54px);
  }
  .deep-learning .website .choose-item p {
    font-size: 13px;
    line-height: 1.5;
    min-height: auto;
  }
  .deep-learning .method .method-list {
    justify-content: space-between;
  }
  .deep-learning .method .method-item {
    width: 23%;
    margin-bottom: 4rem;
  }
  .deep-learning .method .method-item h3 {
    min-height: 50px;
  }
  .deep-learning .method .method-item p {
    min-height: 126px;
    line-height: 1.5;
  }
  .deep-learning .between {
    background-image: url(/_public/images/deep-learning/between-bg.png);
    background-size: 100% 100%;
  }
  .deep-learning .between .between-item {
    width: 31%;
  }
  .deep-learning .between .mobile {
    display: flex;
    width: 25%;
  }
  .deep-learning .between .mobile img {
    width: 100%;
    height: 100%;
  }
  .deep-learning .tool .tool-info {
    width: 44%;
  }
  .deep-learning .tool .image {
    align-self: flex-end;
    width: 90%;
  }
  .deep-learning .quote .quote-container {
    background-image: linear-gradient(180deg, #111B25, #5889A4);
    padding: 3rem 6rem 3rem 0;
    background-size: 72% 100%;
    background-repeat: no-repeat;
    background-position: right;
    align-items: center;
  }
  .deep-learning .quote .user {
    padding: 3.2rem;
    background-color: #FFFFFF;
    border-radius: 40px 0 40px 40px;
    position: static;
    top: 0;
  }
  .deep-learning .quote .form {
    background-image: none;
    padding: 0;
  }
  .deep-learning .quote .input-list {
    flex-flow: wrap;
    justify-content: space-between;
  }
  .deep-learning .quote .input-container {
    width: 49%;
  }
  .deep-learning .quote .input-container:last-child {
    width: 100%;
  }
  .deep-learning .work .application {
    position: static;
    top: 0;
  }
  .deep-learning .fact .fact-container {
    flex-flow: wrap;
    justify-content: space-between;
  }
  .deep-learning .fact .heading {
    width: 34%;
  }
  .deep-learning .fact .heading h2,
  .deep-learning .fact .heading p {
    text-align: left;
  }
  .deep-learning .fact .fact-list {
    width: 62%;
    align-items: center;
  }
  .deep-learning .fact .fact-item {
    margin-top: 0;
    width: 23%;
  }
  .deep-learning .client {
    background-image: url(/_public/images/deep-learning/client-bg.png);
    background-size: 100% 100%;
  }
  .deep-learning .client .heading {
    width: 50%;
    align-self: center;
  }
  .deep-learning .client .client-list {
    width: 85%;
    margin: auto;
  }
  .deep-learning .client .client-item p {
    min-height: 300px;
  }
  .deep-learning .footer {
    background-image: url(/_public/images/deep-learning/footer-bg.png);
    background-size: 100% 100%;
  }
  .deep-learning .footer .contact-item {
    width: 27% ;
  }
  .deep-learning .footer .contact-item:nth-child(2) {
    width: 32%;
  }
  .deep-learning .footer .info a {
    font-size: 14px;
    font-weight: 500;
  }
}
@media (min-width : 1366px) {
  .container {
    width: 1200px;
    margin: 0 auto;
  }
  section {
    padding: 4rem 0rem;
  }
  .deep-learning .heading h2 {
    font-size: 30px;
  }
  .deep-learning .banner .sticky {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    background-color: #FFFFFF;
  }
  .deep-learning .banner .logo-container {
    padding: 1.3rem 0;
  }
  .deep-learning .banner ul .links-li .btn-white {
    display: flex;
  }
  .deep-learning .banner .banner-container {
    padding: 6rem 0rem 7rem !important;
  }
  .deep-learning .banner .banner-content {
    z-index: 1;
  }
  .deep-learning .banner .banner-content {
    position: relative;
  }
  .deep-learning .banner .banner-content h1 {
    font-size: 45px;
    line-height: 1.3;
  }
  .deep-learning .banner .banner-content h1 img {
    width: 48px;
    height: 48px;
  }
  .deep-learning .banner .banner-content::before,
  .deep-learning .banner .banner-content::after {
    content: '';
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    background-color: #33C481;
    opacity: 0.05;
    animation: scale 2s linear infinite ;
  }
  .deep-learning .banner .banner-content::before {
    top: -51px;
    left: 137px;
  }
  .deep-learning .banner .banner-content::after {
    right: 126px;
    top: 91px;
    z-index: -1;
  }
  .deep-learning .overview .course-content {
    width: 27%;
  }
  .deep-learning .course .course-item {
    width: 23%;
  }
  .deep-learning .course .course-item:nth-child(3n) {
    margin-right: 1.5rem;
  }
  .deep-learning .course .course-item:nth-child(4n) {
    margin-right: 0;
  }
  .deep-learning .method .method-item h3 {
    min-height: auto;
  }
  .deep-learning .method .method-item p {
    min-height: 105px;
  }
  .deep-learning .between .between-item {
    position: relative;
  }
  .deep-learning .between .between-item::before {
    content: '';
    position: absolute;
    width: 124px;
    height: 4px;
    top: 41px;
    background-color: #FFFFFF;
  }
  .deep-learning .between .between-item::after {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border: 5px solid #EF3E53;
    background-color: #FFFFFF;
    border-radius: 50px;
    top: 35px;
  }
  .deep-learning .between .between-item:first-child::before {
    right: -123px;
  }
  .deep-learning .between .between-item:first-child::after {
    right: -77px;
  }
  .deep-learning .between .between-item:last-child::before {
    left: -124px;
  }
  .deep-learning .between .between-item:last-child::after {
    left: -68px;
  }
  .deep-learning .between .mobile {
    width: 18%;
  }
  .deep-learning .quote .user {
    width: 40%;
  }
  .deep-learning .quote .form {
    width: 53%;
  }
  .deep-learning .work .work-content {
    width: 50%;
  }
  .deep-learning .work .application {
    width: 38%;
  }
  .deep-learning .fact .fact-item p {
    width: 72%;
  }
  .deep-learning .client .client-item p {
    min-height: 225px;
  }
  .deep-learning .footer .contact-item {
    width: 32%;
  }
}
