body {
  background-color: #f1f1f1; }

.mt-50 {
  margin-top: 100px !important; }

header {
  background-color: #f1f1f1;
  padding: 10px; }
  header #mainmenu a {
    color: #191919;
    font-size: 18px; }
    @media (max-width: 1336px) {
      header #mainmenu a {
        color: #191919;
        font-size: 15px; } }
  header .header-col-mid {
    margin-left: auto; }

footer {
  background-color: #212121; }
  footer .wrapper-footer-logo {
    display: flex;
    align-items: center;
    gap: 20px; }
    footer .wrapper-footer-logo p {
      font-size: 42px;
      line-height: 50px; }
  footer .footer_logo {
    width: 300px; }
  footer .wrapper-items {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    footer .wrapper-items .wrapper-item {
      display: flex;
      flex-direction: column;
      gap: 4px; }
  footer .main-title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px; }
  footer ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    footer ul li {
      display: flex;
      flex-direction: column;
      gap: 4px; }

.first-section {
  padding: 120px 0 100px; }
  .first-section .wrapper-background-image {
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .first-section .wrapper-navigation {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px; }
    .first-section .wrapper-navigation ul {
      display: flex;
      align-items: center;
      gap: 24px;
      margin: 0;
      padding: 0;
      list-style: none; }
      .first-section .wrapper-navigation ul li a {
        position: relative;
        color: #191919 !important; }
        .first-section .wrapper-navigation ul li a:after {
          content: '/';
          right: -13px;
          top: 0;
          bottom: 0;
          position: absolute; }
      .first-section .wrapper-navigation ul li span {
        color: #191919; }
  .first-section .wrapper-top-part {
    margin-top: 40px; }

.section-home .wrapper-first-content .wrapper-image img {
  width: 100%; }
.section-home .wrapper-first-content .wrapper-content h4 {
  font-size: 20px;
  text-transform: uppercase; }
.section-home .wrapper-first-content .wrapper-content h2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 44px; }
  @media (max-width: 991px) {
    .section-home .wrapper-first-content .wrapper-content h2 {
      font-size: 32px;
      line-height: 38px; } }
  .section-home .wrapper-first-content .wrapper-content h2 strong {
    font-weight: bold; }
.section-home .section-faq .accordion {
  margin-top: 40px !important; }
.section-home .section-faq .accordion-button {
  outline: none !important;
  box-shadow: none;
  font-size: 24px;
  font-weight: 700;
  color: #191919;
  line-height: 32px;
  text-transform: uppercase; }
  @media (max-width: 991px) {
    .section-home .section-faq .accordion-button {
      font-size: 18px;
      line-height: 24px; } }

.section-newsletter .wrapper-image img {
  width: 100%; }
.section-newsletter .wrapper-content h4 {
  font-size: 20px;
  text-transform: uppercase; }
  @media (max-width: 991px) {
    .section-newsletter .wrapper-content h4 {
      margin-top: 12px; } }
.section-newsletter .wrapper-content h2 {
  font-size: 72px;
  font-weight: 400; }
  @media (max-width: 991px) {
    .section-newsletter .wrapper-content h2 {
      font-size: 36px !important; } }
  .section-newsletter .wrapper-content h2 strong {
    font-weight: bold; }
.section-newsletter .wrapper-content .wrapper-form .wrapper-row {
  display: flex;
  gap: 24px;
  margin-bottom: 12px; }
  .section-newsletter .wrapper-content .wrapper-form .wrapper-row .form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%; }
    .section-newsletter .wrapper-content .wrapper-form .wrapper-row .form-group label {
      color: #191919; }
    .section-newsletter .wrapper-content .wrapper-form .wrapper-row .form-group input {
      border-radius: 0;
      box-shadow: none;
      outline: none;
      width: 100%;
      border: none;
      padding: 8px 12px; }
.section-newsletter .wrapper-content .wrapper-form .wrapper-checkbox {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 8px; }
  .section-newsletter .wrapper-content .wrapper-form .wrapper-checkbox label {
    line-height: 20px; }
.section-newsletter .wrapper-content .btn {
  background: #000000;
  border-color: #000000;
  color: #fff; }

.section-course .wrapper-course-items {
  display: flex;
  gap: 24px;
  margin-top: 40px; }
  .section-course .wrapper-course-items .wrapper-item {
    flex: 1;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 275px;
    display: flex;
    position: relative;
    filter: grayscale(100%);
    transition: .2s linear; }
    .section-course .wrapper-course-items .wrapper-item:hover {
      filter: grayscale(0);
      transition: .2s linear; }
    .section-course .wrapper-course-items .wrapper-item h3 {
      bottom: 12px;
      left: 12px;
      right: 12px;
      position: absolute;
      color: #000;
      font-size: 20px;
      text-transform: uppercase;
      padding: 10px 5px;
      background: #fff;
      border-radius: 5px;
      text-align: center; }
.section-course .wrapper-culture-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr); }
  .section-course .wrapper-culture-items h6 {
    position: relative;
    margin: 12px;
    color: #fff;
    font-size: 16px; }

#logo img {
  height: 60px; }

#mainmenu > li {
  margin-right: 24px; }
  @media (max-width: 1336px) {
    #mainmenu > li {
      margin-right: 12px; } }

.box {
  border-radius: 150px;
  background: #fff;
  position: relative;
  overflow: hidden;
  text-align: center; }

.box img {
  width: 180px;
  min-width: 180px;
  max-width: 180px;
  height: 180px;
  object-fit: cover; }

.box:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 0px;
  height: 100%;
  border-radius: 150px;
  box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  background-image: linear-gradient(to right, #3c70a4 0%, #64b2cd 100%); }

.box:hover:before {
  width: 100%; }

.box:hover .image-wrapper {
  padding: 0; }

.box:hover .box-desc {
  color: #fff; }

.box:hover .social li a {
  background: #fff;
  background-image: none;
  color: #000; }

.box:hover .social li a:hover {
  background: #1d1d1d;
  color: #fff; }

.image-wrapper {
  position: relative;
  max-width: 210px;
  max-height: 210px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%;
  padding: 15px;
  transition: all 0.5s ease;
  box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.2); }

.image-wrapper img {
  border-radius: 50%;
  transition: all 500ms ease; }

.box-desc {
  position: relative; }

ul.social {
  padding: 0; }

ul.social li {
  display: inline-block;
  list-style-type: none; }

ul.social li a {
  position: relative;
  width: 36px;
  height: 36px;
  background-image: linear-gradient(to right, #3c70a4 0%, #64b2cd 100%);
  display: inline-block;
  line-height: 36px;
  border-radius: 50%;
  color: #fff;
  transition: all .5s ease; }

header.header-mobile {
  background: #fff; }

header.header-mobile #mainmenu li {
  border-bottom: solid 1px #00000021 !important; }
  header.header-mobile #mainmenu li a {
    color: #191919 !important; }

@media (max-width: 991px) {
  .section-home {
    padding: 0 12px; }

  .first-section {
    padding: 120px 12px; } }
@media (max-width: 991px) {
  .for-mobile-content .row .row {
    display: flex;
    flex-direction: column-reverse; } }

/*# sourceMappingURL=main.css.map */
