/**
* Template Name: sVang - v1.0.0
* Template URL: https://www.svang.app
* Author: svang.app
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #343a40;
}

a {
  color: #fd8135;
}

a:hover {
  color: #fea168;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  color: #343a40;
}

h2 {
  font-size: 44px;
  font-family: 'Gilroy-ExtraBold';
}

@media (max-width: 1199px) {
  h2 {
    font-size: 36px;
  }
}

@media (max-width: 849px) {
  h2 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 26px;
  }
}

p {
  color: #343a40;
  font-family: 'Gilroy-Regular';
  color: #52545b;
}

.text_orange {
  color: #fd8135;
}

.text_bold {
  font-family: 'Gilroy-ExtraBold';
}

.text_bold_inter {
  font-family: "Inter", sans-serif;
  font-weight: bold;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
#header {
  padding: 17px 0;
  transition: all 0.5s ease;
}

@media (max-width: 479px) {
  #header {
    padding: 8px 0;
  }
}

.header-scrolled {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 7px -3px rgba(0, 0, 0, 0.8);
}

#hero {
  background-image: url(../img/hero_banner_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 100px;
}

@media (max-width: 1024px) {
  #hero {
    padding-bottom: 40px;
    padding-top: 90px;
  }
}

@media (max-width: 575px) {
  #hero {
    padding-bottom: 20px;
  }
}

#hero .col-lg-6 {
  padding: 0;
}

@media (max-width: 1024px) {
  #hero .col-lg-6 {
    flex: inherit;
    max-width: 100%;
  }
}

#hero .banner_content {
  padding: 31% 1% 2% 41%;
}

#hero .banner_content span.bg_orange {
  background-color: #fd8135;
  color: #fff;
  font-size: 24px;
  font-family: 'Gilroy-ExtraBoldItalic';
  padding: 7px 16px;
  border-radius: 6px;
}

@media (max-width: 1199px) {
  #hero .banner_content span.bg_orange {
    font-size: 22px;
    padding: 6px 12px;
  }
}

@media (max-width: 479px) {
  #hero .banner_content span.bg_orange {
    font-size: 18px;
    padding: 5px 12px;
  }
}

@media (max-width: 360px) {
  #hero .banner_content span.bg_orange {
    font-size: 15px;
  }
}

#hero .banner_content h4 {
  font-size: 30px;
  font-family: 'Gilroy-Bold';
  margin: 0;
  padding: 23px 0 9px;
}

@media (max-width: 1199px) {
  #hero .banner_content h4 {
    font-size: 28px;
    padding: 12px 0 9px;
  }
}

@media (max-width: 1024px) {
  #hero .banner_content h4 {
    padding: 12px 0 3px;
  }
}

@media (max-width: 479px) {
  #hero .banner_content h4 {
    font-size: 23px;
  }
}

#hero .banner_content h1 {
  color: #fd8135;
  font-size: 60px;
  font-family: 'Gilroy-Black';
}

@media (max-width: 1199px) {
  #hero .banner_content h1 {
    font-size: 48px;
  }
}

@media (max-width: 575px) {
  #hero .banner_content h1 {
    font-size: 38px;
  }
}

@media (max-width: 479px) {
  #hero .banner_content h1 {
    font-size: 30px;
  }
}

#hero .banner_content p {
  font-size: 36px;
  font-family: 'Gilroy-Regular';
  line-height: 44px;
  padding-right: 32px;
}

@media (max-width: 1199px) {
  #hero .banner_content p {
    font-size: 32px;
    line-height: 38px;
  }
}

@media (max-width: 1024px) {
  #hero .banner_content p {
    padding-right: 0;
    line-height: 33px;
    margin-bottom: 15px;
  }
}

@media (max-width: 575px) {
  #hero .banner_content p {
    font-size: 28px;
    margin-bottom: 5px;
  }
}

@media (max-width: 479px) {
  #hero .banner_content p {
    font-size: 20px;
    margin-bottom: 0;
    line-height: normal;
  }
}

#hero .banner_content p.txt_bold {
  font-family: 'Gilroy-Bold';
  padding-top: 16px;
  font-size: 30px;
  padding-right: 20%;
}

@media (max-width: 1199px) {
  #hero .banner_content p.txt_bold {
    padding-top: 8px;
    font-size: 28px;
  }
}

@media (max-width: 1024px) {
  #hero .banner_content p.txt_bold {
    padding-right: 0;
  }
}

@media (max-width: 575px) {
  #hero .banner_content p.txt_bold {
    padding-top: 3px;
    font-size: 23px;
  }
}

@media (max-width: 479px) {
  #hero .banner_content p.txt_bold {
    font-size: 20px;
    line-height: normal;
  }
}

@media (max-width: 1530px) {
  #hero .banner_content {
    padding: 31% 1% 2% 28%;
  }
}

@media (max-width: 1366px) {
  #hero .banner_content {
    padding: 31% 1% 2% 18%;
  }
}

@media (max-width: 1024px) {
  #hero .banner_content {
    padding: 6% 1% 1% 1%;
    text-align: center;
  }
}

@media (max-width: 1024px) {
  #hero img {
    display: none;
  }
  #hero img.d-none {
    display: block !important;
    margin: 0 auto;
    max-width: 70%;
  }
  #hero .row {
    flex-direction: column-reverse;
  }
}

@media (max-width: 479px) {
  #hero img.d-none {
    max-width: 90%;
  }
}

#hero button {
  background-color: #fd8135;
  color: #fff;
  padding: 12px 20px;
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 600;
  border-radius: 6px;
  margin-top: 22px;
  border: none;
  outline: none;
}

#university-offering {
  padding: 91px 0 83px;
  background-color: #f3f6fa;
}

@media (max-width: 1199px) {
  #university-offering {
    padding: 70px 0 63px;
  }
}

@media (max-width: 1024px) {
  #university-offering {
    padding: 40px 0 40px;
  }
}

@media (max-width: 575px) {
  #university-offering {
    padding: 30px 0 30px;
  }
}

#university-offering .main_content h2 {
  padding: 0 8%;
  margin-bottom: 11px;
}

@media (max-width: 1199px) {
  #university-offering .main_content h2 {
    padding: 0 3%;
  }
}

@media (max-width: 849px) {
  #university-offering .main_content h2 {
    padding: 0 0%;
  }
}

#university-offering .main_content p {
  font-size: 24px;
}

@media (max-width: 849px) {
  #university-offering .main_content p {
    font-size: 20px;
    line-height: normal;
  }
}

#university-offering .main_content .w-box-content {
  background-color: #fff;
  padding: 42px 53px;
  margin-top: 30px;
  text-align: center;
  border-radius: 18px;
  box-shadow: 1px 6px 40px 0px rgba(52, 58, 64, 0.15);
}

@media (max-width: 1199px) {
  #university-offering .main_content .w-box-content {
    padding: 30px 30px;
    margin-top: 20px;
  }
}

@media (max-width: 849px) {
  #university-offering .main_content .w-box-content {
    padding: 20px;
    margin-top: 10px;
  }
}

@media (max-width: 360px) {
  #university-offering .main_content .w-box-content {
    padding: 15px 10px;
  }
}

#university-offering .main_content .w-box-content p {
  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  margin-bottom: 26px;
}

#university-offering .main_content .w-box-content p:last-child {
  margin-bottom: 0;
}

@media (max-width: 575px) {
  #university-offering .main_content .w-box-content p {
    margin-bottom: 15px;
  }
}

#university-offering .main_content .w-box-content .text_bold {
  font-family: "Inter", sans-serif;
  font-weight: bold;
}

#university-offering .main_content .university_offering {
  padding: 45px 0 0;
}

@media (max-width: 1199px) {
  #university-offering .main_content .university_offering {
    padding: 30px 0 0;
  }
}

@media (max-width: 575px) {
  #university-offering .main_content .university_offering {
    padding: 15px 0 0;
  }
}

#university-offering .main_content .university_offering h3 {
  font-size: 24px;
  font-family: 'Gilroy-Regular';
  margin-bottom: 20px;
}

@media (max-width: 479px) {
  #university-offering .main_content .university_offering h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}

@media (max-width: 849px) {
  #university-offering .main_content .university_offering .table {
    width: 900px;
  }
}

#university-offering .main_content .university_offering .table thead {
  background-color: #e3e8ef;
}

#university-offering .main_content .university_offering .table thead th {
  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  padding: 21px 10px 22px 32px;
  color: #52545b;
  vertical-align: middle;
}

@media (max-width: 1024px) {
  #university-offering .main_content .university_offering .table thead th {
    padding: 21px 10px 22px 20px;
  }
}

@media (max-width: 849px) {
  #university-offering .main_content .university_offering .table thead th {
    padding: 15px 10px 15px 16px;
    font-size: 16px;
  }
}

#university-offering .main_content .university_offering .table th:nth-child(1) {
  width: 20%;
}

#university-offering .main_content .university_offering .table th:nth-child(2) {
  width: 25%;
}

#university-offering .main_content .university_offering .table th:nth-child(3) {
  width: 20%;
}

#university-offering .main_content .university_offering .table th:nth-child(4) {
  width: 18%;
}

#university-offering .main_content .university_offering table tbody td {
  padding: 15px 10px 15px 29px !important;
  color: #52545b;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  vertical-align: middle;
}

@media (max-width: 1024px) {
  #university-offering .main_content .university_offering table tbody td {
    padding: 15px 10px 15px 15px !important;
  }
}

#university-offering .main_content .university_offering table tbody th {
  color: #52545b;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  padding: 15px 10px 15px 29px !important;
}

@media (max-width: 1024px) {
  #university-offering .main_content .university_offering table tbody th {
    padding: 15px 10px 15px 15px !important;
  }
}

#university-offering .main_content .university_offering .table thead th:last-child, #university-offering .main_content .university_offering .table tbody th:last-child {
  background-color: #fff;
}

#university-offering .right_content {
  padding-top: 25px;
}

@media (max-width: 767px) {
  #university-offering .right_content {
    padding-top: 6px;
  }
}

#university-offering .right_content p {
  font-size: 18px;
}

#university-offering .right_content h5 {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 22px;
}

@media (max-width: 849px) {
  #university-offering .right_content h5 {
    font-size: 18px;
  }
}

#university-offering .right_content .btm-content {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 21px;
}

@media (max-width: 767px) {
  #university-offering .right_content .col-md-5 {
    text-align: center;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  #university-offering .right_content .col-md-7 {
    text-align: center;
  }
}

#talk-about-section {
  padding: 98px 0 92px;
}

@media (max-width: 1024px) {
  #talk-about-section {
    padding: 60px 0 60px;
  }
}

@media (max-width: 767px) {
  #talk-about-section {
    text-align: center;
    padding: 40px 0 40px;
  }
}

@media (max-width: 767px) {
  #talk-about-section .sec-reverse {
    flex-direction: column-reverse;
  }
}

#talk-about-section h2 {
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  #talk-about-section h2 {
    padding-top: 15px;
  }
}

#talk-about-section p {
  font-size: 24px;
  line-height: normal;
  margin-bottom: 27px;
}

@media (max-width: 1024px) {
  #talk-about-section p {
    font-size: 20px;
    margin-bottom: 18px;
  }
}

@media (max-width: 767px) {
  #talk-about-section p {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

#talk-about-section p.text_bold {
  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  padding-right: 12px;
  line-height: 28px;
  margin-bottom: 0;
}

@media (max-width: 849px) {
  #talk-about-section p.text_bold {
    line-height: 23px;
  }
}

#talk-about-section ul {
  padding-left: 20px;
  margin-bottom: 27px;
}

@media (max-width: 767px) {
  #talk-about-section ul {
    margin-bottom: 15px;
  }
}

#talk-about-section li {
  font-size: 18px;
  font-family: "Inter", sans-serif;
  list-style: none;
  position: relative;
  color: #52545b;
}

@media (max-width: 767px) {
  #talk-about-section li {
    text-align: left;
  }
}

#talk-about-section li:before {
  content: '';
  position: absolute;
  background-color: #52545b;
  height: 2px;
  width: 6px;
  top: 13px;
  left: -20px;
}

@media (max-width: 575px) {
  #talk-about-section li:before {
    left: -14px;
  }
}

#talk-about-section p.btm_cnt {
  font-size: 18px;
  font-family: "Inter", sans-serif;
  line-height: 25px;
}

@media (max-width: 575px) {
  #talk-about-section p.btm_cnt {
    line-height: 23px;
  }
}

#talk-about-section h4 {
  font-family: 'Gilroy-SemiBold';
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  #talk-about-section h4 {
    margin-bottom: 15px;
  }
}

#talk-about-section .right_cnt p {
  font-size: 18px;
  font-family: "Inter", sans-serif;
  line-height: 25px;
}

@media (max-width: 575px) {
  #talk-about-section .right_cnt p {
    line-height: 23px;
  }
}

#talk-about-section p.text-center {
  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  line-height: 25px;
  margin-bottom: 0;
  padding: 1% 12% 0;
}

@media (max-width: 849px) {
  #talk-about-section p.text-center {
    padding: 1% 4% 0;
  }
}

@media (max-width: 575px) {
  #talk-about-section p.text-center {
    line-height: 23px;
  }
}

#talk-about-section .learn-more-btn {
  margin: auto;
}

#talk-about-section .learn-more-btn a {
  background-color: #fd8135;
  color: #fff;
  padding: 12px 49px;
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 600;
  border-radius: 6px;
  margin-top: 22px;
}

#secret-solving-section {
  background-image: url(../img/secret-solving-bg.jpg);
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 93px 0;
}

@media (max-width: 1024px) {
  #secret-solving-section {
    padding: 60px 0;
  }
}

@media (max-width: 767px) {
  #secret-solving-section {
    text-align: center;
  }
}

@media (max-width: 575px) {
  #secret-solving-section {
    padding: 40px 0;
  }
}

#secret-solving-section:before {
  content: '';
  position: absolute;
  background-color: rgba(51, 56, 64, 0.8);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#secret-solving-section h2 {
  color: #fff;
  font-family: 'Gilroy-Regular';
}

@media (max-width: 767px) {
  #secret-solving-section h2 {
    padding-bottom: 15px;
  }
}

#secret-solving-section span.w-text-bold, #secret-solving-section span.text_orange {
  font-family: 'Gilroy-ExtraBold';
}

#secret-solving-section p {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  margin-bottom: 26px;
}

@media (max-width: 767px) {
  #secret-solving-section p {
    margin-bottom: 15px;
  }
}

#secret-solving-section p p:last-child {
  margin-bottom: 0;
}

#profile-section {
  padding: 91px 0;
}

@media (max-width: 1024px) {
  #profile-section {
    padding: 60px 0;
  }
}

@media (max-width: 767px) {
  #profile-section {
    padding: 40px 0;
    text-align: center;
  }
}

@media (max-width: 575px) {
  #profile-section {
    padding: 40px 0 20px;
  }
}

#profile-section h3 {
  font-size: 44px;
  font-family: 'Gilroy-Regular';
}

@media (max-width: 767px) {
  #profile-section h3 {
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  #profile-section h3 {
    font-size: 28px;
  }
}

#profile-section p {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  margin-bottom: 27px;
  padding-right: 4px;
}

@media (max-width: 767px) {
  #profile-section p {
    margin-bottom: 15px;
  }
}

#profile-section p:last-child {
  margin-bottom: 0;
}

#profile-section .w-box-img {
  background-color: #fff;
  box-shadow: 0px 0px 40px 2px rgba(52, 58, 64, 0.15);
  width: 255px;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  margin-bottom: 21px;
}

@media (max-width: 575px) {
  #profile-section .w-box-img {
    width: 100%;
    height: 75px;
    padding: 10px;
  }
}

@media (max-width: 849px) {
  #profile-section .ml-auto {
    margin-left: 0 !important;
  }
}

@media (max-width: 767px) {
  #profile-section .col-md-5 {
    margin-top: 26px;
  }
}

@media (max-width: 767px) {
  #profile-section .col-lg-8 {
    max-width: 50%;
    order: 2;
  }
}

#about-student-section {
  background-color: #f3f6fa;
  padding: 94px 0 58px;
}

@media (max-width: 1024px) {
  #about-student-section {
    padding: 60px 0 50px;
  }
}

@media (max-width: 991px) {
  #about-student-section {
    padding: 40px 0 30px;
  }
}

@media (max-width: 360px) {
  #about-student-section {
    padding: 40px 0 10px;
  }
}

#about-student-section p.text-center {
  font-size: 18px;
  font-family: "Inter", sans-serif;
  margin-bottom: 34px;
}

@media (max-width: 991px) {
  #about-student-section p.text-center {
    margin-bottom: 20px;
  }
}

@media (max-width: 360px) {
  #about-student-section p.text-center {
    margin-bottom: 15px;
  }
}

#about-student-section h2 {
  padding: 0 10%;
  margin-bottom: 13px;
}

#about-student-section p.txt_btm {
  font-size: 24px;
  font-family: 'Gilroy-Regular';
}

@media (max-width: 1024px) {
  #about-student-section p.txt_btm {
    font-size: 21px;
    margin-bottom: 15px;
  }
}

#about-student-section span.tab_line {
  text-align: center;
  display: inherit;
  font-size: 18px;
  font-family: "Inter", sans-serif;
}

#about-student-section h4 {
  font-family: 'Gilroy-ExtraBold';
  padding-top: 7px;
  margin-bottom: 37px;
}

@media (max-width: 991px) {
  #about-student-section h4 {
    margin-bottom: 18px;
  }
}

@media (max-width: 991px) {
  #about-student-section h4 {
    margin-bottom: 12px;
    font-size: 20px;
  }
}

#about-student-section .w_box_content {
  background-color: #fff;
  border-radius: 12px;
  height: 226px;
  padding: 16px 80px 15px 21px;
}

@media (max-width: 991px) {
  #about-student-section .w_box_content {
    height: auto;
    padding: 20px 17px 20px 20px;
  }
}

#about-student-section .col-md-6 {
  padding: 0;
}

#about-student-section .w_box_content.right-box {
  width: 540px;
  height: 270px;
  margin-top: -24px;
  margin-left: -94px;
  box-shadow: 0px 0px 40px 4px rgba(52, 58, 54, 0.15);
  padding: 28px 17px 20px 30px;
}

@media (max-width: 1024px) {
  #about-student-section .w_box_content.right-box {
    width: 490px;
    height: 297px;
  }
}

@media (max-width: 991px) {
  #about-student-section .w_box_content.right-box {
    width: auto;
    height: auto;
    margin-left: 0;
    margin-top: 20px;
    padding: 20px 17px 20px 20px;
  }
}

#about-student-section h5 {
  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-weight: bold;
}

#about-student-section .txt_orange {
  color: #fd8135;
}

#about-student-section .w_box_content p {
  font-size: 18px;
  font-family: "Inter", sans-serif;
  padding-right: 4%;
}

#about-student-section .old_way {
  padding-bottom: 14px;
}

#about-student-section p.cnt-btm {
  font-weight: 600;
  padding-top: 23px;
}

#about-student-section .w_box_content.btm_box {
  height: 254px !important;
}

@media (max-width: 991px) {
  #about-student-section .w_box_content.btm_box {
    height: auto !important;
  }
}

#about-student-section .w_box_content.btm_box_right {
  padding: 52px 17px 20px 30px !important;
  height: 300px !important;
}

@media (max-width: 991px) {
  #about-student-section .w_box_content.btm_box_right {
    padding: 52px 17px 20px 30px !important;
    height: auto !important;
  }
}

@media (max-width: 991px) {
  #about-student-section .wrapper-content .col-md-7, #about-student-section .col-md-5 {
    flex: inherit;
    max-width: 600px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  #about-student-section .wrapper-content {
    text-align: center;
  }
}

#join-our-programm-section {
  padding: 93px 0 120px;
}

@media (max-width: 1024px) {
  #join-our-programm-section {
    padding: 60px 0 90px;
  }
}

@media (max-width: 767px) {
  #join-our-programm-section {
    padding: 40px 0 40px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  #join-our-programm-section {
    padding: 30px 0 30px;
  }
}

#join-our-programm-section h2 {
  margin-bottom: 14px;
}

#join-our-programm-section p {
  font-size: 18px;
  font-family: "Inter", sans-serif;
  margin-bottom: 23px;
}

@media (max-width: 767px) {
  #join-our-programm-section p {
    margin-bottom: 15px;
  }
}

#join-our-programm-section a {
  background-color: #fd8135;
  color: #fff;
  padding: 12px 11px;
  border-radius: 4px;
  font-size: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  display: inline-block;
}

@media (max-width: 767px) {
  #join-our-programm-section a {
    margin-bottom: 15px;
  }
}

@media (max-width: 575px) {
  #join-our-programm-section a {
    font-size: 18px;
  }
}

#join-svang-section {
  background-color: #ffece1;
}

@media (max-width: 767px) {
  #join-svang-section {
    padding: 40px 0;
    text-align: center;
  }
}

#join-svang-section h2 {
  padding: 19px 0 4px 0;
}

@media (max-width: 849px) {
  #join-svang-section h2 {
    padding: 6px 0 4px 0;
  }
}

#join-svang-section p {
  font-size: 18px;
  font-family: "Inter", sans-serif;
  padding-right: 18%;
}

@media (max-width: 849px) {
  #join-svang-section p {
    padding-right: 3%;
  }
}

#join-svang-section p.left-text {
  padding-right: 0 !important;
}

#join-svang-section .w-right-box {
  background: #fff;
  padding: 40px 20px 26px 50px;
  border-radius: 20px;
  box-shadow: 0px 0px 40px 4px rgba(52, 58, 54, 0.15);
}

@media (max-width: 1024px) {
  #join-svang-section .w-right-box {
    padding: 30px 20px 26px 30px;
  }
}

@media (max-width: 479px) {
  #join-svang-section .w-right-box {
    padding: 15px;
  }
}

#join-svang-section .col-md-7 {
  margin-top: -51px;
  margin-bottom: -60px;
}

@media (max-width: 767px) {
  #join-svang-section .col-md-7 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

#join-svang-section h3 {
  font-size: 36px;
  font-family: 'Gilroy-SemiBold';
  margin-bottom: 14px;
}

@media (max-width: 1024px) {
  #join-svang-section h3 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  #join-svang-section h3 {
    font-size: 24px;
  }
}

#join-svang-section ul {
  padding-left: 20px;
  margin-bottom: 22px;
}

#join-svang-section li {
  font-size: 18px;
  font-family: "Inter", sans-serif;
  list-style: none;
  position: relative;
  color: #52545b;
}

@media (max-width: 767px) {
  #join-svang-section li {
    text-align: left;
  }
}

#join-svang-section li:before {
  content: '';
  position: absolute;
  background-color: #52545b;
  height: 2px;
  width: 6px;
  top: 13px;
  left: -20px;
}

@media (max-width: 575px) {
  #join-svang-section li:before {
    left: -14px;
  }
}

#join-svang-section p.text_bold_inter {
  padding-right: 3% !important;
}

#our-world-section {
  background-image: url(../img/do_not_take.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 93px 0;
  margin-top: 10%;
  position: relative;
}

@media (max-width: 1024px) {
  #our-world-section {
    padding: 60px 0;
  }
}

@media (max-width: 575px) {
  #our-world-section {
    padding: 40px 0;
  }
}

#our-world-section:before {
  content: '';
  position: absolute;
  background-color: rgba(51, 56, 64, 0.9);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#our-world-section .our-word {
  position: relative;
}

#our-world-section h2 {
  color: #fff;
  font-family: 'Gilroy-Regular';
}

#our-world-section .w-text-bold {
  font-family: 'Gilroy-ExtraBold';
}

#our-world-section p {
  color: #fff;
  font-size: 18px;
  font-family: "Inter", sans-serif;
}

#provide-food {
  padding: 93px 0;
  position: relative;
}

@media (max-width: 1024px) {
  #provide-food {
    padding: 60px 0;
  }
}

@media (max-width: 767px) {
  #provide-food {
    text-align: center;
  }
}

@media (max-width: 575px) {
  #provide-food {
    padding: 40px 0;
  }
}

#provide-food p {
  font-size: 18px;
  font-family: "Inter", sans-serif;
}

#provide-food .provide-food-card {
  background-color: #fd8135;
  padding: 23px 15px;
  max-width: 920px;
  margin: 0 auto;
  border-radius: 20px;
  margin-top: 28px;
}

@media (max-width: 767px) {
  #provide-food .provide-food-card {
    margin-top: 15px;
  }
}

#provide-food .provide-food-card p {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  margin: 0;
}

#provide-food .provide-food-card a.box-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#support-student-section {
  padding: 93px 0 143px;
}

@media (max-width: 1024px) {
  #support-student-section {
    padding: 60px 0 110px;
  }
}

@media (max-width: 767px) {
  #support-student-section {
    text-align: center;
  }
}

@media (max-width: 575px) {
  #support-student-section {
    padding: 40px 0 40px;
  }
}

@media (max-width: 479px) {
  #support-student-section {
    padding: 40px 0 20px;
  }
}

#support-student-section h2 {
  margin-bottom: 14px;
  padding-right: 10px;
}

#support-student-section h3 {
  font-size: 30px;
  font-family: 'Gilroy-Bold';
  padding-right: 10px;
}

@media (max-width: 575px) {
  #support-student-section h3 {
    font-size: 20px;
    padding-right: 0px;
  }
}

#support-student-section .student-campus p {
  font-size: 18px;
}

#support-student-section ul {
  padding-left: 20px;
  margin-bottom: 22px;
}

#support-student-section li {
  font-size: 18px;
  font-family: "Inter", sans-serif;
  list-style: none;
  position: relative;
  color: #52545b;
  padding-left: 16px;
}

@media (max-width: 767px) {
  #support-student-section li {
    text-align: left;
  }
}

#support-student-section li:before {
  content: '';
  position: absolute;
  background-color: #52545b;
  height: 2px;
  width: 18px;
  top: 13px;
  left: -20px;
}

@media (max-width: 575px) {
  #support-student-section li:before {
    left: -14px;
  }
}

#support-student-section p {
  font-size: 18px;
  font-family: "Inter", sans-serif;
  margin-bottom: 23px;
}

#our-mind {
  padding: 93px 0 148px;
}

@media (max-width: 1024px) {
  #our-mind {
    padding: 60px 0 110px;
  }
}

@media (max-width: 767px) {
  #our-mind {
    padding: 40px 0 20px;
    text-align: center;
  }
}

@media (max-width: 575px) {
  #our-mind {
    padding: 30px 0 20px;
  }
}

#our-mind h3 {
  font-family: 'Gilroy-Bold';
}

@media (max-width: 575px) {
  #our-mind h3 {
    font-size: 20px;
  }
}

#our-mind p {
  font-size: 18px;
  font-family: "Inter", sans-serif;
  margin-bottom: 27px;
}

#day-unconditional {
  background-color: #f3f6fa;
  padding: 0px 0 93px;
  position: relative;
}

@media (max-width: 1024px) {
  #day-unconditional {
    padding: 0px 0 60px;
  }
}

@media (max-width: 767px) {
  #day-unconditional {
    padding: 40px 0 40px;
    text-align: center;
  }
}

#day-unconditional h2 {
  margin-bottom: 12px;
}

#day-unconditional p {
  font-size: 18px;
  font-family: "Inter", sans-serif;
}

#day-unconditional .sign-up-box {
  background-image: url(../img/sign-up-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  align-items: center;
  padding: 39px 40px;
  border-radius: 20px;
}

@media (max-width: 767px) {
  #day-unconditional .sign-up-box {
    padding: 20px;
    margin-bottom: 26px;
  }
}

@media (max-width: 575px) {
  #day-unconditional .sign-up-box {
    margin: 0 10px 26px;
  }
}

#day-unconditional .sign-up-box h3 {
  font-size: 36px;
  color: #fff;
  font-family: 'Gilroy-Bold';
  padding-right: 20%;
}

@media (max-width: 991px) {
  #day-unconditional .sign-up-box h3 {
    padding-right: 0;
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  #day-unconditional .sign-up-box h3 {
    font-size: 23px;
    margin-bottom: 15px;
  }
}

#day-unconditional .sign-up-box p {
  font-size: 24px;
  color: #fff;
  font-family: "Inter", sans-serif;
  line-height: normal;
  margin-bottom: 0;
  padding-right: 20px;
}

@media (max-width: 1024px) {
  #day-unconditional .sign-up-box p {
    padding-right: 0px;
  }
}

@media (max-width: 1024px) {
  #day-unconditional .sign-up-box p {
    font-size: 18px;
  }
}

#day-unconditional .sign-up-box a.box-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (max-width: 767px) {
  #day-unconditional .unconditional img {
    margin-bottom: 20px;
  }
}

.sign-up-fall {
  position: relative;
  top: -80px;
}

@media (max-width: 767px) {
  .sign-up-fall {
    top: 0px;
  }
}

#question-answer {
  background-color: #ffece1;
  padding: 0px 0 93px;
}

@media (max-width: 767px) {
  #question-answer {
    padding: 60px 0 60px;
  }
}

@media (max-width: 767px) {
  #question-answer {
    padding: 30px 0 30px;
  }
}

#question-answer h2 {
  margin-bottom: 16px;
}

#question-answer h4 {
  font-family: 'Gilroy-Bold';
  margin-bottom: 18px;
}

@media (max-width: 767px) {
  #question-answer h4 {
    font-size: 20px;
  }
}

#question-answer p {
  font-size: 18px;
  font-family: "Inter", sans-serif;
  margin-bottom: 25px;
}

#question-answer .col-11.questoion_answer_contant {
  border-bottom: 1px solid #ccbdb4;
  padding-left: 0;
  margin-bottom: 23px;
}

@media (max-width: 479px) {
  #question-answer .col-11.questoion_answer_contant {
    padding-left: 15px;
  }
}

#question-answer .sign-up-box {
  padding: 39px 40px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0px 0px 40px 4px rgba(52, 58, 54, 0.15);
}

@media (max-width: 767px) {
  #question-answer .sign-up-box {
    padding: 15px;
    text-align: center;
    margin-bottom: 20px;
  }
}

#question-answer .sign-up-box h3 {
  font-size: 30px;
  font-family: 'Gilroy-SemiBold';
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  #question-answer .sign-up-box h3 {
    font-size: 26px;
  }
}

#question-answer .sign-up-box p {
  font-size: 18px;
  font-family: "Inter", sans-serif;
  margin-bottom: 0;
}

#question-answer .sign-up-fall {
  top: -97px;
}

@media (max-width: 767px) {
  #question-answer .sign-up-fall {
    top: 0;
  }
}

#tell-promise {
  padding: 93px 0;
  background-color: #ffece1;
}

@media (max-width: 1024px) {
  #tell-promise {
    padding: 60px 0;
  }
}

@media (max-width: 767px) {
  #tell-promise {
    text-align: center;
  }
}

@media (max-width: 575px) {
  #tell-promise {
    padding: 40px 0;
  }
}

#tell-promise h3 {
  font-size: 30px;
  font-family: 'Gilroy-Bold';
}

@media (max-width: 767px) {
  #tell-promise h3 {
    font-size: 23px;
  }
}

#tell-promise p {
  font-size: 18px;
  font-family: "Inter", sans-serif;
}

#tell-promise p.font {
  margin: 22px 0;
}

#tell-promise .tell-promise-img img {
  margin-bottom: 13px;
}

#tell-promise .tell_promise {
  padding-top: 11px;
}

@media (max-width: 767px) {
  #tell-promise .tell_promise {
    text-align: left;
  }
}

#tell-promise .tell_promise .col-md-2 {
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  #tell-promise .col-md-6 {
    flex: inherit;
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  #tell-promise .tell-promise-img {
    padding-top: 15px;
  }
}

@media (max-width: 767px) {
  #tell-promise .col-md-4 {
    flex: inherit;
    max-width: 100%;
    text-align: left;
  }
}

@media (max-width: 767px) {
  #tell-promise .col-md-2 {
    flex: inherit;
    max-width: 20%;
  }
}

@media (max-width: 360px) {
  #tell-promise .col-md-2 {
    flex: inherit;
    max-width: 30%;
  }
}

@media (max-width: 767px) {
  #tell-promise .col-md-10 {
    flex: inherit;
    max-width: 80%;
  }
}

@media (max-width: 360px) {
  #tell-promise .col-md-10 {
    flex: inherit;
    max-width: 70%;
  }
}

@media (max-width: 767px) {
  #tell-promise .tell-promise-img p {
    display: inline-block;
    padding-left: 27px;
  }
}

@media (max-width: 360px) {
  #tell-promise .tell-promise-img p {
    display: inline-block;
    padding-left: 8px;
  }
}

#svang-student-campus-section {
  padding: 93px 0 73px;
}

@media (max-width: 1024px) {
  #svang-student-campus-section {
    padding: 60px 0 60px;
  }
}

@media (max-width: 767px) {
  #svang-student-campus-section {
    padding: 40px 0 40px;
  }
}

@media (max-width: 575px) {
  #svang-student-campus-section {
    padding: 40px 0 10px;
  }
}

#svang-student-campus-section h3 {
  font-size: 24px;
  font-family: 'Gilroy-Bold';
  margin-bottom: 28px;
}

@media (max-width: 767px) {
  #svang-student-campus-section h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

#svang-student-campus-section p {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  padding-top: 24px;
}

#svang-student-campus-section .you_exactly {
  background-color: #f3f6fa;
  padding: 28px 26px 23px 28px;
  border-radius: 16px;
  height: 100%;
}

@media (max-width: 849px) {
  #svang-student-campus-section .you_exactly {
    padding: 20px 15px 20px 15px;
  }
}

@media (max-width: 767px) {
  #svang-student-campus-section .you_exactly {
    padding: 15px;
  }
}

#svang-student-campus-section .col-md-4 {
  margin-bottom: 30px;
}

#svang-student-campus-section p.text-center {
  font-size: 24px;
  font-family: "Inter", sans-serif;
  padding-top: 0;
}

@media (max-width: 767px) {
  #svang-student-campus-section .col-md-4 {
    flex: inherit;
    max-width: 50%;
    text-align: center;
  }
}

@media (max-width: 360px) {
  #svang-student-campus-section .col-md-4 {
    max-width: 100%;
  }
}

#make-easy {
  padding-bottom: 301px;
  position: relative;
}

@media (max-width: 1366px) {
  #make-easy {
    padding-bottom: 250px;
  }
}

@media (max-width: 1024px) {
  #make-easy {
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  #make-easy {
    padding-bottom: 50px;
    text-align: center;
  }
}

#make-easy .col-md-6 {
  padding: 0;
}

#make-easy h2 {
  margin-bottom: 10px;
}

#make-easy .make-easy_right.right-bg {
  background-color: #f3f6fa;
  position: absolute;
  top: 6%;
  right: 0;
  padding: 3.7% 21% 5.3% 4%;
  width: 58%;
}

@media (max-width: 1530px) {
  #make-easy .make-easy_right.right-bg {
    padding: 3.7% 13% 5.3% 4%;
  }
}

@media (max-width: 1366px) {
  #make-easy .make-easy_right.right-bg {
    padding: 2.7% 9% 4.3% 3%;
  }
}

@media (max-width: 1024px) {
  #make-easy .make-easy_right.right-bg {
    position: unset;
    top: 0;
    width: 100%;
  }
}

@media (max-width: 767px) {
  #make-easy .make-easy_right.right-bg {
    padding: 30px 20px;
  }
}

#make-easy .make-easy_right.right-bg p {
  font-size: 24px;
  font-family: 'Gilroy-Bold';
  line-height: 30px;
  margin-bottom: 19px;
}

@media (max-width: 767px) {
  #make-easy .make-easy_right.right-bg p {
    font-size: 20px;
    line-height: normal;
  }
}

#make-easy .make-easy_right.right-bg ul {
  padding-left: 38px;
  margin-bottom: 22px;
}

#make-easy .make-easy_right.right-bg li {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  list-style: none;
  position: relative;
  color: #52545b;
  margin-bottom: 16px;
}

#make-easy .make-easy_right.right-bg li:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  #make-easy .make-easy_right.right-bg li {
    text-align: left;
  }
}

#make-easy .make-easy_right.right-bg li:before {
  content: '';
  position: absolute;
  background-color: #9fa1a6;
  height: 2px;
  width: 17px;
  top: 13px;
  left: -33px;
}

#make-easy .make-easy-card {
  background-color: #fd8135;
  padding: 23px 15px 20px 30px;
  border-radius: 20px;
  margin-top: 28px;
  position: relative;
}

@media (max-width: 1024px) {
  #make-easy .make-easy-card {
    max-width: 568px;
  }
}

@media (max-width: 1024px) {
  #make-easy .make-easy-card {
    margin: 0 auto;
  }
}

#make-easy .make-easy-card p {
  font-size: 18px !important;
  color: #fff;
  line-height: 27px !important;
  margin-bottom: 0 !important;
}

#make-easy .make-easy-card a.box-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#make-easy .make-easy_left img {
  max-width: 100%;
  height: auto;
}

#footer .footer-top {
  background: #343a40;
  padding: 77px 0;
}

@media (max-width: 575px) {
  #footer .footer-top {
    padding: 18px 0;
  }
}

@media (max-width: 575px) {
  #footer .footer-top .col-6 {
    flex: inherit;
    max-width: 100%;
    text-align: center;
  }
}

@media (max-width: 575px) {
  #footer .footer-top .credits.col-6 {
    padding-bottom: 12px;
  }
}

#footer .footer-top .copyright {
  font-family: "Inter", sans-serif;
  color: #969ea6;
  font-size: 18px;
}

@media (max-width: 479px) {
  #footer .footer-top .col-6 {
    display: block !important;
  }
}

@font-face {
  font-family: 'Gilroy-Light';
  src: url("../fonts/Gilroy-Light.eot");
  src: url("../fonts/Gilroy-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Light.woff2") format("woff2"), url("../fonts/Gilroy-Light.woff") format("woff"), url("../fonts/Gilroy-Light.ttf") format("truetype"), url("../fonts/Gilroy-Light.svg#Gilroy-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy-Regular';
  src: url("../fonts/Gilroy-Regular.eot");
  src: url("../fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular.ttf") format("truetype"), url("../fonts/Gilroy-Regular.svg#Gilroy-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy-Medium';
  src: url("../fonts/Gilroy-Medium.eot");
  src: url("../fonts/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy-Medium.ttf") format("truetype"), url("../fonts/Gilroy-Medium.svg#Gilroy-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy-SemiBold';
  src: url("../fonts/Gilroy-SemiBold.eot");
  src: url("../fonts/Gilroy-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-SemiBold.woff2") format("woff2"), url("../fonts/Gilroy-SemiBold.woff") format("woff"), url("../fonts/Gilroy-SemiBold.ttf") format("truetype"), url("../fonts/Gilroy-SemiBold.svg#Gilroy-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy-Bold';
  src: url("../fonts/Gilroy-Bold.eot");
  src: url("../fonts/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy-Bold.ttf") format("truetype"), url("../fonts/Gilroy-Bold.svg#Gilroy-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy-ExtraBoldItalic';
  src: url("../fonts/Gilroy-ExtraBoldItalic.eot");
  src: url("../fonts/Gilroy-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/Gilroy-ExtraBoldItalic.woff") format("woff"), url("../fonts/Gilroy-ExtraBoldItalic.ttf") format("truetype"), url("../fonts/Gilroy-ExtraBoldItalic.svg#Gilroy-ExtraBoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy-Black';
  src: url("../fonts/Gilroy-Black.eot");
  src: url("../fonts/Gilroy-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Black.woff2") format("woff2"), url("../fonts/Gilroy-Black.woff") format("woff"), url("../fonts/Gilroy-Black.ttf") format("truetype"), url("../fonts/Gilroy-Black.svg#Gilroy-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy-ExtraBold';
  src: url("../fonts/Gilroy-ExtraBold.eot");
  src: url("../fonts/Gilroy-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-ExtraBold.woff2") format("woff2"), url("../fonts/Gilroy-ExtraBold.woff") format("woff"), url("../fonts/Gilroy-ExtraBold.ttf") format("truetype"), url("../fonts/Gilroy-ExtraBold.svg#Gilroy-ExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
