@font-face {
  font-family: "Recoleta DEMO";
  src: url("../fonts/Recoleta-RegularDEMO.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Euclid Circular B";
  src: url("../fonts/EuclidCircularB-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Euclid Circular B";
  src: url("../fonts/EuclidCircularB-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Euclid Circular B";
  src: url("../fonts/EuclidCircularB-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html,
body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  min-height: 100%;
}

body {
  font-family: "Euclid Circular B";
  color: #1a1a1a;
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  line-height: 40px;
  background: #f5f5f5;
  overflow-x: hidden;
}

a,
a:link,
a:visited {
  outline: none;
  text-decoration: none;
  -moz-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

img {
  border: none;
  margin: 0px;
  max-width: 100%;
}

h1 {
  font-family: "Recoleta DEMO";
  font-weight: normal;
  font-size: 75px;
  line-height: 80px;
  letter-spacing: -0.2px;
  margin: 0px;
  padding: 0px;
}

h2 {
  font-family: "Recoleta DEMO";
  font-weight: normal;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: -0.2px;
  margin: 0px;
  padding: 0px;
}

h3 {
  font-family: "Recoleta DEMO";
  font-weight: normal;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: -0.2px;
  margin: 0px;
  padding: 0px;
}

h4,
h5,
h6 {
  font-family: "Euclid Circular B";
  font-weight: 500;
  font-size: 18px;
  margin: 0px;
  padding: 0px;
}

form,
input,
select,
textarea,
p {
  margin: 0px;
  padding: 0;
  font-family: "Euclid Circular B";
}

textarea {
  resize: none;
}

input:focus,
textarea:focus {
  outline: none;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time {
  display: block;
  margin: 0px;
  padding: 0;
}

* {
  box-sizing: border-box;
}

.page-header {
  background: #f5f5f5;
}

.page-centre {
  max-width: 1540px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.page-header section {
  display: flex;
  font-weight: 500;
  gap: 30px;
  min-height: 162px;
  align-items: center;
}

.page-header nav {
  flex-grow: 1;
}

.page-header nav a {
  color: #000;
  transition: color 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}

.page-header nav a:hover {
  color: #f63b3b;
}

.logo-section {
  padding-bottom: 32px;
}

.page-header ul {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 20px;
  gap: 35px;
}

.header-call a {
  display: inline-block;
  color: #1a1a1a;
  font-weight: 500;
  font-size: 17px;
  padding: 5px 40px;
  background: #e3ff75;
  border-radius: 30px;
  transition: all 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}

.header-call a:hover {
  background: #1a1a1a;
  color: #fff;
}

.m-content-header {
  text-align: center;
}

.m-content-header h5 {
  font-size: 30px;
  color: #f63b3b;
  font-weight: 500;
  padding-bottom: 34px;
}

.m-content-header h2 {
  font-size: 75px;
  color: #1a1a1a;
  line-height: 80px;
  letter-spacing: -0.2px;
  padding-bottom: 40px;
}

.home-about {
  padding-top: 100px;
  padding-bottom: 86px;
}

.case-wrap {
  display: flex;
  gap: 34px;
  padding-top: 100px;
}

.case-list {
  background: #fff;
  max-width: 476px;
  width: 100%;
  padding: 15px;
  border-radius: 24px;
}

.case-list figure {
  padding-bottom: 34px;
}

.case-list figure img {
  border-radius: 15px;
  height: 273px;
  object-fit: cover;
}

.case-content {
  display: flex;
  gap: 15px;
}

.case-ico {
  max-width: 70px;
  width: 100%;
}

.case-content p {
  max-width: 200px;
  width: 100%;
  font-size: 30px;
  color: #000;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: -0.2px;
  padding-bottom: 30px;
}

.case-content a {
  color: #f63b3b;
  font-size: 20px;
  font-weight: 500;
  text-decoration: underline;
  display: flex;
  align-items: flex-end;
  white-space: nowrap;
}

.btn-case {
  display: flex;
  align-items: center;
  min-height: 118px;
  border-radius: 23px;
  padding: 20px 40px;
  margin-bottom: 30px;
  color: #fff;
  background: #f63b3b;
  justify-content: space-between;
}

.btn-case img {
  transition: transform 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}

.btn-case:hover img {
  transform: rotate(45deg);
}

.btn-explore {
  display: inline-flex;
  font-family: "Recoleta DEMO";
  font-weight: normal;
  font-size: 25px;
  color: #1a1a1a;
  padding: 0 38px;
  gap: 30px;
  border: 1px solid #000;
  border-radius: 32px;
  min-height: 66px;
  align-items: center;
}

.btn-explore img {
  width: 18px;
  object-fit: contain;
  transition: transform 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}

.btn-explore:hover img {
  transform: rotate(45deg);
}

.why-wrap .m-content-header P {
  padding-bottom: 45px;
}

.why-wrap {
  padding-bottom: 150px;
  padding-top: 146px;
}

.why-wrap .m-content-header {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.why-left-top {
  position: absolute;
  top: -258px;
  left: -220px;
}

.why-spring {
  position: absolute;
  top: 40%;
  left: -210px;
}

.why-bottom-left {
  position: absolute;
  bottom: -50px;
  left: -210px;
}

.why-top-right {
  position: absolute;
  top: -100px;
  right: -100px;
}

.why-right-bottom {
  position: absolute;
  bottom: -100px;
  right: -210px;
}

.program-wrap {
  background: #1a1a1a;
  border-radius: 36px;
  padding-bottom: 30px;
}

.program-wrap h2 {
  color: #fff;
}

.program-wrap .m-content-header {
  max-width: 832px;
  width: 100%;
  margin: 0 auto;
  padding: 95px 0 0px 0;
}

.curese-listing-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  padding: 0 70px 35px 70px;
  justify-content: center;
}

.course-listing-item {
  font-size: 16px;
  line-height: 24px;
  max-width: 430px;
  width: 100%;
  padding: 14px 14px 40px 14px;
  background: #fff;
  border-radius: 26px;
}

.course-listing-item figure {
  padding-bottom: 30px;
}

.course-listing-item figure img {
  border-radius: 13px;
  height: 190px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.course-listing-item a {
  color: #1a1a1a;
}

.course-listing-item h4 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.2px;
  padding: 0 15px 16px 15px;
  line-height: normal;
}

.course-listing-item p {
  padding: 0 15px 30px 15px;
}

a.link-curese {
  font-size: 20px;
  color: #f63b3b;
  text-decoration: underline;
  display: flex;
  justify-content: space-between;
  text-underline-offset: 4px;
  padding: 0 15px;
}

.link-curese img {
  width: 18px;
  transition: transform 0.2s cubic-bezier(0.5, 1, 0.89, 1);
  object-fit: contain;
}

a.link-curese:hover img {
  transform: rotate(45deg);
}

.btn-see-all {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: #3e3e3e;
  border-radius: 60px;
  width: 156px;
  gap: 18px;
  margin: 0 auto;
  padding: 0 0 0 23px;
}

.btn-see-all img {
  width: 57px;
  transition: transform 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}

.btn-see-all:hover img {
  transform: rotate(45deg);
}

.h-courses {
  padding-top: 100px;
  text-align: center;
  padding-bottom: 120px;
}
.h-black-box {
  background-color: #1a1a1a;
  border-radius: 40px;
  padding-bottom: 30px;
  padding-top: 80px;
  position: relative;
  overflow: hidden;
}

.h-black-box-top {
  padding: 0 74px 0;
  position: relative;
}
.h-black-box-bottom {
  background-color: #e3ff75;
  padding: 25px 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  rotate: 2deg;
  width: calc(100% + 4px);
  margin-left: -3px;
  margin-top: 42px;
}

.h-black-box h1 {
  color: #fff;
  text-align: center;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.h-black-box h1 span,
.news-left h3 span {
  background: url("../images/text-under-min.png") no-repeat;
  background-size: 230px;
  background-position: 43% bottom;
}
.floating-img {
  position: absolute;
  right: 130px;
  top: 0;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.61, 1, 0.88, 1);
}
.floating-img:hover {
  transform: scale(1.1);
}
.h-black-box-bottom a {
  display: block;
  position: relative;
  font-size: 32px;
  line-height: 33px;
  color: #1a1a1a;
  letter-spacing: -0.2px;
  font-weight: 600;
}
.h-black-box-bottom a::after {
  position: absolute;
  content: "";
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  right: -30px;
  width: 7px;
  height: 7px;
  background-color: #1a1a1a;
  border-radius: 50%;
}
.h-black-box-bottom a:last-child::after {
  display: none;
}
.h-courses-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin-top: 20px;
}
.h-courses-wrap a {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 30px 40px;
  border-radius: 20px;
  gap: 25px;
  font-size: 22px;
  line-height: 34px;
  letter-spacing: -0.2px;
  color: #1a1a1a;
}
.h-courses-wrap a span {
  display: flex;
}
.h-courses-wrap a span:nth-child(2) img {
  width: 20px;
  transition: transform 0.2s cubic-bezier(0.5, 1, 0.89, 1);
  object-fit: contain;
}
.h-courses-wrap a:hover span:nth-child(2) img {
  transform: rotate(45deg);
}
.h-courses-wrap a span:first-child img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.h-courses .btn-explore {
  margin-top: 50px;
}

.news-flex {
  background-color: #524fd5;
  border-radius: 24px;
  padding: 94px 94px 94px 134px;
  background-image: url("../images/n-top-left-min.png"),
    url("../images/n-center-min.png"), url("../images/n-top-right-min.png"),
    url("../images/n-right-bottom-min.png");
  background-position: calc(0% + 30px) calc(0% + 15px),
    calc(50% - 40px) calc(0% + 52px), calc(100% - 252px) calc(0% + 32px),
    calc(100% - 300px) calc(100% - 32px);
  background-repeat: no-repeat;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 100px;
}

.news-left {
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 7px;
  max-width: 75%;
  width: 100%;
}
.news-right {
  max-width: 25%;
  width: 100%;
}
.news-left p {
  font-size: 18px;
  line-height: 22px;
}
.news-left h5 {
  font-size: 19px;
  line-height: normal;
  font-weight: 300;
}
.subscribe-btn {
  -webkit-border-radius: 34px;
  border-radius: 44px;
  background: #fff;
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 15px 10px 15px;
}
.subscribe-btn span {
  flex-grow: 1;
}
.subscribe-btn input[type="email"] {
  width: 100%;
  height: 100%;
  border: none;
  font-size: 20px;
  line-height: normal;
  color: #1a1a1a;
  padding-left: 20px;
}
.subscribe-btn input[type="email"]:placeholder-shown {
  color: #8f929a;
  opacity: 1;
}
.subscribe-btn input[type="submit"] {
  color: #fff;
  background-color: #f63b3b;
  border-radius: 34px;
  border: none;
  font-size: 20.33px;
  line-height: normal;
  padding: 20px 30px;
  cursor: pointer;
}
.testimonial .m-content-header {
  max-width: 740px;
}
.testimonial .why-left-top {
  top: 20px;
  left: -250px;
}
.testimonial .why-top-right {
  top: 120px;
  right: -219px;
}
.testimonial .why-right-bottom {
  bottom: 20px;
  right: -280px;
}
.testimonial .why-bottom-left {
  left: -230px;
  bottom: 20px;
}
.testimonial-item img {
  max-width: 90px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.testimonial-item P {
  padding-bottom: 60px;
  font-size: 22px;
  line-height: 33px;
}
.testimonial-item h5 {
  padding-bottom: 0;
  color: #1a1a1a;
  font-size: 24px;
  line-height: normal;
  font-weight: 400;
}
.testimonial-item h6 {
  color: #f63b3b;
  font-size: 19px;
  line-height: normal;
  font-weight: 400;
}
.contact-box {
  display: flex;
  background-color: #fff;
  border-radius: 24px;
  gap: 100px;
  padding: 100px;
}
.contact-left {
  max-width: 581px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.contact-right {
  flex-grow: 1;
  width: 100%;
}
.contact-left .m-content-header {
  text-align: left;
}
.contact-text-bottom {
  margin-top: 90px;
}
.form-control input[type="text"],
.form-control input[type="email"],
.form-control input[type="number"],.form-control textarea,
.form-control select {
  font-size: 18px;
  line-height: normal;
  color: #1a1a1a;
  width: 100%;
  border: none;
  padding: 23px 0;
  border-bottom: 1px solid #d1d3d7;
  transition: color 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}
.form-control select {
  cursor: pointer;
  background-color: transparent;
  appearance: none;
  -webkit-appearance: none;
  background: url("../images/arrow-down-min.png") no-repeat;
  background-position: center right;
  background-size: 15px;
  padding-right: 20px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
.form-control {
  margin-bottom: 30px;
}
.contact-right input[type="submit"] {
  border: 1px solid #000;
  background-color: transparent;
  width: 100%;
  padding: 23px;
  font-size: 20px;
  line-height: normal;
  font-weight: 500;
  color: #1a1a1a;
  border-radius: 16px;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}
.contact-right input[type="submit"]:hover {
  background-color: #000;
  color: #fff;
}
.form-control > label {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: normal;
  color: #1a1a1a;
}
.form-control > label {
  display: block;
}
.contact-text-bottom p {
  line-height: normal;
  margin-bottom: 30px;
}
.contact-text-bottom p span {
  font-size: 29px;
  display: block;
}
.contact-text-bottom a {
  color: #1a1a1a;
  font-size: 50px;
  line-height: normal;
  letter-spacing: -0.2px;
  text-decoration: underline;
  font-family: "Recoleta DEMO";
  transition: color 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}
.form-control input::placeholder,  .form-control textarea::placeholder {
  opacity: 0.8;
  color: #1a1a1a;
}
.optnHolder label {
  display: inline-flex;
  gap: 16px;
  align-items: center;
  margin-right: 24px;
  cursor: pointer;
}
.optnHolder .wpcf7-list-item:last-child label {
  margin-right: 0;
}
.wpcf7-list-item {
  margin: 0;
}
.optnHolder label span {
  color: #1a1a1a;
  font-size: 18px;
  line-height: normal;
  user-select: none;
}
.optnHolder input {
  visibility: hidden;
  width: 8px;
  height: 8px;
}
.wpcf7-list-item-label {
  position: relative;
}
.optnHolder .wpcf7-list-item-label::before {
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #d1d1d1;
  z-index: 5;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  left: -20px;
  content: "";
}
.optnHolder input[type="radio"]:checked ~ .wpcf7-list-item-label::before {
  background-color: #1a1a1a;
}
.optnHolder input[type="radio"]:checked ~ .wpcf7-list-item-label {
  font-weight: 500;
}
.optnHolder {
  margin-bottom: 80px;
}
.form-control:last-child {
  margin-bottom: 0;
}
.contact-left .m-content-header h5 {
  padding-bottom: 25px;
}
.form-control input:focus {
  border-color: #049bec;
}
.community {
  padding-top: 95px;
  padding-bottom: 45px;
}
.community-box {
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  margin-top: 75px;
  gap: 1px;
  justify-content: center;
}
.community-box a {
  width: 100%;
  display: block;
}
.community-box a img {
  height: 100%;
}
.community .m-content-header h5 {
  padding-bottom: 15px;
}
.m-content-header h2 img {
  max-width: 54px;
  width: 100%;
}
footer {
  padding-bottom: 100px !important;
}
.footer-top > img {
  max-width: 143px;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
}
footer nav {
  flex-grow: 1;
}
footer nav ul {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
}
footer nav ul a {
  font-size: 20px;
  line-height: normal;
  color: #1a1a1a;
  font-weight: 500;
  transition: color 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}
footer nav ul a:hover {
  color: #f63b3b;
}
.social {
  display: flex;
  align-items: center;
  gap: 40px;
}
.social a {
  cursor: pointer;
}
.social img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  transition: color 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}
.social img:hover {
  filter: brightness(0) saturate(100%) invert(44%) sepia(92%) saturate(3944%)
    hue-rotate(340deg) brightness(99%) contrast(95%);
}
.footer-bottom {
  margin-top: 13px;
}
.footer-bottom p,
.footer-bottom {
  color: #a9acb2;
  font-size: 16px;
  line-height: normal;
  text-align: center;
}
.footer-bottom a {
  color: #a9acb2;
  transition: color 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}
/* desktop responsive */
.about {
  padding-top: 95px;
  padding-bottom: 100px;
}
.content-flex {
  display: flex;
  gap: 75px;
}
.content-flex .text-area {
  max-width: 684px;
  width: 100%;
}
.image-area {
  max-width: 736px;
  width: 100%;
}
.text-area p {
  font-size: 20px;
  line-height: 35px;
  letter-spacing: -0.2px;
  padding-bottom: 40px;
}
.text-area ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding-bottom: 20px;
}
.text-area ul li {
  display: flex;
  gap: 26px;
  align-items: center;
}
.text-area ul li::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/check-min.png") no-repeat;
  background-size: 20px;
  display: inline-block;
  background-position: center;
}
.text-area h5 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  padding-bottom: 30px;
  letter-spacing: -0.2px;
}
.text-area h6 {
  font-size: 24px;
  line-height: normal;
  font-weight: 600;
  padding-bottom: 30px;
}
.text-area h4,
.course-area h4 {
  font-size: 40px;
  line-height: 45px;
  padding-bottom: 30px;
}
.text-area h1,
.course-area h1 {
  font-size: 65px;
  line-height: 70px;
  padding-bottom: 30px;
}
.text-area h2,
.course-area h2 {
  font-size: 50px;
  line-height: 60px;
  padding-bottom: 30px;
}
.text-area h3,
.course-area h3 {
  font-size: 45px;
  line-height: 50px;
  padding-bottom: 30px;
}

.text-area a {
  font-weight: 600;
  text-decoration: underline;
  color: #1a1a1a;
}
.about .m-content-header h2 {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  font-size: 60px;
  line-height: 70px;
  padding-bottom: 60px;
}
.about-boxes {
  margin-bottom: 100px;
  display: flex;
  gap: 30px;
}
.about-box-item {
  width: 370px;
  padding: 60px 30px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  border-radius: 25px;
  flex-grow: 1;
  color: inherit;
}
.about-box-item p {
  margin-top: -5px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
.about-box-item:nth-child(1) {
  background-color: rgb(163, 163, 245);
}
.about-box-item:nth-child(2) {
  background-color: rgb(174, 229, 255);
}
.about-box-item:nth-child(3) {
  width: 700px;
  background-color: rgb(228, 156, 240);
}
.about-box-item h5 {
  font-size: 24px;
  line-height: normal;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.about-box-item h4 {
  font-size: 50px;
  line-height: 49px;
  font-family: "Recoleta DEMO";
}
a.about-box-item h5::after {
  content: "";
  width: 22px;
  height: 22px;
  background: url("../images/ico-btn-arrow-min.png") no-repeat;
  background-size: 22px;
  transition: transform 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}
a.about-box-item {
  cursor: pointer;
}
a.about-box-item:hover h5::after {
  transform: rotate(45deg);
}
.counter {
  padding-bottom: 100px;
}
.counter .m-content-header h5 {
  padding-bottom: 10px;
}
.counter-flex {
  display: flex;
  justify-content: center;
  gap: 140px;
}
.counter-item {
  text-align: center;
}
.counter .m-content-header h2 {
  padding-bottom: 80px;
}
.about-program-wrap {
  padding: 0;
}
.about-program-wrap {
  padding-top: 100px;
  padding-bottom: 100px;
}
.about-program-wrap .m-content-header h5 {
  padding-bottom: 15px;
}
.about-program-wrap .m-content-header h2 {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  font-size: 60px;
  line-height: 70px;
  padding-bottom: 65px;
}
.about-program-wrap .curese-listing-wrap {
  padding: 0;
}
.about-program-wrap .curese-listing-wrap .course-listing-item {
  max-width: calc(33.33% - 18px);
}
.internship {
  padding-top: 90px;
  padding-bottom: 60px;
}
.internship .m-content-header h5 {
  padding-bottom: 10px;
}
.contact-c {
  padding-top: 90px;
  padding-bottom: 90px;
}
.contact-box-c {
  padding-bottom: 68px;
}
.contact-box-c .contact-box {
  flex-direction: column;
  padding: 29px 40px 50px;
  gap: 74px;
}
.contact-box-flex {
  display: flex;
  gap: 100px;
}
.contact-box-c figure img,
.contact-box-c figure {
  width: 100%;
}
.contact-c .m-content-header h5 {
  padding-bottom: 10px;
}
.address-flex {
  max-width: 1203px;
  width: 100%;
  margin: 0 auto;
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.address-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
  max-width: 350px;
  width: 100%;
}
.address-item img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}
.address-item h5 {
  font-size: 25px;
  line-height: normal;
  letter-spacing: -0.2px;
}
.address-item p {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.2px;
  margin-top: -8px;
}
.address-item a {
  color: #212121;
  transition: color 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}
.address-item:nth-child(2) a {
  font-size: 25px;
}
.address-item a:hover,
.footer-bottom a:hover,
.contact-text-bottom a:hover {
  color: #f63b3b;
}
header .current-menu-item {
  position: relative;
}
header .current-menu-item a:after {
  content: "";
  width: 77px;
  height: 8px;
  background-color: #f63b3b;
  position: absolute;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  bottom: 0;
  border-radius: 13px;
  bottom: -64px;
  z-index: 1;
}
.faq {
  padding-top: 95px;
  padding-bottom: 80px;
}
ul.tabs {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 23px;
}
ul.tabs li {
  line-height: 0;
  position: relative;
}
ul.tabs li.active::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: -34px;
  width: 34px;
  height: 28px;
  background: url("../images/tab-after.png") no-repeat;
  background-size: 34px;
  display: block;
}
ul.tabs li.active::before {
  position: absolute;
  content: "";
  bottom: 3px;
  left: -30px;
  width: 34px;
  height: 28px;
  background: url("../images/tab-after.png") no-repeat;
  background-size: 34px;
  display: block;
  rotate: -90deg;
}
ul.tabs li.active:first-child::before {
  background: #fff;
  bottom: -28px;
  left: -3px;
}
ul.tabs li a {
  background-color: #fff;
  border-radius: 33px;
  color: #1a1a1a;
  letter-spacing: -0.2px;
  font-size: 22px;
  line-height: normal;
  padding: 13px 33px;
  display: block;
  font-weight: 400;
  position: relative;
  z-index: 1;
}
ul.tabs li.active a {
  background-color: #f63b3b;
  color: #fff;
}
ul.tabs li.active {
  padding: 15px 43px 0;
  background-color: #fff;
  border-radius: 23px 23px 0 0;
}
.panelContainer {
  background-color: #fff;
  border-radius: 33px;
  padding: 52px 53px;
}
.panel h5 {
  font-weight: 600;
  font-size: 20px;
  line-height: normal;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  transition: all 0.6s cubic-bezier(0.12, 0, 0.39, 0);
  padding: 23px 0;
}
.panel h5::after {
  position: absolute;
  content: "";
  right: 0;
  width: 20px;
  height: 13px;
  background: url("../images/arrow-down-min.png") no-repeat;
  background-size: 20px;
  display: block;
}
.faq-tab {
  margin-top: 80px;
}
.faq .m-content-header h2,
.course-detail .m-content-header h2 {
  font-size: 60px;
  line-height: 60px;
}
.faq .m-content-header h5,
.course-detail .m-content-header h5 {
  padding-bottom: 15px;
}
.slide-open h5::after {
  rotate: 180deg;
  filter: brightness(0) saturate(100%) invert(0%) sepia(19%) saturate(401%)
    hue-rotate(317deg) brightness(99%) contrast(80%);
}
.panel p {
  font-size: 20px;
  line-height: 34px;
  padding-bottom: 20px;
}
.panel {
  display: flex;
  gap: 130px;
}
.panel-left {
  max-width: 856px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.panel-right {
  flex-grow: 1;
}
.course-detail {
  padding-top: 95px;
  padding-bottom: 115px;
}
.course-detail .text-area {
  margin-top: 50px;
}
.btn-flex {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-top: 15px;
  flex-wrap: wrap;
}
.text-area .btn-explore {
  text-decoration: none;
  font-family: "Euclid Circular B";
  font-weight: 400;
  font-size: 21px;
  white-space: nowrap;
}
.btn-black {
  background-color: #1a1a1a;
  color: #fff !important;
}
.row {
  display: flex;
  gap: 50px;
}
.col-left {
  max-width: 880px;
  width: 100%;
}
.col-right {
  flex-grow: 1;
}
.text-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.course-area {
  display: flex;
  gap: 25px;
  padding-bottom: 120px;
}
.course-area .faq-tab {
  max-width: 966px;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 0;
}
.course-area .panelContainer {
  flex-grow: 1;
}
.course-data {
  background-color: #fff;
  border-radius: 33px;
  padding: 60px 45px;
  flex-grow: 1;
  max-width: 532px;
}
.course-area .panel {
  display: block;
}
.course-area h4 {
  font-size: 26px;
  line-height: normal;
  font-weight: 500;
  padding-bottom: 25px;
  letter-spacing: -0.2px;
}
.course-area h5 {
  font-size: 23px;
  line-height: normal;
  font-weight: 500;
  padding-bottom: 25px;
  letter-spacing: -0.2px;
}
.course-area h6 {
  font-size: 20px;
  line-height: normal;
  font-weight: 500;
  padding-bottom: 25px;
  letter-spacing: -0.2px;
}
.course-area p {
  letter-spacing: -0.2px;
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 23px;
}
.course-area .panel a {
  font-weight: 600;
  text-decoration: underline;
  color: #1a1a1a;
}
.course-area .panel ul,
.course-area .panel ol {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
  padding-left: 20px;
  letter-spacing: -0.2px;
  font-size: 18px;
  line-height: 28px;
}
.course-data-item {
  display: flex;
  justify-content: space-between;
  gap: 0;
  border-bottom: 1px dashed #8f8f8f;
  padding: 18px 0;
}
.course-data-item h5 {
  font-size: 20px;
  letter-spacing: -0.2px;
  font-weight: 400;
  gap: 15px;
  display: flex;
  align-items: center;
  padding-bottom: 0;
  width: 100%;
  max-width: 50%;
}
.course-data-item h5 img {
  width: 23px;
  height: 23px;
  object-fit: contain;
}
.course-data-item h5:first-child {
  padding-right: 30px;
  min-width: 187px;
}
.course-data-item h5:last-child {
  display: flex;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  text-align: right;
}
.course-data-item:last-child {
  border-bottom: none;
}

.course-area ul.tabs li a {
  display: flex;
  align-items: center;
  gap: 20px;
}
.course-area ul.tabs li a img {
  width: 23px;
  height: 23px;
  object-fit: contain;
}
ul.tabs li.active a img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7462%)
    hue-rotate(271deg) brightness(118%) contrast(88%);
}
.technologies {
  padding-bottom: 80px;
}
.technologies .m-content-header {
  max-width: 980px;
  margin: 0 auto;
}
.technologies .m-content-header h2 {
  font-size: 60px;
  line-height: 70px;
  padding-bottom: 30px;
}
.technologies .m-content-header p {
  font-size: 22px;
  line-height: 40px;
  letter-spacing: -0.2px;
  padding-bottom: 54px;
}
.tools-row {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.tools-row div {
  max-width: 230px;
  width: 100%;
  background-color: #fff;
  border-radius: 24px;
  padding: 40px 33px;
}
.tools-row div img {
  object-fit: scale-down;
  width: 175px;
  height: 55px;
  vertical-align: middle;
}
footer .current-menu-item a {
  color: #f63b3b;
}

.wpcf7-not-valid-tip {
  font-size: 15px;
}
.page-numbers {
  font-size: 20px;
  padding: 10px;
  border-radius: 50%;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #1a1a1a;
}
.page-numbers.current {
  background-color: #f63b3b;
  color: #fff;
  width: 35px;
  height: 35px;
}
.pagination-wrap {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.form-control select:focus,
.form-control select:focus-visible {
  outline: none;
}
.contact-box iframe {
  width: 100%;
  border-radius: 23px;
}
.grecaptcha-badge {
  display: none !important;
}
/* popup */
.modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
  z-index: 1001;
  align-items: center;
  justify-content: center;
}

.modal-wrapper iframe {
  width: 100%;
  height: 100%;
  border-radius: 13px;
}

.modal-view {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  width: 100%;
  height: 100%;
  max-height: 70vh;
  max-width: 100vh;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-top: 15vh;
  margin-bottom: 15vh;
}

.close_wrapper {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.modal-close {
  position: absolute;
  z-index: 5;
  right: 0;
  top: 0;
  display: block;
  cursor: pointer;
}

.modal-close:before {
  content: "";
  background: url(../images/close-btn-min.png) no-repeat 0 0;
  background-size: 32px;
  width: 32px;
  height: 32px;
  display: block;
}

.course-apply {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(2px);
  align-items: center;
  justify-content: center;
  display: flex;
  z-index: 10000;
}
.course-apply .contact-left {
  display: none;
}
.course-apply .contact-box {
  padding: 40px !important;
  margin: 0 !important;
  border-radius: 23px !important;
  overflow-y: auto;
}
.course-apply .contact-area {
  margin: 0 !important;
  padding: 0 !important;
  max-width: 100% !important;
  height: 100%;
  overflow: auto;
  border-radius: 23px;
  background: #fff;
  max-height: 82vh;
}
.course-bg {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  max-height: 90vh;
  padding: 20px;
}
.close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  max-width: 40px;
  cursor: pointer;
  z-index: 1;
}
.course-apply .form-control input[type="text"],
.course-apply .form-control input[type="email"],
.course-apply .form-control input[type="number"],
.course-apply .form-control select {
  padding: 8px 0;
}
.course-apply .form-control {
  margin-bottom: 13px;
}
.course-apply .contact-right input[type="submit"] {
  padding: 13px;
  font-size: 18px;
}

.course-apply .optnHolder {
  margin-bottom: 30px;
}
.course-apply .optnHolder label {
  margin-right: 15px;
  gap: 8px;
}
.course-apply .optnHolder label span {
  font-size: 17px;
}
.course-apply .wpcf7-spinner {
  position: absolute;
  bottom: 0;
  left: 50%;
}
ul.slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
  margin-top: 30px;
}
.slick-dots li {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #ffbebc;
  transition: all 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  list-style: none;
  cursor: pointer;
}
.slick-dots li.slick-active {
  background-color: #f63b3b;
}
.slick-dots li button {
  display: none;
}
table {
  margin-bottom: 40px;
  padding: 1rem;
  border-radius: 12px;
  background-color: white;
}
table thead th {
  color: rgba(32, 39, 61, 0.7) !important;
}
table thead {
  border-bottom: none !important;
}
table td,
table thead th {
  border: none !important;
  border-bottom: 1px solid rgba(128, 128, 128, 0.277) !important;
}
.wp-block-table {
  border-radius: 12px;
}
table tbody:last-child tr:last-child td:last-child {
  border-bottom: none !important;
}
.banner-two {
  display: flex;
  gap: 100px;
  align-items: center;
  color: #fff;
  padding: 52px 100px;
  padding-bottom: 0;
}
.banner-left {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 593px;
  width: 100%;
  padding-bottom: 52px;
}
.banner-two h1 {
  font-size: 65px;
  line-height: 67px;
  margin-bottom: 0;
  text-align: left;
  padding: 0;
  z-index: 1;
}
.banner-two p {
  z-index: 1;
}
.banner-right {
  flex-grow: 1;
}
.banner-right figure img {
  width: 100%;
  height: 100%;
  max-height: 500px;
  object-fit: contain;
  margin-bottom: -10px;
}
.banner-right figure {
  display: flex;
}

.btn-white {
  background-color: #fff;
  border-radius: 23px;
  padding: 13px 25px;
  font-size: 20px;
  line-height: normal;
  color: #1a1a1a;
  transition: all 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  width: fit-content;
  border: 1px solid transparent;
  letter-spacing: -0.2px;
}
.banner-left p {
  font-size: 25px;
  line-height: 32px;
  letter-spacing: -0.2px;
}
.btn-white:hover {
  background-color: #1a1a1a;
  color: #fff;
  border: 1px solid #fff;
}
.banner-two > img {
  width: 100px;
  height: 90px;
  position: absolute;
  top: 69px;
  left: 12px;
}
.contact-left .m-content-header h2 {
  font-size: 50px;
  line-height: 55px;
}
.subscribe-btnv2 {
  transition: all 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  color: #fff;
  background-color: #f63b3b;
  display: block;
  text-align: center;
  padding: 15px 25px;
  border-radius: 33px;
  font-weight: 600;
  letter-spacing: -0.2px;
}
.subscribe-btnv2:hover {
  background-color: #1a1a1a;
}
/* blog-style-start */
.blog-list {
  padding-top: 63px;
  padding-bottom: 60px;
}
.blog-list .m-content-header h5 {
  padding-bottom: 15px;
}
.blog-list .m-content-header h2 {
  font-size: 60px;
  line-height: 65px;
}
.blog-flex {
  display: flex;
  gap: 35px;
  align-items: flex-start;
}
.blog-left {
  max-width: 985px;
  width: 100%;
}
.blog-right {
  max-width: 477px;
  width: 100%;
  padding: 45px 43px 60px 43px;
  border-radius: 25px;
  background-color: #fff;
}
.blog-flex .curese-listing-wrap {
  padding: 0;
  gap: 35px;
}
.blog-flex .course-listing-item {
  max-width: calc(50% - 17.5px);
  border-radius: 25px;
}
.blog-data {
  padding: 0 15px 20px 15px;
}
.blog-data img{
	max-width: 20px;
  }
.blog-flex .course-listing-item figure {
  padding-bottom: 16px;
}
.blog-data,.blog-item-right span {
  display: flex;
  gap: 18px;
  align-items: center;
  color: rgb(104, 104, 104);
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  flex-wrap: wrap;
}
.blog-data span,.blog-item-right span {
  display: flex;
  align-items: center;
  gap: 6px;
}
.blog-flex .course-listing-item figure img {
  border-radius: 25px;
  height: 213px;
}
.blog-flex .course-listing-item h4 {
  padding-bottom: 8px;
}
.blog-flex .course-listing-item p {
  padding-bottom: 20px;
}
.blog-flex a.link-curese {
  font-weight: 500;
}
.blog-flex .link-curese img {
  width: 22px;
}
.search-input{
	position: relative;
}
.search-input input{
	padding: 25px 40px 25px 25px;
	border: 1px solid rgb(209, 211, 217);
	border-radius: 10px;
	width: 100%;
	color: rgb(104, 104, 104);
	font-size: 18px;
	line-height: normal;
}

.search-input img{
	 max-width: 26px;
	 position: absolute;
	 right: 25px;
	 top: 50%;
	 bottom: 50%;
	 transform: translateY(-50%);
}

  .blog-right.blog-right h4{
     padding:45px 0 25px;
	 font-size: 24px;
	 line-height: normal;
	 font-weight: 500;
  }
  .services-box{
       display: flex;
	   flex-direction: column;
	   gap: 14px;
  }
  .services-box a{
	font-size: 18px;
	line-height: normal;
	letter-spacing: -0.2px;
	border:1px solid  rgb(209, 211, 217);
	border-radius: 10px;
	padding: 28px 35px 24px 24px;
	position: relative;
	display: flex;
	color: #1a1a1a;
  }
  .services-box a:hover::after{
	animation: bounce 0.6s ease;
  }
  .services-box a::after{
	position: absolute;
	content: "";
	right: 24px;
	width: 14px;
	height: 14px;
	background: url("../images/arrow-right-min.png") no-repeat;
	background-size: 14px;
	display: block;
	top: 50%;
	bottom: 50%;
	transform: translateY(-50%);
  }
  .blog-post{
	display: flex;
	flex-direction: column;
	gap: 24px;
  }
  .blog-item>img{
	max-width: 140px;
	width: 100%;
	height: 100px;
	border-radius: 12px;
  }
   .blog-item{
	display: flex;
	align-items: center;
	gap: 15px;
	cursor: pointer;
   }
  .blog-item-right {
   display: flex;
   flex-direction: column;
   gap: 15px;
  }
  .blog-item-right h5{
     font-size: 18px;
	 line-height: 24px;
  }
  .blog-flex .course-listing-item figure img{
	height: 160px;
  }
  .blog-details ul {
	list-style: none;
	padding: 0;
	display: flex;
	flex-direction: column;
	margin: 0;
	padding-bottom: 20px;
  }
  .blog-details ol{
	padding: 0;
	display: flex;
	flex-direction: column;
	margin: 0;
	padding-bottom: 20px;
  }
  .blog-details ul li, .blog-details ol li {
	display: flex;
	gap: 15px;
	align-items: center;
	font-size: 17px;
	line-height: 26px;
  }
  .blog-details ul li::before {
	content: "";
	width: 15px;
	height: 15px;
	background: url("../images/check-min.png") no-repeat;
	background-size: 15px;
	display: inline-block;
	background-position: center;
  }
  .blog-details a {
	font-weight: 600;
	color: #1a1a1a;
	cursor: pointer;
  }
  .blog-details h1, .blog-details h2, .blog-details h3, .blog-details h4, .blog-details h5, .blog-details h6{
   letter-spacing: -0.2px;
   font-weight: 500;
   color: #1a1a1a;
   font-family: "Euclid Circular B";
   padding-top: 10px;
   padding-bottom: 28px;
  }
  .blog-details p{
     padding-bottom: 35px;
	 font-weight: 400;
	 font-size: 17px;
	 line-height: 26px;
	 letter-spacing: -0.2px;
  }
  .blog-details{
    background-color: #fff;
	border-radius: 25px;
	padding: 20px 30px 98px;
  }
  .blog-details .blog-data{
	padding-left: 0;
  }
  .blog-details h1{
	font-size: 42px;
	line-height: normal;
  }
  .blog-details h2{
	font-size: 36px;
	line-height: normal;
  }
  .blog-details h3{
	font-size: 32px;
	line-height: normal;
  }
  .blog-details h4{
	font-size: 28px;
	line-height: normal;
  }
  .blog-details h5{
	font-size: 24px;
	line-height: normal;
  }
  .blog-details h5{
	font-size: 20px;
	line-height: normal;
  }
  .blog-contact{
	padding-top: 60px;
	margin-top: 40px;
	border-top: 1px solid rgba(26, 26, 26,0.2);;
  }
  .blog-contact input[type="submit"]{
     border: 1px solid rgb(209, 211, 217);
	 background-color: rgb(246, 59, 59);
	 border-radius: 10px;
	 letter-spacing: -0.2px;
	 font-size: 22px;
	 line-height: normal;
	 padding:20px 25px;
	 color: #fff;
	 margin-top: 15px;
	 cursor: pointer;
	 transition: background-color 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .blog-contact input[type="submit"]:hover{
     background-color: #1a1a1a;
  }
  .form-row{
	display: flex;
	gap: 28px;
  }
  .form-row .form-control{
	max-width: calc(50% - 14px);
	width: 100%;
	margin-bottom: 25px;
  }

  .blog-contact .form-control input[type="text"],
  .blog-contact .form-control input[type="email"],
  .blog-contact .form-control input[type="number"],
  .blog-contact .form-control select,.blog-contact .form-control textarea{
	 border: 1px solid rgb(209, 211, 217);
	 border-radius: 10px;
	 padding: 25px;
	 font-size: 18px;
	 line-height: normal;
	 color: #1a1a1a;
  }
  .blog-contact .form-control input::placeholder, .blog-contact .form-control textarea::placeholder{
	color: rgb(104, 104, 104);
  }

  .blog-contact .form-control textarea{
	min-height: 156px;
  } 
  .blog-contact h4{
	padding-bottom: 14px;
  }
  .blog-details>img{
    max-height: 460px;
	width: 100%;
	border-radius: 25px;
	margin-bottom: 30px;
	object-fit: cover;
  }
  @keyframes bounce {
	0% {
		right: 24px;
	}
	50% {
		right: 14px;
	}
	100% {
		right: 24px;
	}
  }

/* blog-style-end */
@media only screen and (max-width: 1700px) and (min-width: 1001px) {
  .page-centre {
    max-width: 90.4706vw;
  }
}
@media only screen and (min-width: 1001px) {
  .page-header nav {
    height: auto !important;
  }
  .community-box a {
    max-height: 220px;
  }
}
@media only screen and (max-width: 1550px) and (min-width: 1001px) {
  .case-list {
    max-width: 30.71vw; /* 476px */
  }
  .case-ico {
    max-width: 5vw; /* 100px */
  }
  .case-content p {
    max-width: 10.9vw; /* 200px */
  }
  .why-wrap .m-content-header {
    max-width: 67.74vw; /* 1050px */
  }
  .program-wrap .m-content-header {
    max-width: 53.68vw; /* 832px */
  }
  .course-listing-item {
    max-width: 23.74vw;
  }
  .h-black-box h1 {
    max-width: 70.97vw; /* 1100px */
  }
  .testimonial .m-content-header {
    max-width: 47.74vw; /* 740px */
  }
  .contact-left {
    max-width: 37.48vw; /* 581px */
  }

  .m-content-header h2,
  .blog-list .m-content-header h2 {
    font-size: 4.84vw; /* 75px */
    line-height: 5.16vw; /* 80px */
    padding-bottom: 2.58vw; /* 40px */
  }
  h1 {
    font-size: 4.84vw; /* 75px */
    line-height: 5.16vw; /* 80px */
  }
  .h-black-box-bottom {
    gap: 3.87vw; /* 60px */
  }
  .h-black-box-bottom a {
    font-size: 1.7vw;
    line-height: 2.13vw; /* 33px */
  }
  .m-content-header h5 {
    padding-bottom: 2.19vw; /* 34px */
    font-size: 1.94vw; /* 30px */
  }
  body {
    font-size: 1.42vw; /* 22px */
    line-height: 2.58vw; /* 40px */
  }
  .case-wrap {
    gap: 2.19vw; /* 34px */
    padding-top: 6.45vw; /* 100px */
  }
  .case-content p {
    font-size: 1.7vw;
    line-height: 2vw;
    padding-bottom: 1.94vw; /* 30px */
  }
  .why-left-top {
    top: -16.65vw; /* -258px */
    left: -14.19vw; /* -220px */
  }
  .why-spring {
    top: 40%; /* 40% remains the same */
    left: -13.55vw; /* -210px */
  }
  .why-bottom-left {
    bottom: -3.23vw; /* -50px */
    left: -13.55vw; /* -210px */
  }
  .why-top-right {
    top: -6.45vw; /* -100px */
    right: -6.45vw; /* -100px */
  }
  .why-right-bottom {
    bottom: -6.45vw; /* -100px */
    right: -13.55vw; /* -210px */
  }
  .testimonial .why-left-top {
    top: 1.29vw; /* 20px */
    left: -16.13vw; /* -250px */
  }
  .testimonial .why-top-right {
    top: 7.74vw; /* 120px */
    right: -14.13vw; /* -219px */
  }
  .testimonial .why-right-bottom {
    bottom: 1.29vw; /* 20px */
    right: -18.06vw; /* -280px */
  }
  .testimonial .why-bottom-left {
    left: -14.84vw; /* -230px */
    bottom: 1.29vw; /* 20px */
  }
  .curese-listing-wrap {
    gap: 1.68vw; /* 26px */
    padding: 0 4.52vw 2.26vw 4.52vw; /* 0 70px 35px 70px */
  }
  .course-listing-item h4 {
    font-size: 1.55vw; /* 24px */
  }
  .h-courses .btn-explore {
    margin-top: 3.23vw; /* 50px */
  }
  .btn-explore {
    min-height: 4.26vw; /* 66px */
    font-size: 1.61vw; /* 25px */
  }
  h3 {
    font-size: 3.23vw; /* 50px */
    line-height: 3.87vw; /* 60px */
  }
  .news-flex {
    padding: 6.06vw 6.06vw 6.06vw 8.65vw; /* 94px 94px 94px 134px */
    gap: 6.68vw;
  }
  .contact-text-bottom a {
    font-size: 3.69vw; /* 65px */
  }
  .contact-text-bottom p span {
    font-size: 2vw;
  }
  .contact-box {
    gap: 6.45vw; /* 100px */
    padding: 6.45vw; /* 100px */
  }
  .h-courses-wrap a {
    padding: 1.94vw 2.58vw; /* 30px 40px */
    gap: 1.61vw; /* 25px */
    font-size: 1.42vw; /* 22px */
    line-height: 2.19vw; /* 34px */
  }
  .h-courses-wrap a span:first-child img {
    width: 3.23vw; /* 50px */
    height: 3.23vw; /* 50px */
  }
  .h-courses-wrap a span:nth-child(2) img {
    width: 1.29vw; /* 20px */
  }
  .subscribe-btn input[type="submit"] {
    font-size: 1.31vw; /* 20.33px */
    border-radius: 2.19vw; /* 34px */
  }
  .subscribe-btn {
    border-radius: 2.84vw; /* 44px */
    gap: 0.65vw; /* 10px */
    padding: 0.65vw 0.97vw 0.65vw 0.97vw; /* 10px 15px 10px 15px */
  }
  .subscribe-btn input[type="email"] {
    font-size: 1.29vw; /* 20px */
  }
  .course-listing-item figure {
    padding-bottom: 1.94vw; /* 30px */
  }
  .course-listing-item p {
    padding: 0 0.97vw 1.94vw 0.97vw; /* 0 15px 30px 15px */
  }
  .course-listing-item figure img {
    height: 12.26vw; /* 190px */
  }

  .page-header ul,
  .header-call a {
    font-size: 1.4vw;
  }
  .content-flex {
    gap: 4.84vw;
  }

  .content-flex .text-area {
    max-width: 44.13vw;
  }

  .image-area {
    max-width: 47.48vw;
  }

  .text-area p {
    font-size: 1.29vw;
    line-height: 2.26vw;
    padding-bottom: 2.58vw;
  }

  .text-area ul li {
    gap: 1.68vw;
  }

  .text-area h5 {
    font-size: 1.94vw;
    line-height: 2.58vw;
    padding-bottom: 2.58vw;
  }

  .text-area h6 {
    font-size: 1.55vw;
    padding-bottom: 2.58vw;
  }

  .text-area h4 {
    font-size: 3.23vw;
    line-height: 3.16vw;
    padding-bottom: 2.58vw;
  }

  .about .m-content-header h2 {
    max-width: 45.16vw;
    font-size: 3.87vw;
    line-height: 4.52vw;
    padding-bottom: 3.87vw;
  }

  .about-boxes {
    margin-bottom: 6.45vw;
    gap: 1.94vw;
  }

  .about-box-item {
    width: 23.87vw;
    padding: 3.87vw 1.94vw;
    gap: 2.58vw;
  }

  .about-box-item:nth-child(3) {
    width: 45.16vw;
  }

  .about-box-item h4 {
    font-size: 3.23vw;
    line-height: 3.16vw;
  }

  .counter .m-content-header h2 {
    padding-bottom: 5.16vw;
  }

  .about-program-wrap .m-content-header h2 {
    max-width: 45.16vw;
    font-size: 3.87vw;
    line-height: 4.52vw;
    padding-bottom: 4.19vw;
  }

  .contact-box-c {
    padding-bottom: 4.39vw;
  }

  .contact-box-c .contact-box {
    padding: 1.871vw 2.5806vw 3.2258vw;
    gap: 4.77vw;
  }

  .contact-box-flex {
    gap: 6.45vw;
  }

  .address-flex {
    max-width: 77.61vw;
    margin-top: 2.9vw;
    gap: 1.29vw;
  }

  .address-item {
    gap: 1.29vw;
    max-width: 22.58vw;
  }

  .address-item img {
    width: 5.81vw;
    height: 5.81vw;
  }

  .address-item h5 {
    font-size: 1.61vw;
  }

  .address-item p {
    font-size: 1.29vw;
    line-height: 1.94vw;
  }

  .address-item:nth-child(2) a {
    font-size: 1.61vw;
  }

  .panel h5 {
    font-size: 1.49vw;
  }

  .panel h5::after {
    background-size: 1.29vw;
  }

  .faq-tab {
    margin-top: 5.16vw;
  }

  .faq .m-content-header h2,
  .course-detail .m-content-header h2 {
    font-size: 3.87vw;
    line-height: 3.87vw;
  }

  .panel p {
    font-size: 1.39vw;
    line-height: 2.19vw;
  }

  .panel {
    gap: 8.39vw;
  }

  .panel-left {
    max-width: 55.23vw;
  }

  .row {
    gap: 3.23vw;
  }

  .col-left {
    max-width: 56.77vw;
  }

  .course-area {
    gap: 1.61vw;
  }

  .course-area .faq-tab {
    max-width: 62vw;
  }

  .course-data {
    border-radius: 2.13vw;
    padding: 3.87vw 2.9vw;
  }

  .course-area h4 {
    font-size: 1.48vw;
    padding-bottom: 1.61vw;
  }
  .course-area h5 {
    font-size: 1.28vw;
    padding-bottom: 1.61vw;
  }
  .course-area h6 {
    font-size: 1.18vw;
    padding-bottom: 1.61vw;
  }
  .course-area h6 {
    line-height: normal;
  }

  .course-area p {
    font-size: 1.16vw;
    line-height: 1.94vw;
    padding-bottom: 1.48vw;
  }

  .course-data-item h5 img,
  .course-area ul.tabs li a img {
    width: 1.48vw;
    height: 1.48vw;
  }

  .technologies .m-content-header {
    max-width: 63.23vw;
  }

  .technologies .m-content-header h2 {
    font-size: 3.87vw;
    line-height: 4.52vw;
    padding-bottom: 1.94vw;
  }
  .text-area h2,
  .course-area h2 {
    font-size: 3.57vw;
    line-height: 3.87vw;
    padding-bottom: 1.94vw;
  }
  .text-area h1,
  .course-area h1 {
    font-size: 4.84vw;
    line-height: 5.16vw;
    padding-bottom: 1.94vw;
  }
  .text-area h3,
  .course-area h3 {
    font-size: 4vw;
    line-height: 4.5vw;
    padding-bottom: 1.94vw;
  }
  .technologies .m-content-header p {
    font-size: 1.42vw;
    line-height: 2.58vw;
    padding-bottom: 3.48vw;
  }

  .about-box-item p {
    font-size: 1.42vw;
    line-height: 2.18vw;
  }
  .counter-flex {
    gap: 9.0323vw;
  }
  .social {
    gap: 2.5581vw;
  }
  footer nav ul {
    gap: 2.2581vw;
  }
  footer nav ul a {
    font-size: 1.4903vw;
  }
  .internship {
    padding-top: 5.8065vw;
    padding-bottom: 4.4516vw;
  }
  ul.tabs li a {
    border-radius: 2.129vw;
    font-size: 1.4194vw;
  }
  .page-header ul {
    gap: 2.2581vw;
  }
  .course-area .panel ul,
  .course-area .panel ol {
    font-size: 1.1613vw;
    line-height: 1.8065vw;
  }
  .panelContainer {
    border-radius: 2.13vw;
    padding: 3.87vw 2.9vw;
  }
  .testimonial-item P {
    padding-bottom: 3.871vw;
    font-size: 1.4194vw;
    line-height: 2.129vw;
  }
  .course-data-item h5 {
    padding-bottom: 0;
  }
  ul.tabs {
    gap: 1vw;
  }
  ul.tabs li.active {
    padding: 1vw 2.1258vw 0;
  }
  .course-area ul.tabs li a {
    z-index: 1;
    position: relative;
  }
  .logo-section {
    padding-bottom: 2.0645vw;
  }
  .page-header section {
    min-height: 10.4516vw;
  }
  header .current-menu-item a::after {
    bottom: -4.19vw;
  }
  .why-wrap .m-content-header P {
    z-index: 1;
    position: relative;
  }
  .why-wrap .m-content-header img {
    max-width: 12vw;
  }
  .form-control {
    margin-bottom: 1.9355vw;
  }
  .form-control input[type="text"],
  .form-control input[type="email"],
  .form-control input[type="number"],
  .form-control select,.form-control textarea {
    padding: 1.4839vw 0;
  }
  .floating-img {
    right: 8.3871vw;
    max-width: 8vw;
  }
  .contact-text-bottom {
    margin-top: 4.6875vw;
  }
  .home-about {
    padding-top: 6.45vw;
    padding-bottom: 5.55vw;
  }
  .case-wrap {
    padding-top: 6.45vw;
  }
  .why-wrap {
    padding-bottom: 9.68vw;
    padding-top: 9.42vw;
  }
  .program-wrap .m-content-header {
    padding: 6.13vw 0 0;
  }
  .h-courses {
    padding-top: 6.45vw;
    padding-bottom: 7.74vw;
  }
  .contact-box-c {
    padding-bottom: 4.39vw;
  }
  .community {
    padding-top: 6.13vw;
    padding-bottom: 2.9vw;
  }
  .about {
    padding-top: 6.13vw;
    padding-bottom: 6.45vw;
  }
  .about-boxes {
    margin-bottom: 6.45vw;
  }
  .counter {
    padding-bottom: 6.45vw;
  }
  .about-program-wrap {
    padding-top: 6.45vw;
    padding-bottom: 6.45vw;
  }
  .course-detail {
    padding-top: 6.13vw;
    padding-bottom: 7.42vw;
  }
  .course-area {
    padding-bottom: 7.74vw;
  }
  .faq {
    padding-top: 6.13vw;
    padding-bottom: 5.16vw;
  }
  .internship {
    padding-top: 5.81vw;
    padding-bottom: 3.87vw;
  }
  .contact-c {
    padding-top: 5.81vw;
    padding-bottom: 5.81vw;
  }
  .community-box {
    margin-top: 4.8387vw;
  }
  .banner-two {
    gap: 6.45vw;
    padding: 3.35vw 6.45vw;
    padding-bottom: 0;
  }
  .banner-left {
    gap: 2.06vw;
    max-width: 38.26vw;
    padding-bottom: 3.35vw;
  }
  .banner-two h1 {
    font-size: 4.19vw;
    line-height: 4.32vw;
  }
  .btn-white {
    font-size: 1.29vw;
    line-height: normal;
  }
  .banner-left p {
    font-size: 1.61vw;
    line-height: 2.06vw;
  }
  .banner-two > img {
    width: 6.45vw;
    height: 5.81vw;
    top: 4.45vw;
    left: 0.77vw;
  }
  .contact-left .m-content-header h2 {
    font-size: 3.14vw;
    line-height: 3.36vw;
  }
  .blog-list {
	padding-top: 4.06vw;
	padding-bottom: 3.87vw;
  }
  .blog-list .m-content-header h5 {
	padding-bottom: 0.97vw;
  }
  .blog-list .m-content-header h2 {
	font-size: 3.87vw;
	line-height: 4.19vw;
  }
  .blog-flex {
	gap: 2.26vw;
  }
  .blog-left {
	max-width: 63.55vw;
  }
  .blog-right {
	max-width: 30.77vw;
	padding: 2.9vw 2.77vw 3.87vw 2.77vw;
	border-radius: 1.61vw;
  }
  .blog-flex .curese-listing-wrap {
	gap: 2.26vw;
  }
  .blog-flex .course-listing-item {
	max-width: calc(50% - 1.13vw);
	border-radius: 1.61vw;
  }
  .blog-data {
	padding: 0 0.97vw 1.29vw 0.97vw;
  }
  .blog-flex .course-listing-item figure img {
	border-radius: 1.61vw;
	height: 13.74vw;
  }
  .blog-flex .course-listing-item p {
	padding-bottom: 1.29vw;
  }
  .blog-flex .link-curese img {
	width: 1.42vw;
  }
  .search-input input{
	padding: 1.61vw 2.58vw 1.61vw 1.61vw;
	font-size: 1.16vw;
  }
  .search-input img{
	max-width: 1.68vw;
	right: 1.61vw;
  }
  .blog-right.blog-right h4{
	padding: 2.9vw 0 1.61vw;
	font-size: 1.55vw;
  }
  .services-box a{
	font-size: 1.16vw;
	padding: 1.81vw 2.26vw 1.55vw 1.55vw;
  }
  .blog-post {
	gap: 1.55vw;
  }
  .blog-item>img {
	max-width: 9.03vw;
	height: 6.45vw;
	border-radius: 0.77vw;
  }
  .blog-item-right h5 {
	font-size: 1.16vw;
	line-height: 1.55vw;
  }
  .blog-details h1, .blog-details h2, .blog-details h3, .blog-details h4, .blog-details h5, .blog-details h6 {
	padding-top: 0.65vw;
	padding-bottom: 1.81vw;
  }
  .blog-details {
	border-radius: 1.61vw;
	padding: 1.29vw 1.94vw 6.32vw;
  }
  .blog-details p {
	padding-bottom: 2.26vw;
  }
  .blog-details h1 {
	font-size: 2.71vw;
  }
  .blog-details h2 {
	font-size: 2.32vw;
  }
  .blog-details h3 {
	font-size: 2.06vw;
  }
  .blog-details h4 {
	font-size: 1.81vw;
  }
  .blog-details h5 {
	font-size: 1.55vw;
  }
  .blog-details h6 {
	font-size: 1.29vw;
  }
  .blog-contact {
	padding-top: 3.87vw;
	margin-top: 2.58vw;
  }
  .form-row {
	display: flex;
	gap: 1.81vw;
  }
  .form-row .form-control {
	max-width: calc(50% - 0.9vw);
	margin-bottom: 1.61vw;
  }
  .blog-contact .form-control textarea {
	min-height: 10.06vw;
  }
  .blog-contact h4 {
	padding-bottom: 0.9vw;
  }
  .blog-details>img {
	max-height: 29.68vw;
	border-radius: 1.61vw;
	margin-bottom: 1.94vw;
  }
  .blog-contact input[type="submit"]{
	font-size: 1.42vw;
	padding: 1.29vw 1.61vw;
  }
  
  .blog-contact .form-control input[type="text"], .blog-contact .form-control input[type="email"], .blog-contact .form-control input[type="number"], .blog-contact .form-control select, .blog-contact .form-control textarea{
	padding: 1.61vw;
	font-size: 1.16vw;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 1001px) {
  ul.tabs li.active::before {
    width: 3vw;
    height: 2.5vw;
    background-size: 3vw;
    left: -2.7vw;
  }
  ul.tabs li.active::after {
    width: 3vw;
    height: 2.5vw;
    background-size: 3vw;
    right: -3vw;
    bottom: -1px;
  }
  .footer-bottom p {
    font-size: 15px;
  }
  .text-area ul li::before {
    background-size: 15px;
  }
}
@media only screen and (max-width: 1000px) {
  .page-header nav {
    display: none;
  }
  .mobile-menu {
    display: block !important;
  }
  .logo-section {
    padding-bottom: 0;
  }
  .page-header section {
    min-height: 100px;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 1px solid #d0d0d0;
  }
  .menu-active .page-header {
    background-color: #fff;
  }
  .menu-active .page-header nav {
    display: block !important;
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 12;
    background: #fff;
    overflow: auto;
    padding: 30px 0;
  }
  .menu-active {
    overflow: hidden;
  }
  footer nav ul,
  .footer-top {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .menu-active .page-header nav ul li {
    text-align: center;
    width: 100%;
    position: relative;
  }
  .logo-section a img {
    height: 80px;
    object-fit: contain;
    width: 120px;
  }
  .floating-img {
    right: -9%;
    width: 30%;
  }

  .menu-active .page-header nav ul li::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-bottom: 1px dashed #bfbfbf;
    left: 0;
    bottom: -15px;
  }
  .h-black-box-top > img {
    width: 100%;
  }
  .menu-active .page-header nav ul li:last-child::after {
    display: none;
  }
  .contact-left,
  .contact-right {
    max-width: 100%;
  }
  .page-header nav a {
    padding: 0 20px;
    cursor: pointer;
    z-index: 1;
    position: relative;
  }
  .header-call a {
    padding: 5px 20px;
    border-radius: 24px;
    font-size: 16px;
    white-space: nowrap;
  }
  .menu-active .page-header nav ul {
    flex-direction: column;
    gap: 30px;
    align-items: center;
    justify-content: flex-start;
  }
  .menu-active .page-header {
    position: relative;
  }
  .menu-toggle {
    position: relative;
    cursor: pointer;
    z-index: 2;
    display: block;
    width: 24px;
    height: 24px;
  }
  .menu-toggle span {
    position: relative;
    top: 50%;
    bottom: 50%;
    transform: translateY(-50%);
    transition-duration: 0s;
    transition-delay: 0.2s;
    transition: background-color 0.3s;
  }
  .menu-toggle span:before,
  .menu-toggle span:after {
    position: absolute;
    content: "";
    right: 0;
  }

  .menu-toggle span,
  .menu-toggle span:before,
  .menu-toggle span:after {
    width: 28px;
    height: 2px;
    background-color: #000;
    display: block;
    opacity: 1;
    border-radius: 5px;
  }

  .menu-toggle span:before {
    margin-top: 8px;
    transition-property: margin, transform;
    transition-duration: 0.2s;
    transition-delay: 0.2s, 0;
  }

  .menu-toggle span:after {
    margin-top: -8px;
    transition-property: margin, transform;
    transition-duration: 0.2s;
    transition-delay: 0.2s, 0;
  }

  .menu-toggle-active span {
    background-color: rgba(0, 0, 0, 0);
    transition: 0.3s background-color;
  }

  .menu-toggle-active span:before {
    margin-top: 0;
    transform: rotate(45deg);
    transition-delay: 0, 0.2s;
  }

  .menu-toggle-active span:after {
    margin-top: 0;
    transform: rotate(-45deg);
    transition-delay: 0, 0.2s;
  }
  body {
    font-size: 18px;
    line-height: 27px;
  }
  .h-black-box h1 span,
  .news-left h3 span {
    background-size: 80px;
    background-position: bottom center;
  }
  h1,
  .text-area h1,
  .course-area h1,
  .course-area h1 {
    font-size: 40px;
    line-height: 45px;
  }
  h2,
  .m-content-header h2,
  .about .m-content-header h2,
  .about-program-wrap .m-content-header h2,
  .text-area h2,
  .faq .m-content-header h2,
  .course-detail .m-content-header h2,
  .technologies .m-content-header h2,
  .course-area h2,
  .blog-list .m-content-header h2 {
    font-size: 35px;
    line-height: 40px;
    padding-bottom: 30px;
  }
  h3,
  .m-content-header h3,
  .text-area h3,
  .course-area h3 {
    font-size: 30px;
    line-height: 35px;
    padding-bottom: 20px;
  }
  h4,
  .text-area h4,
  .course-area h4 {
    font-size: 25px;
    line-height: 30px;
  }
  h5,
  .m-content-header h5,
  .text-area h5,
  .course-area h5 {
    font-size: 20px;
    line-height: normal;
    padding-bottom: 10px;
  }
  h6,
  .text-area h6,
  .course-area h6 {
    font-size: 19px;
    line-height: 24px;
  }
  .why-wrap img {
    display: none;
  }
  .h-black-box {
    border-radius: 23px;
    padding-top: 30px;
  }
  .h-black-box h1 {
    padding: 0 10px;
    margin-bottom: 30px;
  }
  .h-black-box-bottom {
    margin: 0;
    rotate: 0deg;
    width: 100%;
    padding: 15px 20px;
    flex-wrap: wrap;
    gap: 15px;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    margin-top: 70px;
    position: relative;
  }
  .h-black-box-bottom::before {
    content: "";
    width: 110%;
    height: 9vw;
    background: #e3ff75;
    position: absolute;
    top: -3vw;
    left: -5%;
    rotate: 3deg;
  }
  .h-black-box-bottom::after {
    content: "";
    width: 110%;
    height: 9vw;
    background: #e3ff75;
    position: absolute;
    bottom: -3vw;
    left: -5%;
    rotate: 3deg;
  }
  .home-banner.page-centre {
    margin-top: 20px;
  }
  .floating-img img {
    max-width: 50%;
    object-fit: contain;
  }
  .h-black-box-top {
    padding: 0;
  }
  .h-black-box-bottom a {
    font-size: 22px;
    line-height: normal;
    position: relative;
    z-index: 1;
  }
  .h-black-box-bottom a::after {
    display: none;
  }
  .case-wrap {
    padding-top: 40px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .news-flex {
    flex-direction: column;
    padding: 40px 15px;
    border-radius: 23px;
    background-image: none;
    gap: 15px;
  }
  .contact-box {
    flex-direction: column;
    padding: 60px 20px;
    border-radius: 0;
    gap: 20px;
  }
  .case-list figure {
    padding-bottom: 20px;
  }
  .case-list figure img {
    height: 200px;
    width: 100%;
  }
  .case-ico {
    max-width: 80px;
  }
  .case-content {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .case-content p {
    max-width: 100%;
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 10px;
  }
  .case-list {
    padding-bottom: 30px;
    max-width: 350px;
  }
  .home-about,
  .h-courses {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .why-wrap {
    padding-top: 0;
    padding-bottom: 60px;
  }
  .btn-case {
    min-height: 58px;
    padding: 20px 23px;
    font-size: 21px;
    line-height: normal;
    margin-bottom: 20px;
  }
  .btn-case img {
    max-width: 30px;
  }
  .why-wrap .m-content-header P {
    padding-bottom: 30px;
  }
  .btn-explore {
    border-radius: 24px;
    min-height: 55px;
    gap: 20px;
    font-size: 22px;
    line-height: normal;
  }
  .program-wrap {
    margin: 0 -20px;
    border-radius: 0;
    padding: 60px 20px 60px;
  }
  .program-wrap .m-content-header {
    padding: 0;
  }
  .curese-listing-wrap {
    padding: 0;
  }
  .course-listing-item figure {
    padding-bottom: 20px;
  }
  .course-listing-item h4,
  .course-listing-item p {
    padding: 0 0 20px;
  }
  a.link-curese {
    padding: 0;
    font-size: 18px;
  }
  .link-curese img {
    width: 16px;
  }
  .course-listing-item h4 {
    font-size: 23px;
    line-height: normal;
  }
  .btn-see-all {
    margin-top: 30px;
  }
  .h-courses-wrap {
    gap: 15px;
    margin-top: 0;
  }
  .h-courses-wrap a {
    padding: 12px 15px;
    gap: 10px;
    font-size: 16px;
    line-height: normal;
  }
  .h-courses-wrap a span:first-child img {
    width: 25px;
    height: 25px;
  }
  .h-courses-wrap a span:nth-child(2) img {
    width: 17px;
  }
  .h-courses .btn-explore {
    margin-top: 30px;
  }

  .news-left,
  .news-right {
    max-width: 100%;
  }
  .subscribe-btn {
    border-radius: 13px;
    padding: 20px 10px;
    flex-direction: column;
    gap: 20px;
  }
  .subscribe-btn input[type="email"] {
    font-size: 17px;
    padding: 15px;
    border: 1px solid #c7c7c7;
    border-radius: 13px;
    text-align: center;
  }
  .subscribe-btn input[type="submit"] {
    border-radius: 13px;
    font-size: 18.33px;
    padding: 15px;
  }
  .testimonial .m-content-header {
    max-width: 100%;
  }
  .testimonial {
    padding-top: 60px;
  }
  .testimonial-item P {
    font-size: 18px;
    line-height: 27px;
  }
  .contact-area.page-centre {
    padding: 0;
  }
  .m-content-header h2 img {
    max-width: 30px;
  }
  .contact-left .m-content-header h5 {
    padding-bottom: 15px;
  }
  .contact-text-bottom p {
    margin-bottom: 20px;
  }
  .contact-text-bottom p span {
    font-size: inherit;
  }
  .contact-text-bottom a {
    font-size: 40px;
  }
  .form-control input[type="text"],
  .form-control input[type="email"],
  .form-control input[type="number"],.form-control textarea,
  .form-control select {
    padding: 15px 0;
  }
  .form-control {
    margin-bottom: 20px;
  }
  .form-control > label {
    margin-bottom: 15px;
  }
  .optnHolder {
    margin-bottom: 30px;
  }
  .community {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .community-box {
    max-width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .community-box a img {
    height: 180px;
    object-fit: cover;
    width: 100%;
  }
  .community-box a {
    display: flex;
    max-width: 49%;
    width: 100%;
  }
  .contact-right input[type="submit"] {
    padding: 15px;
    border-radius: 13px;
  }
  .social {
    gap: 20px;
  }
  footer nav ul {
    gap: 20px;
  }
  footer {
    padding-top: 30px !important;
    padding-bottom: 60px !important;
    /* border-top: 1px solid #d0d0d0; */
    background-color: #fff;
  }
  .current-menu-item a {
    color: #f63b3b !important;
  }
  .current-menu-item a:after {
    display: none;
  }
  .footer-bottom {
    margin-top: 20px;
  }
  .about {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .content-flex {
    flex-direction: column;
    gap: 20px;
  }
  .text-area p {
    font-size: 18px;
    line-height: 27px;
    padding-bottom: 20px;
  }
  .text-area ul li {
    gap: 15px;
  }
  .text-area ul li::before {
    width: 16px;
    height: 16px;
    background-size: 16px;
  }
  .about-boxes {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 60px;
  }
  .about-box-item {
    width: 100% !important;
    padding: 40px 20px;
    gap: 20px;
    border-radius: 13px;
  }
  .about-box-item h5 {
    padding-bottom: 0;
    font-size: 20px;
    line-height: normal;
  }
  a.about-box-item h5::after {
    width: 16px;
    height: 16px;
    background-size: 16px;
  }
  .about-box-item h4 {
    font-size: 33px;
    line-height: 37px;
  }
  .counter {
    padding-bottom: 60px;
  }
  .counter .m-content-header h2 {
    padding-bottom: 40px;
  }
  .counter-flex {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
  .counter-item h3 {
    padding-bottom: 0;
  }
  .about-program-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .about-program-wrap .curese-listing-wrap .course-listing-item {
    max-width: 350px;
  }
  .curese-listing-wrap {
    gap: 20px;
  }
  .internship {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .text-area h4 {
    padding-bottom: 20px;
  }
  .text-area h6 {
    padding-bottom: 15px;
  }
  .content-flex .text-area {
    max-width: 100%;
  }
  .course-detail {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .course-detail .text-area {
    margin-top: 15px;
  }
  .row {
    flex-direction: column;
    gap: 30px;
  }
  .col-left,
  .col-right {
    max-width: 100%;
  }
  .technologies .m-content-header p {
    padding-bottom: 30px;
    font-size: 18px;
    line-height: 27px;
  }
  .tools-row div {
    max-width: 155px;
    border-radius: 13px;
    padding: 15px;
  }
  .tools-row div img {
    width: 135px;
    height: 40px;
  }
  .course-area {
    padding-bottom: 60px;
    flex-direction: column;
  }
  ul.tabs li.active::before,
  ul.tabs li::before,
  ul.tabs li::after,
  ul.tabs li.active::after {
    display: none;
  }
  ul.tabs li.active {
    padding: 0;
  }
  ul.tabs {
    gap: 20px;
    flex-wrap: wrap;
    background: #fff;
    padding: 30px 15px;
    border-radius: 13px;
    margin-bottom: 20px;
    justify-content: center;
  }
  .panelContainer,
  .course-data {
    border-radius: 13px;
    padding: 30px 20px;
  }
  .course-data {
    margin-top: 0 !important;
  }
  .course-data-item h5 {
    gap: 10px;
  }
  .course-area p,
  .course-area .panel ul,
  .course-area .panel ol {
    font-size: 18px;
    line-height: 27px;
  }
  .course-area .course-data-item h5 {
    font-size: 16px;
    line-height: normal;
    padding-bottom: 0;
  }

  .course-data {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .faq {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .faq-tab {
    margin-top: 0;
  }
  .panel-left,
  .panel-right {
    max-width: 100%;
  }
  .panel {
    flex-direction: column;
    gap: 20px;
  }
  .panel-item h5 {
    padding: 15px 30px 15px 0;
    font-size: 19px;
    line-height: normal;
  }
  .panel p {
    font-size: 18px;
    line-height: 27px;
  }
  ul.tabs li a {
    text-align: center;
    border-radius: 13px;
    font-size: 20px;
    padding: 7px 25px;
  }
  .contact-c {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .address-flex {
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
  .address-item img {
    width: 60px;
    height: 60px;
  }
  .address-item p {
    font-size: 18px;
    line-height: 27px;
  }
  .address-item h5 {
    font-size: 22px;
  }
  .address-item {
    gap: 10px;
  }
  .contact-box-c {
    padding: 0;
  }
  .contact-box-c .contact-box {
    padding: 40px 20px;
    gap: 30px;
  }
  .contact-box-flex {
    gap: 30px;
    flex-direction: column;
  }
  .course-listing-item {
    max-width: 350px;
  }
  .mobile-hide {
    display: none !important;
  }
  .mobile-show {
    display: flex !important;
  }
  .panel-right {
    display: none;
  }
  .header-call {
    margin-right: 50px;
  }
  .mobile-menu {
    position: absolute;
    right: 24px;
  }
  .image-area figure img {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .about-box-item p {
    font-size: 18px;
    line-height: 27px;
  }
  .case-wrap > div:nth-child(2) {
    order: 1;
  }
  .case-wrap > div:nth-child(1) {
    order: 2;
  }
  .case-wrap > div:nth-child(3) {
    order: 3;
  }
  .case-ico {
    display: none;
  }
  .contact-text-bottom {
    margin-top: 0;
  }
  .community-box a:last-child {
    display: none;
  }
  .community-box a:nth-child(1) img {
    border-top-left-radius: 13px;
  }
  .community-box a:nth-child(2) img {
    border-top-right-radius: 13px;
  }
  .community-box a:nth-child(5) img {
    border-bottom-left-radius: 13px;
  }
  .community-box a:nth-child(6) img {
    border-bottom-right-radius: 13px;
  }

  .close_wrapper {
    right: 9px;
    top: 5px;
  }
  .course-apply .contact-box {
    padding: 20px !important;
    margin: 0 !important;
    border-radius: 13px !important;
  }
  .banner-two h1 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 0;
    padding: 0;
    text-align: center;
  }
  .banner-left,
  .banner-right {
    max-width: 100%;
  }
  .banner-two {
    flex-direction: column;
    gap: 25px;
    padding: 0;
    padding-bottom: 0;
    padding-top: 40px;
  }
  .banner-two > img {
    display: none;
  }
  .banner-left {
    padding: 0 20px;
    text-align: center;
    align-items: center;
    padding-bottom: 0;
  }
  .banner-left p {
    font-size: 18px;
    line-height: 24px;
  }
  .btn-white {
    font-size: 18px;
  }
  .contact-left .m-content-header h2 {
    font-size: 40px;
    line-height: 45px;
  }
  .text-area thead {
    display: none;
  }
  .text-area tbody label {
    display: block !important;
    font-weight: 600;
    max-width: 120px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
  }
  .text-area tbody tr {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .text-area tbody tr td {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    padding: 14px;
    text-align: left;
    font-size: 15px;
    line-height: normal;
  }
  .internship .text-area ul li {
    flex-wrap: wrap;
    gap: 3px;
    padding-bottom: 7px;
  }
  .news-left {
    text-align: center;
    gap: 15px;
  }
  .news-left h5 {
    font-size: 16px;
  }
  .subscribe-btnv2 {
    max-width: 300px;
    margin: 0 auto;
    padding: 10px 20px;
  }
  .course-data {
    max-width: 100%;
  }
  .blog-list .m-content-header h5{
	padding-bottom: 10px;
  }
  .blog-flex{
	flex-direction: column;
	gap: 25px;
  }
  .blog-right{
	margin: 0 auto;
	max-width: 100%;
  }
  .blog-data{
	padding: 0;
	padding-bottom: 15px;
  }

  .blog-flex .curese-listing-wrap{
	gap: 15px;
  }
  .blog-flex .link-curese img{
	width: 18px;
  }
  .blog-flex .course-listing-item {
	max-width: calc(50% - 7.5px);
  }
  .blog-flex .course-listing-item figure img,.blog-flex .course-listing-item,.blog-right{
	border-radius: 13px;
  }
  .blog-list {
	padding-top: 35px;
	padding-bottom: 40px;
  }
  .blog-right{
	padding:35px 20px;
  }
  .search-input input{
	padding: 20px 40px 20px 15px;
  }
  .search-input img {
	right: 20px;
  }
  .blog-right.blog-right h4 {
	padding: 25px 0 20px;
	font-size: 22px;
  }
  .services-box a{
	font-size: 16px;
	padding: 20px 32px 20px 15px;
  }
  .blog-left{
	max-width: 100%;
  }
  .blog-details > img{
	max-height: 300px;
	border-radius: 13px;
	margin-bottom: 15px;
  }
  .blog-details h1, .blog-details h2, .blog-details h3, .blog-details h4, .blog-details h5, .blog-details h6{
	padding-bottom: 15px;
  }
  .blog-details p{
	padding-bottom: 15px;
	font-size: 16px;
	line-height: 22px;
  }
  .blog-details ul li, .blog-details ol li{
	font-size: 16px;
  line-height: 22px;
  }
  .blog-contact {
	padding-top: 20px;
	margin-top: 20px;
  }
  .blog-details {
	border-radius: 13px;
	padding:35px 20px;
  }
  .blog-details h1{
	font-size: 33px;
  }
  .blog-details h2{
	font-size: 30px;
  }
  .blog-details h3{
	font-size: 27px;
  }
  .blog-details h4{
	font-size: 24px;
  }
  .blog-details h5{
	font-size: 21px;
  }
  .blog-details h6{
	font-size: 19px;
  }
  .blog-contact .form-control input[type="text"], .blog-contact .form-control input[type="email"], .blog-contact .form-control input[type="number"], .blog-contact .form-control select, .blog-contact .form-control textarea{
	padding: 15px;
  font-size: 16px;
  }
  .form-row .form-control{
	margin-bottom: 20px;
  }
  .blog-contact input[type="submit"]{
	padding: 15px;
	margin-top: 10px;
	font-size: 19px;
  }
  .blog-contact .form-control textarea {
	min-height: 60px;
  }
}
@media only screen and (max-width: 700px) {
  .community-box a img {
    height: 120px;
  }
  .h-black-box-bottom {
    margin-top: 40px;
    padding-top: 5px;
  }
  .modal-view {
    margin-top: 30vh;
    margin-bottom: 30vh;
    max-height: 40vh;
  }
  .modal-close:before {
    background-size: 25px;
    width: 25px;
    height: 25px;
  }
  .close-btn {
    max-width: 30px;
  }
  .text-area tbody label {
    max-width: 90px;
  }
  .tools-row {
    gap: 19px;
  }
}
@media only screen and (max-width: 800px) {
  .about-program-wrap .curese-listing-wrap .course-listing-item,
  .course-listing-item {
    max-width: 48%;
  }
  .case-wrap > div {
    max-width: 47%;
  }
  .course-listing-item h4 a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .form-row .form-control{
	max-width: 100%;
  }
  .form-row{
	flex-direction: column;
	gap: 0;
  }
}
@media only screen and (max-width: 600px) {
  .about-program-wrap .curese-listing-wrap .course-listing-item,
  .case-wrap > div,
  .course-listing-item {
    max-width: 46%;
  }
  .btn-case {
    padding: 20px 14px;
  }
}
@media only screen and (max-width: 500px) {
  .about-program-wrap .curese-listing-wrap .course-listing-item,
  .case-wrap > div,
  .course-listing-item,.blog-flex .course-listing-item {
    max-width: 100%;
  }
  .btn-case {
    padding: 20px 23px;
  }
  .blog-item-right h5 {
	font-size: 14px;
	line-height: 17px;
  }
  .blog-details > img {
    max-height: 160px;
  }
}
