@font-face {
  font-family: "Gilroy";
  font-weight: normal;
  font-style: normal;
  font-display: auto;
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff");
}

@font-face {
  font-family: "Gilroy";
  font-weight: 100;
  font-style: normal;
  font-display: auto;
  src: url("../fonts/Gilroy-Thin.woff2") format("woff2"), url("../fonts/Gilroy-Thin.woff") format("woff");
}

@font-face {
  font-family: "Gilroy";
  font-weight: 200;
  font-style: normal;
  font-display: auto;
  src: url("../fonts/Gilroy-UltraLight.woff2") format("woff2"), url("../fonts/Gilroy-UltraLight.woff") format("woff");
}

@font-face {
  font-family: "Gilroy";
  font-weight: 300;
  font-style: normal;
  font-display: auto;
  src: url("../fonts/Gilroy-Light.woff2") format("woff2"), url("../fonts/Gilroy-Light.woff") format("woff");
}

@font-face {
  font-family: "Gilroy";
  font-weight: 500;
  font-style: normal;
  font-display: auto;
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff");
}

@font-face {
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  font-display: auto;
  src: url("../fonts/Gilroy-SemiBold.woff2") format("woff2"), url("../fonts/Gilroy-SemiBold.woff") format("woff");
}

@font-face {
  font-family: "Gilroy";
  font-weight: bold;
  font-style: normal;
  font-display: auto;
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff");
}

@font-face {
  font-family: "Gilroy";
  font-weight: 800;
  font-style: normal;
  font-display: auto;
  src: url("../fonts/Gilroy-ExtraBold.woff2") format("woff2"), url("../fonts/Gilroy-ExtraBold.woff") format("woff");
}

@font-face {
  font-family: "Gilroy";
  font-weight: 900;
  font-style: normal;
  font-display: auto;
  src: url("../fonts/Gilroy-Black.woff2") format("woff2"), url("../fonts/Gilroy-Black.woff") format("woff");
}

[class*=" icon-"]:before,
[class^=icon-]:before {
  padding: 0;
  margin: 0;
  width: auto;
}

.clearfix::before, .clearfix::after {
  content: '';
  display: table;
  clear: both;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.t-left {
  text-align: left;
}

.t-upper {
  text-transform: uppercase;
}

.t-lower {
  text-transform: lowercase;
}

.d-none {
  display: none;
}

b, strong {
  font-weight: 800;
}

code, pre {
  background-color: #CCCCCC;
  border-color: #999999;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
}

code,
pre {
  color: #dc2626;
  display: inline-block;
  padding: .5rem 1rem;
  margin-bottom: 1rem;
}

button,
a {
  outline: none !important;
}

a {
  text-decoration: underline;
  color: #225294;
  -webkit-transition-property: background-color, border-color, color, fill, stroke;
  -o-transition-property: background-color, border-color, color, fill, stroke;
  transition-property: background-color, border-color, color, fill, stroke;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
  -o-transition-duration: 150ms;
  transition-duration: 150ms;
}

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

p {
  margin-bottom: 2rem;
}

blockquote {
  background: -o-linear-gradient(337.33deg, #ECF2E1 28.8%, #DDE6C5 86.89%);
  background: linear-gradient(112.67deg, #ECF2E1 28.8%, #DDE6C5 86.89%);
  -webkit-border-radius: 30px;
  border-radius: 30px;
  font-size: 1.15em;
  padding: 30px 40px;
  margin-bottom: 2rem;
  position: relative;
}

blockquote:before {
  content: '\e809';
  color: #225294;
  background: -o-linear-gradient(330.79deg, #4A7BB4 0%, #184B91 100%);
  background: linear-gradient(119.21deg, #4A7BB4 0%, #184B91 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 36px;
  font-family: 'Fontello', sans-serif;
  line-height: normal;
  position: absolute;
  top: -18px;
  left: -4px;
  z-index: 8;
}

blockquote:after {
  content: '';
  position: absolute;
  bottom: -28px;
  right: -54px;
  background: url(../img/scotch-5.svg) center center no-repeat;
  background-size: contain;
  width: 120px;
  height: 110px;
  z-index: 8;
  opacity: 0.6;
}

blockquote cite {
  display: none;
}

blockquote p {
  margin-bottom: .5rem;
}

blockquote p:last-child {
  margin-bottom: 0;
}

figure {
  margin-bottom: 2rem;
}

fieldset {
  border-color: #225294;
  border-style: solid;
  border-width: 2px;
  padding: 1rem;
  margin-bottom: 2rem;
}

fieldset legend {
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
  width: auto;
  padding: 0 10px;
  margin: 0;
}

fieldset > :last-child {
  margin-bottom: 0;
}

img.lazyload {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: .8;
}

img.lazyloaded {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: filter, opacity;
  transition-property: filter, opacity;
  transition-property: filter, opacity, -webkit-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
  -o-transition-duration: 150ms;
  transition-duration: 150ms;
  opacity: 1;
}

.img-responsive {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-responsive.img-width {
  width: 100%;
}

.img-object {
  -o-object-fit: cover;
  object-fit: cover;
}

::-moz-selection {
  background-color: rgba(34, 82, 148, 0.25);
}

::selection {
  background-color: rgba(34, 82, 148, 0.25);
}

h1, h2, h3, h4, h5, .title, .subtitle {
  font-family: Gilroy, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.25;
}

h1,
h2,
h3,
h4,
h5,
.title,
.subtitle {
  margin-bottom: 2rem;
  /* text-transform: capitalize; */
}

.title {
  line-height: 1;
  font-size: 77.5px;
}

.subtitle {
  line-height: 1;
  font-size: 56px;
}

.subtitle--svg b,
.subtitle--svg strong {
  position: relative;
  font-weight: inherit;
}

.subtitle--svg b:after,
.subtitle--svg strong:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 8px;
  right: -15px;
  top: 0;
  background: url(../img/marker_underline.svg) bottom center no-repeat;
  background-size: contain;
}

.subtitle--svg i, .subtitle--svg em {
  position: relative;
  font-style: inherit;
}

.subtitle--svg i:after, .subtitle--svg em:after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: -22px;
  right: -22px;
  top: -25px;
  background: url(../img/marker_circle.svg) center center no-repeat;
  background-size: contain;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 24px;
}

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

ol,
ul {
  margin-bottom: 2rem;
  padding-left: 2rem;
}

ol.l-unstyled,
ul.l-unstyled {
  list-style: none;
  padding: 0;
}

ol.l-inline,
ul.l-inline {
  list-style: none;
  padding: 0;
}

ol.l-inline > li,
ul.l-inline > li {
  display: inline-block;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.old-browser {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
}

.old-browser:after {
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(38, 38, 38, 0.7);
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.old-browser .alert {
  -webkit-border-radius: 0;
  border-radius: 0;
  font-weight: 500;
  right: 0;
  left: 0;
  top: 0;
  color: #262626;
  background: #fef3c7;
  position: absolute;
  z-index: 5;
  text-align: center;
  padding: 1rem;
}

.old-browser .alert a {
  background-color: #CCCCCC;
  color: #262626;
  text-decoration: none;
  padding: 4px 8px;
}

.old-browser .alert a:hover {
  background-color: #999999;
}

.google-map * {
  border-style: none;
}

.container {
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
  width: 100%;
}

body {
  background-color: #fff;
  color: #666666;
  min-width: 320px;
  font-family: Gilroy, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.5;
  font-size: 18px;
  position: relative;
  overflow-x: hidden;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

header {
  position: relative;
  z-index: 100;
}

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

header .header__logo {
  width: 217px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

header .header__logo a {
  text-decoration: none;
}

header .header__logo img {
  max-width: 100%;
}

header .header__btn {
  width: 217px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: right;
}

header .header__menu {
  margin: 0 auto;
}

header .header__menu .toggle-menu {
  display: none;
}

header .header__menu nav.menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

header .header__menu nav.menu ul li {
  text-align: center;
}

header .header__menu nav.menu ul li a {
  display: block;
  text-decoration: none;
  margin: 0px 25px;
  padding: 5px 0;
  position: relative;
  font-weight: 700;
  color: #4D4D4D;
  -webkit-transition-property: background-color, border-color, color, fill, stroke;
  -o-transition-property: background-color, border-color, color, fill, stroke;
  transition-property: background-color, border-color, color, fill, stroke;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
  -o-transition-duration: 150ms;
  transition-duration: 150ms;
}

header .header__menu nav.menu ul li a:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../img/marker_underline.svg) center center no-repeat;
  background-size: contain;
  width: 75px;
  height: 11px;
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
  -o-transition-duration: 150ms;
  transition-duration: 150ms;
}

header .header__menu nav.menu ul li:hover a:after, header .header__menu nav.menu ul li.active a:after {
  opacity: 1;
}

header .header__menu nav.menu ul li:first-child {
  margin-left: 0;
}

header .header__menu nav.menu ul li.last {
  display: none;
}

header.header--dark .header__menu nav.menu ul li a {
  color: #fff;
}

footer {
  background-color: #262626;
  color: #fff;
  padding: 60px 0;
  -webkit-border-radius: 60px 60px 0 0;
  border-radius: 60px 60px 0 0;
}

footer .footer__form .form__title {
  font-weight: 700;
  line-height: 1;
  font-size: 42px;
  /* text-transform: capitalize; */
  text-align: center;
  margin-bottom: 40px;
}

footer .footer__form .form__title span {
  display: inline-block;
  padding: 0 160px;
  position: relative;
}

footer .footer__form .form__title span:after, footer .footer__form .form__title span:before {
  content: '';
  width: 130px;
  height: 42px;
  background: center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

footer .footer__form .form__title span:after {
  background-image: url(../img/arrows/arrow-1.svg);
  left: 0;
}

footer .footer__form .form__title span:before {
  background-image: url(../img/arrows/arrow-2.svg);
  right: 0;
}

footer .footer__form .f-box {
  margin-bottom: 45px;
}

footer .footer__form .f-box input.f-control {
  background-color: transparent;
  font-weight: 700;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  padding: 20px 30px;
}

footer .footer__form .f-box .f-col {
  margin-bottom: -16px !important;
}

footer .footer__form .f-box .f-btn {
  margin: 0;
}

footer .footer__form .f-box .f-btn .btn {
  width: 100%;
}

footer .footer__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

footer .footer__inner2 {
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
}

footer .footer__logo {
  width: 200px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

footer .footer__logo a {
  display: block;
}

footer .footer__logo img {
  max-width: 100%;
}

footer .footer__menu {
  margin: 0 auto;
}

footer .footer__menu nav.menu {
  text-align: center;
}

footer .footer__menu nav.menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer .footer__menu nav.menu ul li {
  margin: 0 20px;
}

footer .footer__menu nav.menu ul li a {
  font-weight: 700;
  color: #CCCCCC;
  font-size: 16px;
  text-decoration: none;
}

footer .footer__menu nav.menu ul li:hover a, footer .footer__menu nav.menu ul li.active a {
  color: #fff;
}

footer .footer__social {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

footer .footer__social nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

footer .footer__social nav ul li {
  margin-right: 20px;
}

footer .footer__social nav ul li:last-child {
  margin-right: 0;
}

footer .footer__social nav ul li a {
  color: #fff;
  font-size: 24px;
  text-decoration: none;
}

footer .footer__social nav ul li:hover a {
  color: #CCCCCC;
}

footer .footer__copyright {
  font-weight: 500;
  color: #999999;
  font-size: 14px;
  text-align: center;
}

footer .footer__copyright a {
  color: #CCCCCC;
}

footer .footer__links {
  margin-left: auto;
}

footer .footer__links nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .footer__links nav ul li {
  margin-right: 50px;
}

footer .footer__links nav ul li:last-child {
  margin-right: 0;
}

footer .footer__links nav ul li a {
  font-weight: 700;
  color: #CCCCCC;
  font-size: 16px;
  text-decoration: none;
}

footer .footer__links nav ul li.active a, footer .footer__links nav ul li:hover a {
  color: #fff;
}

.btn--scrolltop {
  background-color: #CF5E4A;
  -webkit-border-radius: 9999px;
  border-radius: 9999px;
  color: #fff;
  -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform;
  transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform;
  -o-transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
  -o-transition-duration: 150ms;
  transition-duration: 150ms;
  display: inline-block;
  position: fixed;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  bottom: 30px;
  right: 30px;
  z-index: 900;
  font-size: 24px;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.btn--scrolltop:hover {
  background: #C65946;
}

.btn--scrolltop:active {
  background: #bd513e;
}

.btn--scrolltop.show {
  opacity: 1;
  visibility: visible;
}

::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

::-ms-input-placeholder {
  color: #999;
}

::placeholder {
  color: #999;
}

button,
textarea,
select,
input {
  outline: none;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

.btn {
  text-decoration: none;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  line-height: normal;
  cursor: pointer;
  overflow: hidden;
  max-width: 100%;
  border-style: solid;
  border-width: 0px;
  border-color: transparent;
  min-width: inherit;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  color: #FFF;
  background: #CF5E4A;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  padding: 21px 31px;
  -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform;
  transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform;
  -o-transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
  -o-transition-duration: 150ms;
  transition-duration: 150ms;
}

.btn:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  background: -o-linear-gradient(354.49deg, #DF6A56 0%, #C65946 100%);
  background: linear-gradient(95.51deg, #DF6A56 0%, #C65946 100%);
  opacity: 1;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
  -o-transition-duration: 150ms;
  transition-duration: 150ms;
  -webkit-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
}

.btn > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.btn i {
  font-size: 0.9em;
  margin-left: 10px;
}

.btn:active, .btn:hover {
  text-decoration: none;
}

.btn:hover {
  color: #FFF;
  background: #C65946;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn:hover:after {
  opacity: 0;
}

.btn:active {
  color: #FFF;
  background: #bd513e;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn:active:after {
  opacity: 0;
}

.btn:disabled {
  color: #f5f5f5;
  background: #AAA;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: not-allowed;
}

.btn:disabled:after {
  opacity: 0;
}

.btn--green {
  color: #FFF;
  background: #A3D059;
  border-color: transparent;
}

.btn--green:after {
  background: -o-linear-gradient(354.49deg, #A3D059 0%, #9BBE61 100%);
  background: linear-gradient(95.51deg, #A3D059 0%, #9BBE61 100%);
}

.btn--green:hover {
  color: #FFF;
  background: #9BBE61;
  border-color: transparent;
}

.btn--green:active {
  color: #FFF;
  background: #90b355;
  border-color: transparent;
}

.btn--green:disabled {
  color: #f5f5f5;
  background: #AAA;
  border-color: transparent;
}

.btn--transparent {
  border: 1px solid;
  color: #225294;
  background: transparent;
  border-color: rgba(34, 82, 148, 0.2);
}

.btn--transparent:after {
  display: none;
}

.btn--transparent:hover {
  color: #225294;
  background: rgba(34, 82, 148, 0.03);
  border-color: rgba(34, 82, 148, 0.2);
}

.btn--transparent:active {
  color: #225294;
  background: rgba(34, 82, 148, 0.06);
  border-color: rgba(34, 82, 148, 0.2);
}

.btn--transparent:disabled {
  color: #AAA;
  background: transparent;
  border-color: #AAA;
}

.btn--small {
  border-width: 0px;
  min-width: inherit;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  padding: 21px 31px;
}

.f-box {
  max-width: 100%;
}

.f-box button,
.f-box textarea,
.f-box select,
.f-box input:not([type="checkbox"]):not([type="radio"]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.f-box input.f-control,
.f-box select.f-control,
.f-box textarea.f-control {
  display: block;
  line-height: normal;
  max-width: 100%;
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(34, 82, 148, 0.2);
  font-size: 18px;
  font-weight: 500;
  text-transform: none;
  color: #666;
  background-color: #FFF;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  padding: 12px 30px;
}

.f-box input.f-control, .f-box select.f-control, .f-box textarea.f-control {
  -webkit-transition-property: background-color, border-color, color, fill, stroke;
  -o-transition-property: background-color, border-color, color, fill, stroke;
  transition-property: background-color, border-color, color, fill, stroke;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
  -o-transition-duration: 150ms;
  transition-duration: 150ms;
}

.f-box input.f-control:hover,
.f-box select.f-control:hover,
.f-box textarea.f-control:hover {
  color: #666;
  background-color: #FFF;
  border-color: rgba(34, 82, 148, 0.2);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.f-box input.f-control:active, .f-box input.f-control:focus,
.f-box select.f-control:active,
.f-box select.f-control:focus,
.f-box textarea.f-control:active,
.f-box textarea.f-control:focus {
  color: #666;
  background-color: #FFF;
  border-color: rgba(34, 82, 148, 0.2);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.f-box input.f-control.error,
.f-box select.f-control.error,
.f-box textarea.f-control.error {
  color: #dc2626;
  background-color: #fef2f2;
  border-color: #dc2626;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.f-box input.f-control:disabled,
.f-box select.f-control:disabled,
.f-box textarea.f-control:disabled {
  color: #7a7a7a;
  background: #f5f5f5;
  border-color: #DDD;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.f-box textarea.f-control {
  min-height: 134px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

.f-box select.f-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M441.9 167.3l-19.8-19.8c-4.7-4.7-12.3-4.7-17 0L224 328.2 42.9 147.5c-4.7-4.7-12.3-4.7-17 0L6.1 167.3c-4.7 4.7-4.7 12.3 0 17l209.4 209.4c4.7 4.7 12.3 4.7 17 0l209.4-209.4c4.7-4.7 4.7-12.3 0-17z'/%3E%3C/svg%3E");
  background-position: right 30px center;
  background-repeat: no-repeat;
  background-size: 18px;
  padding-right: -webkit-calc(30px + 18px + 10px);
  padding-right: calc(30px + 18px + 10px);
}

.f-box select.f-control::-ms-expand {
  display: none;
}

.f-box select.f-control.is-loading {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='margin: auto; background: none; display: block; shape-rendering: auto; animation-play-state: running; animation-delay: 0s;' width='40px' height='40px' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Ccircle cx='50' cy='50' fill='none' stroke='%23225294' stroke-width='10' r='35' stroke-dasharray='164.93361431346415 56.97787143782138' style='animation-play-state: running; animation-delay: 0s;'%3E%3CanimateTransform attributeName='transform' type='rotate' repeatCount='indefinite' dur='1s' values='0 50 50;360 50 50' keyTimes='0;1' style='animation-play-state: running; animation-delay: 0s;'%3E%3C/animateTransform%3E%3C/circle%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M441.9 167.3l-19.8-19.8c-4.7-4.7-12.3-4.7-17 0L224 328.2 42.9 147.5c-4.7-4.7-12.3-4.7-17 0L6.1 167.3c-4.7 4.7-4.7 12.3 0 17l209.4 209.4c4.7 4.7 12.3 4.7 17 0l209.4-209.4c4.7-4.7 4.7-12.3 0-17z'/%3E%3C/svg%3E");
  background-position: right -webkit-calc(30px + 18px + 5px) center, right 30px center;
  background-position: right calc(30px + 18px + 5px) center, right 30px center;
  background-repeat: no-repeat, no-repeat;
  background-size: -webkit-calc(18px + 12px), 18px;
  background-size: calc(18px + 12px), 18px;
  padding-right: -webkit-calc((30px + 18px)*2 + 10px);
  padding-right: calc((30px + 18px)*2 + 10px);
  color: #666;
  background-color: #FFF;
  border-color: rgba(34, 82, 148, 0.2);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.f-box .f-radiobox {
  position: relative;
  display: inline-block;
  padding-left: 44px;
  font-size: 12px;
}

.f-box .f-radiobox label {
  margin: 0 !important;
  width: auto !important;
  font-size: 12px;
  line-height: normal;
  font-weight: normal;
  cursor: pointer;
}

.f-box .f-radiobox label:before, .f-box .f-radiobox label:after {
  content: "";
  top: 50%;
  left: 0px;
  position: absolute;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border-style: solid;
  border-color: transparent;
  border-width: 1px;
  width: 24px;
  height: 24px;
}

.f-box .f-radiobox label:after {
  border-color: rgba(34, 82, 148, 0.2);
  background: #FFF;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition-property: background-color, border-color, color, fill, stroke;
  -o-transition-property: background-color, border-color, color, fill, stroke;
  transition-property: background-color, border-color, color, fill, stroke;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
  -o-transition-duration: 150ms;
  transition-duration: 150ms;
}

.f-box .f-radiobox label:before {
  background: #FFF;
  text-align: center;
  opacity: 0;
  z-index: 1;
  width: -webkit-calc(24px / 2.65);
  width: calc(24px / 2.65);
  height: -webkit-calc(24px / 2.65);
  height: calc(24px / 2.65);
  margin: 0px 0px 0px -webkit-calc(24px / 3.2);
  margin: 0px 0px 0px calc(24px / 3.2);
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
  -o-transition-duration: 150ms;
  transition-duration: 150ms;
}

.f-box .f-radiobox input {
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0px;
  padding: 0px;
  z-index: -1;
  opacity: 0 !important;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 24px;
  height: 24px;
}

.f-box .f-radiobox input:active + label:after {
  background: #FFF;
  border-color: rgba(34, 82, 148, 0.2);
}

.f-box .f-radiobox input.is-invalid + label, .f-box .f-radiobox input.error + label {
  color: #dc2626;
}

.f-box .f-radiobox input.is-invalid + label:after, .f-box .f-radiobox input.error + label:after {
  border-color: #dc2626;
}

.f-box .f-radiobox input:checked + label {
  color: inherit;
}

.f-box .f-radiobox input:checked + label:after {
  background: #9CBF61;
  border-color: #9CBF61;
}

.f-box .f-radiobox input:checked + label:before {
  opacity: 1;
}

.f-box .f-radiobox input:disabled + label {
  cursor: not-allowed;
}

.f-box .f-radiobox input:disabled + label:after {
  background: #FFF;
  border-color: #DDD;
}

.f-box .f-radiobox input:disabled:checked + label:after {
  background: #DDD;
  border-color: #DDD;
}

.f-box .f-radioboxs.error .f-radiobox input:not(:checked) + label {
  color: #dc2626;
}

.f-box .f-radioboxs.error .f-radiobox input:not(:checked) + label:after {
  border-color: #dc2626;
}

.f-box .f-checkbox {
  position: relative;
  display: inline-block;
  padding-left: 44px;
  font-size: 12px;
}

.f-box .f-checkbox label {
  margin: 0 !important;
  width: auto !important;
  font-size: 12px;
  line-height: normal;
  font-weight: normal;
  cursor: pointer;
}

.f-box .f-checkbox label:before, .f-box .f-checkbox label:after {
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-style: solid;
  border-color: transparent;
  border-width: 1px;
  width: 24px;
  height: 24px;
}

.f-box .f-checkbox label:after {
  content: "";
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border-color: rgba(34, 82, 148, 0.2);
  background: #FFF;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition-property: background-color, border-color, color, fill, stroke;
  -o-transition-property: background-color, border-color, color, fill, stroke;
  transition-property: background-color, border-color, color, fill, stroke;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
  -o-transition-duration: 150ms;
  transition-duration: 150ms;
}

.f-box .f-checkbox label:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
  opacity: 0;
  z-index: 1;
  left: 3px;
  margin-top: -10px;
  font-size: -webkit-calc(24px + 2px);
  font-size: calc(24px + 2px);
  color: #FFF;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
  -o-transition-duration: 150ms;
  transition-duration: 150ms;
}

.f-box .f-checkbox input {
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin: 0px;
  padding: 0px;
  z-index: -1;
  opacity: 0 !important;
  width: 24px;
  height: 24px;
}

.f-box .f-checkbox input:active + label:after {
  background: #FFF;
  border-color: rgba(34, 82, 148, 0.2);
}

.f-box .f-checkbox input.is-invalid + label, .f-box .f-checkbox input.error + label {
  color: #dc2626;
}

.f-box .f-checkbox input.is-invalid + label:after, .f-box .f-checkbox input.error + label:after {
  border-color: #dc2626;
}

.f-box .f-checkbox input:checked + label {
  color: inherit;
}

.f-box .f-checkbox input:checked + label:after {
  background: #FFF;
  border-color: rgba(34, 82, 148, 0.2);
}

.f-box .f-checkbox input:checked + label:before {
  color: #9CBF61;
  opacity: 1;
}

.f-box .f-checkbox input:disabled + label {
  cursor: not-allowed;
}

.f-box .f-checkbox input:disabled + label:after {
  background: #FFF;
  border-color: #DDD;
}

.f-box .f-checkbox input:disabled:checked + label:after {
  background: #FFF;
  border-color: #DDD;
}

.f-box .f-checkbox input:disabled:checked + label:before {
  color: #DDD;
}

.f-box .f-checkboxs.error .f-checkbox input:not(:checked) + label {
  color: #dc2626;
}

.f-box .f-checkboxs.error .f-checkbox input:not(:checked) + label:after {
  border-color: #dc2626;
}

.f-box .f-invalid {
  line-height: normal;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 10;
  border: 1px solid transparent;
  font-size: 12px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  color: #ef4444;
  background: #fee2e2;
  border-color: #fee2e2;
  padding: 4px 10px;
  margin-top: 8px;
}

.f-box .f-invalid:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #fee2e2 transparent;
  position: absolute;
  top: -webkit-calc(0% - 8px);
  top: calc(0% - 8px);
  right: -webkit-calc(8px * 1.5);
  right: calc(8px * 1.5);
}

.f-box label {
  font-size: 12px;
  margin-bottom: 5px;
  color: #225294;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
}

.f-box label .required {
  color: #dc2626;
  margin-left: 5px;
}

.f-box .f-control {
  width: 100%;
}

.f-box .f-control--box {
  display: inline-block;
  width: 100%;
}

.f-box .f-control--box .f-checkbox,
.f-box .f-control--box .f-radiobox {
  margin-right: 16px;
}

.f-box .f-control--box .f-checkbox:last-child,
.f-box .f-control--box .f-radiobox:last-child {
  margin-right: 0;
}

.f-box .f-group {
  margin-bottom: 16px;
  position: relative;
}

.f-box .f-group--label {
  position: relative;
}

.f-box .f-group--label > label {
  position: absolute;
  margin: 0;
  z-index: 5;
  top: -webkit-calc(12px - 1px);
  top: calc(12px - 1px);
  left: -webkit-calc(30px + 1px);
  left: calc(30px + 1px);
}

.f-box .f-group--label input.f-control,
.f-box .f-group--label select.f-control,
.f-box .f-group--label textarea.f-control {
  padding-top: 29px;
}

.f-box .f-group--col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 16px;
}

.f-box .f-group--col label {
  width: 22%;
  margin-bottom: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}

.f-box .f-group--icon {
  position: relative;
  margin-bottom: 16px;
}

.f-box .f-group--icon label {
  margin: 0 !important;
  width: auto !important;
  line-height: normal;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 30px;
  color: #CCC;
  -webkit-transition-property: background-color, border-color, color, fill, stroke;
  -o-transition-property: background-color, border-color, color, fill, stroke;
  transition-property: background-color, border-color, color, fill, stroke;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
  -o-transition-duration: 150ms;
  transition-duration: 150ms;
}

.f-box .f-group--icon .f-control {
  padding-left: -webkit-calc((30px * 2) + 10px);
  padding-left: calc((30px * 2) + 10px);
}

.f-box .f-group--icon .f-control:hover + label {
  color: #CCC;
}

.f-box .f-group--icon .f-control:active + label, .f-box .f-group--icon .f-control:focus + label {
  color: #CCC;
}

.f-box .f-group--icon .f-control.error + label {
  color: #dc2626;
}

.f-box .f-group--icon .f-control:disabled + label {
  color: #CCC;
}

.f-box .f-groups {
  margin-bottom: 16px;
}

.f-box .f-groups > :last-child {
  margin-bottom: 0;
}

.f-box .f-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.f-box .f-col > div {
  width: 50%;
  margin-right: 16px;
}

.f-box .f-col > div:last-child {
  margin-right: 0;
}

.f-box .f-col--3 > div {
  width: 33.3%;
}

.f-box .f-col--3[data-box="1/3"] > div:nth-child(1) {
  width: 50%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.f-box .f-col--3[data-box="2/3"] > div:nth-child(2) {
  width: 50%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.f-box .f-col--3[data-box="3/3"] > div:nth-child(3) {
  width: 50%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.f-box .f-col--3[data-box="1/2"] > div:nth-child(1) {
  width: 66.7%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.f-box .f-col--3[data-box="2/2"] > div:nth-child(2) {
  width: 66.7%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.f-box .f-col--4 > div {
  width: 25%;
}

.f-box .f-btn {
  margin-bottom: 16px;
}

.f-box .f-btn--full .btn {
  width: 100%;
}

.f-box .f-text {
  margin-bottom: 16px;
}

.f-box > :last-child {
  margin-bottom: 0 !important;
}

.alert {
  text-align: center;
  border: 1px solid transparent;
  position: relative;
  font-size: 16px;
  color: #4b5563;
  background-color: #f3f4f6;
  border-color: #f3f4f6;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 10px 20px;
  margin-bottom: 1rem;
}

.alert-warning {
  color: #d97706;
  background-color: #fef3c7;
  border-color: #fef3c7;
}

.alert-danger {
  color: #dc2626;
  background-color: #fee2e2;
  border-color: #fee2e2;
}

.alert-success {
  color: #059669;
  background-color: #d1fae5;
  border-color: #d1fae5;
}

.alert-info {
  color: #2563eb;
  background-color: #dbeafe;
  border-color: #dbeafe;
}

html.ie select.f-control.is-loading {
  background-image: url(../img/ie/form-loading.gif), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}

html.ie11 select.f-control.is-loading {
  background-image: url(../img/ie/form-loading.gif), url(../img/ie/form-chevron-down.png);
}

.modal {
  max-width: 100%;
  padding: 30px;
  width: 400px;
}

.m-test__title {
  color: #225294;
  text-align: center;
}

.m-test__text {
  text-align: center;
}

.page-wrap {
  overflow-x: hidden;
}

section.hero {
  margin-top: -130px;
  padding-top: 130px;
  position: relative;
  margin-bottom: 60px;
}

section.hero:after {
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: -webkit-calc(50% - 330px);
  right: calc(50% - 330px);
  position: absolute;
  -webkit-border-radius: 0 0 100px 0;
  border-radius: 0 0 100px 0;
  background: -o-linear-gradient(330.79deg, #4A7BB4 0%, #184B91 100%);
  background: linear-gradient(119.21deg, #4A7BB4 0%, #184B91 100%);
}

section .hero__inner {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 50px;
}

section .hero__pic {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  width: 780px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-shadow: 20px 20px 70px rgba(0, 0, 0, 0.2);
  box-shadow: 20px 20px 70px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 40px;
  border-radius: 40px;
  overflow: hidden;
  margin-right: -120px;
}

section .hero__pic img {
  width: 100%;
}

section .hero__body {
  width: 100%;
  color: #fff;
  padding-top: 20px;
  padding-right: 40px;
}

section .hero__title {
  margin-bottom: 10px;
}

section .hero__title strong,
section .hero__title b {
  font-weight: inherit;
  position: relative;
}

section .hero__title strong:after,
section .hero__title b:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 12px;
  right: -20px;
  top: 0;
  background: url(../img/marker_underline.svg) bottom center no-repeat;
  background-size: contain;
}

section .hero__title i,
section .hero__title em {
  font-style: inherit;
  position: relative;
}

section .hero__title i:after,
section .hero__title em:after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: -30px;
  right: -30px;
  top: -25px;
  background: url(../img/marker_circle.svg) center center no-repeat;
  background-size: contain;
}

section .hero__title > :last-child {
  margin-bottom: 0;
}

section .hero__text {
  margin-bottom: 40px;
}

section .hero__text > :last-child {
  margin-bottom: 0;
}

section .hero__btn {
  margin: 0 -10px -10px;
}

section .hero__btn .btn {
  margin: 0 10px 10px;
  -webkit-box-shadow: 20px 20px 70px #1A4B8D;
  box-shadow: 20px 20px 70px #1A4B8D;
}

section .hero__btn .btn--transperent {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0);
}

section .hero__btn .btn--transperent:after {
  display: none;
}

section .hero__btn .btn--transperent:hover {
  background: rgba(255, 255, 255, 0.03);
}

section .hero__btn .btn--transperent:active {
  background: rgba(255, 255, 255, 0.06);
}

section .hero__scroll {
  margin-top: 75px;
}

section .hero__scroll a {
  font-weight: 500;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  opacity: 1;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
  -o-transition-duration: 150ms;
  transition-duration: 150ms;
}

section .hero__scroll a i {
  margin-right: 10px;
  font-size: 1.8em;
  line-height: normal;
  position: relative;
  top: 2px;
}

section .hero__scroll a:hover {
  color: #fff;
  opacity: 0.8;
}

section.home-some-logos {
  margin-bottom: 110px;
}

section .home-some-logos__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

section .home-some-logos__title {
  font-size: 16px;
  margin-bottom: 10px;
}

section .home-some-logos__link {
  margin-left: auto;
  margin-bottom: 10px;
}

section .home-some-logos__link a {
  color: #9CBF61;
  text-decoration: none;
}

section .home-some-logos__link a i {
  margin-left: 10px;
  font-size: .9em;
  position: relative;
  top: -1px;
}

section .home-some-logos__link a:hover {
  color: #225294;
  text-decoration: underline;
}

section .home-some-logos__carousel {
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px -20px;
}

section .home-some-logos__carousel.slick-slider {
  display: block;
  margin: 0;
}

section .home-some-logos__carousel.slick-slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

section .home-some-logos__carousel.slick-slider .slick-slide {
  width: auto;
  margin: 0;
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

section .home-some-logos__item {
  width: -webkit-calc(16.6% - 40px);
  width: calc(16.6% - 40px);
  margin: 0 20px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

section .home-some-logos__item .item__thumb img {
  max-width: 100%;
}

section .home-about__inner {
  padding-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 380px;
}

section .home-about__body {
  position: relative;
  width: 100%;
  padding-right: 190px;
}

section .home-about__body:after {
  content: '';
  position: absolute;
  top: -50px;
  right: 70px;
  width: 180px;
  height: 180px;
  background: url(../img/arrows/arrow-3.svg) center center no-repeat;
  background-size: contain;
}

section .home-about__title {
  color: #9CBF61;
  margin-bottom: 10px;
}

section .home-about__text {
  margin-bottom: 40px;
}

section .home-about__text > :last-child {
  margin-bottom: 0 !important;
}

section .home-about__pic {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 10;
}

section .home-about__pic img {
  max-width: inherit;
}

section .home-about__pic img.pic-1 {
  width: 530px;
  -webkit-box-shadow: 9px 9px 36.5px rgba(0, 0, 0, 0.35);
  box-shadow: 9px 9px 36.5px rgba(0, 0, 0, 0.35);
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-transform: rotate(1.54deg);
  -ms-transform: rotate(1.54deg);
  transform: rotate(1.54deg);
}

section .home-about__pic img.pic-2 {
  position: absolute;
  width: 240px;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-box-shadow: 18.2673px 18.2673px 63.9356px rgba(0, 0, 0, 0.2);
  box-shadow: 18.2673px 18.2673px 63.9356px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 36px;
  border-radius: 36px;
  -webkit-transform: rotate(-2.71deg);
  -ms-transform: rotate(-2.71deg);
  transform: rotate(-2.71deg);
  top: 342px;
  right: 385px;
}

section .home-about__pic img.pic-3 {
  position: absolute;
  width: 530px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-box-shadow: 13.7005px 13.7005px 45.6683px rgba(0, 0, 0, 0.3);
  box-shadow: 13.7005px 13.7005px 45.6683px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 27.401px;
  border-radius: 27.401px;
  -webkit-transform: rotate(2.98deg);
  -ms-transform: rotate(2.98deg);
  transform: rotate(2.98deg);
  top: 353px;
  right: -205px;
}

section.home-testimonial {
  margin-bottom: -140px;
}

section .home-testimonial__inner {
  margin-top: -200px;
  position: relative;
  padding: 90px 80px 255px;
  background: -o-linear-gradient(337.33deg, #ECF2E1 28.8%, #DDE6C5 86.89%);
  background: linear-gradient(112.67deg, #ECF2E1 28.8%, #DDE6C5 86.89%);
  -webkit-border-radius: 60px;
  border-radius: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

section .home-testimonial__pic {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
}

section .home-testimonial__pic img {
  position: absolute;
}

section .home-testimonial__pic img:first-child {
  width: 240px;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-box-shadow: 18.2673px 18.2673px 63.9356px rgba(0, 0, 0, 0.2);
  box-shadow: 18.2673px 18.2673px 63.9356px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 36px;
  border-radius: 36px;
  -webkit-transform: rotate(-2.71deg);
  -ms-transform: rotate(-2.71deg);
  transform: rotate(-2.71deg);
  top: -175px;
  right: 385px;
}

section .home-testimonial__pic img:last-child {
  width: 530px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-box-shadow: 13.7005px 13.7005px 45.6683px rgba(0, 0, 0, 0.3);
  box-shadow: 13.7005px 13.7005px 45.6683px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 27.401px;
  border-radius: 27.401px;
  -webkit-transform: rotate(2.98deg);
  -ms-transform: rotate(2.98deg);
  transform: rotate(2.98deg);
  top: -165px;
  right: -205px;
}

section .home-testimonial__items {
  width: 500px;
  max-width: 100%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}

section .home-testimonial__items:before, section .home-testimonial__items:after {
  color: #225294;
  font-family: 'Fontello', sans-serif;
  position: absolute;
  font-size: 42px;
  background: -o-linear-gradient(331deg, #4A7BB4 0%, #184B91 100%);
  background: linear-gradient(119deg, #4A7BB4 0%, #184B91 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section .home-testimonial__items:before {
  content: '\e809';
  top: -35px;
  left: 0;
}

section .home-testimonial__items:after {
  content: '\e80a';
  bottom: -10px;
  right: -20px;
}

section .home-testimonial__item {
  margin-bottom: 40px;
  position: relative;
  padding-top: 68px;
  padding-right: 45px;
}

section .home-testimonial__item:after {
  content: '';
  position: absolute;
  z-index: 5;
  top: 20px;
  right: 0;
  width: 119px;
  height: 110px;
  background: url(../img/scotch-1.png) center center no-repeat;
  background-size: contain;
  opacity: 0.6;
}

section .home-testimonial__item .item__thumb {
  position: absolute;
  top: 0;
  left: 100px;
  width: 80px;
  height: 80px;
}

section .home-testimonial__item .item__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-border-radius: 14px;
  border-radius: 14px;
}

section .home-testimonial__item .item__text {
	background-color: #fff;
  padding: 20px;
  -webkit-box-shadow: 10px 10px 30px rgba(73, 117, 0, 0.08);
  box-shadow: 10px 10px 30px rgba(73, 117, 0, 0.08);
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
section .home-testimonial__item .item__text p {
	margin-bottom: .5rem;
}
section .home-testimonial__item .item__text p:last-child {
	margin-bottom: 0;
}

section .home-testimonial__item:last-child {
  margin-bottom: 0;
}

section .home-testimonial__item.style-2 {
  padding-top: 0px;
  padding-right: 110px;
  padding-bottom: 24px;
}

section .home-testimonial__item.style-2:after {
  right: inherit;
  top: inherit;
  left: -25px;
  bottom: -5px;
  width: 49px;
  height: 108px;
  background-image: url(../img/scotch-2.png);
}

section .home-testimonial__item.style-2 .item__thumb {
  top: inherit;
  left: 340px;
  bottom: 0;
}

section .home-testimonial__item.style-2 .item__text {
  padding-right: 50px;
}

section .home-testimonial__item.style-3 {
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom: 0px;
}

section .home-testimonial__item.style-3:after {
  top: inherit;
  left: inherit;
  right: -25px;
  bottom: -25px;
  width: 69px;
  height: 75px;
  background-image: url(../img/scotch-3.png);
}

section .home-testimonial__item.style-3 .item__thumb {
  top: 0;
  left: -8px;
  bottom: inherit;
}

section .home-testimonial__item.style-3 .item__text {
  padding-right: 20px;
  padding-left: 90px;
}

section .home-testimonial__item.style-4 {
  padding-top: 0px;
  padding-right: 60px;
  padding-bottom: 60px;
}

section .home-testimonial__item.style-4:after {
  top: -27px;
  left: 235px;
  right: inherit;
  bottom: inherit;
  width: 90px;
  height: 52px;
  background-image: url(../img/scotch-4.png);
}

section .home-testimonial__item.style-4 .item__thumb {
  top: inherit;
  left: 160px;
  bottom: 0;
}

section .home-testimonial__item.style-4 .item__text {
  padding-right: 20px;
  padding-left: 20px;
}

section .home-testimonial__body {
  width: 100%;
  padding-left: 115px;
}

section .home-testimonial__title {
  color: #225294;
  margin-bottom: 30px;
  position: relative;
}

section .home-testimonial__title:after {
  content: '';
  position: absolute;
  top: -120px;
  left: -120px;
  background: url(../img/arrows/arrow-4.svg) center center no-repeat;
  background-size: contain;
  width: 170px;
  height: 101px;
}

section .home-testimonial__btn.mobile {
  display: none;
}

section .home-testimonial__btn.desktop {
  display: block;
}

section.block-course-1 {
  position: relative;
  z-index: 5;
  margin-bottom: 110px;
}

section .block-course-1__inner {
  background-color: #225294;
  color: #fff;
  width: 890px;
  max-width: 100%;
  margin: 0 auto;
  padding: 45px 55px;
  background: -o-linear-gradient(330.79deg, #4A7BB4 0%, #184B91 100%);
  background: linear-gradient(119.21deg, #4A7BB4 0%, #184B91 100%);
  -webkit-box-shadow: 20px 20px 70px rgba(0, 43, 103, 0.3);
  box-shadow: 20px 20px 70px rgba(0, 43, 103, 0.3);
  -webkit-border-radius: 40px;
  border-radius: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

section .block-course-1__pic {
  width: 405px;
  height: 230px;
  margin-right: 50px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

section .block-course-1__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-box-shadow: 20px 20px 70px #124383;
  box-shadow: 20px 20px 70px #124383;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

section .block-course-1__body {
  width: 100%;
}

section .block-course-1__title {
  margin-bottom: 30px;
}

section .block-course-1__title > :last-child {
  margin-bottom: 0;
}

section .block-course-1__btn.mobile {
  display: none;
}

section .block-course-1__btn .btn {
  -webkit-box-shadow: 20px 20px 70px #0A3A7A;
  box-shadow: 20px 20px 70px #0A3A7A;
}

section.latest-podcasts {
  margin-bottom: 90px;
}

section .latest-podcasts__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

section .latest-podcasts__title {
  color: #262626;
  margin-bottom: 0;
}

section .latest-podcasts__title > :last-child {
  margin-bottom: 0 !important;
}

section .latest-podcasts__title.subtitle--svg strong:after,
section .latest-podcasts__title.subtitle--svg b:after {
  bottom: -8px;
  left: -2px;
  right: -15px;
}

section .latest-podcasts__link {
  margin-left: auto;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

section .latest-podcasts__link a {
  color: #CF5E4A;
  text-decoration: none;
}

section .latest-podcasts__link a i {
  margin-left: 10px;
  font-size: .9em;
  position: relative;
  top: -1px;
}

section .latest-podcasts__link a:hover {
  color: #225294;
  text-decoration: underline;
}

section .latest-podcasts__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -10px -30px;
}

section .latest-podcasts__item {
  width: -webkit-calc(33.3% - 20px);
  width: calc(33.3% - 20px);
  margin: 0 10px 30px;
}

section .latest-podcasts__item .item__thumb {
  display: block;
  width: 100%;
  height: 250px;
  margin-bottom: 30px;
  position: relative;
}

section .latest-podcasts__item .item__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

section .latest-podcasts__item .item__thumb:after {
  content: '\e808';
  font-family: 'Fontello', sans-serif;
  background-color: #CF5E4A;
  color: #fff;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition-property: background-color, border-color, color, fill, stroke;
  -o-transition-property: background-color, border-color, color, fill, stroke;
  transition-property: background-color, border-color, color, fill, stroke;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
  -o-transition-duration: 150ms;
  transition-duration: 150ms;
}

section .latest-podcasts__item .item__thumb:hover:after {
  background: #C65946;
}

section .latest-podcasts__item .item__title {
  font-weight: 700;
  line-height: 1.25;
  color: #225294;
  font-size: 22px;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
  text-transform: capitalize;
}

section .latest-podcasts__item .item__title:hover {
  text-decoration: underline;
}

section.last-blog {
  margin-bottom: 90px;
}

section .last-blog__wrap {
  background: -o-linear-gradient(337.33deg, #ECF2E1 28.8%, #DDE6C5 86.89%);
  background: linear-gradient(112.67deg, #ECF2E1 28.8%, #DDE6C5 86.89%);
  -webkit-border-radius: 60px;
  border-radius: 60px;
  padding: 40px;
  margin: 0 -40px;
}

section .last-blog__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

section .last-blog__title {
  color: #262626;
  margin-bottom: 0;
}

section .last-blog__link {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

section .last-blog__link a {
  color: #CF5E4A;
  text-decoration: none;
}

section .last-blog__link a i {
  margin-left: 10px;
  font-size: .9em;
  position: relative;
  top: -1px;
}

section .last-blog__link a:hover {
  color: #225294;
  text-decoration: underline;
}

section .last-blog__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

section .last-blog__item {
  background-color: #fff;
  -webkit-box-shadow: 10px 10px 30px rgba(73, 117, 0, 0.08);
  box-shadow: 10px 10px 30px rgba(73, 117, 0, 0.08);
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

section .last-blog__item:last-child {
  margin-bottom: 0;
}

section .last-blog__item .item__thumb {
  width: 250px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
}

section .last-blog__item .item__thumb > a {
  display: block;
}

section .last-blog__item .item__thumb img {
  width: 100%;
  height: 155px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  margin-bottom: 10px;
}

section .last-blog__item .item__date {
  text-transform: uppercase;
  font-size: 12px;
}

section .last-blog__item .item__body {
  width: 100%;
}

section .last-blog__item .item__title {
  font-weight: 700;
  line-height: 1.25;
  color: #262626;
  display: block;
  font-size: 20px;
  text-decoration: none;
  margin-bottom: 10px;
  text-transform: capitalize;
}

section .last-blog__item .item__title:hover {
  text-decoration: underline;
}

section .last-blog__item .item__text {
  margin-bottom: 10px;
}

section .last-blog__item .item__text > :last-child {
  margin-bottom: 0 !important;
}

section .last-blog__item .item__more a {
  font-weight: 700;
  color: #CF5E4A;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  text-transform: capitalize;
}

section .last-blog__item .item__more a i {
  margin-left: auto;
  font-size: .9em;
  position: relative;
  top: -1.5px;
}

section .last-blog__item .item__more a:hover {
  color: #225294;
  text-decoration: underline;
}

section .last-blog__right {
  width: 100%;
}

section .last-blog__left {
  width: 540px;
  margin-right: 40px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

section .last-blog__left .last-blog__item {
  display: block;
}

section .last-blog__left .last-blog__item .item__thumb {
  width: 100%;
  margin: 0 0 20px;
}

section .last-blog__left .last-blog__item .item__thumb img {
  height: 260px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
}

section .last-blog__left .last-blog__item .item__text {
  margin-bottom: 20px;
}

section.about-hero {
  margin-top: -130px;
  padding-top: 130px;
  position: relative;
  margin-bottom: -15px;
}

section.about-hero:after {
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: -webkit-calc(50% - 330px);
  right: calc(50% - 330px);
  position: absolute;
  -webkit-border-radius: 0 0 100px 0;
  border-radius: 0 0 100px 0;
  background: -o-linear-gradient(330.79deg, #4A7BB4 0%, #184B91 100%);
  background: linear-gradient(119.21deg, #4A7BB4 0%, #184B91 100%);
}

section .about-hero__inner {
  color: #fff;
  position: relative;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 70px;
  width: 77%;
}

section .about-hero__title {
  margin-bottom: 0;
}

section .about-hero__title span {
  font-size: 1.08em;
}

section.about-block-1 {
  margin-bottom: 60px;
}

section .about-block-1__inner {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

section .about-block-1__box {
  width: 590px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  margin-left: -40px;
}

section .about-block-1__pic {
	position: relative;
  overflow: hidden;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  width: 100%;
  -webkit-box-shadow: 9px 9px 36.5px rgba(0, 0, 0, 0.35);
  box-shadow: 9px 9px 36.5px rgba(0, 0, 0, 0.35);
  -webkit-transform: rotate(-5.56deg);
  -ms-transform: rotate(-5.56deg);
  transform: rotate(-5.56deg);
}

section .about-block-1__pic img {
  width: 100%;
}

section .about-block-1__pic:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /* background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.3)));
  background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)); */
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.5));
	display: none;
}

section .is-text .about-block-1__pic:after {
	display: block;
}

section .about-block-1__title {
  font-weight: 900;
  line-height: 1;
  color: #262626;
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  padding: 0 15px;
  margin: 0;
  text-transform: uppercase;
}

section .about-block-1__body {
  width: 100%;
  padding-left: 70px;
}

section.about-block-2 {
  margin-bottom: 60px;
}

section .about-block-2__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 120px;
}

section .about-block-2__title {
  color: #225294;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 440px;
  margin-bottom: 0;
}

section .about-block-2__text {
  padding-left: 40px;
}

section.about-block-3 {
  margin-bottom: 60px;
}

section .about-block-3__inner {
  padding: 60px 185px;
  text-align: center;
  background: -o-linear-gradient(337.33deg, #ECF2E1 28.8%, #DDE6C5 86.89%);
  background: linear-gradient(112.67deg, #ECF2E1 28.8%, #DDE6C5 86.89%);
  -webkit-border-radius: 60px;
  border-radius: 60px;
}

section .about-block-3__title {
  color: #225294;
  margin-bottom: 20px;
}

section.about-block-4 {
  margin-bottom: 90px;
}

section.about-block-4 > div > :last-child {
  margin-bottom: 0 !important;
}

section .about-block-4__box1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

section .about-block-4__box1 .box1__pic {
  width: 400px;
  height: 400px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

section .about-block-4__box1 .box1__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-box-shadow: 18.2673px 18.2673px 63.9356px rgba(0, 0, 0, 0.2);
  box-shadow: 18.2673px 18.2673px 63.9356px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 60px;
  border-radius: 60px;
  -webkit-transform: rotate(-2.71deg);
  -ms-transform: rotate(-2.71deg);
  transform: rotate(-2.71deg);
}

section .about-block-4__box1 .box1__body {
  padding-left: 50px;
}

section .about-block-4__box1 .box1__title {
  color: #225294;
  margin-bottom: 30px;
}

section .about-block-4__box1 .box1__text {
  padding-left: 120px;
}

section .about-block-4__box1 .box1__text > :last-child {
  margin-bottom: 0 !important;
}

section .about-block-4__box2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

section .about-block-4__box2 .box2__pic {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  width: 565px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

section .about-block-4__box2 .box2__pic img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-box-shadow: 14.6071px 14.6071px 48.6903px rgba(0, 0, 0, 0.3);
  box-shadow: 14.6071px 14.6071px 48.6903px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -webkit-transform: rotate(2.98deg);
  -ms-transform: rotate(2.98deg);
  transform: rotate(2.98deg);
}

section .about-block-4__box2 .box2__body {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  padding-right: 80px;
}

section .about-block-4__box2 .box2__text > :last-child {
  margin-bottom: 0 !important;
}

section.about-testimonial {
  margin-bottom: 90px;
}

section .about-testimonial__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

section .about-testimonial__sidebar {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  width: 100%;
  position: relative;
  z-index: 5;
  margin-bottom: -60px;
}

section .about-testimonial__sidebar .sidebar__instagram {
  width: 360px;
  margin-bottom: 60px;
}

section .about-testimonial__sidebar .sidebar__instagram .instagram__title {
  color: #225294;
  margin-bottom: 60px;
  margin-left: 165px;
  margin-right: -300px;
  position: relative;
}

section .about-testimonial__sidebar .sidebar__instagram .instagram__title:after {
  content: '';
  position: absolute;
  top: 5px;
  left: -115px;
  background: url(../img/arrows/arrow-6.svg) center center no-repeat;
  background-size: contain;
  width: 89px;
  height: 69px;
}

section .about-testimonial__sidebar .sidebar__instagram .instagram__box {
  margin-bottom: 30px;
  width: 100%;
}

section .about-testimonial__sidebar .sidebar__instagram .instagram__btn .btn {
  width: 100%;
}

section .about-testimonial__sidebar .sidebar__course {
  background-color: #225294;
  color: #fff;
  margin-bottom: 60px;
  margin-right: -30px;
  padding: 50px;
  background: -o-linear-gradient(330.79deg, #4A7BB4 0%, #184B91 100%);
  background: linear-gradient(119.21deg, #4A7BB4 0%, #184B91 100%);
  -webkit-box-shadow: 20px 20px 70px rgba(0, 43, 103, 0.3);
  box-shadow: 20px 20px 70px rgba(0, 43, 103, 0.3);
  -webkit-border-radius: 40px;
  border-radius: 40px;
}

section .about-testimonial__sidebar .sidebar__course .course__title {
  margin-bottom: 30px;
}

section .about-testimonial__sidebar .sidebar__course .course__pic {
  display: block;
  margin-bottom: 30px;
}

section .about-testimonial__sidebar .sidebar__course .course__pic img {
  -webkit-box-shadow: 20px 20px 70px #124383;
  box-shadow: 20px 20px 70px #124383;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

section .about-testimonial__sidebar .sidebar__course .course__btn .btn {
  -webkit-box-shadow: 20px 20px 70px #0A3A7A;
  box-shadow: 20px 20px 70px #0A3A7A;
}

section .about-testimonial__content {
  margin-top: 115px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  width: 720px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: -o-linear-gradient(337.33deg, #ECF2E1 28.8%, #DDE6C5 86.89%);
  background: linear-gradient(112.67deg, #ECF2E1 28.8%, #DDE6C5 86.89%);
  -webkit-border-radius: 60px;
  border-radius: 60px;
  flex-shrink: 0;
  padding: 80px;
}

section .about-testimonial__content .home-testimonial__title {
  text-align: right;
  width: 360px;
  margin: -40px -30px 0 auto;
}

section .about-testimonial__content .home-testimonial__title:after {
  background-image: url(../img/arrows/arrow-5.svg);
  width: 88px;
  height: 113px;
  top: inherit;
  left: inherit;
  bottom: -165px;
  right: -15px;
}

section .about-testimonial__content .home-testimonial__items {
  margin-bottom: 60px;
}

section.heading {
  padding-top: 20px;
  margin-bottom: 60px;
}

section .heading__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

section .heading__inner > section {
  margin-bottom: 0;
  margin-left: auto;
  padding-left: 20px;
}

section .heading__title {
  color: #225294;
  margin-bottom: 0;
}

section .heading__title.t-left {
  margin-right: 15%;
}

section .heading__title.t-center {
  width: 100%;
  text-align: center;
}

section.podcast-about {
  margin-bottom: 90px;
}

section .podcast-about__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

section .podcast-about__body {
  width: 530px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 50px;
  position: relative;
}

section .podcast-about__body:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: -80px;
  top: 0;
  background: -o-linear-gradient(337.33deg, #ECF2E1 28.8%, #DDE6C5 86.89%);
  background: linear-gradient(112.67deg, #ECF2E1 28.8%, #DDE6C5 86.89%);
  -webkit-border-radius: 60px;
  border-radius: 60px;
}

section .podcast-about__body > div {
  position: relative;
  z-index: 10;
  padding: 60px;
  padding-right: 0;
}

section .podcast-about__title {
  color: #225294;
  margin-bottom: 30px;
  margin-right: -100px;
}

section .podcast-about__text {
  margin-bottom: 40px;
}

section .podcast-about__text > :last-child {
  margin-bottom: 0;
}

section .podcast-about__first {
  width: 100%;
}

section .podcast-about__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

section .podcast-about__item .item__title {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  display: block;
  font-weight: 700;
  line-height: 1.25;
  font-size: 28px;
  margin-bottom: 30px;
  text-decoration: none;
  text-transform: capitalize;
}

section .podcast-about__item .item__title:hover {
  text-decoration: underline;
}

section .podcast-about__item .item__thumb {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

section .podcast-about__item .item__thumb img {
  -webkit-box-shadow: 10px 10px 30px rgba(73, 117, 0, 0.08);
  box-shadow: 10px 10px 30px rgba(73, 117, 0, 0.08);
  -webkit-border-radius: 25px;
  border-radius: 25px;
}

section.podcast-list {
  margin-bottom: 90px;
}

section .podcast-list__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -10px 0px;
}

section .podcast-list__item {
  width: -webkit-calc(33.3% - 20px);
  width: calc(33.3% - 20px);
  margin: 0 10px 40px;
}

section .podcast-list__item .item__thumb {
  display: block;
  margin-bottom: 30px;
}

section .podcast-list__item .item__thumb img {
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

section .podcast-list__item .item__title {
  font-weight: 700;
  line-height: 1.25;
  font-size: 22px;
  text-decoration: none;
  text-transform: capitalize;
}

section .podcast-list__item .item__title:hover {
  text-decoration: underline;
}

section.podcast-about2 {
  margin-bottom: 90px;
}

section .podcast-about2__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px;
  padding-bottom: 130px;
  background: -o-linear-gradient(337.33deg, #ECF2E1 28.8%, #DDE6C5 86.89%);
  background: linear-gradient(112.67deg, #ECF2E1 28.8%, #DDE6C5 86.89%);
  -webkit-border-radius: 60px;
  border-radius: 60px;
}

section .podcast-about2__body {
  width: 480px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}

section .podcast-about2__body:after {
  content: '';
  background: url(../img/arrows/arrow-7.svg) center center no-repeat;
  background-size: contain;
  width: 185px;
  height: 167px;
  position: absolute;
  bottom: -20px;
  right: -60px;
}

section .podcast-about2__title {
  color: #225294;
  margin-bottom: 30px;
}

section .podcast-about2__text {
  margin-bottom: 40px;
}

section .podcast-about2__pic {
  width: 100%;
  position: relative;
}

section .podcast-about2__pic img {
  max-width: inherit;
}

section .podcast-about2__pic img.pic-1 {
  position: absolute;
  top: 180px;
  right: 235px;
  width: 250px;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-box-shadow: 9.1059px 19.1059px 66.8706px rgba(0, 0, 0, 0.2);
  box-shadow: 9.1059px 19.1059px 66.8706px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 36px;
  border-radius: 36px;
  -webkit-transform: rotate(-2.71deg);
  -ms-transform: rotate(-2.71deg);
  transform: rotate(-2.71deg);
  z-index: 1;
}

section .podcast-about2__pic img.pic-2 {
  position: absolute;
  top: -80px;
  right: -95px;
  width: 465px;
  -webkit-box-shadow: 20px 20px 70px rgba(0, 0, 0, 0.2);
  box-shadow: 20px 20px 70px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 26px;
  border-radius: 26px;
  -webkit-transform: rotate(2.98deg);
  -ms-transform: rotate(2.98deg);
  transform: rotate(2.98deg);
}

section.services {
  margin-bottom: 90px;
}

section .services__inner > :last-child {
  margin-bottom: 0 !important;
}

section .services__pic {
  width: 570px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

section .services__pic img {
  -webkit-box-shadow: 10px 10px 30px rgba(73, 117, 0, 0.08);
  box-shadow: 10px 10px 30px rgba(73, 117, 0, 0.08);
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-transform: rotate(-2.14deg);
  -ms-transform: rotate(-2.14deg);
  transform: rotate(-2.14deg);
}

section .services__body {
  width: 100%;
  padding-left: 60px;
}

section .services__icon {
  color: #9CBF61;
  margin-bottom: 10px;
}

section .services__title {
  color: #9CBF61;
  margin-bottom: 30px;
}

section .services__text {
  margin-bottom: 40px;
}

section .services__box {
  margin-bottom: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

section .services__box:nth-child(2n) .services__pic {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

section .services__box:nth-child(2n) .services__pic img {
  -webkit-transform: rotate(2.14deg);
  -ms-transform: rotate(2.14deg);
  transform: rotate(2.14deg);
}

section .services__box:nth-child(2n) .services__body {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  padding-left: 0px;
  padding-right: 60px;
}

section .services__box:nth-child(2n) .services__icon {
  color: #CF5E4A;
}

section .services__box:nth-child(2n) .services__title {
  color: #CF5E4A;
}

section .services__box:nth-child(3n) .services__icon {
  color: #225294;
}

section .services__box:nth-child(3n) .services__title {
  color: #225294;
}

section .services__box:nth-child(4n) .services__icon {
  color: #9CBF61;
}

section .services__box:nth-child(4n) .services__title {
  color: #9CBF61;
}

section.services-testimonial {
  margin-bottom: 90px;
}

section.services-testimonial .home-testimonial__inner {
  padding: 90px 80px;
  margin-top: 0;
}

section.content {
  margin-bottom: 90px;
}

section.content.detail .content__inner {
  padding: 0 60px;
}

section .content__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

section .content__sidebar {
  width: 270px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 60px;
}

section .content__sidebar:last-child {
  margin-right: 0;
  margin-left: 60px;
}

section .content__sidebar section.heading {
  padding-top: 0;
}

section .content__content {
  width: 100%;
}

section .content__content > :last-child {
  margin-bottom: 0 !important;
}

section.blog-list {
  margin-bottom: 60px;
}

section .blog-list__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px -20px;
}

section .blog-list__item {
  background-color: #fff;
  width: -webkit-calc(50% - 20px);
  width: calc(50% - 20px);
  margin: 0 10px 20px;
  padding: 20px;
  -webkit-box-shadow: 10px 10px 30px rgba(73, 117, 0, 0.08);
  box-shadow: 10px 10px 30px rgba(73, 117, 0, 0.08);
  -webkit-border-radius: 30px;
  border-radius: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

section .blog-list__item .item__thumb {
  margin-bottom: 20px;
}

section .blog-list__item .item__thumb img {
  margin-bottom: 20px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
  object-fit: cover;
}

section .blog-list__item .item__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

section .blog-list__item .item__date {
  font-size: 12px;
  text-transform: uppercase;
}

section .blog-list__item .item__title {
  font-weight: 700;
  line-height: 1.25;
  color: #262626;
  font-size: 20px;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
  text-transform: capitalize;
}

section .blog-list__item .item__title:hover {
  text-decoration: underline;
}

section .blog-list__item .item__text {
  margin-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

section .blog-list__item .item__more a {
  font-weight: 700;
  color: #CF5E4A;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  text-transform: capitalize;
}

section .blog-list__item .item__more a i {
  margin-left: auto;
  font-size: .9em;
  position: relative;
  top: -1px;
}

section .blog-list__item .item__more a:hover {
  color: #225294;
  text-decoration: underline;
}

section.search-form {
  margin-bottom: 40px;
}

section .search-form__inner form {
  width: 360px;
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 30px;
  border: 1px solid rgba(34, 82, 148, 0.2);
  -webkit-border-radius: 60px;
  border-radius: 60px;
}

section .search-form__inner input[type="text"] {
  font-family: Gilroy, Arial, sans-serif;
  font-weight: 500;
  color: #262626;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}

section .search-form__inner button,
section .search-form__inner input[type="submit"] {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  padding: 0;
  margin: 0;
  background: url(../img/svg/search.svg) center center no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

section .search-form__inner button, section .search-form__inner input[type="submit"] {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
  -o-transition-duration: 150ms;
  transition-duration: 150ms;
}

section .search-form__inner button:hover,
section .search-form__inner input[type="submit"]:hover {
  opacity: 0.8;
}

section.category-list {
  margin-bottom: 40px;
}

section .category-list__title {
  font-weight: 700;
  line-height: 1.25;
  font-size: 40px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

section .category-list__items > :last-child {
  margin-bottom: 0 !important;
}

section .category-list__item {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

section .category-list__item .item__title {
  color: #666666;
  margin-right: 10px;
}

section .category-list__item .item__icon {
  color: #225294;
  font-size: .9em;
  margin-left: auto;
}

section .category-list__item:hover .item__title {
  text-decoration: underline;
}

section .category-list__item.active .item__title {
  font-weight: 700;
  color: #225294;
  text-decoration: none;
}

section.course-box {
  margin-bottom: 40px;
}

section .course-box__inner {
  color: #fff;
  background: -o-linear-gradient(330.79deg, #4A7BB4 0%, #184B91 100%);
  background: linear-gradient(119.21deg, #4A7BB4 0%, #184B91 100%);
  -webkit-box-shadow: 20px 20px 70px rgba(0, 0, 0, 0.2);
  box-shadow: 20px 20px 70px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 20px;
}

section .course-box__title {
  font-size: 35px;
  margin-bottom: 10px;
}

section .course-box__title b:after,
section .course-box__title strong:after {
  left: 5px;
  right: -8px;
}

section .course-box__title i:after,
section .course-box__title em:after {
  bottom: -15px;
  left: -12px;
  right: -12px;
  top: -15px;
}

section .course-box__btn .btn {
  padding: 21px 28px;
}

section.blog-detail {
  margin-bottom: 60px;
}

section .blog-detail__title {
  line-height: 1.25;
  font-size: 44px;
  margin-bottom: 40px;
}

section .blog-detail__pic {
  margin-bottom: 40px;
}

section .blog-detail__pic img {
  width: 100%;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

section .blog-detail__meta {
  border-bottom: 1px solid #CCC;
  padding-bottom: 40px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

section .blog-detail__date {
  font-size: 12px;
  text-transform: uppercase;
}

section .blog-detail__date strong {
  color: #4D4D4D;
}

section .blog-detail__share {
  margin-left: auto;
}

section .blog-detail__share nav.social ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

section .blog-detail__share nav.social ul li {
  margin-right: 20px;
}

section .blog-detail__share nav.social ul li:last-child {
  margin-right: 0;
}

section .blog-detail__share nav.social ul li a {
  color: #9CBF61;
  font-size: 1.2em;
}

section .blog-detail__share nav.social ul li a:hover {
  color: #90b355;
}

section .blog-detail__content img {
  height: auto;
}

section .blog-detail__content figure {
  width: 100%;
}

section .blog-detail__content figure img {
  width: 100%;
}

section .blog-detail__content figure.alignleft {
  width: 50%;
  margin-right: 1rem;
  float: left;
}

section .blog-detail__content figure.alignright {
  margin-left: 1rem;
  width: 50%;
  float: right;
}

section .blog-detail__content > :last-child {
  margin-bottom: 0;
}

section.block-course-2 {
  margin: -30px 0 90px;
}

section.block-course-2 .block-course-1__inner {
  margin: 0;
}

section.testimonial-list {
  margin-bottom: 90px;
}

section .testimonial-list__inner {
  padding: 80px 80px;
  background: -o-linear-gradient(337.33deg, #ECF2E1 28.8%, #DDE6C5 86.89%);
  background: linear-gradient(112.67deg, #ECF2E1 28.8%, #DDE6C5 86.89%);
  -webkit-border-radius: 60px;
  border-radius: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

section .testimonial-list__inner:after, section .testimonial-list__inner:before {
  color: #225294;
  font-family: 'Fontello', sans-serif;
  position: absolute;
  font-size: 42px;
  background: -o-linear-gradient(331deg, #4A7BB4 0%, #184B91 100%);
  background: linear-gradient(119deg, #4A7BB4 0%, #184B91 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section .testimonial-list__inner:before {
  content: '\e809';
  top: 30px;
  left: 30px;
}

section .testimonial-list__inner:after {
  content: '\e80a';
  bottom: 30px;
  right: 30px;
}

section .testimonial-list__inner .home-testimonial__items {
  width: -webkit-calc(50% - 30px);
  width: calc(50% - 30px);
  margin-right: 60px;
  position: relative;
  z-index: 5;
}

section .testimonial-list__inner .home-testimonial__items:before, section .testimonial-list__inner .home-testimonial__items:after {
  display: none;
}

section .testimonial-list__inner .home-testimonial__items:last-child {
  margin-right: 0;
}

section.testimonial-about {
  margin-bottom: 90px;
}

section.worked-list {
  margin-bottom: 90px;
}

section .worked-list__inner > :last-child {
  margin-bottom: 0 !important;
}

section .worked-list__box {
  background: -o-linear-gradient(337.33deg, #ECF2E1 28.8%, #DDE6C5 86.89%);
  background: linear-gradient(112.67deg, #ECF2E1 28.8%, #DDE6C5 86.89%);
  -webkit-border-radius: 60px;
  border-radius: 60px;
  padding: 60px;
  margin-bottom: 40px;
}

section .worked-list__title {
  font-weight: 700;
  line-height: 1.25;
  color: #225294;
  /* text-transform: capitalize; */
  font-size: 42px;
  text-align: center;
  margin-bottom: 40px;
  padding: 0 200px;
}

section .worked-list__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -10px -20px;
}

section .worked-list__item {
  background-color: #fff;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 15px 30px;
  margin: 0 10px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

section .worked-list__item img {
  width: 190px;
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
}

section.course-box2 {
  margin-bottom: 40px;
}

section .course-box2__inner {
  color: #fff;
  padding: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background: -o-linear-gradient(330.79deg, #4A7BB4 0%, #184B91 100%);
  background: linear-gradient(119.21deg, #4A7BB4 0%, #184B91 100%);
  -webkit-box-shadow: 20px 20px 70px rgba(0, 0, 0, 0.2);
  box-shadow: 20px 20px 70px rgba(0, 0, 0, 0.2);
}

section .course-box2__pic {
  display: block;
  margin-bottom: 20px;
}

section .course-box2__pic img {
  width: 100%;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

section .course-box2__title {
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
  display: block;
  font-size: 20px;
  margin-bottom: 5px;
  text-decoration: none;
  text-transform: capitalize;
}

section .course-box2__title:hover {
  text-decoration: underline;
}

section .course-box2__meta {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

section .course-box2__btn .btn {
  padding: 21px 24px;
}

section.course-list {
  margin-bottom: 90px;
}

section .course-list__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px -20px;
}

section .course-list__item {
  background-color: #fff;
  width: -webkit-calc(50% - 20px);
  width: calc(50% - 20px);
  margin: 0 10px 20px;
  padding: 20px;
  -webkit-box-shadow: 10px 10px 30px rgba(73, 117, 0, 0.08);
  box-shadow: 10px 10px 30px rgba(73, 117, 0, 0.08);
  -webkit-border-radius: 30px;
  border-radius: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

section .course-list__item .item__thumb {
  margin-bottom: 20px;
}

section .course-list__item .item__thumb img {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
  object-fit: cover;
}

section .course-list__item .item__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

section .course-list__item .item__title {
  font-weight: 700;
  line-height: 1.25;
  color: #262626;
  font-size: 20px;
  text-decoration: none;
  display: block;
  margin-bottom: 20px;
  text-transform: capitalize;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

section .course-list__item .item__title:hover {
  text-decoration: underline;
}

section .course-list__item .item__more a {
  font-weight: 700;
  color: #CF5E4A;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

section .course-list__item .item__more a i {
  margin-left: auto;
  font-size: .9em;
  position: relative;
  top: -1px;
}

section .course-list__item .item__more a:hover {
  color: #225294;
  text-decoration: underline;
}

section.contact {
  margin-bottom: 90px;
}

section .contact__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

section .contact__body {
  width: 100%;
}

section .contact__title {
  color: #225294;
  margin-bottom: 30px;
}

section .contact__text {
  margin-bottom: 40px;
}

section .contact__text > :last-child {
  margin-bottom: 0 !important;
}

section .contact__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

section .contact__pic {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 40px;
}

section .contact__pic img {
  width: 165px;
  height: 165px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-box-shadow: 18.2673px 18.2673px 63.9356px rgba(0, 0, 0, 0.2);
  box-shadow: 18.2673px 18.2673px 63.9356px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 40px;
  border-radius: 40px;
  -webkit-transform: rotate(-2.71deg);
  -ms-transform: rotate(-2.71deg);
  transform: rotate(-2.71deg);
}

section .contact__phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

section .contact__phone .phone__icon {
  background-color: #CF5E4A;
  color: #fff;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 24px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
}

section .contact__phone .phone__title {
  font-weight: 700;
  line-height: 1.25;
  color: #4D4D4D;
  text-transform: capitalize;
  font-size: 24px;
}

section .contact__phone .phone__text a {
  text-decoration: none;
}

section .contact__phone .phone__text a:hover {
  text-decoration: underline;
}

section .contact__form {
  width: 620px;
  padding-left: 60px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

section.error-404 {
  margin: 90px 0;
}

section .error-404__inner {
  padding: 0 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

section .error-404__body {
  width: 100%;
}

section .error-404__title {
  color: #225294;
  margin-bottom: 30px;
}

section .error-404__text {
  margin-bottom: 30px;
  font-size: 30px;
}

section .error-404__pic {
  width: 440px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 90px;
}

section .error-404__pic img {
  display: inline-block;
  max-width: 100%;
}

nav.pagination {
  padding-top: 60px;
}

nav.pagination .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

nav.pagination .nav-links .btn {
  margin: 0 5px;
  padding: 21px 28.5px;
}

nav.pagination .nav-links .btn.prev i {
  margin-left: 0px;
  margin-right: 10px;
}

nav.pagination .nav-links .btn.current {
  background: rgba(34, 82, 148, 0.06);
  cursor: default;
}

nav.pagination2 {
  padding-top: 40px;
  border-top: 1px solid #CCC;
}

nav.pagination2 .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

nav.pagination2 .nav-links .pages {
  font-weight: 700;
  color: #999999;
  margin: 0 20px;
}

nav.pagination2 .nav-links .btn.prev i {
  margin-left: 0px;
  margin-right: 10px;
}

section.content-block {
	margin-bottom: 90px;
}

@media (max-width: 1239px) {
  .title {
    font-size: 77.5px;
  }
  .subtitle {
    font-size: 56px;
  }
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 24px;
  }
  h6 {
    font-size: 24px;
  }
  body {
    font-size: 18px;
  }
  .title {
    font-size: 70px;
  }
  .subtitle {
    font-size: 55px;
  }
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 24px;
  }
  h6 {
    font-size: 24px;
  }
  body {
    font-size: 18px;
  }
  header .header__menu nav.menu ul li a {
    margin: 0 15px;
  }
  footer .footer__form .form__title {
    font-size: 40px;
  }
  footer .footer__logo {
    width: 180px;
  }
  footer .footer__menu nav.menu ul li {
    margin: 0 12px;
  }
  footer .footer__social nav ul li {
    margin-right: 15px;
  }
  footer .footer__inner2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  footer .footer__copyright {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  footer .footer__links {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    margin: 0 auto 20px;
  }
  footer .footer__links nav ul li {
    margin-right: 40px;
  }
  .btn {
    font-size: 18px;
    min-width: inherit;
    padding: 21px 31px;
  }
  .btn--small {
    min-width: inherit;
    font-size: 16px;
    padding: 21px 31px;
  }
  .f-box input.f-control,
  .f-box select.f-control,
  .f-box textarea.f-control {
    font-size: 18px;
    width: 100%;
    padding: 12px 30px;
  }
  .f-box textarea.f-control {
    min-height: 134px;
  }
  .f-box select.f-control {
    background-position: right 30px center;
    background-size: 18px;
    padding-right: -webkit-calc(30px + 18px + 10px);
    padding-right: calc(30px + 18px + 10px);
  }
  .f-box select.f-control.is-loading {
    background-position: right -webkit-calc(30px + 18px + 5px) center, right 30px center;
    background-position: right calc(30px + 18px + 5px) center, right 30px center;
    background-size: -webkit-calc(18px + 12px), 18px;
    background-size: calc(18px + 12px), 18px;
    padding-right: -webkit-calc((30px + 18px)*2 + 10px);
    padding-right: calc((30px + 18px)*2 + 10px);
  }
  .f-box .f-radiobox {
    font-size: 12px;
    padding-left: 44px;
  }
  .f-box .f-radiobox label {
    font-size: 12px;
  }
  .f-box .f-radiobox label:before, .f-box .f-radiobox label:after {
    width: 24px;
    height: 24px;
  }
  .f-box .f-radiobox label:before {
    width: -webkit-calc(24px / 2.65);
    width: calc(24px / 2.65);
    height: -webkit-calc(24px / 2.65);
    height: calc(24px / 2.65);
    margin: 0px 0px 0px -webkit-calc(24px / 3.2);
    margin: 0px 0px 0px calc(24px / 3.2);
  }
  .f-box .f-radiobox input {
    width: 24px;
    height: 24px;
  }
  .f-box .f-checkbox {
    font-size: 12px;
    padding-left: 44px;
  }
  .f-box .f-checkbox label {
    font-size: 12px;
  }
  .f-box .f-checkbox label:before, .f-box .f-checkbox label:after {
    width: 24px;
    height: 24px;
  }
  .f-box .f-checkbox label:before {
    font-size: -webkit-calc(24px + 2px);
    font-size: calc(24px + 2px);
  }
  .f-box .f-checkbox input {
    width: 24px;
    height: 24px;
  }
  .f-box .f-invalid {
    font-size: 12px;
  }
  .f-box label {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .f-box .f-control--box .f-checkbox,
  .f-box .f-control--box .f-radiobox {
    margin-right: 16px;
  }
  .f-box .f-group {
    margin-bottom: 16px;
  }
  .f-box .f-group--label > label {
    top: -webkit-calc(12px - 1px);
    top: calc(12px - 1px);
    left: -webkit-calc(30px + 1px);
    left: calc(30px + 1px);
  }
  .f-box .f-group--label input.f-control,
  .f-box .f-group--label select.f-control,
  .f-box .f-group--label textarea.f-control {
    padding-top: 29px;
  }
  .f-box .f-group--col {
    margin-bottom: 16px;
  }
  .f-box .f-group--col label {
    margin-right: 10px;
  }
  .f-box .f-group--icon {
    margin-bottom: 16px;
  }
  .f-box .f-group--icon label {
    left: 30px;
  }
  .f-box .f-group--icon .f-control {
    padding-left: -webkit-calc((30px * 2) + 10px);
    padding-left: calc((30px * 2) + 10px);
  }
  .f-box .f-groups {
    margin-bottom: 16px;
  }
  .f-box .f-col > div {
    margin-right: 16px;
  }
  .f-box .f-btn {
    margin-bottom: 16px;
  }
  .f-box .f-text {
    margin-bottom: 16px;
  }
  .alert {
    font-size: 16px;
    padding: 10px 20px;
  }
  .btn {
    font-size: 18px;
    min-width: inherit;
    padding: 21px 31px;
  }
  .btn--small {
    min-width: inherit;
    font-size: 16px;
    padding: 21px 31px;
  }
  .f-box input.f-control,
  .f-box select.f-control,
  .f-box textarea.f-control {
    font-size: 18px;
    width: 100%;
    padding: 12px 30px;
  }
  .f-box textarea.f-control {
    min-height: 134px;
  }
  .f-box select.f-control {
    background-position: right 30px center;
    background-size: 18px;
    padding-right: -webkit-calc(30px + 18px + 10px);
    padding-right: calc(30px + 18px + 10px);
  }
  .f-box select.f-control.is-loading {
    background-position: right -webkit-calc(30px + 18px + 5px) center, right 30px center;
    background-position: right calc(30px + 18px + 5px) center, right 30px center;
    background-size: -webkit-calc(18px + 12px), 18px;
    background-size: calc(18px + 12px), 18px;
    padding-right: -webkit-calc((30px + 18px)*2 + 10px);
    padding-right: calc((30px + 18px)*2 + 10px);
  }
  .f-box .f-radiobox {
    font-size: 12px;
    padding-left: 44px;
  }
  .f-box .f-radiobox label {
    font-size: 12px;
  }
  .f-box .f-radiobox label:before, .f-box .f-radiobox label:after {
    width: 24px;
    height: 24px;
  }
  .f-box .f-radiobox label:before {
    width: -webkit-calc(24px / 2.65);
    width: calc(24px / 2.65);
    height: -webkit-calc(24px / 2.65);
    height: calc(24px / 2.65);
    margin: 0px 0px 0px -webkit-calc(24px / 3.2);
    margin: 0px 0px 0px calc(24px / 3.2);
  }
  .f-box .f-radiobox input {
    width: 24px;
    height: 24px;
  }
  .f-box .f-checkbox {
    font-size: 12px;
    padding-left: 44px;
  }
  .f-box .f-checkbox label {
    font-size: 12px;
  }
  .f-box .f-checkbox label:before, .f-box .f-checkbox label:after {
    width: 24px;
    height: 24px;
  }
  .f-box .f-checkbox label:before {
    font-size: -webkit-calc(24px + 2px);
    font-size: calc(24px + 2px);
  }
  .f-box .f-checkbox input {
    width: 24px;
    height: 24px;
  }
  .f-box .f-invalid {
    font-size: 12px;
  }
  .f-box label {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .f-box .f-control--box .f-checkbox,
  .f-box .f-control--box .f-radiobox {
    margin-right: 16px;
  }
  .f-box .f-group {
    margin-bottom: 16px;
  }
  .f-box .f-group--label > label {
    top: -webkit-calc(12px - 1px);
    top: calc(12px - 1px);
    left: -webkit-calc(30px + 1px);
    left: calc(30px + 1px);
  }
  .f-box .f-group--label input.f-control,
  .f-box .f-group--label select.f-control,
  .f-box .f-group--label textarea.f-control {
    padding-top: 29px;
  }
  .f-box .f-group--col {
    margin-bottom: 16px;
  }
  .f-box .f-group--col label {
    margin-right: 10px;
  }
  .f-box .f-group--icon {
    margin-bottom: 16px;
  }
  .f-box .f-group--icon label {
    left: 30px;
  }
  .f-box .f-group--icon .f-control {
    padding-left: -webkit-calc((30px * 2) + 10px);
    padding-left: calc((30px * 2) + 10px);
  }
  .f-box .f-groups {
    margin-bottom: 16px;
  }
  .f-box .f-col > div {
    margin-right: 16px;
  }
  .f-box .f-btn {
    margin-bottom: 16px;
  }
  .f-box .f-text {
    margin-bottom: 16px;
  }
  .alert {
    font-size: 16px;
    padding: 10px 20px;
  }
  section.hero:after {
    right: -webkit-calc(50% - 250px);
    right: calc(50% - 250px);
  }
  section .hero__pic {
    width: 620px;
    height: 500px;
    margin-right: -120px;
  }
  section .hero__pic img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 75% 50%;
    object-position: 75% 50%;
  }
  section .hero__title strong:after, section .hero__title b:after {
    bottom: 0px;
    left: 10px;
    right: -20px;
    top: 0;
  }
  section .hero__title i:after, section .hero__title em:after {
    bottom: -20px;
    left: -25px;
    right: -25px;
    top: -25px;
  }
  section .home-some-logos__carousel {
    margin: 0 -10px -20px;
  }
  section .home-some-logos__carousel.slick-slider {
    margin: 0;
  }
  section .home-some-logos__carousel.slick-slider .slick-slide {
    padding: 0 10px;
  }
  section .home-some-logos__item {
    width: -webkit-calc(16.6% - 20px);
    width: calc(16.6% - 20px);
    margin: 0 10px 20px;
  }
  section .home-about__inner {
    padding-bottom: 330px;
  }
  section .home-about__body {
    padding-right: 140px;
  }
  section .home-about__body:after {
    width: 150px;
    height: 150px;
    top: -40px;
    right: 55px;
  }
  section .home-about__pic img.pic-1 {
    width: 500px;
    margin-right: -150px;
  }
  section .home-about__pic img.pic-2 {
    width: 210px;
    height: 210px;
    right: 320px;
    top: 337px;
  }
  section .home-about__pic img.pic-3 {
    width: 500px;
    right: -240px;
    top: 322px;
  }
  section .home-testimonial__inner {
    margin-top: -180px;
    padding: 70px 60px 250px;
  }
  section .home-testimonial__pic img:first-child {
    width: 210px;
    height: 210px;
    right: 320px;
    top: -150px;
  }
  section .home-testimonial__pic img:last-child {
    width: 500px;
    right: -240px;
  }
  section .home-testimonial__body {
    padding-left: 75px;
  }
  section .home-testimonial__title:after {
    width: 150px;
    height: 89px;
    top: -100px;
    left: -100px;
  }
  section .home-testimonial__items {
    width: 450px;
  }
  section .home-testimonial__item.style-2 {
    padding-right: 90px;
  }
  section .home-testimonial__item.style-2 .item__thumb {
    left: 310px;
  }
  section .home-testimonial__item.style-4 {
    padding-right: 60px;
  }
  section .home-testimonial__item.style-4 .item__thumb {
    left: 140px;
  }
  section .block-course-1__inner {
    width: 800px;
    padding: 40px 50px;
  }
  section .block-course-1__pic {
    margin-right: 40px;
    width: 360px;
  }
  section .latest-podcasts__item .item__thumb {
    height: 220px;
  }
  section .latest-podcasts__item .item__thumb:after {
    width: 70px;
    height: 70px;
  }
  section .last-blog__item .item__thumb {
    width: 200px;
  }
  section .last-blog__item .item__thumb img {
    height: 140px;
  }
  section .last-blog__left {
    width: 480px;
    margin-right: 30px;
  }
  section.about-hero:after {
    right: -webkit-calc(50% - 250px);
    right: calc(50% - 250px);
  }
  section .about-hero__inner {
    padding-bottom: 60px;
    width: 72%;
  }
  section .about-hero__title span {
    font-size: 1em;
  }
  section .about-block-1__box {
    width: 540px;
  }
  section .about-block-1__body {
    padding-left: 60px;
  }
  section .about-block-2__inner {
    padding-left: 75px;
  }
  section .about-block-3__inner {
    padding: 60px 120px;
  }
  section .about-block-4__box1 .box1__pic {
    width: 350px;
    height: 350px;
  }
  section .about-block-4__box1 .box1__title br {
    display: none;
  }
  section .about-block-4__box1 .box1__text {
    padding-left: 80px;
  }
  section .about-block-4__box2 .box2__pic {
    width: 500px;
  }
  section .about-block-4__box2 .box2__body {
    padding-right: 50px;
  }
  section .about-testimonial__content {
    padding: 60px;
    width: 610px;
  }
  section .about-testimonial__content .home-testimonial__title {
    margin: -20px -20px 20px auto;
  }
  section .about-testimonial__content .home-testimonial__title:after {
    width: 78px;
    height: 100px;
    bottom: -155px;
  }
  section .about-testimonial__content .home-testimonial__items {
    margin-bottom: 50px;
  }
  section .about-testimonial__sidebar .sidebar__instagram {
    width: 320px;
  }
  section .about-testimonial__sidebar .sidebar__instagram .instagram__title {
    margin-left: 145px;
  }
  section .about-testimonial__sidebar .sidebar__instagram .instagram__title:after {
    width: 80px;
    height: 62px;
    left: -105px;
  }
  section .about-testimonial__sidebar .sidebar__course {
    padding: 40px;
  }
  section .heading__title.t-left {
    margin-right: 10%;
  }
  section .podcast-about__body {
    width: 470px;
    margin-left: 40px;
  }
  section .podcast-about__title {
    margin-right: 0;
  }
  section .podcast-list__item .item__thumb img {
    height: 220px;
  }
  section .podcast-about2__inner {
    padding-bottom: 60px;
  }
  section .podcast-about2__body {
    width: 430px;
  }
  section .podcast-about2__body:after {
    width: 160px;
    height: 144px;
    bottom: -10px;
    right: -55px;
  }
  section .podcast-about2__pic img.pic-1 {
    width: 210px;
    height: 210px;
    top: 145px;
    right: 130px;
  }
  section .podcast-about2__pic img.pic-2 {
    width: 420px;
    right: -170px;
  }
  section .services__pic {
    width: 480px;
  }
  section .services__body {
    padding-left: 50px;
  }
  section .services__box:nth-child(2n) .services__body {
    padding-left: 0;
    padding-right: 50px;
  }
  section.services-testimonial .home-testimonial__inner {
    padding: 70px 60px;
  }
  section.content.detail .content__inner {
    padding: 0;
  }
  section .content__sidebar {
    width: 250px;
    margin-right: 50px;
  }
  section .content__sidebar:last-child {
    margin-right: 0;
    margin-left: 50px;
  }
  section .blog-list__item .item__thumb img {
    height: 200px;
  }
  section .course-box__btn .btn {
    padding: 21px 21px;
  }
  section .course-box__btn .btn i {
    margin-left: 5px;
  }
  section .testimonial-list__inner {
    padding: 60px;
  }
  section .testimonial-list__inner .home-testimonial__items {
    margin-right: 40px;
  }
  section .testimonial-list__inner .home-testimonial__item.style-2 {
    padding-right: 55px;
  }
  section .worked-list__title {
    padding: 0 50px;
  }
  section .worked-list__item img {
    width: 140px;
    height: 45px;
  }
  section .course-box2__btn .btn {
    padding: 21px 16px;
  }
  section .course-box2__btn .btn i {
    margin-left: 5px;
  }
  section .course-list__item .item__thumb img {
    height: 200px;
  }
  section .contact__form {
    width: 500px;
    padding-left: 40px;
  }
  section .contact__pic {
    margin-right: 30px;
  }
  section .contact__pic img {
    width: 150px;
    height: 150px;
  }
  section .contact__phone .phone__title {
    font-size: 22px;
  }
  section.error-404 {
    margin: 80px 0;
  }
  section .error-404__inner {
    padding: 0 60px;
  }
  section .error-404__text {
    margin-bottom: 30px;
    font-size: 30px;
  }
  section .error-404__pic {
    width: 420px;
    margin-left: 80px;
  }
}

@media (max-width: 1023px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  .title,
  .subtitle,
  ol,
  ul,
  blockquote,
  fieldset,
  figure,
  p {
    margin-bottom: 1.8rem;
  }
  blockquote:before {
    font-size: 35px;
  }
  .title {
    font-size: 70px;
  }
  .subtitle {
    font-size: 50px;
  }
  .subtitle--svg b:after,
  .subtitle--svg strong:after {
    bottom: 0px;
    left: 6px;
    right: -13px;
    top: 0;
  }
  .subtitle--svg i:after, .subtitle--svg em:after {
    bottom: -16px;
    left: -18px;
    right: -18px;
    top: -20px;
  }
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 31px;
  }
  h3 {
    font-size: 27px;
  }
  h4 {
    font-size: 23px;
  }
  h5 {
    font-size: 23px;
  }
  h6 {
    font-size: 23px;
  }
  body {
    font-size: 17px;
  }
  header .header__inner {
    padding: 25px 0;
  }
  header .header__btn {
    width: auto;
    margin-left: auto;
  }
  header .header__logo {
    width: 210px;
  }
  header .header__menu {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    margin: 0;
    margin-left: 25px;
    position: relative;
  }
  header .header__menu .toggle-menu {
    display: block;
    position: relative;
    top: 3px;
  }
  header .header__menu nav.menu {
    background-color: #fff;
    display: none;
    position: absolute;
    top: -webkit-calc(100% + 20px);
    top: calc(100% + 20px);
    right: 0;
    z-index: 100;
    -webkit-box-shadow: 20px 20px 70px rgba(0, 0, 0, 0.2);
    box-shadow: 20px 20px 70px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 20px;
    border-radius: 20px;
    width: 150px;
    overflow: hidden;
  }
  header .header__menu nav.menu ul {
    display: block;
  }
  header .header__menu nav.menu ul li {
    margin-top: 1px;
  }
  header .header__menu nav.menu ul li a {
    margin: 0;
    padding: 10px 20px;
  }
  header .header__menu nav.menu ul li a:after {
    display: none;
  }
  header .header__menu nav.menu ul li:hover a, header .header__menu nav.menu ul li.active a {
    background-color: #9CBF61;
    color: #fff;
  }
  header .header__menu nav.menu ul li:first-child {
    margin-top: 0;
  }
  header.header--dark .header__menu nav.menu ul li a {
    color: #4D4D4D;
  }
  header.header--dark .header__menu nav.menu ul li.active a, header.header--dark .header__menu nav.menu ul li:hover a {
    color: #fff;
  }
  footer {
    padding: 50px 0;
  }
  footer .footer__form .form__title {
    font-size: 38px;
    margin-bottom: 30px;
  }
  footer .footer__form .form__title span {
    padding: 0 145px;
  }
  footer .footer__form .form__title span:after, footer .footer__form .form__title span:before {
    width: 120px;
  }
  footer .footer__form .f-box {
    margin-bottom: 30px;
  }
  footer .footer__form .f-box input.f-control {
    padding: 19px 29px;
  }
  footer .footer__form .f-box .f-col {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .footer__form .f-box .f-col > div {
    width: -webkit-calc(50% - 16px);
    width: calc(50% - 16px);
  }
  footer .footer__logo {
    width: 180px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  footer .footer__menu {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 30px;
  }
  footer .footer__menu nav.menu ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: -15px;
  }
  footer .footer__menu nav.menu ul li {
    margin: 0 15px 15px;
  }
  footer .footer__menu nav.menu ul li a {
    font-size: 15px;
  }
  footer .footer__social {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-left: auto;
  }
  footer .footer__social nav ul li {
    margin-right: 15px;
  }
  footer .footer__social nav ul li a {
    font-size: 23px;
  }
  footer .footer__inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  footer .footer__inner2 {
    padding-top: 30px;
  }
  footer .footer__copyright {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    font-size: 13px;
  }
  footer .footer__links {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    margin: 0 auto 20px;
  }
  footer .footer__links nav ul li {
    margin-right: 30px;
  }
  footer .footer__links nav ul li a {
    font-size: 15px;
  }
  .btn {
    font-size: 17px;
    min-width: inherit;
    padding: 20px 30px;
  }
  .btn--small {
    min-width: inherit;
    font-size: 15px;
    padding: 20px 30px;
  }
  .f-box input.f-control,
  .f-box select.f-control,
  .f-box textarea.f-control {
    font-size: 17px;
    width: 100%;
    padding: 11px 29px;
  }
  .f-box textarea.f-control {
    min-height: 130px;
  }
  .f-box select.f-control {
    background-position: right 29px center;
    background-size: 17px;
    padding-right: -webkit-calc(29px + 17px + 10px);
    padding-right: calc(29px + 17px + 10px);
  }
  .f-box select.f-control.is-loading {
    background-position: right -webkit-calc(29px + 17px + 5px) center, right 29px center;
    background-position: right calc(29px + 17px + 5px) center, right 29px center;
    background-size: -webkit-calc(17px + 11px), 17px;
    background-size: calc(17px + 11px), 17px;
    padding-right: -webkit-calc((29px + 17px)*2 + 10px);
    padding-right: calc((29px + 17px)*2 + 10px);
  }
  .f-box .f-radiobox {
    font-size: 12px;
    padding-left: 43px;
  }
  .f-box .f-radiobox label {
    font-size: 12px;
  }
  .f-box .f-radiobox label:before, .f-box .f-radiobox label:after {
    width: 23px;
    height: 23px;
  }
  .f-box .f-radiobox label:before {
    width: -webkit-calc(23px / 2.65);
    width: calc(23px / 2.65);
    height: -webkit-calc(23px / 2.65);
    height: calc(23px / 2.65);
    margin: 0px 0px 0px -webkit-calc(23px / 3.2);
    margin: 0px 0px 0px calc(23px / 3.2);
  }
  .f-box .f-radiobox input {
    width: 23px;
    height: 23px;
  }
  .f-box .f-checkbox {
    font-size: 12px;
    padding-left: 43px;
  }
  .f-box .f-checkbox label {
    font-size: 12px;
  }
  .f-box .f-checkbox label:before, .f-box .f-checkbox label:after {
    width: 23px;
    height: 23px;
  }
  .f-box .f-checkbox label:before {
    font-size: -webkit-calc(23px + 2px);
    font-size: calc(23px + 2px);
  }
  .f-box .f-checkbox input {
    width: 23px;
    height: 23px;
  }
  .f-box .f-invalid {
    font-size: 12px;
  }
  .f-box label {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .f-box .f-control--box .f-checkbox,
  .f-box .f-control--box .f-radiobox {
    margin-right: 16px;
  }
  .f-box .f-group {
    margin-bottom: 16px;
  }
  .f-box .f-group--label > label {
    top: -webkit-calc(11px - 1px);
    top: calc(11px - 1px);
    left: -webkit-calc(29px + 1px);
    left: calc(29px + 1px);
  }
  .f-box .f-group--label input.f-control,
  .f-box .f-group--label select.f-control,
  .f-box .f-group--label textarea.f-control {
    padding-top: 28px;
  }
  .f-box .f-group--col {
    margin-bottom: 16px;
  }
  .f-box .f-group--col label {
    margin-right: 10px;
  }
  .f-box .f-group--icon {
    margin-bottom: 16px;
  }
  .f-box .f-group--icon label {
    left: 29px;
  }
  .f-box .f-group--icon .f-control {
    padding-left: -webkit-calc((29px * 2) + 10px);
    padding-left: calc((29px * 2) + 10px);
  }
  .f-box .f-groups {
    margin-bottom: 16px;
  }
  .f-box .f-col > div {
    margin-right: 16px;
  }
  .f-box .f-btn {
    margin-bottom: 16px;
  }
  .f-box .f-text {
    margin-bottom: 16px;
  }
  .alert {
    font-size: 15px;
    padding: 10px 20px;
  }
  section.hero {
    margin-bottom: 50px;
  }
  section.hero:after {
    right: -webkit-calc(50% - 220px);
    right: calc(50% - 220px);
  }
  section .hero__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  section .hero__pic {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  section .hero__pic img {
    width: 100%;
    height: auto;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }
  section .hero__body {
    width: 470px;
    max-width: 100%;
    padding: 0;
  }
  section .hero__text {
    margin-bottom: 30px;
  }
  section .hero__scroll {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  section .hero__title strong:after, section .hero__title b:after {
    bottom: 0px;
    left: 10px;
    right: -20px;
    top: 0;
  }
  section .hero__title i:after, section .hero__title em:after {
    bottom: -20px;
    left: -25px;
    right: -25px;
    top: -25px;
  }
  section.home-some-logos {
    margin-bottom: 90px;
  }
  section .home-some-logos__title {
    font-size: 15px;
  }
  section .home-some-logos__item {
    width: -webkit-calc(20% - 20px);
    width: calc(20% - 20px);
  }
  section .home-about__inner {
    padding-top: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 375px;
  }
  section .home-about__body {
    width: 100%;
    padding: 0;
    margin: 0;
    margin-bottom: 40px;
  }
  section .home-about__body:after {
    width: 130px;
    height: 130px;
    top: inherit;
    bottom: -30px;
    right: 220px;
  }
  section .home-about__text {
    margin-bottom: 30px;
  }
  section .home-about__pic {
    width: 100%;
  }
  section .home-about__pic img.pic-1 {
    width: 100%;
    margin: 0;
  }
  section .home-about__pic img.pic-2 {
    width: 190px;
    height: 190px;
    right: 365px;
    top: 458px;
  }
  section .home-about__pic img.pic-3 {
    width: 470px;
    right: -150px;
    top: 443px;
  }
  section.home-testimonial {
    margin-bottom: 50px;
  }
  section .home-testimonial__inner {
    padding: 190px 40px 40px;
    margin-top: -185px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  section .home-testimonial__pic {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  section .home-testimonial__pic img:first-child {
    width: 190px;
    height: 190px;
    right: 365px;
    top: -125px;
  }
  section .home-testimonial__pic img:last-child {
    width: 470px;
    right: -150px;
    top: -140px;
  }
  section .home-testimonial__body {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding: 0;
    margin-bottom: 0px;
  }
  section .home-testimonial__title {
    margin-bottom: 50px;
  }
  section .home-testimonial__title:after {
    width: 130px;
    height: 90px;
    -webkit-transform: scaleX(-1) rotate(-70deg);
    -ms-transform: scaleX(-1) rotate(-70deg);
    transform: scaleX(-1) rotate(-70deg);
    top: inherit;
    left: inherit;
    right: 120px;
    bottom: -65px;
  }
  section .home-testimonial__items {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 480px;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  section .home-testimonial__items:after, section .home-testimonial__items:before {
    font-size: 41px;
  }
  section .home-testimonial__items:before {
    top: -30px;
  }
  section .home-testimonial__item.style-2 {
    padding-right: 90px;
  }
  section .home-testimonial__item.style-2 .item__thumb {
    left: 340px;
  }
  section .home-testimonial__item.style-4 {
    padding-right: 60px;
  }
  section .home-testimonial__item.style-4 .item__thumb {
    left: 140px;
  }
  section .home-testimonial__btn {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  section .home-testimonial__btn.mobile {
    display: block;
  }
  section .home-testimonial__btn.desktop {
    display: none;
  }
  section.block-course-1 {
    margin-bottom: 90px;
  }
  section .block-course-1__inner {
    padding: 40px;
    width: 420px;
    margin: 0 auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  section .block-course-1__body {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  section .block-course-1__pic {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    height: auto;
    margin: 0 0 30px;
  }
  section .block-course-1__btn {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  section .block-course-1__btn.mobile {
    display: block;
  }
  section .block-course-1__btn.desktop {
    display: none;
  }
  section.latest-podcasts {
    margin-bottom: 70px;
  }
  section .latest-podcasts__item {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
  }
  section .latest-podcasts__item .item__title {
    font-size: 21px;
  }
  section.last-blog {
    margin-bottom: 70px;
  }
  section .last-blog__wrap {
    margin: 0;
  }
  section .last-blog__items {
    display: block;
  }
  section .last-blog__item .item__title {
    font-size: 19px;
  }
  section .last-blog__item .item__thumb {
    width: 250px;
  }
  section .last-blog__item .item__thumb img {
    height: 155px;
  }
  section .last-blog__left {
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  section .last-blog__left .last-blog__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  section .last-blog__left .last-blog__item .item__thumb {
    width: 250px;
    margin: 0 20px 0 0;
  }
  section .last-blog__left .last-blog__item .item__thumb img {
    height: 155px;
    margin-bottom: 10px;
  }
  section.about-hero {
    margin-bottom: 50px;
  }
  section.about-hero:after {
    right: -webkit-calc(50% - 220px);
    right: calc(50% - 220px);
  }
  section .about-hero__inner {
    width: 77%;
    padding-bottom: 50px;
  }
  section.about-block-1 {
    margin-bottom: 50px;
  }
  section .about-block-1__inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  section .about-block-1__box {
    width: 100%;
    margin: 0 0 50px;
  }
  section .about-block-1__pic {
    -webkit-transform: rotate(-2.56deg);
    -ms-transform: rotate(-2.56deg);
    transform: rotate(-2.56deg);
  }
  section .about-block-1__body {
    padding: 0;
  }
  section.about-block-2 {
    margin-bottom: 50px;
  }
  section .about-block-2__inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }
  section .about-block-2__title {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  section .about-block-2__text {
    padding: 0;
  }
  section.about-block-3 {
    margin-bottom: 50px;
  }
  section .about-block-3__inner {
    padding: 40px;
  }
  section.about-block-4 {
    margin-bottom: 70px;
  }
  section .about-block-4__box1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  section .about-block-4__box1 .box1__pic {
    margin: 0 auto 40px;
  }
  section .about-block-4__box1 .box1__body {
    padding: 0;
  }
  section .about-block-4__box1 .box1__title br {
    display: block;
  }
  section .about-block-4__box1 .box1__text {
    padding: 0;
  }
  section .about-block-4__box2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  section .about-block-4__box2 .box2__pic {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    width: 100%;
    margin-bottom: 50px;
  }
  section .about-block-4__box2 .box2__body {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding: 0;
  }
  section.about-testimonial {
    margin-bottom: 70px;
  }
  section .about-testimonial__inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  section .about-testimonial__content {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    margin: 0 0 50px;
    width: 100%;
    padding: 40px;
  }
  section .about-testimonial__content .home-testimonial__title {
    margin: 0;
    text-align: left;
    margin-bottom: 50px;
    width: 100%;
  }
  section .about-testimonial__content .home-testimonial__title:after {
    width: 130px;
    height: 90px;
    background-image: url(../img/arrows/arrow-4.svg);
    -webkit-transform: scaleX(-1) rotate(-70deg);
    -ms-transform: scaleX(-1) rotate(-70deg);
    transform: scaleX(-1) rotate(-70deg);
    top: inherit;
    left: inherit;
    right: 120px;
    bottom: -65px;
  }
  section .about-testimonial__content .home-testimonial__items {
    margin-bottom: 40px;
  }
  section .about-testimonial__sidebar {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: -50px;
  }
  section .about-testimonial__sidebar .sidebar__instagram {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 auto;
    margin-bottom: 50px;
    width: 360px;
  }
  section .about-testimonial__sidebar .sidebar__instagram .instagram__title {
    margin: 0 -20px 30px;
  }
  section .about-testimonial__sidebar .sidebar__instagram .instagram__title:after {
    width: 70px;
    height: 55px;
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
    top: 25px;
    left: -75px;
  }
  section .about-testimonial__sidebar .sidebar__course {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    width: 420px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  section.heading {
    padding-top: 20px;
    margin-bottom: 50px;
  }
  section .heading__inner > section {
    width: 50%;
  }
  section .heading__title.t-left {
    margin-right: 0;
  }
  section.podcast-about {
    margin-bottom: 70px;
  }
  section .podcast-about__inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  section .podcast-about__item {
    display: none;
  }
  section .podcast-about__body {
    width: 100%;
    margin: 0;
  }
  section .podcast-about__body:after {
    right: 0;
  }
  section .podcast-about__body > div {
    padding: 40px;
  }
  section.podcast-list {
    margin-bottom: 70px;
  }
  section .podcast-list__item {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    margin-bottom: 30px;
  }
  section .podcast-list__item .item__title {
    font-size: 21px;
  }
  section.podcast-about2 {
    margin-bottom: 70px;
    padding-top: 130px;
  }
  section .podcast-about2__inner {
    padding: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  section .podcast-about2__pic {
    padding-bottom: 150px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    width: 100%;
  }
  section .podcast-about2__pic img.pic-1 {
    width: 190px;
    height: 190px;
    right: 325px;
    top: -160px;
  }
  section .podcast-about2__pic img.pic-2 {
    width: 470px;
    right: -190px;
    top: -180px;
  }
  section .podcast-about2__body {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
  section .podcast-about2__body:after {
    width: 120px;
    height: 114px;
    bottom: inherit;
    right: inherit;
    top: -50px;
    left: 230px;
  }
  section.services {
    margin-bottom: 70px;
  }
  section .services__pic {
    width: 100%;
    margin: 0 0 40px;
  }
  section .services__body {
    padding: 0;
  }
  section .services__box {
    margin-bottom: 70px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  section .services__box:nth-child(2n) .services__pic {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  section .services__box:nth-child(2n) .services__body {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  section.services-testimonial {
    margin-bottom: 70px;
  }
  section.services-testimonial .home-testimonial__inner {
    padding: 40px;
  }
  section.content {
    margin-bottom: 70px;
  }
  section.content.detail .content__sidebar section.course-box {
    display: none;
  }
  section .content__inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  section .content__sidebar {
    width: 100%;
    margin: 0 0 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  section .content__sidebar:last-child {
    margin-left: 0;
  }
  section .content__sidebar > section,
  section .content__sidebar > div {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
  }
  section .content__sidebar > section:nth-child(2n),
  section .content__sidebar > div:nth-child(2n) {
    margin-left: auto;
  }
  section .course-box__title {
    font-size: 34px;
  }
  section .course-box__btn .btn {
    padding: 20px 30px;
  }
  section .search-form__inner form {
    padding: 19px 29px;
  }
  section .category-list__title {
    font-size: 39px;
  }
  section.blog-list {
    margin-bottom: 50px;
  }
  section .blog-list__item .item__title {
    font-size: 19px;
  }
  section.blog-detail {
    margin-bottom: 50px;
  }
  section .blog-detail__title {
    font-size: 43px;
    margin-bottom: 30px;
  }
  section .blog-detail__pic {
    margin-bottom: 30px;
  }
  section .blog-detail__meta {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  section .blog-detail__content {
    margin-bottom: 50px;
  }
  section.block-course-2 {
    margin: -50px 0 70px;
  }
  section.block-course-2 .block-course-1__inner {
    margin: 0 auto;
  }
  section.testimonial-list {
    margin-bottom: 70px;
  }
  section .testimonial-list__inner {
    padding: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  section .testimonial-list__inner:before, section .testimonial-list__inner:after {
    font-size: 41px;
  }
  section .testimonial-list__inner .home-testimonial__items {
    width: 480px;
    margin: 0 auto 40px;
  }
  section .testimonial-list__inner .home-testimonial__items:last-child {
    margin: 0 auto;
  }
  section .testimonial-list__inner .home-testimonial__item.style-2 {
    padding-right: 90px;
  }
  section.testimonial-about {
    margin-bottom: 70px;
  }
  section.worked-list {
    margin-bottom: 70px;
  }
  section .worked-list__box {
    padding: 40px;
  }
  section .worked-list__title {
    padding: 0;
    font-size: 40px;
    margin-bottom: 30px;
  }
  section .worked-list__item {
    padding: 13px 25px;
  }
  section .worked-list__item img {
    width: 140px;
    height: 45px;
  }
  section .course-box2__title {
    font-size: 19px;
  }
  section .course-box2__btn .btn {
    padding: 20px 30px;
  }
  section.course-list {
    margin-bottom: 70px;
  }
  section .course-list__item .item__title {
    font-size: 19px;
  }
  section.contact {
    margin-bottom: 70px;
  }
  section .contact__inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  section .contact__form {
    width: 100%;
    padding-left: 0px;
    margin-top: 40px;
  }
  section .contact__box {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  section .contact__phone .phone__title {
    font-size: 22px;
  }
  section.error-404 {
    margin: 0 0 70px;
  }
  section .error-404__inner {
    padding: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }
  section .error-404__text {
    font-size: 28px;
  }
  section .error-404__pic {
    margin-top: 40px;
    width: 100%;
    margin-left: 0px;
    text-align: center;
  }
  nav.pagination {
    padding-top: 50px;
  }
  nav.pagination .nav-links .btn {
    padding: 20px 25.5px;
  }
  nav.pagination2 {
    padding-top: 30px;
  }
	section.content-block {
		margin-bottom: 70px;
	}
}

@media (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  ol,
  ul,
  blockquote,
  fieldset,
  figure,
  .title,
  .subtitle,
  p {
    margin-bottom: 1.6rem;
  }
  blockquote {
    padding: 30px;
  }
  blockquote:before {
    font-size: 34px;
  }
  .title {
    font-size: 60px;
  }
  .subtitle {
    font-size: 45px;
  }
  h1 {
    font-size: 34px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 26px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 22px;
  }
  h6 {
    font-size: 22px;
  }
  body {
    font-size: 16px;
  }
  header .header__inner {
    padding: 20px 0;
  }
  header .header__logo {
    width: 200px;
  }
  footer {
    padding: 45px 0;
  }
  footer .footer__form .form__title {
    font-size: 36px;
    margin-bottom: 30px;
  }
  footer .footer__form .form__title span {
    padding: 0 120px;
  }
  footer .footer__form .form__title span:after, footer .footer__form .form__title span:before {
    width: 100px;
  }
  footer .footer__form .f-box {
    margin-bottom: 30px;
  }
  footer .footer__form .f-box input.f-control {
    padding: 17px 28px;
  }
  footer .footer__logo {
    width: 160px;
  }
  footer .footer__menu {
    margin-top: 30px;
  }
  footer .footer__menu nav.menu ul {
    margin-bottom: -12px;
  }
  footer .footer__menu nav.menu ul li {
    margin: 0 12px 12px;
  }
  footer .footer__menu nav.menu ul li a {
    font-size: 15px;
  }
  footer .footer__social nav ul li a {
    font-size: 22px;
  }
  footer .footer__inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  footer .footer__inner2 {
    padding-top: 30px;
  }
  footer .footer__copyright {
    font-size: 13px;
  }
  footer .footer__links {
    margin: 0 auto 20px;
  }
  footer .footer__links nav ul li {
    margin-right: 30px;
  }
  footer .footer__links nav ul li a {
    font-size: 14px;
  }
  .btn {
    font-size: 16px;
    min-width: inherit;
    padding: 18px 28px;
  }
  .btn--small {
    min-width: inherit;
    font-size: 14px;
    padding: 18px 28px;
  }
  .f-box input.f-control,
  .f-box select.f-control,
  .f-box textarea.f-control {
    font-size: 16px;
    width: 100%;
    padding: 10px 28px;
  }
  .f-box textarea.f-control {
    min-height: 130px;
  }
  .f-box select.f-control {
    background-position: right 28px center;
    background-size: 16px;
    padding-right: -webkit-calc(28px + 16px + 10px);
    padding-right: calc(28px + 16px + 10px);
  }
  .f-box select.f-control.is-loading {
    background-position: right -webkit-calc(28px + 16px + 5px) center, right 28px center;
    background-position: right calc(28px + 16px + 5px) center, right 28px center;
    background-size: -webkit-calc(16px + 10px), 16px;
    background-size: calc(16px + 10px), 16px;
    padding-right: -webkit-calc((28px + 16px)*2 + 10px);
    padding-right: calc((28px + 16px)*2 + 10px);
  }
  .f-box .f-radiobox {
    font-size: 11px;
    padding-left: 42px;
  }
  .f-box .f-radiobox label {
    font-size: 11px;
  }
  .f-box .f-radiobox label:before, .f-box .f-radiobox label:after {
    width: 22px;
    height: 22px;
  }
  .f-box .f-radiobox label:before {
    width: -webkit-calc(22px / 2.65);
    width: calc(22px / 2.65);
    height: -webkit-calc(22px / 2.65);
    height: calc(22px / 2.65);
    margin: 0px 0px 0px -webkit-calc(22px / 3.2);
    margin: 0px 0px 0px calc(22px / 3.2);
  }
  .f-box .f-radiobox input {
    width: 22px;
    height: 22px;
  }
  .f-box .f-checkbox {
    font-size: 11px;
    padding-left: 42px;
  }
  .f-box .f-checkbox label {
    font-size: 11px;
  }
  .f-box .f-checkbox label:before, .f-box .f-checkbox label:after {
    width: 22px;
    height: 22px;
  }
  .f-box .f-checkbox label:before {
    font-size: -webkit-calc(22px + 2px);
    font-size: calc(22px + 2px);
  }
  .f-box .f-checkbox input {
    width: 22px;
    height: 22px;
  }
  .f-box .f-invalid {
    font-size: 11px;
  }
  .f-box label {
    font-size: 11px;
    margin-bottom: 5px;
  }
  .f-box .f-control--box .f-checkbox,
  .f-box .f-control--box .f-radiobox {
    margin-right: 16px;
  }
  .f-box .f-group {
    margin-bottom: 16px;
  }
  .f-box .f-group--label > label {
    top: -webkit-calc(10px - 1px);
    top: calc(10px - 1px);
    left: -webkit-calc(28px + 1px);
    left: calc(28px + 1px);
  }
  .f-box .f-group--label input.f-control,
  .f-box .f-group--label select.f-control,
  .f-box .f-group--label textarea.f-control {
    padding-top: 27px;
  }
  .f-box .f-group--col {
    margin-bottom: 16px;
  }
  .f-box .f-group--col label {
    margin-right: 10px;
  }
  .f-box .f-group--icon {
    margin-bottom: 16px;
  }
  .f-box .f-group--icon label {
    left: 28px;
  }
  .f-box .f-group--icon .f-control {
    padding-left: -webkit-calc((28px * 2) + 10px);
    padding-left: calc((28px * 2) + 10px);
  }
  .f-box .f-groups {
    margin-bottom: 16px;
  }
  .f-box .f-col > div {
    margin-right: 16px;
  }
  .f-box .f-btn {
    margin-bottom: 16px;
  }
  .f-box .f-text {
    margin-bottom: 16px;
  }
  .alert {
    font-size: 14px;
    padding: 10px 20px;
  }
  section.hero:after {
    right: -webkit-calc(50% - 160px);
    right: calc(50% - 160px);
  }
  section .hero__body {
    width: 400px;
  }
  section .hero__text {
    margin-bottom: 30px;
  }
  section .hero__scroll a {
    font-size: 11px;
  }
  section .hero__scroll a i {
    top: 1px;
  }
  section .hero__title strong:after, section .hero__title b:after {
    bottom: 0px;
    left: 8px;
    right: -13px;
    top: 0;
  }
  section .hero__title i:after, section .hero__title em:after {
    bottom: -15px;
    left: -20px;
    right: -20px;
    top: -20px;
  }
  section.home-some-logos {
    margin-bottom: 80px;
  }
  section .home-some-logos__title {
    font-size: 14px;
    margin-bottom: 5px;
  }
  section .home-some-logos__link {
    margin-bottom: 5px;
  }
  section .home-some-logos__item {
    width: -webkit-calc(25% - 20px);
    width: calc(25% - 20px);
  }
  section .home-about__inner {
    padding-bottom: 355px;
  }
  section .home-about__body {
    margin-bottom: 40px;
  }
  section .home-about__body:after {
    width: 110px;
    height: 110px;
    bottom: -15px;
    right: 180px;
  }
  section .home-about__text {
    margin-bottom: 25px;
  }
  section .home-about__pic img.pic-2 {
    width: 160px;
    height: 160px;
    right: 330px;
    top: 398px;
  }
  section .home-about__pic img.pic-3 {
    width: 440px;
    right: -150px;
    top: 368px;
  }
  section.home-testimonial {
    margin-bottom: 60px;
  }
  section .home-testimonial__inner {
    padding: 170px 30px 40px;
    margin-top: -170px;
  }
  section .home-testimonial__pic {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  section .home-testimonial__pic img:first-child {
    width: 160px;
    height: 160px;
    right: 330px;
    top: -110px;
  }
  section .home-testimonial__pic img:last-child {
    width: 440px;
    right: -150px;
    top: -140px;
  }
  section .home-testimonial__title {
    margin-bottom: 30px;
  }
  section .home-testimonial__title:after {
    width: 110px;
    height: 66px;
    right: 140px;
    bottom: -55px;
  }
  section .home-testimonial__items {
    width: 480px;
    margin-top: 20px;
  }
  section .home-testimonial__items:after, section .home-testimonial__items:before {
    font-size: 40px;
  }
  section .home-testimonial__items:before {
    top: -30px;
  }
  section .home-testimonial__item {
    margin-bottom: 30px;
  }
  section .home-testimonial__item.style-2 {
    padding-right: 90px;
  }
  section .home-testimonial__item.style-2 .item__thumb {
    left: 340px;
  }
  section .home-testimonial__item.style-4 {
    padding-right: 60px;
  }
  section .home-testimonial__item.style-4 .item__thumb {
    left: 140px;
  }
  section.block-course-1 {
    margin-bottom: 80px;
  }
  section .block-course-1__inner {
    width: 360px;
    padding: 40px 30px;
  }
  section.latest-podcasts {
    margin-bottom: 60px;
  }
  section .latest-podcasts__inner {
    display: block;
    margin-bottom: 25px;
  }
  section .latest-podcasts__title {
    margin-bottom: 25px;
  }
  section .latest-podcasts__items {
    margin-bottom: -25px;
  }
  section .latest-podcasts__item {
    margin-bottom: 25px;
  }
  section .latest-podcasts__item .item__thumb {
    height: 190px;
    margin-bottom: 20px;
  }
  section .latest-podcasts__item .item__title {
    font-size: 20px;
  }
  section.last-blog {
    margin-bottom: 60px;
  }
  section .last-blog__wrap {
    padding: 30px;
  }
  section .last-blog__inner {
    display: block;
    margin-bottom: 25px;
  }
  section .last-blog__title {
    margin-bottom: 25px;
  }
  section .last-blog__item .item__title {
    font-size: 18px;
  }
  section .last-blog__item .item__thumb {
    width: 220px;
  }
  section .last-blog__item .item__thumb img {
    height: 145px;
  }
  section .last-blog__left {
    margin-bottom: 20px;
  }
  section .last-blog__left .last-blog__item .item__thumb {
    width: 220px;
    margin: 0 20px 0 0;
  }
  section .last-blog__left .last-blog__item .item__thumb img {
    height: 145px;
    margin-bottom: 10px;
  }
  section.about-hero:after {
    right: -webkit-calc(50% - 160px);
    right: calc(50% - 160px);
  }
  section .about-hero__inner {
    width: 75%;
    padding-top: 10px;
    padding-bottom: 40px;
  }
  section .about-hero__title span {
    font-size: 0.9em;
  }
  section .about-block-3__inner {
    padding: 40px 30px;
  }
  section.about-block-4 {
    margin-bottom: 60px;
  }
  section .about-block-4__box1 .box1__pic {
    width: 300px;
    height: 300px;
  }
  section.about-testimonial {
    margin-bottom: 60px;
  }
  section .about-testimonial__content {
    padding: 40px 30px;
  }
  section .about-testimonial__content .home-testimonial__title:after {
    width: 110px;
    height: 66px;
    right: 140px;
    bottom: -55px;
  }
  section .about-testimonial__sidebar .sidebar__instagram {
    width: 320px;
  }
  section .about-testimonial__sidebar .sidebar__instagram .instagram__title {
    margin: 0 -20px 30px;
  }
  section .about-testimonial__sidebar .sidebar__instagram .instagram__title:after {
    width: 64px;
    height: 50px;
    top: 25px;
    left: -70px;
  }
  section .about-testimonial__sidebar .sidebar__course {
    padding: 40px 30px;
    width: 360px;
  }
  section.podcast-about {
    margin-bottom: 60px;
  }
  section .podcast-about__body > div {
    padding: 40px 30px;
  }
  section .podcast-about__title {
    margin-bottom: 20px;
  }
  section .podcast-about__text {
    margin-bottom: 30px;
  }
  section.podcast-list {
    margin-bottom: 60px;
  }
  section .podcast-list__item {
    margin-bottom: 25px;
  }
  section .podcast-list__item .item__thumb {
    margin-bottom: 20px;
  }
  section .podcast-list__item .item__thumb img {
    height: 190px;
  }
  section .podcast-list__item .item__title {
    font-size: 20px;
  }
  section.podcast-about2 {
    margin-bottom: 60px;
    padding-top: 130px;
  }
  section .podcast-about2__inner {
    padding: 40px 30px;
  }
  section .podcast-about2__pic {
    padding-bottom: 150px;
  }
  section .podcast-about2__pic img.pic-1 {
    width: 160px;
    height: 160px;
    right: 300px;
    top: -150px;
  }
  section .podcast-about2__pic img.pic-2 {
    width: 440px;
    right: -180px;
    top: -180px;
  }
  section .podcast-about2__body:after {
    width: 100px;
    height: 90px;
    top: -35px;
    left: 215px;
  }
  section .podcast-about2__title {
    margin-bottom: 20px;
  }
  section .podcast-about2__text {
    margin-bottom: 30px;
  }
  section.services {
    margin-bottom: 60px;
  }
  section .services__pic {
    margin: 0 0 30px;
  }
  section .services__text {
    margin-bottom: 30px;
  }
  section .services__title {
    margin-bottom: 20px;
  }
  section .services__box {
    margin-bottom: 60px;
  }
  section.services-testimonial {
    margin-bottom: 60px;
  }
  section.services-testimonial .home-testimonial__inner {
    padding: 40px 30px;
  }
  section.content {
    margin-bottom: 60px;
  }
  section .content__sidebar {
    margin: 0 0 10px;
  }
  section.search-form {
    margin-bottom: 30px;
  }
  section .search-form__inner form {
    padding: 17px 27px;
  }
  section.category-list {
    margin-bottom: 30px;
  }
  section .category-list__title {
    font-size: 38px;
    margin-bottom: 15px;
  }
  section .category-list__item {
    margin-bottom: 10px;
  }
  section.course-box {
    margin-bottom: 30px;
  }
  section .course-box__title {
    font-size: 33px;
  }
  section .course-box__btn .btn {
    padding: 18px 28px;
  }
  section .blog-list__item .item__thumb {
    margin-bottom: 15px;
  }
  section .blog-list__item .item__thumb img {
    height: 160px;
    margin-bottom: 15px;
  }
  section .blog-list__item .item__title {
    font-size: 18px;
  }
  section .blog-list__item .item__text {
    margin-bottom: 15px;
  }
  section .blog-detail__title {
    font-size: 42px;
    margin-bottom: 25px;
  }
  section .blog-detail__pic {
    margin-bottom: 25px;
  }
  section .blog-detail__meta {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  section.block-course-2 {
    margin: -50px 0 60px;
  }
  section.testimonial-list {
    margin-bottom: 60px;
  }
  section .testimonial-list__inner {
    padding: 60px 30px;
  }
  section .testimonial-list__inner:before, section .testimonial-list__inner:after {
    font-size: 40px;
  }
  section .testimonial-list__inner:before {
    top: 20px;
    left: 25px;
  }
  section .testimonial-list__inner:after {
    bottom: 20px;
    right: 25px;
  }
  section .testimonial-list__inner .home-testimonial__items {
    width: 480px;
    margin: 0 auto 30px;
  }
  section .testimonial-list__inner .home-testimonial__items:last-child {
    margin: 0 auto;
  }
  section .testimonial-list__inner .home-testimonial__item.style-2 {
    padding-right: 90px;
  }
  section.testimonial-about {
    margin-bottom: 60px;
  }
  section.worked-list {
    margin-bottom: 60px;
  }
  section .worked-list__box {
    padding: 40px 30px;
  }
  section .worked-list__title {
    font-size: 38px;
    margin-bottom: 20px;
  }
  section .worked-list__items {
    margin: 0 -7.5px -15px;
  }
  section .worked-list__item {
    padding: 10px 20px;
    margin: 0 7.5px 15px;
  }
  section .worked-list__item img {
    width: 130px;
    height: 40px;
  }
  section.course-box2 {
    margin-bottom: 30px;
  }
  section .course-box2__pic {
    margin-bottom: 15px;
  }
  section .course-box2__meta {
    margin-bottom: 15px;
  }
  section .course-box2__title {
    font-size: 18px;
  }
  section .course-box2__btn .btn {
    padding: 18px 28px;
  }
  section.course-list {
    margin-bottom: 60px;
  }
  section .course-list__item .item__thumb {
    margin-bottom: 15px;
  }
  section .course-list__item .item__thumb img {
    height: 160px;
  }
  section .course-list__item .item__title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  section.contact {
    margin-bottom: 60px;
  }
  section .contact__title {
    margin-bottom: 20px;
  }
  section .contact__text {
    margin-bottom: 30px;
  }
  section .contact__form {
    margin-top: 30px;
  }
  section .contact__box {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  section .contact__phone .phone__icon {
    width: 54px;
    height: 54px;
    font-size: 22px;
  }
  section .contact__phone .phone__title {
    font-size: 21px;
  }
  section.error-404 {
    margin-bottom: 60px;
  }
  section .error-404__title {
    margin-bottom: 20px;
  }
  section .error-404__text {
    font-size: 26px;
    margin-bottom: 20px;
  }
  section .error-404__pic {
    margin-top: 30px;
  }
  nav.pagination .nav-links .btn {
    padding: 18px 23.5px;
  }
  nav.pagination2 {
    padding-top: 25px;
  }
	section.content-block {
		margin-bottom: 60px;
	}
}

@media (max-width: 639px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  ol,
  ul,
  blockquote,
  fieldset,
  figure,
  .title,
  .subtitle,
  p {
    margin-bottom: 1.4rem;
  }
  blockquote {
    padding: 20px;
  }
  blockquote:before {
    font-size: 33px;
  }
  .title {
    font-size: 50px;
  }
  .subtitle {
    font-size: 43px;
  }
  .subtitle--svg b:after,
  .subtitle--svg strong:after {
    bottom: 0px;
    left: 5px;
    right: -11px;
    top: 0;
  }
  .subtitle--svg i:after, .subtitle--svg em:after {
    bottom: -10px;
    left: -14px;
    right: -14px;
    top: -14px;
  }
  h1 {
    font-size: 33px;
  }
  h2 {
    font-size: 29px;
  }
  h3 {
    font-size: 25px;
  }
  h4 {
    font-size: 21px;
  }
  h5 {
    font-size: 21px;
  }
  h6 {
    font-size: 21px;
  }
  body {
    font-size: 15px;
  }
  header .header__inner {
    padding: 15px 0;
  }
  header .header__logo {
    width: 180px;
  }
  header .header__menu {
    margin-left: 20px;
  }
  footer {
    padding: 45px 0;
    -webkit-border-radius: 50px 50px 0 0;
    border-radius: 50px 50px 0 0;
  }
  footer .footer__form .form__title {
    font-size: 34px;
    margin-bottom: 20px;
  }
  footer .footer__form .form__title span {
    padding: 0;
  }
  footer .footer__form .form__title span:after, footer .footer__form .form__title span:before {
    display: none;
  }
  footer .footer__form .f-box {
    margin-bottom: 20px;
  }
  footer .footer__form .f-box input.f-control {
    padding: 16px 25px;
  }
  footer .footer__form .f-box .f-col {
    margin-bottom: 0 !important;
  }
  footer .footer__form .f-box .f-col > div {
    width: 100% !important;
  }
  footer .footer__logo {
    width: 140px;
  }
  footer .footer__menu {
    margin-top: 20px;
  }
  footer .footer__menu nav.menu ul {
    margin-bottom: -10px;
  }
  footer .footer__menu nav.menu ul li {
    margin: 0 10px 10px;
  }
  footer .footer__menu nav.menu ul li a {
    font-size: 15px;
  }
  footer .footer__social nav ul li {
    margin-right: 17px;
  }
  footer .footer__social nav ul li a {
    font-size: 21px;
  }
  footer .footer__inner {
    margin-bottom: 20px;
  }
  footer .footer__inner2 {
    padding-top: 20px;
  }
  footer .footer__copyright {
    font-size: 13px;
  }
  footer .footer__links {
    margin: 0 auto 15px;
  }
  footer .footer__links nav ul li {
    margin-right: 25px;
  }
  footer .footer__links nav ul li a {
    font-size: 13px;
  }
  .btn--scrolltop {
    width: 45px;
    height: 45px;
    line-height: 45px;
    bottom: 15px;
    right: 15px;
    font-size: 20px;
  }
  .btn {
    font-size: 15px;
    min-width: inherit;
    padding: 17px 27px;
  }
  .btn--small {
    min-width: inherit;
    font-size: 13px;
    padding: 17px 27px;
  }
  .f-box input.f-control,
  .f-box select.f-control,
  .f-box textarea.f-control {
    font-size: 15px;
    width: 100%;
    padding: 9px 25px;
  }
  .f-box textarea.f-control {
    min-height: 125px;
  }
  .f-box select.f-control {
    background-position: right 25px center;
    background-size: 15px;
    padding-right: -webkit-calc(25px + 15px + 10px);
    padding-right: calc(25px + 15px + 10px);
  }
  .f-box select.f-control.is-loading {
    background-position: right -webkit-calc(25px + 15px + 5px) center, right 25px center;
    background-position: right calc(25px + 15px + 5px) center, right 25px center;
    background-size: -webkit-calc(15px + 9px), 15px;
    background-size: calc(15px + 9px), 15px;
    padding-right: -webkit-calc((25px + 15px)*2 + 10px);
    padding-right: calc((25px + 15px)*2 + 10px);
  }
  .f-box .f-radiobox {
    font-size: 11px;
    padding-left: 41px;
  }
  .f-box .f-radiobox label {
    font-size: 11px;
  }
  .f-box .f-radiobox label:before, .f-box .f-radiobox label:after {
    width: 21px;
    height: 21px;
  }
  .f-box .f-radiobox label:before {
    width: -webkit-calc(21px / 2.65);
    width: calc(21px / 2.65);
    height: -webkit-calc(21px / 2.65);
    height: calc(21px / 2.65);
    margin: 0px 0px 0px -webkit-calc(21px / 3.2);
    margin: 0px 0px 0px calc(21px / 3.2);
  }
  .f-box .f-radiobox input {
    width: 21px;
    height: 21px;
  }
  .f-box .f-checkbox {
    font-size: 11px;
    padding-left: 41px;
  }
  .f-box .f-checkbox label {
    font-size: 11px;
  }
  .f-box .f-checkbox label:before, .f-box .f-checkbox label:after {
    width: 21px;
    height: 21px;
  }
  .f-box .f-checkbox label:before {
    font-size: -webkit-calc(21px + 2px);
    font-size: calc(21px + 2px);
    left: 2px;
  }
  .f-box .f-checkbox input {
    width: 21px;
    height: 21px;
  }
  .f-box .f-invalid {
    font-size: 11px;
  }
  .f-box label {
    font-size: 11px;
    margin-bottom: 5px;
  }
  .f-box .f-control--box .f-checkbox,
  .f-box .f-control--box .f-radiobox {
    margin-right: 16px;
  }
  .f-box .f-group {
    margin-bottom: 16px;
  }
  .f-box .f-group--label > label {
    top: -webkit-calc(9px - 1px);
    top: calc(9px - 1px);
    left: -webkit-calc(25px + 1px);
    left: calc(25px + 1px);
  }
  .f-box .f-group--label input.f-control,
  .f-box .f-group--label select.f-control,
  .f-box .f-group--label textarea.f-control {
    padding-top: 26px;
  }
  .f-box .f-group--col {
    margin-bottom: 16px;
  }
  .f-box .f-group--col label {
    margin-right: 10px;
  }
  .f-box .f-group--icon {
    margin-bottom: 16px;
  }
  .f-box .f-group--icon label {
    left: 25px;
  }
  .f-box .f-group--icon .f-control {
    padding-left: -webkit-calc((25px * 2) + 10px);
    padding-left: calc((25px * 2) + 10px);
  }
  .f-box .f-groups {
    margin-bottom: 16px;
  }
  .f-box .f-col {
    display: block;
  }
  .f-box .f-col > div {
    margin-right: 0;
    width: 100%;
  }
  .f-box .f-btn {
    margin-bottom: 16px;
  }
  .f-box .f-text {
    margin-bottom: 16px;
  }
  .alert {
    font-size: 13px;
    padding: 10px 20px;
  }
  section.hero {
    margin-bottom: 40px;
  }
  section.hero:after {
    right: -webkit-calc(50% - 180px);
    right: calc(50% - 180px);
  }
  section .hero__inner {
    padding-bottom: 40px;
  }
  section .hero__body {
    width: 375px;
  }
  section .hero__text {
    margin-bottom: 20px;
  }
  section .hero__btn {
    margin: 0 -7px -10px;
  }
  section .hero__btn .btn {
    margin: 0 7px 10px;
  }
  section .hero__scroll {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  section .hero__title strong:after, section .hero__title b:after {
    bottom: 0px;
    left: 7px;
    right: -10px;
    top: 0;
  }
  section .hero__title i:after, section .hero__title em:after {
    bottom: -18px;
    left: -16px;
    right: -16px;
    top: -20px;
  }
  section.home-some-logos {
    margin-bottom: 60px;
  }
  section .home-some-logos__title {
    font-size: 13px;
  }
  section .home-some-logos__item {
    width: -webkit-calc(33.3% - 20px);
    width: calc(33.3% - 20px);
  }
  section .home-about__inner {
    padding-bottom: 310px;
  }
  section .home-about__body {
    margin-bottom: 30px;
  }
  section .home-about__body:after {
    width: 90px;
    height: 90px;
    bottom: -10px;
    right: 80px;
  }
  section .home-about__text {
    margin-bottom: 20px;
  }
  section .home-about__pic img.pic-2 {
    width: 140px;
    height: 140px;
    right: 245px;
    top: 312px;
  }
  section .home-about__pic img.pic-3 {
    width: 380px;
    right: -165px;
    top: 276px;
  }
  section.home-testimonial {
    margin-bottom: 50px;
  }
  section .home-testimonial__inner {
    padding: 140px 20px 30px;
    margin-top: -140px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
  }
  section .home-testimonial__pic {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  section .home-testimonial__pic img:first-child {
    width: 140px;
    height: 140px;
    right: 245px;
    top: -95px;
  }
  section .home-testimonial__pic img:last-child {
    width: 380px;
    right: -165px;
    top: -130px;
  }
  section .home-testimonial__title {
    margin-bottom: 20px;
  }
  section .home-testimonial__title:after {
    width: 90px;
    height: 55px;
    right: -22px;
    bottom: -48px;
  }
  section .home-testimonial__items {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 30px;
  }
  section .home-testimonial__items:after, section .home-testimonial__items:before {
    font-size: 39px;
  }
  section .home-testimonial__items:before {
    top: -30px;
  }
  section .home-testimonial__items:after {
    right: 0;
  }
  section .home-testimonial__item {
    margin-bottom: 25px;
  }
  section .home-testimonial__item.style-2 {
    padding-right: 90px;
  }
  section .home-testimonial__item.style-2 .item__thumb {
    left: 265px;
  }
  section .home-testimonial__item.style-4 {
    padding-right: 60px;
  }
  section .home-testimonial__item.style-4 .item__thumb {
    left: 120px;
  }
  section.block-course-1 {
    margin-bottom: 60px;
  }
  section .block-course-1__inner {
    padding: 30px 25px;
    width: 320px;
  }
  section .block-course-1__pic {
    margin-bottom: 20px;
  }
  section .block-course-1__title {
    margin-bottom: 20px;
  }
  section.latest-podcasts {
    margin-bottom: 50px;
  }
  section .latest-podcasts__inner {
    margin-bottom: 20px;
  }
  section .latest-podcasts__title {
    margin-bottom: 20px;
  }
  section .latest-podcasts__items {
    display: block;
    margin: 0px;
  }
  section .latest-podcasts__item {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
  section .latest-podcasts__item:last-child {
    margin-bottom: 0;
  }
  section .latest-podcasts__item .item__thumb {
    height: 260px;
    margin-bottom: 15px;
  }
  section .latest-podcasts__item .item__title {
    font-size: 19px;
    margin-bottom: 5px;
  }
  section.last-blog {
    margin-bottom: 50px;
  }
  section .last-blog__wrap {
    padding: 20px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
  }
  section .last-blog__inner {
    margin-bottom: 20px;
  }
  section .last-blog__title {
    margin-bottom: 20px;
  }
  section .last-blog__item {
    display: block;
  }
  section .last-blog__item .item__title {
    font-size: 17px;
    margin-bottom: 5px;
  }
  section .last-blog__item .item__text {
    margin-bottom: 10px;
  }
  section .last-blog__item .item__thumb {
    width: 100%;
    margin-bottom: 10px;
  }
  section .last-blog__item .item__thumb img {
    height: 230px;
    margin-bottom: 10px;
  }
  section .last-blog__left {
    margin-bottom: 20px;
  }
  section .last-blog__left .last-blog__item {
    display: block;
  }
  section .last-blog__left .last-blog__item .item__text {
    margin-bottom: 10px;
  }
  section .last-blog__left .last-blog__item .item__thumb {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
  section .last-blog__left .last-blog__item .item__thumb img {
    height: 230px;
    margin-bottom: 10px;
  }
  section.about-hero {
    margin-bottom: 40px;
  }
  section.about-hero:after {
    right: -webkit-calc(50% - 180px);
    right: calc(50% - 180px);
  }
  section .about-hero__inner {
    width: 88%;
    padding-bottom: 30px;
    padding-top: 5px;
  }
  section .about-hero__title span {
    font-size: .8em;
  }
  section.about-block-1 {
    margin-bottom: 40px;
  }
  section .about-block-1__box {
    margin-bottom: 40px;
  }
  section.about-block-2 {
    margin-bottom: 40px;
  }
  section .about-block-2__title {
    margin-bottom: 20px;
  }
  section.about-block-3 {
    margin-bottom: 40px;
  }
  section .about-block-3__inner {
    padding: 30px 20px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
  }
  section .about-block-3__title {
    margin-bottom: 15px;
  }
  section.about-block-4 {
    margin-bottom: 50px;
  }
  section .about-block-4__box1 {
    margin-bottom: 40px;
  }
  section .about-block-4__box1 .box1__pic {
    margin-bottom: 30px;
    width: 250px;
    height: 250px;
  }
  section .about-block-4__box1 .box1__title {
    margin-bottom: 20px;
  }
  section .about-block-4__box1 .box1__title br {
    display: none;
  }
  section .about-block-4__box2 {
    margin-bottom: 40px;
  }
  section .about-block-4__box2 .box2__pic {
    margin-bottom: 40px;
  }
  section.about-testimonial {
    margin-bottom: 50px;
  }
  section .about-testimonial__content {
    padding: 30px 20px;
    margin-bottom: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
  }
  section .about-testimonial__content .home-testimonial__title {
    margin-bottom: 40px;
  }
  section .about-testimonial__content .home-testimonial__title:after {
    width: 90px;
    height: 55px;
    right: -22px;
    bottom: -48px;
  }
  section .about-testimonial__content .home-testimonial__items {
    margin-bottom: 30px;
  }
  section .about-testimonial__sidebar {
    margin-bottom: -40px;
  }
  section .about-testimonial__sidebar .sidebar__instagram {
    width: 290px;
    margin-bottom: 40px;
  }
  section .about-testimonial__sidebar .sidebar__instagram .instagram__title {
    margin: 0 -30px 20px;
  }
  section .about-testimonial__sidebar .sidebar__instagram .instagram__title:after {
    width: 54px;
    height: 42px;
    top: 25px;
    left: -56px;
  }
  section .about-testimonial__sidebar .sidebar__instagram .instagram__box {
    margin-bottom: 20px;
  }
  section .about-testimonial__sidebar .sidebar__course {
    padding: 30px 25px;
    width: 320px;
    margin-bottom: 40px;
  }
  section .about-testimonial__sidebar .sidebar__course .course__title {
    margin-bottom: 20px;
  }
  section .about-testimonial__sidebar .sidebar__course .course__pic {
    margin-bottom: 20px;
  }
  section.heading {
    padding-top: 10px;
    margin-bottom: 40px;
  }
  section .heading__inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  section .heading__inner > section {
    padding: 0;
    margin: 40px auto -10px;
    width: 290px;
  }
  section.podcast-about {
    margin-bottom: 50px;
  }
  section .podcast-about__body > div {
    padding: 30px 20px;
  }
  section .podcast-about__body:after {
    -webkit-border-radius: 40px;
    border-radius: 40px;
  }
  section .podcast-about__title {
    margin-bottom: 15px;
  }
  section .podcast-about__text {
    margin-bottom: 20px;
  }
  section.podcast-list {
    margin-bottom: 50px;
  }
  section .podcast-list__inner {
    margin: 0;
  }
  section .podcast-list__item {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
  section .podcast-list__item .item__thumb {
    margin-bottom: 15px;
  }
  section .podcast-list__item .item__thumb img {
    height: 260px;
  }
  section .podcast-list__item .item__title {
    font-size: 19px;
  }
  section.podcast-about2 {
    margin-bottom: 50px;
    padding-top: 130px;
  }
  section .podcast-about2__inner {
    padding: 30px 20px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
  }
  section .podcast-about2__pic {
    padding-bottom: 130px;
  }
  section .podcast-about2__pic img.pic-1 {
    width: 140px;
    height: 140px;
    right: 225px;
    top: -115px;
  }
  section .podcast-about2__pic img.pic-2 {
    width: 380px;
    right: -185px;
    top: -160px;
  }
  section .podcast-about2__body:after {
    width: 90px;
    height: 80px;
    top: -32px;
    left: 208px;
  }
  section .podcast-about2__title {
    margin-bottom: 15px;
  }
  section .podcast-about2__text {
    margin-bottom: 20px;
  }
  section.services {
    margin-bottom: 50px;
  }
  section .services__pic {
    margin: 0 0 25px;
  }
  section .services__icon {
    margin-bottom: 5px;
  }
  section .services__text {
    margin-bottom: 20px;
  }
  section .services__title {
    margin-bottom: 15px;
  }
  section .services__box {
    margin-bottom: 50px;
  }
  section.services-testimonial {
    margin-bottom: 50px;
  }
  section.services-testimonial .home-testimonial__inner {
    padding: 30px 20px;
  }
  section.content {
    margin-bottom: 50px;
  }
  section .content__sidebar {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  section .content__sidebar > section,
  section .content__sidebar > div {
    width: 290px;
    max-width: 100%;
    margin-left: 0;
  }
  section .content__sidebar > section:nth-child(2n),
  section .content__sidebar > div:nth-child(2n) {
    margin-left: 0;
  }
  section .content__sidebar section.heading {
    width: 100%;
  }
  section .search-form__inner form {
    padding: 16px 26px;
  }
  section .category-list__title {
    font-size: 37px;
  }
  section .course-box__title {
    font-size: 32px;
  }
  section .course-box__btn .btn {
    padding: 17px 27px;
  }
  section.blog-list {
    margin-bottom: 40px;
  }
  section .blog-list__inner {
    margin: 0 0 -20px;
  }
  section .blog-list__item {
    width: 100%;
    margin: 0 0 20px;
  }
  section .blog-list__item .item__thumb {
    margin-bottom: 10px;
  }
  section .blog-list__item .item__thumb img {
    height: 250px;
    margin-bottom: 10px;
  }
  section .blog-list__item .item__title {
    font-size: 17px;
    margin-bottom: 5px;
  }
  section .blog-list__item .item__text {
    margin-bottom: 10px;
  }
  section.blog-detail {
    margin-bottom: 40px;
  }
  section .blog-detail__title {
    font-size: 40px;
    margin-bottom: 20px;
  }
  section .blog-detail__pic {
    margin-bottom: 20px;
  }
  section .blog-detail__meta {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  section .blog-detail__share nav.social ul li {
    margin-right: 15px;
  }
  section .blog-detail__content {
    margin-bottom: 40px;
  }
  section.block-course-2 {
    margin: -50px 0 50px;
  }
  section.testimonial-list {
    margin-bottom: 50px;
  }
  section .testimonial-list__inner {
    padding: 40px 20px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
  }
  section .testimonial-list__inner:before, section .testimonial-list__inner:after {
    font-size: 39px;
  }
  section .testimonial-list__inner:before {
    top: 15px;
    left: 20px;
  }
  section .testimonial-list__inner:after {
    bottom: 15px;
    right: 20px;
  }
  section .testimonial-list__inner .home-testimonial__items {
    width: 480px;
    margin: 0 auto 25px;
  }
  section .testimonial-list__inner .home-testimonial__items:last-child {
    margin: 0 auto;
  }
  section .testimonial-list__inner .home-testimonial__item.style-2 {
    padding-right: 90px;
  }
  section.testimonial-about {
    margin-bottom: 50px;
  }
  section.worked-list {
    margin-bottom: 50px;
  }
  section .worked-list__box {
    padding: 30px 20px;
    margin-bottom: 30px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
  }
  section .worked-list__title {
    font-size: 32px;
    margin-bottom: 15px;
  }
  section .worked-list__items {
    margin: 0 -7.5px -15px;
  }
  section .worked-list__item {
    padding: 10px 20px;
    margin: 0 7.5px 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
  }
  section .worked-list__item img {
    width: 140px;
    height: 40px;
  }
  section .course-box2__title {
    font-size: 17px;
  }
  section .course-box2__btn .btn {
    padding: 17px 27px;
  }
  section.course-list {
    margin-bottom: 50px;
  }
  section .course-list__inner {
    margin: 0 0 -20px;
  }
  section .course-list__item {
    width: 100%;
    margin: 0 0 20px;
  }
  section .course-list__item .item__thumb {
    margin-bottom: 10px;
  }
  section .course-list__item .item__thumb img {
    height: 250px;
  }
  section .course-list__item .item__title {
    font-size: 17px;
    margin-bottom: 10px;
  }
  section.contact {
    margin-bottom: 50px;
  }
  section .contact__title {
    margin-bottom: 15px;
  }
  section .contact__text {
    margin-bottom: 20px;
  }
  section .contact__form {
    margin-top: 20px;
  }
  section .contact__pic {
    margin-right: 20px;
  }
  section .contact__pic img {
    width: 120px;
    height: 120px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
  }
  section .contact__phone .phone__icon {
    width: 50px;
    height: 50px;
    font-size: 20px;
    margin-right: 15px;
  }
  section .contact__phone .phone__title {
    font-size: 20px;
  }
  section.error-404 {
    margin-bottom: 50px;
  }
  section .error-404__title {
    margin-bottom: 15px;
  }
  section .error-404__text {
    font-size: 25px;
    margin-bottom: 15px;
  }
  section .error-404__pic {
    margin-top: 20px;
  }
  nav.pagination {
    padding-top: 40px;
  }
  nav.pagination .nav-links .btn {
    padding: 17px 22px;
  }
  nav.pagination .nav-links .btn span span {
    display: none;
  }
  nav.pagination .nav-links .btn.prev, nav.pagination .nav-links .btn.next {
    padding: 15px 17px;
  }
  nav.pagination .nav-links .btn.prev i, nav.pagination .nav-links .btn.next i {
    margin: 0 !important;
  }
  nav.pagination2 {
    padding-top: 20px;
  }
  nav.pagination2 .nav-links .pages {
    margin: 0 15px;
  }
	section.content-block {
		margin-bottom: 50px;
	}
}

@media (max-width: 479px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  ol,
  ul,
  blockquote,
  fieldset,
  figure,
  .title,
  .subtitle,
  p {
    margin-bottom: 1.2rem;
  }
  blockquote:before {
    font-size: 32px;
  }
  blockquote:after {
    width: 110px;
    height: 100px;
    bottom: -30px;
    right: -44px;
  }
  .title {
    font-size: 45px;
  }
  .subtitle {
    font-size: 40px;
  }
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 20px;
  }
  body {
    font-size: 14px;
  }
  header .header__inner {
    padding: 15px 0;
  }
  header .header__logo {
    width: 160px;
  }
  header .header__btn {
    display: none;
  }
  header .header__menu {
    margin-left: auto;
  }
  header .header__menu nav.menu {
    top: -webkit-calc(100% + 10px);
    top: calc(100% + 10px);
  }
  header .header__menu nav.menu ul li.last {
    display: block;
  }
  header.header--dark .header__menu .hamburger-inner,
  header.header--dark .header__menu .hamburger-inner::after,
  header.header--dark .header__menu .hamburger-inner::before {
    background-color: #fff;
  }
  footer {
    padding: 40px 0;
    -webkit-border-radius: 40px 40px 0 0;
    border-radius: 40px 40px 0 0;
  }
  footer .footer__form .form__title {
    font-size: 30px;
  }
  footer .footer__form .f-box {
    margin-bottom: 20px;
  }
  footer .footer__form .f-box input.f-control {
    padding: 15px 20px;
  }
  footer .footer__form .f-box .f-col {
    margin-bottom: 0 !important;
  }
  footer .footer__form .f-box .f-col > div {
    width: 100% !important;
  }
  footer .footer__logo {
    width: 120px;
  }
  footer .footer__menu {
    margin-top: 20px;
  }
  footer .footer__menu nav.menu ul {
    margin-bottom: -8px;
  }
  footer .footer__menu nav.menu ul li {
    margin: 0 8px 8px;
  }
  footer .footer__menu nav.menu ul li a {
    font-size: 15px;
  }
  footer .footer__social nav ul li {
    margin-right: 15px;
  }
  footer .footer__social nav ul li a {
    font-size: 20px;
  }
  footer .footer__inner {
    margin-bottom: 20px;
  }
  footer .footer__inner2 {
    padding-top: 20px;
  }
  footer .footer__copyright {
    font-size: 12px;
  }
  footer .footer__links {
    margin: 0 auto 15px;
  }
  footer .footer__links nav ul li {
    margin-right: 20px;
  }
  footer .footer__links nav ul li a {
    font-size: 12px;
  }
  .btn--scrolltop {
    width: 40px;
    height: 40px;
    line-height: 40px;
    bottom: 10px;
    right: 10px;
    font-size: 18px;
  }
  .btn {
    font-size: 14px;
    min-width: inherit;
    padding: 16px 26px;
  }
  .btn--small {
    min-width: inherit;
    font-size: 12px;
    padding: 16px 26px;
  }
  .f-box input.f-control,
  .f-box select.f-control,
  .f-box textarea.f-control {
    font-size: 14px;
    width: 100%;
    padding: 8px 20px;
  }
  .f-box textarea.f-control {
    min-height: 134px;
  }
  .f-box select.f-control {
    background-position: right 20px center;
    background-size: 14px;
    padding-right: -webkit-calc(20px + 14px + 10px);
    padding-right: calc(20px + 14px + 10px);
  }
  .f-box select.f-control.is-loading {
    background-position: right -webkit-calc(20px + 14px + 5px) center, right 20px center;
    background-position: right calc(20px + 14px + 5px) center, right 20px center;
    background-size: -webkit-calc(14px + 8px), 14px;
    background-size: calc(14px + 8px), 14px;
    padding-right: -webkit-calc((20px + 14px)*2 + 10px);
    padding-right: calc((20px + 14px)*2 + 10px);
  }
  .f-box .f-radiobox {
    font-size: 10px;
    padding-left: 40px;
  }
  .f-box .f-radiobox label {
    font-size: 10px;
  }
  .f-box .f-radiobox label:before, .f-box .f-radiobox label:after {
    width: 20px;
    height: 20px;
  }
  .f-box .f-radiobox label:before {
    width: -webkit-calc(20px / 2.65);
    width: calc(20px / 2.65);
    height: -webkit-calc(20px / 2.65);
    height: calc(20px / 2.65);
    margin: 0px 0px 0px -webkit-calc(20px / 3.2);
    margin: 0px 0px 0px calc(20px / 3.2);
  }
  .f-box .f-radiobox input {
    width: 20px;
    height: 20px;
  }
  .f-box .f-checkbox {
    font-size: 10px;
    padding-left: 40px;
  }
  .f-box .f-checkbox label {
    font-size: 10px;
  }
  .f-box .f-checkbox label:before, .f-box .f-checkbox label:after {
    width: 20px;
    height: 20px;
  }
  .f-box .f-checkbox label:before {
    font-size: -webkit-calc(20px + 2px);
    font-size: calc(20px + 2px);
  }
  .f-box .f-checkbox input {
    width: 20px;
    height: 20px;
  }
  .f-box .f-invalid {
    font-size: 10px;
  }
  .f-box label {
    font-size: 10px;
    margin-bottom: 5px;
  }
  .f-box .f-control--box .f-checkbox,
  .f-box .f-control--box .f-radiobox {
    margin-right: 16px;
  }
  .f-box .f-group {
    margin-bottom: 16px;
  }
  .f-box .f-group--label > label {
    top: -webkit-calc(8px - 1px);
    top: calc(8px - 1px);
    left: -webkit-calc(20px + 1px);
    left: calc(20px + 1px);
  }
  .f-box .f-group--label input.f-control,
  .f-box .f-group--label select.f-control,
  .f-box .f-group--label textarea.f-control {
    padding-top: 25px;
  }
  .f-box .f-group--col {
    margin-bottom: 16px;
  }
  .f-box .f-group--col label {
    margin-right: 10px;
  }
  .f-box .f-group--icon {
    margin-bottom: 16px;
  }
  .f-box .f-group--icon label {
    left: 20px;
  }
  .f-box .f-group--icon .f-control {
    padding-left: -webkit-calc((20px * 2) + 10px);
    padding-left: calc((20px * 2) + 10px);
  }
  .f-box .f-groups {
    margin-bottom: 16px;
  }
  .f-box .f-btn {
    margin-bottom: 16px;
  }
  .f-box .f-text {
    margin-bottom: 16px;
  }
  .alert {
    font-size: 12px;
    padding: 10px 20px;
  }
  section.hero {
    margin-bottom: 30px;
  }
  section.hero:after {
    right: 0;
    -webkit-border-radius: 0 0 60px 0;
    border-radius: 0 0 60px 0;
  }
  section .hero__inner {
    padding-bottom: 30px;
  }
  section .hero__body {
    width: 100%;
  }
  section .hero__text {
    margin-bottom: 20px;
  }
  section .hero__btn {
    margin: 0 -5px -10px;
  }
  section .hero__btn .btn {
    margin: 0 5px 10px;
  }
  section .hero__scroll {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  section .hero__title strong:after, section .hero__title b:after {
    bottom: 0px;
    left: 7px;
    right: -10px;
    top: 0;
  }
  section .hero__title i:after, section .hero__title em:after {
    bottom: -18px;
    left: -16px;
    right: -16px;
    top: -20px;
  }
  section.home-some-logos {
    margin-bottom: 50px;
  }
  section .home-some-logos__title {
    font-size: 12px;
    width: 100%;
  }
  section .home-some-logos__link {
    margin-left: 0;
  }
  section .home-some-logos__item {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
  }
  section .home-about__inner {
    padding-bottom: 255px;
  }
  section .home-about__body {
    margin-bottom: 30px;
  }
  section .home-about__body:after {
    width: 70px;
    height: 70px;
    bottom: -5px;
    right: 3vw;
  }
  section .home-about__text {
    margin-bottom: 20px;
  }
  section .home-about__pic img.pic-2 {
    width: 105px;
    height: 105px;
    right: 195px;
    top: 68vw;
    -webkit-border-radius: 26px;
    border-radius: 26px;
  }
  section .home-about__pic img.pic-3 {
    width: 305px;
    right: -130px;
    top: 59vw;
  }
  section.home-testimonial {
    margin-bottom: 40px;
  }
  section .home-testimonial__inner {
    padding: 110px 20px 30px;
    margin-top: -115px;
  }
  section .home-testimonial__pic img:first-child {
    width: 105px;
    height: 105px;
    right: 195px;
    top: -60px;
    -webkit-border-radius: 26px;
    border-radius: 26px;
  }
  section .home-testimonial__pic img:last-child {
    width: 305px;
    right: -130px;
    top: -100px;
  }
  section .home-testimonial__title {
    margin-bottom: 15px;
  }
  section .home-testimonial__title:after {
    width: 70px;
    height: 42px;
    right: -20px;
    bottom: -52px;
  }
  section .home-testimonial__items {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  section .home-testimonial__items:after, section .home-testimonial__items:before {
    font-size: 38px;
  }
  section .home-testimonial__items:before {
    top: -30px;
  }
  section .home-testimonial__item {
    padding-right: 0;
    margin-bottom: 20px;
  }
  section .home-testimonial__item:after {
    width: 100px;
    height: 100px;
    top: 25px;
    right: -35px;
  }
  section .home-testimonial__item .item__thumb {
    left: 70px;
  }
  section .home-testimonial__item.style-2 {
    padding-right: 0px;
  }
  section .home-testimonial__item.style-2:after {
    width: 39px;
    height: 84px;
    left: -20px;
    bottom: 0;
  }
  section .home-testimonial__item.style-2 .item__thumb {
    left: inherit;
    right: -10px;
  }
  section .home-testimonial__item.style-2 .item__text {
    padding-right: 80px;
  }
  section .home-testimonial__item.style-3:after {
    width: 60px;
    height: 66px;
    right: -22px;
    bottom: -22px;
  }
  section .home-testimonial__item.style-3 .item__text {
    padding-left: 80px;
  }
  section .home-testimonial__item.style-4 {
    padding-right: 0px;
  }
  section .home-testimonial__item.style-4:after {
    top: -18px;
    left: inherit;
    right: 50px;
    bottom: inherit;
    width: 75px;
    height: 45px;
  }
  section .home-testimonial__item.style-4 .item__thumb {
    left: 80px;
  }
  section .home-testimonial__item.style-4 .item__text {
    padding-right: 20px;
  }
  section.block-course-1 {
    margin-bottom: 50px;
  }
  section .block-course-1__inner {
    padding: 30px 20px;
  }
  section.latest-podcasts {
    margin-bottom: 40px;
  }
  section .latest-podcasts__item .item__thumb {
    height: 55vw;
  }
  section .latest-podcasts__item .item__thumb:after {
    width: 60px;
    height: 60px;
    font-size: 18px;
  }
  section .latest-podcasts__item .item__title {
    font-size: 18px;
  }
  section.last-blog {
    margin-bottom: 40px;
  }
  section .last-blog__item .item__title {
    font-size: 16px;
  }
  section .last-blog__item .item__thumb img {
    height: 50vw;
  }
  section .last-blog__left .last-blog__item .item__thumb img {
    height: 50vw;
  }
  section.about-hero {
    margin-bottom: 30px;
  }
  section.about-hero:after {
    right: 0;
    -webkit-border-radius: 0 0 60px 0;
    border-radius: 0 0 60px 0;
  }
  section .about-hero__inner {
    width: 100%;
    padding-bottom: 20px;
    padding-top: 0px;
  }
  section .about-hero__title span {
    font-size: .8em;
  }
  section.about-block-1 {
    margin-bottom: 30px;
  }
  section .about-block-1__box {
    margin-bottom: 30px;
  }
  section.about-block-2 {
    margin-bottom: 30px;
  }
  section .about-block-2__title {
    margin-bottom: 15px;
  }
  section.about-block-3 {
    margin-bottom: 30px;
  }
  section .about-block-3__title {
    margin-bottom: 15px;
  }
  section.about-block-4 {
    margin-bottom: 40px;
  }
  section .about-block-4__box1 {
    margin-bottom: 30px;
  }
  section .about-block-4__box1 .box1__pic {
    margin-bottom: 20px;
    width: 200px;
    height: 200px;
  }
  section .about-block-4__box1 .box1__title {
    margin-bottom: 15px;
  }
  section .about-block-4__box2 {
    margin-bottom: 30px;
  }
  section .about-block-4__box2 .box2__pic {
    margin-bottom: 30px;
  }
  section.about-testimonial {
    margin-bottom: 40px;
  }
  section .about-testimonial__content {
    padding: 30px 20px;
    margin-bottom: 30px;
  }
  section .about-testimonial__content .home-testimonial__title {
    margin-bottom: 30px;
  }
  section .about-testimonial__content .home-testimonial__title:after {
    width: 70px;
    height: 42px;
    right: -20px;
    bottom: -52px;
  }
  section .about-testimonial__content .home-testimonial__items {
    margin-bottom: 20px;
  }
  section .about-testimonial__sidebar {
    margin-bottom: -40px;
  }
  section .about-testimonial__sidebar .sidebar__instagram {
    width: 290px;
    max-width: 100%;
    margin-bottom: 40px;
  }
  section .about-testimonial__sidebar .sidebar__instagram .instagram__title {
    margin: 0 0px 20px;
    width: 200px;
  }
  section .about-testimonial__sidebar .sidebar__instagram .instagram__title:after {
    width: 50px;
    height: 39px;
    top: 25px;
    left: inherit;
    right: -50px;
    -webkit-transform: scaleX(-1) rotate(335deg);
    -ms-transform: scaleX(-1) rotate(335deg);
    transform: scaleX(-1) rotate(335deg);
  }
  section .about-testimonial__sidebar .sidebar__course {
    padding: 30px 20px;
    width: 320px;
    max-width: 100%;
    margin-bottom: 30px;
  }
  section.heading {
    padding-top: 0px;
    margin-bottom: 30px;
  }
  section .heading__inner > section {
    margin: 30px auto -10px;
  }
  section.podcast-about {
    margin-bottom: 40px;
  }
  section.podcast-list {
    margin-bottom: 40px;
  }
  section .podcast-list__item .item__thumb img {
    height: 55vw;
  }
  section .podcast-list__item .item__title {
    font-size: 18px;
  }
  section.podcast-about2 {
    margin-bottom: 40px;
    padding-top: 100px;
  }
  section .podcast-about2__pic {
    padding-bottom: 100px;
  }
  section .podcast-about2__pic img.pic-1 {
    width: 105px;
    height: 105px;
    right: 175px;
    top: -90px;
    -webkit-border-radius: 26px;
    border-radius: 26px;
  }
  section .podcast-about2__pic img.pic-2 {
    width: 305px;
    right: -150px;
    top: -130px;
  }
  section .podcast-about2__body:after {
    width: 75px;
    height: 65px;
    top: -24px;
    left: 185px;
  }
  section .podcast-about2__title {
    margin-bottom: 15px;
  }
  section .podcast-about2__text {
    margin-bottom: 20px;
  }
  section.services {
    margin-bottom: 40px;
  }
  section .services__box {
    margin-bottom: 40px;
  }
  section.services-testimonial {
    margin-bottom: 40px;
  }
  section.services-testimonial .home-testimonial__inner {
    padding: 30px 20px;
  }
  section.content {
    margin-bottom: 40px;
  }
  section.search-form {
    margin-bottom: 20px;
  }
  section .search-form__inner form {
    padding: 15px 25px;
  }
  section.category-list {
    margin-bottom: 20px;
  }
  section .category-list__title {
    font-size: 36px;
    margin-bottom: 10px;
  }
  section .category-list__item {
    margin-bottom: 10px;
  }
  section.course-box {
    margin-bottom: 20px;
  }
  section .course-box__title {
    font-size: 31px;
  }
  section .course-box__btn .btn {
    padding: 16px 26px;
  }
  section.blog-list {
    margin-bottom: 30px;
  }
  section .blog-list__item .item__thumb img {
    height: 50vw;
  }
  section .blog-list__item .item__title {
    font-size: 16px;
  }
  section.blog-detail {
    margin-bottom: 40px;
  }
  section .blog-detail__title {
    font-size: 36px;
    margin-bottom: 15px;
  }
  section .blog-detail__pic {
    margin-bottom: 15px;
  }
  section .blog-detail__meta {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  section .blog-detail__content {
    margin-bottom: 30px;
  }
  section .blog-detail__content figure.alignright, section .blog-detail__content figure.alignleft {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  section.block-course-2 {
    margin: -40px 0 40px;
  }
  section.testimonial-list {
    margin-bottom: 40px;
  }
  section .testimonial-list__inner {
    padding: 40px 20px;
  }
  section .testimonial-list__inner:before, section .testimonial-list__inner:after {
    font-size: 38px;
  }
  section .testimonial-list__inner:before {
    top: 10px;
    left: 15px;
  }
  section .testimonial-list__inner:after {
    bottom: 10px;
    right: 15px;
  }
  section .testimonial-list__inner .home-testimonial__items {
    margin: 0 auto 20px;
  }
  section .testimonial-list__inner .home-testimonial__items:last-child {
    margin: 0 auto;
  }
  section .testimonial-list__inner .home-testimonial__item.style-2 {
    padding-right: 0px;
  }
  section.testimonial-about {
    margin-bottom: 40px;
  }
  section.worked-list {
    margin-bottom: 40px;
  }
  section .worked-list__box {
    padding: 30px 20px;
    margin-bottom: 20px;
  }
  section .worked-list__title {
    font-size: 26px;
    margin-bottom: 15px;
  }
  section .worked-list__items {
    margin: 0 -6px -12px;
  }
  section .worked-list__item {
    padding: 5px 15px;
    margin: 0 6px 12px;
  }
  section .worked-list__item img {
    width: 29vw;
    height: 12vw;
  }
  section.course-box2 {
    margin-bottom: 20px;
  }
  section .course-box2__title {
    font-size: 16px;
  }
  section .course-box2__btn .btn {
    padding: 16px 26px;
  }
  section.course-list {
    margin-bottom: 30px;
  }
  section .course-list__item .item__thumb img {
    height: 50vw;
  }
  section .course-list__item .item__title {
    font-size: 16px;
  }
  section.contact {
    margin-bottom: 50px;
  }
  section .contact__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  section .contact__pic {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  section .contact__pic img {
    width: 110px;
    height: 110px;
  }
  section .contact__phone .phone__icon {
    width: 48px;
    height: 48px;
    font-size: 20px;
    margin-right: 15px;
  }
  section .contact__phone .phone__title {
    font-size: 20px;
  }
  section.error-404 {
    margin-bottom: 40px;
  }
  section .error-404__text {
    font-size: 24px;
  }
  nav.pagination {
    padding-top: 30px;
  }
  nav.pagination .nav-links .btn {
    padding: 14px 19px;
  }
  nav.pagination .nav-links .btn.prev, nav.pagination .nav-links .btn.next {
    padding: 11.5px 13.5px;
  }
  nav.pagination2 .nav-links {
    margin: 0 -5px;
  }
  nav.pagination2 .nav-links .pages {
    margin: 0 10px;
  }
  nav.pagination2 .nav-links .btn {
    padding: 16px 14px;
  }
  nav.pagination2 .nav-links .btn i {
    margin-left: 5px;
  }
  nav.pagination2 .nav-links .btn.prev i {
    margin-left: 0px;
    margin-right: 5px;
  }
	section.content-block {
		margin-bottom: 40px;
	}
}

@media (min-width: 480px) {
  .container {
    max-width: 460px;
  }
}

@media (min-width: 640px) {
  .container {
    max-width: 620px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 748px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1004px;
  }
  header .header__menu nav.menu {
    display: block !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: initial !important;
  }
}

@media (min-width: 1240px) {
  .container {
    max-width: 1220px;
  }
  .container {
    max-width: 1220px;
  }
}
