@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@font-face {
  font-family: 'Neue Metana Next Free Personal';
  src: url("../fonts/NeueMetanaNextFreePersonal/NeueMetanaNextFreePersonal-Sm.woff2") format("woff2"), url("../fonts/NeueMetanaNextFreePersonal/NeueMetanaNextFreePersonal-Sm.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  scroll-behavior: smooth; }

body {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 1.3;
  color: #000;
  overflow-x: hidden; }
  @media (max-width: 575px) {
    body {
      font-size: 1.6rem; } }

section,
header,
footer {
  max-width: 192rem;
  margin: 0 auto; }

@media only screen and (min-width: 1536px) {
  .container {
    max-width: 1280px; } }
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
dl,
dt,
dd,
table,
tr,
td,
figure,
figcaption,
label {
  padding: 0;
  margin: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit; }

a {
  color: inherit;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  a:hover {
    text-decoration: none; }
  a:focus, a:active {
    outline: none !important; }

button {
  cursor: pointer; }
  button:focus, button:active, button:hover, button:visited, button:link {
    outline: none;
    border: none;
    border-radius: 0px; }

ul {
  list-style: none; }

.col-1dot7,
.col-sm-1dot7,
.col-md-1dot7,
.col-lg-1dot7,
.col-xl-1dot7 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-1dot7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 14.285714285714285714285714285714%;
  flex: 0 0 14.285714285714285714285714285714%;
  max-width: 14.285714285714285714285714285714%; }

@media (min-width: 576px) {
  .col-sm-1dot7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.285714285714285714285714285714%;
    flex: 0 0 14.285714285714285714285714285714%;
    max-width: 14.285714285714285714285714285714%; } }

@media (min-width: 768px) {
  .col-md-1dot7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.285714285714285714285714285714%;
    flex: 0 0 14.285714285714285714285714285714%;
    max-width: 14.285714285714285714285714285714%; } }

@media (min-width: 992px) {
  .col-lg-1dot7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.285714285714285714285714285714%;
    flex: 0 0 14.285714285714285714285714285714%;
    max-width: 14.285714285714285714285714285714%; } }

@media (min-width: 1200px) {
  .col-xl-1dot7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.285714285714285714285714285714%;
    flex: 0 0 14.285714285714285714285714285714%;
    max-width: 14.285714285714285714285714285714%; } }

.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-2dot4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

@media (min-width: 576px) {
  .col-sm-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

@media (min-width: 768px) {
  .col-md-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

@media (min-width: 992px) {
  .col-lg-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

@media (min-width: 1200px) {
  .col-xl-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

.link:hover {
  color: #295fd6; }

.mt-85 {
  margin-top: 8.5rem; }

.title__wrapper {
  margin-bottom: 3rem; }
.title__main {
  font-size: 3rem;
  font-weight: 700;
  color: #295fd6;
  text-transform: uppercase; }
  .title__main span {
    display: inline-block;
    color: #f48020; }
  @media (max-width: 575px) {
    .title__main {
      font-size: 2.5rem; } }

.navbar {
  padding: 2rem 1rem; }
  .navbar-brand {
    margin-right: 0 !important;
    padding-top: 0;
    padding-bottom: 0; }
    .navbar-brand img {
      width: auto;
      max-height: 6rem; }
  .navbar-brand + .navbar-brand {
    padding-left: 0.8rem;
    margin-left: 0.8rem;
    position: relative; }
    .navbar-brand + .navbar-brand::before {
      content: '';
      display: block;
      width: 0.1rem;
      height: 2.5rem;
      background-color: #fff;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%); }

.logo__block {
  display: flex;
  align-items: center; }

@media (min-width: 992px) {
  .navbar-nav .nav-item + .nav-item {
    margin-left: 1rem; } }
@media (min-width: 1536px) {
  .navbar-nav .nav-item + .nav-item {
    margin-left: 2rem; } }
.navbar-nav .nav-link {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2rem;
  color: #fff !important;
  padding: 0.7rem 1rem !important;
  text-align: center; }
  .navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
    color: #f48020 !important; }
  @media (max-width: 1199px) {
    .navbar-nav .nav-link {
      padding: 0.5rem 0 !important;
      font-size: 1.6rem !important; } }
  @media (min-width: 992px) {
    .navbar-nav .nav-link {
      text-align: right; } }

.menu__container {
  transition: all 0.3s ease;
  background-color: transparent;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent; }
  @media (max-width: 991px) {
    .menu__container {
      background-color: #295fd6;
      box-shadow: 0px 3px 9px -1px rgba(0, 0, 0, 0.8); } }
  .menu__container.change-bg {
    background-color: #295fd6;
    box-shadow: 0px 3px 9px -1px rgba(0, 0, 0, 0.8); }

.navbar-toggler {
  background-color: #295fd6;
  border-color: transparent !important; }
  @media (max-width: 991px) {
    .navbar-toggler {
      margin-right: 0;
      margin-left: auto; } }

.navbar-toggler-icon {
  width: 3rem;
  height: 3rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important; }

.banner__top {
  padding-top: 20rem;
  position: relative;
  background-image: url("../images/page/banner/bg.jpeg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
.banner__label {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 2.5rem;
  padding: 0.8rem 3rem;
  border: 1px solid currentColor;
  border-radius: 7.6rem;
  margin-bottom: 1rem; }
  .banner__label > * + * {
    margin-left: 1.5rem; }
  @media (max-width: 575px) {
    .banner__label {
      font-size: 2rem;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      width: 100%;
      justify-content: center; } }
.banner__desc {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 600; }
  .banner__desc > p + p {
    margin-top: 1rem; }
  @media (max-width: 575px) {
    .banner__desc {
      font-size: 2rem; } }
.banner__plan {
  margin-top: 4.2rem; }
  .banner__plan p {
    color: #295fd6;
    font-size: 2rem;
    background-color: #fff;
    max-width: 32.6rem;
    width: 100%;
    padding: 0.7rem 2.4rem;
    position: relative; }
    .banner__plan p::before {
      content: '';
      width: 1.6rem;
      height: 1.6rem;
      display: inline-block;
      background-color: #f48020;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translate(-50%, -50%) rotate(45deg); }
  .banner__plan > p + p {
    margin-top: 2rem; }
.banner__certificate {
  text-align: right;
  margin-right: -12rem;
  margin-bottom: -3rem;
  position: relative;
  z-index: 2; }
  @media (max-width: 1199px) {
    .banner__certificate {
      margin-top: 3rem; } }
  @media (max-width: 991px) {
    .banner__certificate {
      display: none; } }
.banner__bottom {
  background-color: #0c359e;
  padding: 4.2rem 0;
  position: relative; }
  @media (min-width: 1200px) {
    .banner__bottom::after {
      content: '';
      width: 30rem;
      height: 30rem;
      display: inline-block;
      background-color: #295fd6;
      border-radius: 50%;
      filter: blur(46px);
      position: absolute;
      top: 0;
      left: 0;
      transform: translate(-50%, -50%); } }
  @media (max-width: 991px) {
    .banner__bottom {
      padding: 3rem; } }
.banner-count {
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 991px) {
    .banner-count {
      flex-direction: column; } }
  .banner-count .banner-count__num {
    font-size: 8rem;
    font-weight: 700;
    color: #f48020;
    line-height: 1; }
    .banner-count .banner-count__num span {
      font-size: 3rem; }
    @media (max-width: 991px) {
      .banner-count .banner-count__num {
        font-size: 6rem; } }
  .banner-count .banner-count__text {
    color: #fff;
    margin-left: 0.8rem; }
@media (max-width: 991px) {
  .banner__image {
    margin-bottom: -3.3rem;
    position: relative;
    z-index: 10; } }
@media (max-width: 575px) {
  .banner__image {
    margin-bottom: -2rem; } }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border-bottom: 1px solid #fff;
  -webkit-text-fill-color: #fff !important;
  -webkit-box-shadow: 0 0 0 0 transparent inset;
  transition: background-color 5000s ease-in-out 0s; }

.form__wrapper {
  margin-top: -3rem;
  margin-bottom: 3rem; }
  @media (max-width: 991px) {
    .form__wrapper {
      margin-top: 3rem;
      margin-bottom: 0; } }
.form__block {
  background-color: #295fd6;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 6rem 10rem 3.6rem;
  position: relative;
  border-radius: 2rem; }
  @media (max-width: 1199px) {
    .form__block {
      padding-left: 6rem;
      padding-right: 6rem; } }
  @media (max-width: 991px) {
    .form__block {
      padding-left: 3rem;
      padding-right: 3rem; } }
  @media (max-width: 575px) {
    .form__block {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
.form__note {
  font-size: 1.6rem;
  color: #fff; }
.form__footer {
  font-size: 1.6rem;
  color: #fff; }
  .form__footer .term .input-group {
    flex-wrap: nowrap; }
  .form__footer .term input {
    opacity: 0;
    position: absolute;
    width: 1.1rem;
    height: 1.1rem;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    border: none;
    cursor: pointer; }
  .form__footer .term .term-label {
    padding-left: 3rem; }
    .form__footer .term .term-label::before {
      content: '';
      width: 2rem;
      height: 2rem;
      display: inline-block;
      border: 2px solid #fff;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
    .form__footer .term .term-label::after {
      content: '\f00c';
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      font-size: 1.2rem;
      position: absolute;
      left: 0.4rem;
      top: 50%;
      transform: translateY(-50%);
      color: #fff;
      opacity: 0;
      transition: all 0.3s ease; }
    .form__footer .term .term-label a {
      text-decoration: underline; }
      .form__footer .term .term-label a:hover {
        color: #f48020; }
  .form__footer .term input:checked ~ .term-label::after {
    opacity: 1; }
  .form__footer .term .has-error .term-label {
    color: red; }

#contact_form .apply_form .form-group {
  margin-bottom: 3rem;
  display: flex; }
  #contact_form .apply_form .form-group > .input-group > label {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.28;
    color: #fff; }
    @media (max-width: 575px) {
      #contact_form .apply_form .form-group > .input-group > label {
        font-size: 2rem; } }
#contact_form .submit-form {
  font-size: 2.5rem;
  font-weight: 700;
  color: #000;
  background-color: #f48020;
  line-height: 1;
  padding: 1rem 1.5rem;
  cursor: pointer;
  transition: all 0.4s ease;
  border: none;
  border-radius: 9.5rem;
  min-height: 6.4rem;
  height: 100%;
  text-align: center;
  display: inline-block;
  max-width: 30rem;
  width: 100%; }
  @media (max-width: 575px) {
    #contact_form .submit-form {
      font-size: 2rem; } }
  #contact_form .submit-form:hover {
    color: #fff; }
#contact_form .submit__position {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%); }

.form-control,
select.form-control:not([size]):not([multiple]) {
  font-size: 1.8rem;
  color: #fff;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid currentColor;
  height: 4rem;
  padding: 0;
  background-color: transparent; }
  .form-control::-webkit-input-placeholder,
  select.form-control:not([size]):not([multiple])::-webkit-input-placeholder {
    color: #fff; }
  .form-control::-moz-placeholder,
  select.form-control:not([size]):not([multiple])::-moz-placeholder {
    color: #fff; }
  .form-control:-ms-input-placeholder,
  select.form-control:not([size]):not([multiple]):-ms-input-placeholder {
    color: #fff; }
  .form-control:-moz-placeholder,
  select.form-control:not([size]):not([multiple]):-moz-placeholder {
    color: #fff; }
  .form-control:focus,
  select.form-control:not([size]):not([multiple]):focus {
    box-shadow: unset;
    outline: none;
    background-color: transparent;
    border-color: #fff;
    color: #fff; }

select.form-control:not([size]):not([multiple]) {
  white-space: normal;
  word-wrap: break-word; }
  select.form-control:not([size]):not([multiple]) > option {
    color: #fff;
    background-color: #295fd6; }

select.form-control:not([size]):not([multiple]),
.form-control.has-bg {
  -webkit-appearance: none; }

textarea.form-control {
  min-height: 4.5rem;
  height: unset;
  padding-top: 1rem;
  padding-bottom: 1rem; }

.span-click {
  border-radius: 0.8rem;
  border: 1px solid #295fd6;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  background-color: transparent;
  z-index: 50;
  cursor: pointer; }

.input-group {
  border-bottom: none;
  position: relative; }
  .input-group.has-error .error {
    font-size: 0 !important; }
  .input-group .label {
    position: absolute;
    top: -3rem;
    left: 0;
    font-family: 'Montserrat-Regular';
    color: #4d443d; }
    @media (max-width: 991px) {
      .input-group .label {
        top: -2.5rem; } }
  .input-group.select-wrapper {
    position: relative; }
    .input-group.select-wrapper::after {
      position: absolute;
      content: '\f0dd';
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      color: #fff;
      bottom: 0.5rem;
      right: 1.5rem;
      font-size: 1.5rem;
      line-height: 2rem; }

.input-file-reply {
  font-size: 1.5rem;
  color: #fff; }

.input-file-nop {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0;
  visibility: hidden;
  height: 0;
  margin: 0;
  padding: 0; }

.upfile {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10; }
  .upfile .div-input-file {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0; }

.buttonload {
  border: none;
  color: #fff;
  background-color: #f48020; }
  .buttonload > img {
    width: 15%; }

.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
  border-bottom-right-radius: 0; }

.upload_cv_label {
  padding-left: 3rem;
  font-size: 1.6rem;
  font-family: inherit;
  color: #295fd6;
  text-transform: uppercase; }

.has-success {
  border-color: #2ca94d !important;
  box-shadow: none; }

.has-error {
  border-color: #ea2441 !important;
  box-shadow: none; }

.custom-select__wrapper {
  position: relative;
  z-index: 10; }
.custom-select__options {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border-radius: 2rem;
  background: rgba(245, 245, 245, 0.95);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 1.5rem;
  z-index: 70; }
  .custom-select__options li {
    position: relative;
    color: #000;
    padding-left: 3.2rem;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1.6rem; }
    .custom-select__options li::before {
      content: '';
      width: 2rem;
      height: 2rem;
      display: inline-block;
      border: 1px solid #295fd6;
      border-radius: 50%;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      transition: all 0.3s ease; }
    .custom-select__options li:hover::before, .custom-select__options li.active::before {
      background-color: #00e7aa;
      border-color: #00e7aa; }
  .custom-select__options > li + li {
    margin-top: 1rem; }
.custom-select__wrapper.style1 .custom-select__options {
  right: auto;
  min-width: 50rem; }
  @media (max-width: 1199px) {
    .custom-select__wrapper.style1 .custom-select__options {
      min-width: 45rem; } }
  @media (max-width: 991px) {
    .custom-select__wrapper.style1 .custom-select__options {
      min-width: 100%; } }
  .custom-select__wrapper.style1 .custom-select__options li {
    white-space: nowrap;
    position: relative; }
    .custom-select__wrapper.style1 .custom-select__options li::after {
      content: '';
      width: 2rem;
      height: 2rem;
      border-radius: 5px;
      background-color: #e7f0fc;
      display: inline-block;
      position: absolute;
      top: 50%;
      right: 1rem;
      transform: translateY(-50%);
      transition: all 0.3s ease; }
    .custom-select__wrapper.style1 .custom-select__options li:hover, .custom-select__wrapper.style1 .custom-select__options li.active {
      color: #f28821;
      background-color: transparent; }
      .custom-select__wrapper.style1 .custom-select__options li:hover::after, .custom-select__wrapper.style1 .custom-select__options li.active::after {
        background-color: #f28821; }

.input-group-radio {
  position: relative;
  cursor: pointer;
  display: inline-block;
  color: #fff; }
  .input-group-radio__list {
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    margin-top: 1.5rem; }
  .input-group-radio input {
    opacity: 0;
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    border: none;
    cursor: pointer; }
  .input-group-radio label {
    padding-left: 2.5rem;
    cursor: pointer; }
    .input-group-radio label::before {
      content: '';
      width: 1.5rem;
      height: 1.5rem;
      display: inline-block;
      border-radius: 50%;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      background-color: #fff; }
    .input-group-radio label::after {
      content: '';
      width: 1.5rem;
      height: 1.5rem;
      display: inline-block;
      border-radius: 50%;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%) scale(0);
      background-color: #f48020;
      opacity: 0;
      transition: all 0.3s ease; }
    .input-group-radio label a {
      text-decoration: underline; }
      .input-group-radio label a:hover {
        color: #f48020; }
  .input-group-radio input:checked ~ label::after {
    opacity: 1;
    transform: translateY(-50%) scale(1); }

.about {
  padding: 3rem;
  background-color: #fff;
  border-radius: 2rem;
  height: 100%; }
  .about__wrapper {
    padding-top: 3rem; }
  .about__block {
    padding: 6rem 0;
    background-image: url("../images/page/about/bg.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    @media (min-width: 1200px) {
      .about__block > .container > .row {
        margin-left: -8.5rem;
        margin-right: -8.5rem; }
        .about__block > .container > .row > [class^='col-'] {
          padding-left: 8.5rem;
          padding-right: 8.5rem; } }
    @media (max-width: 575px) {
      .about__block {
        padding: 3rem 0; } }
  @media (min-width: 1200px) {
    .about {
      padding: 4rem 5.5rem; } }
  @media (max-width: 575px) {
    .about {
      padding: 3rem 1.5rem; } }
  @media (min-width: 992px) {
    .about .about__logo {
      min-height: 10rem; } }
  @media (max-width: 991px) {
    .about .about__logo {
      text-align: center; } }
  .about .about__logo img {
    max-height: 10rem;
    width: auto; }
  .about .about__logo--small img {
    max-height: 6rem; }
  .about .about__title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #295fd6;
    text-transform: uppercase;
    margin: 3rem 0; }
    @media (max-width: 991px) {
      .about .about__title {
        text-align: center; } }
    @media (max-width: 575px) {
      .about .about__title {
        margin: 1.5rem 0;
        font-size: 2rem; } }
  .about .about__desc {
    text-align: justify; }

.testimonial__wrapper {
  padding: 6rem 0;
  background-color: #f8f8f8; }
  @media (max-width: 575px) {
    .testimonial__wrapper {
      padding-top: 3rem; } }
.testimonial__title {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 3rem; }
  @media (max-width: 767px) {
    .testimonial__title {
      flex-direction: column;
      align-items: center;
      padding: 0 1.5rem; } }
  .testimonial__title .icon {
    margin-right: 6rem; }
    @media (max-width: 767px) {
      .testimonial__title .icon {
        margin-right: 0;
        margin-bottom: 3rem; } }
  .testimonial__title .title__wrapper {
    margin-bottom: 0; }
@media (min-width: 768px) {
  .testimonial__content {
    padding: 0 6.5rem; } }
@media (min-width: 992px) {
  .testimonial__slider {
    padding-left: 5.5rem;
    padding-right: 5.5rem; } }
.testimonial__desc {
  text-align: center;
  margin-bottom: 2rem; }
.testimonial__review {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 991px) {
    .testimonial__review {
      flex-direction: column; } }
.testimonial__info {
  display: flex;
  align-items: center; }
  .testimonial__info .icon {
    width: 9rem;
    height: 9rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #295fd6;
    border-radius: 50%;
    margin-right: 2.5rem; }
    .testimonial__info .icon img {
      max-width: 90%;
      height: auto; }
    @media (max-width: 575px) {
      .testimonial__info .icon {
        width: 6rem;
        height: 6rem; }
        .testimonial__info .icon img {
          max-width: 50%; } }
  .testimonial__info .name {
    font-size: 2.5rem;
    font-weight: 700; }
    @media (max-width: 575px) {
      .testimonial__info .name {
        font-size: 2rem; } }
.testimonial__rating {
  display: flex;
  align-items: center; }
  .testimonial__rating > * + * {
    margin-left: 1.5rem; }
  @media (max-width: 991px) {
    .testimonial__rating {
      margin-top: 1.5rem; } }

.info {
  display: flex;
  height: 100%; }
  .info__wrapper {
    padding: 3rem 0 5rem; }
    @media (max-width: 575px) {
      .info__wrapper {
        padding-bottom: 3rem; } }
  .info__image {
    border-radius: 2rem;
    position: relative;
    margin-right: 3rem;
    margin-bottom: 3.5rem; }
    .info__image img {
      border-radius: 2rem;
      position: relative;
      z-index: 2; }
    .info__image::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border: 3px solid #295fd6;
      border-radius: 2rem;
      transform: translate(3rem, 3.5rem);
      transition: all 0.3s ease; }
    .info__image:hover::before {
      border-color: #f48020; }
    @media (max-width: 991px) {
      .info__image {
        max-width: 50%;
        margin: 0 auto; } }
  .info .info__icon {
    width: 4.5rem;
    flex-shrink: 0;
    margin-right: 2rem; }
  .info .info__name {
    font-size: 2.5rem;
    line-height: 1.6;
    font-weight: 700;
    color: #295fd6;
    margin-bottom: 1rem; }
    @media (max-width: 575px) {
      .info .info__name {
        font-size: 2rem; } }

.module__wrapper {
  padding: 6rem 0; }
  @media (max-width: 575px) {
    .module__wrapper {
      padding: 3rem 0; } }
@media (min-width: 1200px) {
  .module__content {
    padding: 0 9rem; } }
.module__desc {
  padding: 0 12rem;
  text-align: center;
  margin-bottom: 3rem; }
  @media (max-width: 1199px) {
    .module__desc {
      padding: 0 6rem; } }
  @media (max-width: 991px) {
    .module__desc {
      padding: 0; } }
.module__slider {
  padding: 3rem 3rem 6rem;
  color: #fff;
  background-color: #295fd6;
  border-radius: 2rem; }
  @media (max-width: 575px) {
    .module__slider {
      padding: 3rem 1.5rem 6rem; } }
  .module__slider .slick-dots {
    bottom: 3rem; }
  .module__slider .slick-dots li button:before {
    content: '';
    background-color: transparent;
    border: 1px solid #fff; }
  .module__slider .slick-dots li button:hover:before {
    background-color: #fff; }
  .module__slider .slick-dots li.slick-active button:before {
    background-color: #fff; }
.module > p + p {
  margin-top: 0.5rem; }

.degree__wrapper {
  background-image: url("../images/page/degree/bg.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 3rem 0; }
.degree__block {
  background-color: #fff;
  border-radius: 2rem;
  padding: 3rem 0; }
  @media (min-width: 1200px) {
    .degree__block {
      margin: 0 9rem; } }
  @media (max-width: 991px) {
    .degree__block {
      padding: 3rem; } }
  @media (max-width: 575px) {
    .degree__block {
      padding: 3rem 1.5rem; } }
@media (min-width: 992px) {
  .degree__info {
    padding-left: 9rem; } }

.benefit {
  text-align: center;
  height: 100%;
  padding: 0 6rem; }
  .benefit__wrapper {
    padding: 4rem 0 5rem; }
    @media (max-width: 575px) {
      .benefit__wrapper {
        padding: 3rem 0; } }
  @media (max-width: 1535px) {
    .benefit {
      padding: 0 3rem; } }
  @media (max-width: 1199px) {
    .benefit {
      padding: 0; } }
  .benefit .benefit__icon {
    width: 8rem;
    height: 8rem;
    display: inline-block;
    background-color: #3eaed2;
    border-radius: 0.8rem;
    overflow: hidden;
    position: relative;
    padding-left: 0.8rem;
    padding-bottom: 0.8rem;
    margin-bottom: 1rem; }
    .benefit .benefit__icon::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 3.8rem;
      height: 3.8rem;
      display: inline-block;
      background-color: #f48020; }
    .benefit .benefit__icon .icon {
      width: 100%;
      height: 100%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background-color: #295fd6;
      border-bottom-left-radius: 0.8rem;
      position: relative;
      z-index: 2; }
  .benefit .benefit__name {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.1;
    color: #295fd6;
    text-transform: uppercase; }
    @media (max-width: 575px) {
      .benefit .benefit__name {
        font-size: 2rem; } }
  .benefit .benefit__name + .benefit__desc {
    padding-top: 1rem;
    margin-top: 1rem;
    position: relative; }
    .benefit .benefit__name + .benefit__desc::before {
      content: '';
      display: inline-block;
      position: absolute;
      top: 0;
      left: 50%;
      height: 2px;
      max-width: 30rem;
      width: 100%;
      background-color: #000;
      transform: translateX(-50%); }

.intro {
  position: relative;
  overflow: hidden; }
  @media (max-width: 991px) {
    .intro {
      background-color: #eeeeee;
      padding-bottom: 3rem; } }
  .intro + .intro {
    margin-top: 4rem; }
    @media (max-width: 575px) {
      .intro + .intro {
        margin-top: 3rem; } }
  .intro__wrapper {
    padding: 3rem 0; }
  .intro .intro__image {
    position: absolute;
    right: 0;
    max-width: 31.25%;
    width: 100%;
    top: 50%;
    transform: translateY(-50%); }
    @media (max-width: 991px) {
      .intro .intro__image {
        max-width: 50%;
        margin: 0 auto; } }
    .intro .intro__image::before {
      content: '';
      display: block;
      padding-top: 100%; }
    .intro .intro__image::after {
      content: '';
      display: inline-block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border: 3px solid #295fd6;
      border-radius: 0.6rem;
      transform: translate(-4.4rem, 4.4rem);
      transition: all 0.3s ease; }
      @media (max-width: 991px) {
        .intro .intro__image::after {
          transform: translate(-1.5rem, 1.5rem); } }
    .intro .intro__image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 0.6rem;
      z-index: 2; }
    .intro .intro__image:hover::after {
      border-color: #f48020; }
  .intro .intro__content {
    background-color: #eeeeee;
    padding: 12rem 30rem 12rem 11rem;
    position: relative;
    text-align: justify; }
    .intro .intro__content::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 300%;
      background-color: #eeeeee;
      transform: translateX(-100%); }
    @media (max-width: 1535px) {
      .intro .intro__content {
        padding-top: 8rem;
        padding-bottom: 8rem; } }
    @media (max-width: 1199px) {
      .intro .intro__content {
        padding-left: 0;
        padding-top: 3rem;
        padding-bottom: 3rem; } }
    @media (max-width: 991px) {
      .intro .intro__content {
        padding-right: 0; } }
  .intro:last-child {
    flex-direction: row-reverse; }
  .intro:last-child .intro__image {
    right: auto;
    left: 0; }
    .intro:last-child .intro__image::after {
      transform: translate(4.4rem, 4.4rem); }
      @media (max-width: 991px) {
        .intro:last-child .intro__image::after {
          transform: translate(1.5rem, 1.5rem); } }
  .intro:last-child .intro__content {
    padding: 20rem 9rem 20rem 39rem; }
    .intro:last-child .intro__content::before {
      left: auto;
      right: 0;
      transform: translateX(100%); }
    @media (max-width: 1535px) {
      .intro:last-child .intro__content {
        padding-top: 12rem;
        padding-bottom: 12rem; } }
    @media (max-width: 1199px) {
      .intro:last-child .intro__content {
        padding-right: 0;
        padding-top: 3rem;
        padding-bottom: 3rem; } }
    @media (max-width: 991px) {
      .intro:last-child .intro__content {
        padding-left: 0; } }
  @media (max-width: 991px) {
    .intro .intro__image {
      position: relative;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      transform: translateY(0); } }

.slick-dots li, .slick-dots li button {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0; }

.slick-slide {
  flex: unset !important;
  height: inherit !important; }
  .slick-slide > div {
    height: 100%; }
  .slick-slide:focus {
    outline: 0 !important; }

.slick-track {
  display: flex !important; }

.slider-mobile > [class^='col-']:focus {
  outline: 0 !important; }

.slick-dotted.slick-slider {
  margin-bottom: 0;
  position: relative;
  z-index: 10; }

.slick-dots {
  font-size: 0;
  line-height: 1;
  bottom: -3rem;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }
  @media (max-width: 991px) {
    .slick-dots {
      width: 100%; } }
  .slick-dots li + li {
    margin-left: 1rem; }
  .slick-dots li button:before {
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    border-radius: 50%;
    background-color: #295fd6;
    opacity: 1;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .slick-dots li button:hover:before {
    background-color: #f48020; }
  .slick-dots li.slick-active button:before {
    background-color: #f48020;
    opacity: 1; }

.slick-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 6.5rem;
  height: 6.5rem;
  border-radius: 50%;
  color: #295fd6;
  background-color: #eeeeee;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  z-index: 99; }
  .slick-arrow.prev {
    left: 0;
    transform: translate(-100%, -50%); }
  .slick-arrow.next {
    right: 0;
    transform: translate(100%, -50%); }
  .slick-arrow:hover {
    color: #fff;
    background-color: #f48020; }

.footer {
  border-top: 3px solid #000;
  font-size: 1.6rem;
  color: #000;
  padding: 3.3rem 0;
  background-color: #fff; }
  @media (max-width: 575px) {
    .footer {
      padding: 1.5rem 0; } }
  .footer .link {
    display: inline-block;
    color: inherit; }
    .footer .link:hover {
      color: #f48020; }
  .footer .link-icon {
    width: 4rem;
    height: 4rem;
    border: 2px solid #000;
    color: #000;
    border-radius: 4px;
    font-size: 2rem; }
    .footer .link-icon:hover {
      color: #fff;
      background-color: #000; }
  .footer-social li + li {
    margin-left: 2rem; }

.apply__fixed {
  position: fixed;
  bottom: 2.5rem;
  right: 1rem;
  z-index: 9999; }

.back-to-top .link, .apply__fixed .link {
  border-radius: 5px;
  color: #fff;
  background-color: #f48020;
  display: inline-block;
  padding: 1rem 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.6); }
  .back-to-top .link:hover, .apply__fixed .link:hover {
    color: #fff;
    background-color: #f8f8f8; }

.back__block {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

.back-to-top .link {
  white-space: nowrap; }

.apply__fixed .link {
  cursor: pointer;
  border: none; }
  .apply__fixed .link:focus {
    outline: 0; }
  .apply__fixed .link:hover {
    color: #fff;
    background-color: #f8f8f8; }

/*# sourceMappingURL=styles2.css.map */
