html,
body {
  width: 100%;
  overflow-x: hidden;
}

a,
a:hover,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
button,
button:hover,
button:focus,
button:active {
  outline: none;
}

a:hover {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.b-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 15px 60px;
  background-color: #57514D;
}

.b-btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: #E8B331;
}

.header-child {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 0 30px;
}

.header-child .header__title {
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  color: #57514D;
  text-transform: uppercase;
  margin-bottom: 100px;
}

.header-child .header__breadcrumbs {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
  color: #57514D;
  letter-spacing: normal;
}

.header-child .header__breadcrumbs span a {
  color: #57514D;
}

.header-child .header__breadcrumbs span a:hover {
  text-decoration: none;
  color: #E8B331;
}

.header-child .header__breadcrumbs > span {
  margin: 0 10px;
}

.header-child .line-title {
  bottom: 0;
}

.contact-page .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-page .address {
  padding-top: 100px;
  padding-bottom: 135px;
}

.contact-page .address .container {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.contact-page .address .address__wapper {
  padding-left: 50px;
  max-width: 500px;
  margin: 0 auto;
}

.contact-page .address .address__wapper h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #514F4F;
  text-transform: uppercase;
}

.contact-page .address .address__wapper p {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #514F4F;
  margin-bottom: 5px;
}

.contact-page .address .address__wapper a {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #514F4F;
  margin-bottom: 5px;
}

.contact-page .address .address__wapper a:hover {
  color: #E8B331;
  text-decoration: none;
}

.contact-page .address .address__map {
  height: 685px;
}

.contact-page .address .address__map iframe {
  width: 100%;
  height: 100%;
}

.contact-page .form-b {
  padding-top: 120px;
  padding-bottom: 185px;
  background-color: #F2F2F2;
}

.contact-page .form-b .container {
  max-width: 920px;
}

.contact-page .form-b .row > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.contact-page .form-b .form-b__description {
  margin-bottom: 60px;
}

.contact-page .form-b .form-b__description p {
  color: #57514D;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.contact-page .form-b__wrapper form .nf-form-fields-required {
  display: none;
}

.contact-page .form-b__wrapper form .nf-form-content {
  padding: 0;
}

.contact-page .form-b__wrapper form .nf-form-content .nf-field-container {
  margin-bottom: 10px;
}

.contact-page .form-b__wrapper form .nf-form-content input.ninja-forms-field.nf-element,
.contact-page .form-b__wrapper form .nf-form-content textarea.ninja-forms-field.nf-element {
  background-color: #fff;
  color: #57514D;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-transform: capitalize;
  border-radius: 8px;
  padding: 16px;
}

.contact-page .form-b__wrapper form .nf-form-content .submit-container input.ninja-forms-field.nf-element {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  color: #fff;
  background-color: #57514D;
  text-transform: uppercase;
  margin-top: 60px;
}

.contact-page .form-b__wrapper form .nf-form-content .submit-container input.ninja-forms-field.nf-element:hover {
  background-color: #E8B331;
}

.partners .p-content {
  padding-top: 200px;
  padding-bottom: 90px;
}

.partners .p-content__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 55px;
  text-transform: uppercase;
  margin-bottom: 50px;
  color: #57514D;
}

.partners .p-content .row > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.partners .p-content__page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
}

.partners .p-content__page-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 380px;
      flex-basis: 380px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.partners .p-content__page-img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.partners .p-content__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-left: 45px;
  -ms-flex-preferred-size: 700px;
      flex-basis: 700px;
  -webkit-box-flex: 5;
      -ms-flex-positive: 5;
          flex-grow: 5;
}

.partners .p-content__text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #57514D;
}

.partners .p-content__text .p-content__btn {
  margin-top: 20px;
}

.default-page .about-content {
  padding-top: 200px;
  padding-bottom: 190px;
}

.default-page .about-content__wrapper h2 {
  color: #514F4F;
  font-size: 40px;
  font-weight: 700;
  line-height: 55px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.default-page .about-content__wrapper h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: #514F4F;
  margin-top: 40px;
  margin-bottom: 30px;
}

.default-page .about-content__wrapper p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  color: #514F4F;
  line-height: 28px;
}

.default-page .about-content__wrapper .wp-block-image {
  margin-top: 50px;
  margin-bottom: 50px;
}

.e-learning-page .header-child {
  height: 280px;
}

.e-learning-page .e-learning-content {
  padding-top: 150px;
  padding-bottom: 176px;
}

.e-learning-page .e-learning-content__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 160px;
}

.e-learning-page .e-learning-content__inner-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 290px;
      flex-basis: 290px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-right: 1px solid #979797;
  padding: 5px 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  color: #57514D;
  text-transform: uppercase;
}
.e-learning-page .e-learning-content__inner-text a {
  color: #57514D;
  margin-bottom: 20px;
}
.e-learning-page .e-learning-content__inner-text a:hover {
  color: #E8B331;
  text-decoration: none;
}
.e-learning-page .e-learning-content__inner-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 700px;
      flex-basis: 700px;
  -webkit-box-flex: 5;
      -ms-flex-positive: 5;
          flex-grow: 5;
  padding: 5px 0 5px 65px;
}

.e-learning-page .e-learning-content__inner-text p {
  margin-bottom: 0;
}
/*# sourceMappingURL=other.css.map */