.rbt-splash-coding-quality-area.rbt-section-gapBottom.tiny {
  /* width: 80%; */
  align-items: center;

  &:before {
    position: absolute;
    left: 0;
    top: 0;
    color: blue;
  }
}

img {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}

.my-slider {
  display: flex;
  position: relative;
}

.slider-item {
  width: 20%;
  padding: 1.5rem 1.5rem;
  position: relative;

  &:before {
    position: absolute;
    left: 0;
    top: 0;
    color: blue;
  }

  &:hover {
    cursor: pointer;
  }
}

.controls {
  position: absolute;
  z-index: 1000;
}

.controls li {
  display: inline-block;
  /* cursor: pointer; */
  /* padding: 10px; */
  /* background-color: rgba(255, 255, 255, 0.5); */
  /* border-radius: 50%; */
}

.controls li i {
  color: #000;
}

/* .controls .prev {
    position: absolute;
    left: 10px; 
    top: 13px;
  }
  
  .controls .next {
    position: absolute;
    right: -9350%;
    top: 13px;
  }
   */

.card1 {
  position: relative;

  &:before {
    position: absolute;
    bottom: 0;
    color: blue;
  }

  p {
    margin: 0;
    padding: 0 .5rem;
  }
}

.active-tag {
  /* border: 1px solid black; */
  text-align: center;
  padding: 1rem 4rem 1rem 4rem;
  background-color: rgba(255, 151, 128, 0.21);
  border-radius: 5px;
  max-width: 220px;
}

.courseButton {
  letter-spacing: .08em;
  padding: .5em;
  max-width: 100%;
  width: 10em;
  color: #eb6333;
  background-color: #fff2ef;
  border: 1px solid #F37053;
  border-radius: 2em;
  cursor: pointer;
  text-align: center;
}

.card-body.tag {
  background-color: rgb(255, 232, 226);
  text-align: center;
  width: 100%;
}

.card-body.view {
  background-color: rgb(255, 255, 255);
}

.card2 {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
  /* display: flex; */
  /* justify-content: center; */
  align-items: center;
}

.card-body2 {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 12px;

}

.card-job {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #FFDBD2;
  /* width: 271px; */
  border-radius: 1.25rem;
  width: 100% !important;
}

.operations {
  color: black;
  font-size: 20px;
  font-weight: 500;
}

.ican {
  color: #F4C42F;
}

.support-cantainer {
  width: 80%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

a.category-button {
  border: 1px solid #DED9D8;
  padding: 1rem;
  border-radius: 12px;
  color: #192335;
  margin-right: 2px;
  text-decoration: none;
}

a.category-button:hover {
  border: 1px solid #F37053;
  color: #F37053;
}

a.category-button:focus {
  color: #F37053;
  border: 1px solid #F37053;
}

.piazzolla-font {
  font-family: 'Piazzolla', serif;
  text-align: center;
  padding-bottom: 3px;
}

.courseButton-a {
  color: #eb6333;
}

.courseButton-a:hover {
  color: #ff7544;
}

.card-body-development {
  padding: 0rem 1rem 1rem 1rem;
}

.slider-item2 {
  width: 20%;
  padding: 1.5rem 1.5rem;
  position: relative;

  &:before {
    position: absolute;
    left: 0;
    top: 0;
    color: blue;
  }

  &:hover {
    cursor: pointer;
  }
}

.px-1.text-dark {
  font-weight: 500;
  font-size: 18px;
}

.pt-2.px-1.d-flex {
  font-family: sans-serif;
}

.offile-btn {
  position: absolute;
  top: 14px;
  background-color: rgb(255 255 255 / 80%);
  border: 1px solid white;
  border-radius: 12px;

  left: 14px;
  padding: 5px 9px 5px 9px;
}

.dot {
  height: 10px;
  width: 10px;

  border-radius: 50%;
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 1px;
}

.my-slider2 {
  display: flex;
  position: relative;
}

.my-slider3 {
  display: flex;
  position: relative;
}

.position-absolute.top-50.start-50.translate-middle {
  width: 63px;
  height: 63px;
  border-radius: 50%;
  background-color: rgb(236 198 148 / 50%);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #FB8501;
  padding: 6px;
}

.position-absolute.top-50.start-50.translate-middle2 {
  width: 63px;
  height: 63px;
  border-radius: 50%;
  background-color: rgb(236 198 148 / 50%);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #F4C42F;
}

.play-button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #FB8501;
  display: flex;
  justify-content: center;
  align-items: center;
}

.play-button2 {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #F4C42F;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-item3 {
  width: 25%;
  padding: 1.5rem 1.5rem;
  position: relative;

  &:before {
    position: absolute;
    left: 0;
    top: 0;
    color: blue;
  }

  &:hover {
    cursor: pointer;
  }
}

.slider-item7 {
  width: 25%;
  padding: 1.5rem 1.5rem;
  position: relative;

  &:before {
    position: absolute;
    left: 0;
    top: 0;
    color: blue;
  }

  &:hover {
    cursor: pointer;
  }
}

.hight-light {
  font-weight: 500;
  color: #000;
  font-size: 16px;
}

a.view-button.mx-2.my-1 {
  border: 1px solid #FFA38E;
  color: #fff;
  background: #FE8065;
  padding: 9px 35px 9px 35px;
  border-radius: 44px;
}

a.view-button.mx-2.my-1:hover {
  background: #ff7051;
}

button.mx-2.my-1 {
  border: 1px solid #FFA38E;
  color: #fff;
  background: #FE8065;
  padding: 9px 35px 9px 35px;
  border-radius: 44px;
}

button.view-button.mx-2.my-1:hover {
  background: #ff7051;
}


.my-slider4 {
  display: flex;
  position: relative;
}

.my-slider5 {
  display: flex;
  position: relative;
}

.my-slider6 .col-md-3 {
  float: none;
  display: inline-block;
}

.my-slider7 {
  display: flex;
  position: relative;
}

.my-slider8 {
  display: flex;
  position: relative;
}

.knowledge-score {
  background: #FBF4EC;
  border-radius: 24px;
  padding: 25px;
}

.knowledge-section {
  border: 2px solid #D6CAC6;
  border-radius: 12px;
  padding: 12px;
  display: flex;
  background: #fff;
}

.knowledge-section:hover {
  border: 2px solid #ff7051;
}

.knowledge-img {
  max-width: 20%;
}

.rounded-lg {
  border-radius: 12px;
}

.knowledge-title {
  font-weight: 500;
  font-size: 18px;
  color: #000;
}

.card-teacher-img {
  background: #F370531A;
  border: 1px solid #F370531a;
  border-radius: 15px;
}

.teacher-card {
  padding: 25px;
  border-radius: 15px;
  background-image: linear-gradient(rgb(255, 255, 255), rgb(254 240 237));
}

img.card-img-top {
  border-radius: 12px;
  width: 100%;
  height: 340px;
  object-fit: cover;
}

.card-experience {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border-radius: .25rem;
  text-align: center;
}

.card.p-4 {
  border-radius: 12px;
  margin-bottom: 15px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.slider-item-student {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff61;
  background-clip: border-box;
  margin-right: 2px;
  padding: 5px;
}

.slick-image {
  height: 64px;
  border-radius: 50%;
  width: 19%;
}

footer {
  background: #FFE9C9;
}

.footer-ican {
  border: 1px solid #f4c42f;
  border-radius: 50%;
  background: #FCD250;
  padding: 6px 8px 5px 8px;
}

.a-hover:hover {
  color: #f4ad2f;
}

.icanfooter {
  color: #f37053;
}

.image-container {
  position: relative;
  text-align: center;
}

.image-container img {
  max-width: 80%;
  height: auto;
  border-radius: 24px;
  position: relative;
  z-index: 1;
}

.centered-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 24px;
  z-index: 1;
}

.support-container-about {
  max-width: 80%;
  margin: 0 auto;
}

.support-container-course {
  max-width: 95%;
  margin: 0 auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.image-container2 {
  width: 80%;
  margin: 0 auto;
  background-image: linear-gradient(white, #00879454);
  padding: 12px;
  border-radius: 12px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  color: #008794;
}

.image-container3 {
  width: 80%;
  margin: 0 auto;
  /* background-image: linear-gradient(white, #00879454); */
  padding: 12px;
  border-radius: 12px;
  border-top: 1px solid #008794;
  border-right: 1px solid #008794;
}

.content p {
  font-size: 18px;
  color: #4F4F4F;

}

.card-img {
  position: absolute;
  bottom: -9.5px;
  left: 64px;
  background-color: #FFEDB6;
  padding: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  height: 83%;
  width: 79%;
  border-radius: 23px;
  z-index: 0;
  hadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.border-right {
  border-right: 1px solid;
}

.about-cantent {
  padding: 6px 94px;
}

.about-span {
  font-size: 47px;
  font-weight: 500;
  color: #000;
}

.about-image-radius img {
  border-radius: 12px;
  padding: 7px;
}

.card-about-img {
  border-radius: 12px;
  padding: 0 2px;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2)
}

@media (max-width: 600px) {
  .about-cantent {
    padding: 15px;
  }
}

img.card-img-top1 {
  border-radius: 12px;
  width: 90%;
  height: 340px;
  object-fit: cover;
}

.location-ican {
  border-radius: 50%;
  font-size: 25px;
  background: #ffffff6b;
  color: #000;

}

.address {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}

.row.call-back {
  background: #FFE183;
  border-radius: 12px;
  padding: 41px;
}

.contact-form {
  background: #ffffff;
  border-radius: 19px;
  padding: 21px;
}

.maps {
  border: 1px solid #F37053;
  padding: 16px;
  border-radius: 16px;
}

.blog-img1 {
  position: absolute;
  width: 38%;
  left: 45%;
  /* top: 68%; */
}

.blog-img1 img {
  border-radius: 12px;
}

.blog-img img {
  border-radius: 12px;
}

img.img-fluid.populerblog {
  width: 100%;
  height: 394px;
}

.blog-img {
  position: relative;
  left: 15px;
  top: 60px;
  z-index: 1;
  padding: 12px;
}

.blog-img15 {
  position: relative;
  z-index: 1;
  left: 15px;
  top: 60px;
  padding: 12px;
}

.card-cantent {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: 12px;
  padding: 18px;
  box-shadow: -13px 10px 1px -2px rgb(255 215 95 / 70%), 0 9px 31px -3px rgb(255 245 217);
}

.blog-img img {
  width: 100%;
  height: 50rem;
  object-fit: cover;
  border-radius: 12px;
}

.blog-img {
  /* background-image: linear-gradient(#f3705352, #ffffff); */
  padding: 12px;
  border-radius: 12px;
  /* border-top: 1px solid; */
  /* border-left: 1px solid; */
  color: #F37053;
}

.center-img {
  text-align: center;
  margin-right: 29px;

}

i.fa-solid.fa-angles-right.px-3 {
  color: #F37053;
  padding-top: 6px;
}

.active-hiring-tag {
  position: absolute;
  top: 10px;
  left: 40px;
  background-color: #ffffff30;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  z-index: 1;
}

.apply-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  padding: 20px 25px 20px 25px;
  background: #f9927b69;
  border-radius: 12px;
}

.active-button {
  position: absolute;
  bottom: 10px;
  left: 168px;
  background-color: #ffffff30;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  text-decoration: none;
}

.active-button2 {
  position: absolute;
  bottom: 10px;
  left: 40px;
  background-color: #ffffff30;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  text-decoration: none;
}

.copyright-area.copyright-style-1.ptb--20 {
  background: #F37053;
}


.image-bg-rating {
  background-image: url(../images/banner/rattingbg.png);
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  height: 588px;
}

.button-top-left {
  position: absolute;
  top: 68px;
  padding-left: 34px;
}

.content-below-button {
  position: absolute;
  color: #fff;
  margin-top: 16rem;
  padding-left: 34px;
}

.buttons-below-content {
  position: absolute;
  left: 34px;
  margin-top: 49rem;

}

.ratingiactive-button {
  background-color: #ffffffb0;
  color: white;
  padding: 7px 12px;
  border-radius: 32px;
}

.buttons-below-content a {
  margin-right: 10px;
}

.english {
  font-size: 23px;
  font-weight: 800;
  color: #FB8501;
}

.step {
  font-size: 17px;
  font-weight: 700;
  color: #000;
}

span.text-dark {
  font-weight: 500;
}

.journey {
  color: #F37053;
  font-family: 'Piazzolla', serif;
}

button.off-button {
  border-radius: 23px;
  background: red;
  color: white;
  border: none;
  padding: 5px 10px;
  font-family: sans-serif;
}

.ican-play {
  padding: 31px;
  border: 1px solid #eb63337d;
  color: #EB6333;
  border-radius: 61px;
  font-size: 28px;
}

.spacer {
  margin-right: 10px;
}

.h-font {
  font-family: 'Piazzolla', serif;
}

button.accordion-button.collapsed {
  font-size: 16px;
  font-weight: 600;
  font-family: 'Piazzolla', serif;
  border-radius: 12px;
}

.accordion-item.mb-4 {
  border-radius: 12px;
  border: 1px solid #00000026;
}

.accordion-font {
  font-size: 12px;
  font-weight: 400;
}

.color-ican {
  color: #ffc93a;
}

/* Three column layout */
.side {
  float: left;
  width: 15%;
  margin-top: 10px;
  font-family: 'Piazzolla', serif;
}

.middle {
  margin-top: 10px;
  float: left;
  width: 70%;
}

/* Place text to the right */
.right {
  text-align: right;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* The bar container */
.bar-container {
  width: 100%;
  background-color: #ffd9d96b;
  text-align: center;
  color: white;
  border-radius: 18px;
  height: 13px;
}

/* Individual bars */
.bar-5 {
  width: 84%;
  height: 18px;
  background-color: #9797977a;
  border-radius: 12px;
  height: 13px;
}

.bar-4 {
  width: 18%;
  height: 18px;
  background-color: #9797977a;
  border-radius: 12px;
  height: 13px;
}

.bar-3 {
  width: 8%;
  height: 18px;
  background-color: #9797977a;
  border-radius: 12px;
  height: 13px;
}

.bar-2 {
  width: 4%;
  height: 18px;
  background-color: #9797977a;
  border-radius: 12px;
  height: 13px;
}

.bar-1 {
  width: 2%;
  height: 18px;
  background-color: #9797977a;
  border-radius: 12px;
  height: 13px;
}

/* Responsive layout - make the columns stack on top of each other instead of next to each other */
@media (max-width: 400px) {

  .side,
  .middle {
    width: 100%;
  }

  .right {
    display: none;
  }
}

.rating-box-shaw {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
  padding: 38px;
  border-radius: 12px;
}

.accordion-border {
  border-radius: 12px;
}

@media (max-width: 576px) {
  .navbar {
    min-height: 80px;
  }
}

.nav-logo {
  max-height: 72px;
  object-fit: cover;
}

.navbar {
  max-width: 80%;
  margin: 0 auto;
}

a.request-button {
  border: 1px solid #FFA38E;
  color: #fff;
  background: #FE8065;
  padding: 9px;
  border-radius: 44px;
}

a.nav-link {
  margin-right: 16px;
  color: #4F4F4F;
}

a.request-button:hover {
  color: #ffdede;
}

.nav-link:focus,
.nav-link:hover {
  color: #fe8065;
  border-bottom: 1px solid;
  border-radius: 10px;
}

i.fa-solid.fa-magnifying-glass {
  border: 1px solid;
  padding: 10px 9px 6px 9px;
  border-radius: 12pc;
}

li.nav-item1 {
  margin-top: 18px;
}

button.navbar-toggler {
  color: #ff964c;
  background: blanchedalmond;
  border: 2px solid;
  border-radius: 6px;
}

.about-bg-image {
  background-image: url(../images/banner/about1.png);
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  height: 35vh;
  position: relative;
}

.apply-bg-image {
  background-image: url(../images/banner/call-back.png);
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  height: 35vh;
  position: relative;
}

.course-bg-image {
  background-image: url(../images/banner/Rectangle-320.png);
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  height: 35vh;
  position: relative;
}

.ourcourse-bg-image {
  background-image: url(../images/banner/about.png);
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  height: 35vh;
  position: relative;
}

.teacher-bg-image {
  background-image: url(../images/banner/teacher.png);
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  height: 35vh;
  position: relative;
}

.blog-bg-image {
  background-image: url(../images/banner/bites.png);
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  height: 35vh;
  position: relative;
}

header {
  background-image: url(../images/banner/header-bg.png);
  background-size: cover;
  background-position: center;
  height: 844px;
  position: relative;
}

h1.h-font.text-white.text-center {
  font-size: 69px;
}

a.start-button {
  border: 1px solid #F4C42F;
  padding: 12px 18px;
  border-radius: 53px;
  color: #F4C42F;
}

.service-img {
  border: 1px solid;
  border-radius: 50pc;
  padding: 22px;
}

.custom-row {
  margin-left: 40px;
  margin-right: 39px;
}

.custom-col {
  padding-left: 5px;
  padding-right: 5px;
}

.last-image {
  margin-left: -126px;
}

.another-div-below-image {
  margin-top: 10px;
  color: #000;
  font-weight: 500;
}

.service-img.group-9 {
  border-color: #f37053;
  background: #f0ab9d52;
}

.service-img.group-10 {
  border-color: #ca955a;
  background: #d8ba984f;
}

.service-img.group-11 {
  border-color: #fb8501;
  background: #f2be834a;
}

.service-img.group-12 {
  border-color: #fc4e07;
  background: #f6a38245;
}

.service-img.group-13 {
  border-color: #f4c42f;
  background: #d9de8f47;
}

.service-img.group-14.last-image {
  border-color: #03d34a;
  background: #97eaba2e;
}

.certificate-card {
  position: absolute;
  right: 14%;
  transform: translateY(-101%);
  background-color: #fff;
  padding: 27px;
  border: 1px solid #ccc;
  border-radius: 24px;
  box-shadow: 16px 10px 1px -2px rgb(251 133 1), 0 4px 31px -7px rgb(255 255 255);
  margin-left: 100px;
  width: 53% !important;
}

.certificate-section {
  background: #f4c42f42;
  padding: 46px;
  border-radius: 12px;
}

h6.certi-font {
  color: #eb6434;
  font-size: 18px;
}

.col-md-4.mb-3 a {
  border-bottom: 1px solid;
  color: black;
  font-weight: 500;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: #ff9850;
}

h2.h-font.pt-5.mt-5 {
  font-size: 54px;
}

.rbt-progress-parent:hover::after {
  color: #ff4800;
}

@media screen and (max-width: 500px) and (min-width: 300px) {
  h1.h-font.text-white.text-center {
    font-size: 38px;
  }

  .service-img {
    padding: 10px;
  }

  .custom-row {
    /* margin-left: 40px; */
    margin-right: 50px;
  }

  a.start-button {
    padding: 5px 12px;
  }

  h2.h-font.pt-5.mt-5 {
    font-size: 45px;
  }

  .certificate-card {
    width: 70% !important;
  }

  a.view-button.mx-2.my-1 {
    padding: 5px 21px 5px 21px;
  }

  .active-hiring-tag {
    top: 4px;
    left: 5px;
  }



}

/* @media screen and (max-width: 900px) and (min-width: 600px) {
  h1.h-font.text-white.text-center {
    font-size: 48px;
}
} */
.card-body.position-relative.study img{
  width: 100%;
  height: 190px;
  object-fit: cover;
  border-radius: 17px;
}
.card-body.position-relative.study2 img{
  width: 100%;
  height: 213px;
  object-fit: cover;
  border-radius: 17px;
}

.position-absolute.top-50.start-50.translate-middle {
  display: none;
}

.card-body.position-relative.study:hover .position-absolute.top-50.start-50.translate-middle {
  display: block;
}