.home-banner {
  width: 100%;
  display: flex;
  padding: 48px 0 60px 0;
}
.home-banner .content,
.home-banner .image {
  display: flex;
  align-items: center;
  float: left;
}
.home-banner .content {
  width: 60%;
}
.home-banner .content .title {
  padding-right: 20%;
}
.home-banner .image {
  width: 40%;
  align-items: start;
  justify-content: end;
}
.home-banner .image img {
  max-width: 325px;
}
.vertical-image-text {
  width: 100%;
  display: inline-block;
  padding: 97px 0 72px 0;
}
.vertical-image-text .image,
.vertical-image-text .description {
  width: 100%;
  display: inline-block;
}
.vertical-image-text .image img {
  width: 100%;
}
.vertical-image-text .description {
  padding-top: 44px;
  padding-right: 38%;
}
.icons-box {
  width: 100%;
  display: inline-block;
  padding: 90px 0 0 0;
}
.icon-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: rgba(27, 28, 30, 0.7);
  border-radius: 20px;
  padding: 52px;
  min-height: 260px;
}
.icon-box .icon {
  margin-bottom: 20px;
}
.icon-box .icon img {
  width: auto;
  height: 68px;
}
.icon-box .title {
  margin-bottom: 0;
}
.banner-text-image {
  width: 100%;
  display: flex;
  padding: 40px 50px 55px 50px;
  border-radius: 20px;
  background-color: #EDC348;
  margin-top: 50px;
}
.banner-text-image .content,
.banner-text-image .image {
  display: flex;
  align-items: center;
  float: left;
  min-height: 305px;
}
.banner-text-image .content {
  width: 45%;
}
.banner-text-image .content .body {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.banner-text-image .image {
  width: 55%;
  justify-content: center;
  padding-top: 25px;
}
.banner-text-image .image img {
  max-width: 394px;
  max-height: 284px;
}
.testimonials-box {
  width: 100%;
  display: inline-block;
  padding: 100px 0 0 0;
}
.testimonials-box .separator-yellow {
  margin-bottom: 90px;
}
.testimonials-box .testimonials {
  width: 100%;
  display: inline-block;
  margin-top: 20px;
}
.rating-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 25px;
  margin-bottom: 90px;
}
.rating-box .title {
  margin-bottom: 22px;
}
.rating-box .signature {
  opacity: 0.5;
  margin-bottom: 27px;
}
.rating-box .ratings {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.rating-box .ratings .icon {
  font-size: 20px;
  color: #EDC348;
}
.rating-box .ratings .icon:before {
  margin: 0;
}
.history-box {
  width: 100%;
  display: inline-block;
  margin-top: 90px;
}
.history-box .swiper-wrapper {
  height: fit-content;
}
.history-box .swiper-slide {
  width: 333px;
  height: fit-content;
}
.history-box .swiper-slide:last-of-type .history-item .icon {
  background: none;
}
.history-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.history-item .icon,
.history-item .title,
.history-item .signature,
.history-item .description {
  margin: 0;
}
.history-item .title,
.history-item .signature,
.history-item .description {
  padding-right: 22%;
}
.history-item .icon {
  width: 100%;
  display: inline-block;
  height: 100px;
  position: relative;
  background-image: url('/wp-content/themes/kinnuquiz/assets/resources/pattern_line.svg');
  background-repeat: repeat-x;
  background-position: center center;
  background-size: 107%;
}
.history-item .icon .img-icon {
  height: 100px;
  width: auto;
}
.history-item .description {
  opacity: 0.5;
}
.history-item .description a {
  color: #F7F2EA;
  text-decoration: underline;
}
.swiper-navigation-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 78px;
}
.swiper-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.swiper-nav .nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: rgba(27, 28, 30, 0.7);
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.swiper-nav .nav-item .html-icon-right {
  margin: 0 0 0 -2px;
}
.swiper-nav .nav-item.prev {
  transform: rotate(180deg);
}
.swiper-nav .nav-item:hover .html-icon-right {
  border-top-color: #FFF;
  border-right-color: #FFF;
}
.boxes-information {
  width: 100%;
  display: inline-block;
  margin-top: -25px;
}
.boxes-information .separator-yellow {
  margin-bottom: 90px;
}
.boxes-information .vertical-image {
  width: 100%;
  display: inline-block;
  border-radius: 20px;
}
.boxes-information .btn-read-more {
  margin-top: 40px;
}
.information-items {
  width: 100%;
  display: inline-block;
  margin-top: 50px;
}
.item-information {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  background-color: rgba(27, 28, 30, 0.7);
  border-radius: 20px;
  padding: 47px 54px 42px 54px;
  min-height: 235px;
}
.text-box-beam {
  width: 100%;
  display: inline-block;
  margin-top: 100px;
}
.text-box-beam .main-title {
  margin-top: 90px;
}
.text-box-beam .description-beam {
  width: 100%;
  display: inline-block;
  padding-right: 34px;
  font-weight: 300;
}
.text-box-beam .description-beam p:last-of-type {
  margin-bottom: 0;
}
.text-box-beam .btn-read-more {
  margin-top: 40px;
}
.awarded-box-beam {
  width: 100%;
  display: inline-block;
  background-color: #EDC348;
  border-radius: 20px;
  padding: 29px 40px 40px 40px;
  color: #000;
}
.awarded-box-beam h1,
.awarded-box-beam h2,
.awarded-box-beam h3,
.awarded-box-beam h4,
.awarded-box-beam h5,
.awarded-box-beam h6 {
  color: #000;
}
.awarded-box-beam .header {
  margin-bottom: 23px;
}
.awarded-box-beam .description {
  width: 100%;
  display: inline-block;
  font-weight: 700;
  padding: 0 15px 18px 0;
}
.awarded-box-beam .btn-main {
  width: 100%;
}
.vision-index {
  width: 100%;
  display: inline-block;
  margin: 50px 0 0 0;
}
.vision-index .image-box,
.vision-index .paragraph-box {
  width: 100%;
  display: inline-block;
}
.vision-index .image-box {
  margin: 32px 0 60px 0;
}
.vision-index .image-box img {
  display: block;
  width: 72%;
}
.team-index {
  width: 100%;
  display: inline-block;
  margin: 50px 0 0 0;
}
.team-list {
  width: 100%;
  display: inline-block;
  margin-top: 32px;
}
.team-list .team-item {
  display: flex;
  gap: 48px;
  background-color: rgba(27, 28, 30, 0.7);
  border-radius: 20px;
  padding: 52px;
  margin-bottom: 32px;
}
.team-list .team-item .team-thumb {
  width: 140px;
  flex-shrink: 0;
}
.team-list .team-item .team-thumb img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 70px;
}
.team-list .team-item .information .name {
  margin-bottom: 24px;
}
.footer-black {
  width: 100%;
  display: inline-block;
  margin-top: 80px;
  color: #EDC348;
}
.footer-black a {
  color: #EDC348;
  text-decoration: none;
}
.footer-black a:hover {
  color: #F7F2EA;
}
.footer-black .footer-body {
  width: 100%;
  display: inline-block;
  margin-top: 97px;
}
.footer-black .footer-body .footer-item {
  display: inline-block;
  float: left;
  width: fit-content;
  padding-right: 70px;
}
.footer-black .footer-body .footer-item .social-links {
  margin-left: 0;
}
.footer-black .footer-body .footer-item p:last-of-type {
  margin-bottom: 0;
}
.footer-black .footer-body .footer-menu {
  width: 100%;
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-black .footer-body .footer-menu li {
  width: 100%;
  display: block;
  margin-bottom: 16px;
}
.footer-black .footer-body .footer-menu li:last-of-type {
  margin-bottom: 0;
}
.logo-steps {
  width: 100%;
  display: inline-block;
  margin: 214px 0 322px 0;
}
.logo-steps img {
  width: 100%;
}
/*992*/
@media (max-width: 1199px) {
  .item-information {
    padding: 47px 32px 42px 32px;
    min-height: 260px;
  }
}
/*768*/
@media (max-width: 991px) {
  .home-banner {
    display: grid;
    padding: 42px 0 60px 0;
  }
  .home-banner .content,
  .home-banner .image {
    width: 100%;
  }
  .home-banner .content {
    order: 2;
  }
  .home-banner .image {
    order: 1;
    justify-content: start;
    margin-bottom: 20px;
  }
  .vertical-image-text .description {
    padding-right: 0;
  }
  .icon-box {
    margin-bottom: 30px;
  }
  .banner-text-image {
    display: grid;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .banner-text-image .content,
  .banner-text-image .image {
    width: 100%;
    min-height: unset;
  }
  .banner-text-image .image {
    justify-content: start;
    padding: 20px 0 32px 0;
  }
  .banner-text-image .btn-main {
    width: 100%;
  }
  .item-information {
    margin-bottom: 30px;
  }
  .text-box-beam .description-beam {
    padding-right: 34px;
  }
  .awarded-box-beam {
    margin-top: 58px;
  }
  .footer-black .footer-body {
    margin-top: 72px;
  }
  .footer-black .footer-body .footer-item.footer-item-1 {
    width: 100%;
    margin-bottom: 60px;
  }
  .footer-black .footer-body .footer-item.footer-item-2 {
    width: 50%;
  }
  .footer-black .footer-body .footer-item.footer-item-3 {
    width: 50%;
    padding-right: 0;
    display: flex;
    justify-content: end;
    align-items: end;
    height: 118px;
  }
  .logo-steps img {
    width: 40%;
  }
}
/*576*/
@media (max-width: 767px) {
  .home-banner {
    padding: 0 0 28px 0;
  }
  .home-banner .image img {
    max-width: 195px;
  }
  .home-banner .content .title {
    padding-right: 0;
  }
  .vertical-image-text {
    padding: 55px 0 33px 0;
  }
  .vertical-image-text .description {
    padding-top: 50px;
  }
  .icons-box {
    padding: 48px 0 0 0;
  }
  .icon-box {
    padding: 52px 20px 64px 20px;
  }
  .icon-box .icon {
    margin-bottom: 25px;
  }
  .icon-box .icon img {
    height: 52px;
  }
  .icon-box .title {
    font-size: 28px;
    line-height: 34px;
  }
  .banner-text-image {
    padding: 30px 30px 30px 30px;
  }
  .banner-text-image .image {
    padding: 26px 0 40px 0;
  }
  .banner-text-image .image img {
    max-width: unset;
    max-height: unset;
    width: 100%;
  }
  .banner-text-image .description {
    padding-right: 20px;
  }
  .testimonials-box {
    padding: 30px 0 0 0;
  }
  .testimonials-box .separator-yellow {
    margin-bottom: 50px;
  }
  .testimonials-box .testimonials {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .rating-box {
    margin-bottom: 50px;
  }
  .rating-box .title {
    margin-bottom: 20px;
  }
  .history-box {
    margin-top: 50px;
  }
  .history-box .swiper-slide {
    width: 100vw;
  }
  .history-item .icon {
    background-position: 30px center;
  }
  .history-item .title,
  .history-item .signature,
  .history-item .description {
    padding-right: 26%;
  }
  .history-item .description {
    font-size: 16px;
    line-height: 22px;
  }
  .swiper-navigation-box {
    margin-top: 50px;
    justify-content: center;
  }
  .boxes-information {
    margin-top: 60px;
  }
  .boxes-information .separator-yellow {
    margin-bottom: 48px;
  }
  .boxes-information .main-title.white {
    margin-bottom: 20px;
  }
  .boxes-information .main-title.white .title {
    font-size: 20px;
    line-height: 24px;
  }
  .boxes-information .vertical-image {
    border-radius: 8px;
  }
  .item-information {
    min-height: unset;
    padding: 40px 43px 35px 43px;
  }
  .text-box-beam {
    margin-top: 30px;
  }
  .text-box-beam .main-title {
    margin-top: 48px;
  }
  .text-box-beam .description-beam {
    margin-top: 20px;
    padding-right: 0;
  }
  .awarded-box-beam {
    padding: 30px;
  }
  .vision-index {
    margin-top: 0;
  }
  .vision-index .image-box {
    margin: 0 0 32px 0;
  }
  .vision-index .image-box img {
    width: 100%;
  }
  .team-index {
    margin-top: 0;
  }
  .team-list {
    margin-top: 0;
  }
  .team-list .team-item {
    display: inline-block;
    padding: 44px 34px 44px 34px;
  }
  .team-list .team-item .team-thumb {
    margin-bottom: 24px;
    width: 110px;
  }
  .team-list .team-item .team-thumb img {
    width: 110px;
    height: 110px;
  }
  .footer-black {
    margin-top: 60px;
  }
  .footer-black .footer-body {
    margin-top: 60px;
  }
  .footer-black .footer-body .footer-item.footer-item-3 {
    height: 134px;
  }
  .logo-steps {
    margin: 90px 0 150px 0;
  }
  .logo-steps img {
    width: 140px;
  }
}
