@import url("https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500&family=Playfair+Display:wght@400&display=swap");
@font-face {
  font-family: "fontello";
  src: url("../fonts/ico.eot?41520895");
  src: url("../fonts/ico.eot?41520895#iefix") format("embedded-opentype"),
    url("../fonts/ico.woff2?41520895") format("woff2"),
    url("../fonts/ico.woff?41520895") format("woff"),
    url("../fonts/ico.svg?41520895#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid silver;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1170px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1380px;
  }
}

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
  order: 3;
}

@media (min-width: 576px) {
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
}

@media (min-width: 1680px) {
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
}

.d-none {
  display: none !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
  align-items: baseline !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.m-0 {
  margin: 0 !important;
}

.p-none {
  padding: 0;
}

.text-center {
  text-align: center;
}

.bg-dark {
  background: #111;
}

a,
.btn {
  -webkit-transition: all 0.125s ease-in-out 0s;
  transition: all 0.125s ease-in-out 0s;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-star:before {
  content: "\e800";
}

.icon-mail:before {
  content: "\e803";
}

.icon-star-empty:before {
  content: "\e806";
}

.icon-users:before {
  content: "\e808";
}

.icon-params:before {
  content: "\e80b";
}

.icon-eye:before {
  content: "\e810";
}

.icon-eye-off:before {
  content: "\e811";
}

.icon-air:before {
  content: "\e816";
}

.icon-phone:before {
  content: "\e81a";
}

.icon-calendar-1:before {
  content: "\e81b";
}

.icon-clock:before {
  content: "\e81c";
}

.icon-right-dir:before {
  content: "\e826";
}

.icon-spin4:before {
  content: "\e834";
}

.icon-braille:before {
  content: "\e835";
}

.icon-sort:before {
  content: "\f0dc";
}

.icon-mail-alt:before {
  content: "\f0e0";
}

.icon-play-circled:before {
  content: "\f144";
}

.icon-sort-alt-down:before {
  content: "\f161";
}

.icon-graduation-cap:before {
  content: "\f19d";
}

.icon-language-1:before {
  content: "\f1ab";
}

.icon-sliders:before {
  content: "\f1de";
}

.icon-whatsapp:before {
  content: "\f232";
}

.icon-balance-scale:before {
  content: "\f24e";
}

.animate-spin {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.animated.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.animated {
  visibility: visible;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.button {
  height: 35px;
  display: inline-block;
  border: 0;
  border-radius: 4px;
  min-width: 131px;
  line-height: 35px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 992px) {
  .hide-in-mobile {
    display: none;
  }
  .mobile-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .mobile-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

/* ==========================Home Page styles starts here======================== */
body {
  background: white;
  font-family: "Jost", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  color: #666666;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
  line-height: normal;
  margin-top: 0px;
  margin-bottom: 20px;
}

h2 {
  font-size: 54px;
  color: #222e3c;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 28px;
}

@media (max-width: 768px) {
  h2 {
    font-size: 32px;
  }
}

h2.tail {
  display: inline-block;
}

h2.tail:after {
  content: "";
  position: absolute;
  width: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  height: 2px;
  background-color: #033f87;
}

/* Header */
.header {
  min-height: 50px;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1000;
  text-transform: uppercase;
  -webkit-transition: background, padding 0.4s ease-in-out 0s;
  transition: background, padding 0.4s ease-in-out 0s;
  background: white;
}

.header ul {
  margin: 0;
  padding-left: 0;
}

.header ul li {
  display: inline-block;
}

.header p {
  margin: 0;
}

.header .top-bar {
  display: inline-block;
  width: 100%;
  background-color: #febc34;
  color: #fff;
  padding: 10px 0;
}

@media (max-width: 992px) {
  .header .top-bar {
    padding: 10px 15px;
  }
}

.header .top-bar p {
  float: left;
  font-size: 14px;
  font-weight: 400;
}

@media (max-width: 576px) {
  .header .top-bar p {
    display: none;
  }
}

.header .top-bar ul {
  float: right;
}

.header .top-bar ul li {
  padding-right: 10px;
}

.header .top-bar ul li:nth-last-child(1) {
  padding-right: 0;
}

.header .top-bar ul li a {
  color: #fff;
}

@media (max-width: 992px) {
  .header .info-bar {
    padding: 0px 15px;
  }
}

.header .info-bar .navbar-brand {
  padding: 10px 0;
  display: inline-block;
}

@media (max-width: 992px) {
  .header .info-bar .navbar-brand {
    padding: 5px 0;
  }
}

@media (max-width: 576px) {
  .header .info-bar .navbar-brand img {
    max-height: 50px;
  }
}

.header .info-bar .info-toggle {
  float: right;
  margin-top: 12px;
  font-size: 25px;
  cursor: pointer;
  color: #febc34;
  display: none;
}

@media (max-width: 992px) {
  .header .info-bar .info-toggle {
    display: block;
  }
}

.header .info-bar .info {
  float: right;
  padding-top: 10px;
}

@media (max-width: 992px) {
  .header .info-bar .info {
    width: 100%;
  }
}

.header .info-bar .info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 992px) {
  .header .info-bar .info ul {
    display: none;
    text-align: center;
    padding-top: 15px;
    margin-top: 10px;
    padding-bottom: 20px;
    margin-bottom: 10px;
    background-color: #f9f9f9;
  }
}

.header .info-bar .info ul li {
  position: relative;
  margin-right: 20px;
}

@media (max-width: 992px) {
  .header .info-bar .info ul li {
    margin-bottom: 10px;
    width: 100%;
  }
}

.header .info-bar .info ul li:after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 70%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #ddd;
}

@media (max-width: 992px) {
  .header .info-bar .info ul li:after {
    content: none;
  }
}

.header .info-bar .info ul li:nth-last-child(1) {
  margin-right: 0;
}

.header .info-bar .info ul li:nth-last-child(1):after {
  content: none;
}

.header .info-bar .info ul li span {
  width: 100%;
  display: inline-block;
  color: #8f9ba1;
}

.header .info-bar .info ul li a {
  color: #000;
  font-weight: 500;
  font-size: 17px;
  text-transform: none;
}

.header .info-bar .info ul li a.btn {
  border: 2px solid #033f87;
  border-radius: 5px;
  height: 38px;
  line-height: 36px;
  min-width: 145px;
  display: inline-block;
  text-align: center;
  color: #6f7a7f;
  font-weight: 400;
  font-size: 15px;
}

.header .info-bar .info ul li a.btn i {
  font-size: 20px;
  line-height: normal;
}

.header .nav-bar {
  background-color: #033f87;
  width: 100%;
  float: left;
}

@media (max-width: 992px) {
  .header .nav-bar {
    padding: 0px;
  }
}

@media (max-width: 767px) {
  .header .nav-bar {
    padding: 0px;
    border-bottom: 1px solid rgba(221, 221, 221, 0.12);
  }
}

.header .nav-bar.search-active:after {
  content: "";
  z-index: 9;
  background: rgba(0, 0, 0, 0.8);
  opacity: 1;
  top: 0;
  -webkit-transition: all 0.3s cubic-bezier(0, 0.105, 0.035, 1.57);
  transition: all 0.3s cubic-bezier(0, 0.105, 0.035, 1.57);
}

.header .nav-bar.search-active .shop-search-holder {
  z-index: 99;
  opacity: 1;
  -webkit-transform: translate(0, 0px);
  transform: translate(0, 0px);
}

.header .navbar-toggle {
  position: relative;
  float: left;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 5px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  display: none;
}

.header .navbar-toggle:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 767px) {
  .header .navbar-toggle {
    display: block;
  }
}

.header .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background: #fff;
}

.header .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

.header nav {
  float: left;
}

@media (min-width: 1200px) {
  .header nav {
    margin-left: -10px;
  }
}

@media (max-width: 767px) {
  .header nav {
    width: 100%;
    float: none;
  }
}

.header nav ul.menu {
  display: block;
  padding-left: 0;
}

@media (max-width: 767px) {
  .header nav ul.menu {
    width: 100%;
    display: none;
    max-height: 340px;
    padding-right: 0;
    padding-left: 0;
    position: absolute;
    background-color: #053875;
    top: 100%;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
  }
}

.header nav ul.menu li {
  display: inline-block;
  position: relative;
  z-index: 100;
  margin-right: 15px;
}

@media (max-width: 1200px) {
  .header nav ul.menu li {
    float: left;
  }
}

@media (max-width: 767px) {
  .header nav ul.menu li {
    position: relative;
    width: 100%;
    margin-right: 0;
    width: 100%;
    text-align: center;
  }
}

.header nav ul.menu li a {
  font-size: 15px;
  color: #fff;
  padding: 14px 10px;
  display: inline-block;
}

.header nav ul.menu li a:hover,
.header nav ul.menu li a.menu-active {
  color: #febc34;
}

@media (max-width: 767px) {
  .header nav ul.menu li a {
    width: 100%;
    padding: 10px;
  }
}

.header nav ul.menu li li a {
  text-decoration: none;
  display: block;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  white-space: nowrap;
  padding: 11px 15px;
  color: #000;
}

@media (max-width: 767px) {
  .header nav ul.menu > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
}

.header nav ul.menu ul {
  visibility: hidden;
  opacity: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0px;
  right: auto;
  background: #fff;
  z-index: 99;
  top: 100%;
  min-width: 180px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.header nav ul.menu ul li {
  display: block;
  float: none;
  background: none;
  margin: 0;
  padding: 0;
}

.header nav ul.menu li:hover > ul {
  visibility: visible;
  opacity: 1;
}

.header nav ul.menu ul {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.header nav ul.menu ul ul {
  left: 100%;
  top: 0px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.header nav ul.menu ul ul li a {
  white-space: nowrap;
  padding: 11px 15px;
}

.header nav ul.menu .responsive-menu {
  display: none;
  width: 100%;
}

@media (max-width: 767px) {
  .header nav ul.menu .dropdown > a {
    position: relative;
  }
  .header nav ul.menu .dropdown > a:after {
    right: 30px;
    top: 16px;
    position: absolute;
    content: "\e64b";
    font-family: "themify";
    width: 13px;
    height: 13px;
  }
  .header nav ul.menu li li a {
    color: #fff;
  }
  .header nav ul.menu li ul.sub-menu,
  .header nav ul.menu li ul ul {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: none;
    visibility: visible;
    opacity: 1;
  }
  .header nav ul.menu li .sub-menu {
    background: #274b87 !important;
  }
}

.header .utilities {
  float: right;
  padding-top: 13px;
}

@media (max-width: 767px) {
  .header .utilities {
    float: none;
  }
}

@media (max-width: 992px) {
  .header .utilities {
    padding-top: 15px;
  }
}

.scroll-up {
  position: fixed;
  display: none;
  bottom: 7px;
  right: 7px;
  z-index: 999;
}

.scroll-up a {
  background: #fff;
  display: block;
  height: 28px;
  width: 28px;
  text-align: center;
  line-height: 28px;
  font-size: 14px;
  color: #000;
  opacity: 0.6;
  border-radius: 2px;
}

.scroll-up a svg {
  width: 14px;
  height: 14px;
}

.ecommerce-properties {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.ecommerce-properties > li {
  margin: 0 10px;
}

@media (max-width: 576px) {
  .ecommerce-properties > li {
    margin: 0 5px;
  }
}

.ecommerce-properties > li i {
  margin-right: 5px;
}

.ecommerce-properties > li a {
  color: #fff;
}

.cart-block {
  min-width: 75px;
}

.cart-block .cart-label {
  color: #fff;
  margin-right: 6px;
}

.cart-holder {
  position: relative;
  display: inline-block;
}

.cart-holder .site-header-cart {
  position: relative;
}

.cart-holder .site-header-cart.menu {
  width: 23px;
  margin-left: 0px;
  position: relative;
}

.cart-holder .site-header-cart.menu:before {
  content: none;
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #474746;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cart-holder .site-header-cart .mini-cart-empty-message {
  font-size: 14px;
  text-transform: none;
  padding: 10px;
}

.cart-holder .site-header-cart .cart-contents {
  padding: 0;
}

.cart-holder .site-header-cart .cart-contents:after {
  font-family: "themify" !important;
  content: "\e60d";
  float: none;
  line-height: normal;
}

.cart-holder .site-header-cart .cart-contents .amount {
  display: none;
}

.cart-holder .site-header-cart .count {
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 50%;
  background: #fff;
  color: #033f87 !important;
  text-align: center;
  font-size: 11px;
  line-height: 20px;
  right: 0;
  opacity: 1;
  margin: 0;
  right: -10px;
  top: -8px;
}

.cart-holder .site-header-cart .widget-shopping-cart {
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 99;
  font-size: 0.875em;
  left: -999em;
  display: block;
  min-width: 290px;
  background-color: #fff !important;
  -webkit-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.26);
}

.cart-holder .site-header-cart .widget-shopping-cart .mini-cart-content {
  height: auto;
}

.cart-holder
  .site-header-cart
  .widget-shopping-cart
  .mini-cart-content
  .mini-cart-content {
  padding: 15px 0;
}

.cart-holder .site-header-cart:hover .cart-contents:after,
.cart-holder .site-header-cart.focus .cart-contents:after {
  color: #fff;
}

.cart-holder .site-header-cart:hover .widget-shopping-cart,
.cart-holder .site-header-cart.focus .widget-shopping-cart {
  left: -270px;
  display: block;
  right: auto;
}

.search-block {
  position: relative;
  padding-left: 10px;
  margin-left: 12px !important;
}

.search-block:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-left: 1px dashed #fff;
}

.search-block .search-toggle {
  position: relative;
  cursor: pointer;
  z-index: 99;
  margin-left: 10px;
  color: #fff;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  font-size: 20px;
}

.search-block .search-toggle.active:before {
  content: "\e646";
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.shop-search-holder {
  position: absolute;
  z-index: -9;
  min-width: 260px;
  right: auto;
  left: -250px;
  top: -12px;
  -webkit-transform: translate(0, -100px);
  transform: translate(0, -100px);
  -webkit-transition: all 0.3s cubic-bezier(0, 0.105, 0.035, 1.57);
  transition: all 0.3s cubic-bezier(0, 0.105, 0.035, 1.57);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  opacity: 0;
}

.shop-search-holder .product-search {
  position: relative;
  position: relative;
}

.shop-search-holder .product-search:before {
  content: none;
}

.shop-search-holder .product-search .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.shop-search-holder .product-search .search-field {
  background-color: white;
  color: black;
  border: 0;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: normal;
  -webkit-box-shadow: none;
  box-shadow: none;
  min-height: 45px;
  font-size: 14px;
  border: 1px solid #d0d0d0;
  max-width: 500px;
  width: 100%;
  border-radius: 30px;
  padding-left: 2.617924em;
  margin: 0;
  vertical-align: baseline;
}

.shop-search-holder .product-search button[type="submit"] {
  border: 0;
  clip: unset;
  -webkit-clip-path: none;
  clip-path: none;
  margin: 0;
  overflow: visible;
  padding: 0;
  top: 0;
  right: 0;
  left: auto;
  font-size: 0;
  width: 45px;
  height: 100%;
  border-radius: 50%;
  background: #febc34;
  word-wrap: normal !important;
  position: absolute;
}

.shop-search-holder .product-search button[type="submit"]:before {
  content: "\e610";
  font-family: "themify";
  color: #fff;
  line-height: 1;
  font-size: 18px;
}

/* ========== Banner image ========= */
.page-banner {
  margin-top: 195px;
  position: relative;
}

.page-banner p {
  font-size: 18px;
  font-weight: 300;
}

.page-banner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}

.page-banner .banner-image {
  position: relative;
  display: block;
  width: 100%;
}

@media (max-width: 992px) {
  .page-banner .banner-image img {
    height: 75vh;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.page-banner .banner-image figcaption {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: auto;
  color: #fff;
  z-index: 99;
}

@media (max-width: 992px) {
  .page-banner .banner-image figcaption {
    text-align: center;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.page-banner .banner-image figcaption h1 {
  font-size: 52px;
}

@media (max-width: 768px) {
  .page-banner .banner-image figcaption h1 {
    font-size: 28px;
  }
}

.page-banner .banner-image figcaption p {
  font-size: 18px;
}

.page-banner .banner-image figcaption .button {
  color: white;
  border: 2px solid white;
  height: 45px;
  line-height: 42px;
  min-width: 163px;
  font-size: 20px;
  border-radius: 3px;
  margin-top: 15px;
  font-weight: 400;
}

.page-banner .banner-image figcaption .button:hover {
  background-color: #febc34;
  color: #fff;
}

@media (max-width: 768px) {
  .page-banner .banner-image figcaption .button {
    margin-top: 0px;
  }
}

.page-banner .scroll-down {
  position: absolute;
  z-index: 999;
  left: 50%;
  bottom: -70px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 130px;
  height: 130px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 128px;
  border-radius: 50%;
}

.page-banner .scroll-down:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  border: 1px solid #fff;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page-banner .scroll-down span {
  width: 55px;
  height: 55px;
  background-color: white;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 55px;
  color: #febc34;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
}

.page-banner .scroll-down span i {
  display: inline-block;
  -webkit-animation: ca3_fade_move_down 1.5s infinite;
  animation: ca3_fade_move_down 1.5s infinite;
}

.page-banner .scroll-down:hover {
  border-color: transparent;
}

.page-banner .scroll-down:hover:after {
  border-color: transparent;
}

.page-banner .scroll-down:hover span {
  background-color: #febc34;
  color: #fff;
}

@-webkit-keyframes ca3_fade_move_down {
  0% {
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
    opacity: 0;
  }
}

@keyframes ca3_fade_move_down {
  0% {
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
    opacity: 0;
  }
}

.section {
  padding: 90px 0;
}

.courses .title-block p {
  font-weight: 300;
  margin-left: auto;
  margin-right: auto;
  font-weight: normal;
  margin-bottom: 60px;
  color: #222222;
  font-size: 18px;
}

@media (min-width: 992px) {
  .courses .title-block p {
    max-width: 40%;
  }
}

.courses .course-block {
  margin-bottom: 30px;
}

@media (max-width: 1200px) {
  .courses .course-block {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (max-width: 768px) {
  .courses .course-block {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

@media (max-width: 391px) {
  .courses .course-block {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.courses .course-block .course-image img {
  width: 100%;
  max-height: 275px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 10px 10px 0 0;
}

@media (max-width: 576px) {
  .courses .course-block .course-image img {
    border-radius: 6px 6px 0 0;
  }
}

.courses .course-block .course-details {
  -webkit-box-shadow: 0px 0 15px rgba(210, 210, 210, 0.45);
  box-shadow: 0px 0 15px rgba(210, 210, 210, 0.45);
  padding: 35px 15px;
  border-radius: 0 0 10px 10px;
  position: relative;
}

@media (max-width: 576px) {
  .courses .course-block .course-details {
    border-radius: 0 0 6px 6px;
  }
}

.courses .course-block .course-details .course-price {
  position: absolute;
  top: -30px;
  right: 20px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  background-color: #febc34;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}

.courses .course-block .course-details span.course-name {
  color: #777777;
  margin-bottom: 15px;
  display: block;
}

.courses .course-block .course-details p {
  font-weight: 300;
  color: #000;
  font-size: 17px;
  line-height: 25px;
}

@media (max-width: 576px) {
  .courses .course-block .course-details p {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

.courses .course-block .course-details .button {
  background-color: #033f87;
  color: white;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 38px;
  border: 1px solid transparent;
}

.courses .course-block .course-details .button.add_to_cart_button:before {
  font-family: "themify" !important;
  content: "\e60d";
  margin-right: 5px;
}

@media (max-width: 1680px) {
  .courses .course-block .course-details .button {
    min-width: 110px;
    font-size: 12px;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (max-width: 1200px) {
  .courses .course-block .course-details .button {
    font-size: 11px;
    padding-left: 4px;
    padding-right: 4px;
    min-width: 80px;
  }
}

@media (max-width: 992px) {
  .courses .course-block .course-details .button {
    min-width: 46%;
  }
}

@media (max-width: 576px) {
  .courses .course-block .course-details .button {
    min-width: 100%;
    margin-left: 0 !important;
    margin-bottom: 10px;
  }
}

.courses .course-block .course-details .button.view-details {
  margin-left: 12px;
  background-color: #febc34;
}

@media (max-width: 1680px) {
  .courses .course-block .course-details .button.view-details {
    margin-left: 4px;
  }
}

.courses .course-block .course-details .button:hover {
  color: #033f87 !important;
  background-color: transparent;
  border-color: #033f87;
}

.courses .course-block:hover .course-details .course-price {
  background-color: #033f87;
}

.courses .view-all {
  border: 1px solid #033f87;
  color: #222222;
  border-radius: 0;
  margin-top: 45px;
}

.courses .view-all:hover {
  color: #febc34;
  border-color: #febc34;
}

.about {
  padding: 110px 0;
  background-color: #f7f8fb;
}

@media (max-width: 992px) {
  .about {
    text-align: center;
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .about {
    padding: 50px 0;
  }
}

.about .tail {
  margin-bottom: 50px;
}

.about .tail::after {
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  height: 1px;
}

.about span {
  font-size: 26px;
  color: #222e3c;
  line-height: normal;
  display: inline-block;
  width: 100%;
  margin-bottom: 45px;
}

@media (max-width: 768px) {
  .about span {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.about p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .about p {
    max-width: 85%;
  }
}

@media (max-width: 992px) {
  .about img {
    width: 100%;
    margin-bottom: 35px;
  }
}

.about .button {
  background-color: transparent;
  border: 1px solid #222e3c;
  padding-left: 20px;
  padding-right: 20px;
  min-width: 185px;
  color: black;
  height: 50px;
  line-height: 48px;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 25px;
  position: relative;
}

.about .button i {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.about .button:hover {
  background-color: #febc34;
  border-color: #fff;
  color: #fff;
}

.about .button:hover i {
  color: #fff;
  right: 15px;
}

.registration {
  padding: 75px 0;
  background-image: url(../images/register-bg.png);
  background-color: #033f87;
  background-size: cover;
  color: #fff;
}

.registration .regstration-form-description {
  padding-right: 20%;
}

@media (max-width: 992px) {
  .registration .regstration-form-description {
    text-align: center;
    padding-right: 0;
  }
}

.registration .regstration-form-description h2 {
  color: #fff;
  font-size: 54px;
}

@media (max-width: 768px) {
  .registration .regstration-form-description h2 {
    font-size: 32px;
  }
}

.registration .regstration-form-description p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 60px;
  font-weight: 300;
}

.registration .regstration-form-description .button {
  background-color: #4f79ab;
  color: #fff;
  text-align: center;
  height: 57px;
  line-height: 57px;
  min-width: 150px;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 15px;
}

.registration .regstration-form-description .button:hover {
  background-color: #fff;
  color: #033f87;
}

.registration .regstration-form-description .button.payment-details {
  background-color: #033f87;
  border: 2px solid #4f79ab;
  line-height: 53px;
  padding-left: 20px;
  padding-right: 20px;
  min-width: 185px;
}

.registration .regstration-form-description .button.payment-details:hover {
  background-color: #febc34;
  border-color: #febc34;
  color: #033f87;
}

@media (max-width: 992px) {
  .registration .regstration-form-description .button {
    margin-bottom: 35px;
  }
}

.registration .contact-form-wrap {
  background-color: white !important;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 8%;
  border-radius: 10px;
}

.registration .contact-form-wrap h3 {
  font-size: 24px;
  font-family: "Playfair Display", serif;
  color: #000;
}

.registration .contact-form-wrap form .form-group {
  margin-bottom: 1rem;
}

.registration .contact-form-wrap form .form-control::-webkit-input-placeholder {
  color: #666666;
  opacity: 1;
}

.registration .contact-form-wrap form .form-control:-ms-input-placeholder {
  color: #666666;
  opacity: 1;
}

.registration .contact-form-wrap form .form-control::-ms-input-placeholder {
  color: #666666;
  opacity: 1;
}

.registration .contact-form-wrap form .form-control::placeholder {
  color: #666666;
  opacity: 1;
}

.registration .contact-form-wrap form .form-control:focus,
.registration .contact-form-wrap form .form-control:focus {
  border-color: #febc34;
}

.registration .contact-form-wrap form .form-control {
  height: 47px;
  padding: 10px 20px;
  color: #666666;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}

.registration .contact-form-wrap form .custom_select {
  position: relative;
}

.registration .contact-form-wrap form .custom_select:before {
  content: "\e64b";
  font-family: "themify";
  position: absolute;
  display: block;
  top: 50%;
  right: 15px;
  font-weight: 900;
  pointer-events: none;
  font-size: 12px;
  color: #000;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.registration .contact-form-wrap form .custom_select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding: 5px 30px 5px 20px;
  width: 100%;
}

.registration .contact-form-wrap form .button {
  background-color: #febc34;
  width: 100%;
  height: 47px;
  color: #fff;
}

.registration .contact-form-wrap form .button:hover {
  background-color: #033f87;
}

.specialities {
  background-color: #f7f8fb;
  padding: 75px 0;
}

.specialities h3 {
  font-size: 34px;
  font-family: "Playfair Display", serif;
  color: #000;
}

@media (max-width: 768px) {
  .specialities h3 {
    font-size: 24px;
  }
}

.specialities p {
  color: #8d9297;
  line-height: 28px;
  font-weight: 300;
  margin-bottom: 20px;
  font-size: 18px;
}

@media (min-width: 768px) {
  .specialities p {
    max-width: 85%;
  }
}

.specialities .button {
  background-color: #033f87;
  color: #fff;
  margin-top: 25px;
  height: 45px;
  line-height: 45px;
  min-width: 155px;
}

.specialities .button:hover {
  background-color: #febc34;
}

@media (max-width: 768px) {
  .specialities img {
    margin-bottom: 45px;
  }
}

.specialities ul li {
  padding-left: 30px;
  position: relative;
  width: 50%;
  float: left;
  margin-bottom: 20px;
  padding-top: 9px;
  color: #000;
}

.specialities ul li:before {
  content: "\e64c";
  font-family: "themify";
  width: 21px;
  height: 21px;
  background-color: #033f87;
  border-radius: 50%;
  position: absolute;
  left: 0;
  text-align: center;
  color: white;
  font-size: 10px;
  line-height: 21px;
  top: 5px;
  line-height: 24px;
}

.video-demo {
  padding: 80px 0;
}

@media (max-width: 768px) {
  .video-demo {
    padding: 50px 0;
  }
}

.video-demo .video-description h2 {
  font-size: 54px;
}

@media (max-width: 768px) {
  .video-demo .video-description h2 {
    font-size: 32px;
  }
}

.video-demo .video-description p {
  color: #717477;
  font-size: 18px;
  line-height: normal;
  font-weight: 300;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .video-demo .video-description p {
    max-width: 85%;
  }
}

@media (max-width: 768px) {
  .video-demo .video-description p {
    margin-bottom: 25px;
  }
}

.video-demo .video-description .button {
  background-color: #033f87;
  color: white;
  height: 45px;
  margin-top: 35px;
  line-height: 45px;
  min-width: 165px;
  text-transform: uppercase;
  border: 1px solid #033f87;
}

.video-demo .video-description .button:hover {
  background-color: transparent;
  border-color: #febc34;
  color: #febc34;
}

.youtube-player {
  overflow: hidden;
  position: relative;
  height: 0;
  background: #000;
  margin: 0 auto;
  min-height: 372px;
  border: 0;
  width: 100%;
}

.youtube-player:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.14);
  z-index: 10;
}

.youtube-player::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  background-color: rgba(3, 63, 135, 0.5);
}

.youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: 0 0;
}

.youtube-player img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.youtube-player .play {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  z-index: 11;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  background-color: white;
  cursor: pointer;
  border-radius: 50%;
  text-align: center;
  line-height: 72px;
  font-size: 25px;
}

.youtube-player .play:after {
  content: "\e6ad";
  font-family: "themify";
}

@media (max-width: 992px) {
  .youtube-player {
    margin-top: 25px;
    min-height: 365px;
  }
}

@media (max-width: 576px) {
  .youtube-player {
    min-height: 265px;
  }
}

@media (max-width: 368) {
  .youtube-player {
    min-height: 170px;
  }
}

.testimonials {
  padding: 80px 0;
  background-position: center;
  background-size: cover;
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonials .owl-item {
  padding-top: 75px;
}

.testimonials .owl-dots {
  margin-top: 80px !important;
}

.testimonials .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 1px solid #fff;
}

.testimonials .owl-dots .owl-dot.active span {
  background-color: #febc34;
}

.testimonials .testimonial-content {
  position: relative;
  background-color: white;
  padding: 60px 23px 30px;
  border-radius: 15px;
  background-image: url(../images/quote.png);
  background-repeat: no-repeat;
  background-position: top 25px right 45px;
}

.testimonials .testimonial-content .author-image {
  top: -45.5px;
  left: 45px;
  position: absolute;
  z-index: 99;
}

.testimonials .testimonial-content .author-image img {
  width: 85px;
  max-width: 85px;
  height: 85px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-box-shadow: 0 10px 20px #dfdfdf;
  box-shadow: 0 10px 20px #dfdfdf;
}

.testimonials .testimonial-content h4 {
  font-family: "Playfair Display", serif;
  color: #222e3c;
  font-size: 24px;
  letter-spacing: 1px;
}

.testimonials .testimonial-content span {
  font-size: 16px;
  color: #033f87;
  display: inline-block;
  margin-bottom: 20px;
}

.testimonials .testimonial-content p {
  font-size: 16px;
  color: #333333;
  line-height: normal;
  max-width: 85%;
  font-weight: 300;
  margin-bottom: 20px;
}

.footer-newsletter {
  background-color: #f7f7f7;
  padding-top: 75px;
  padding-bottom: 75px;
  text-align: center;
  border-top: 1px solid #fafafa;
}

.footer-newsletter .footer-newsletter-sub-heading {
  color: black;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: "Jost", sans-serif;
}

.footer-newsletter .footer-newsletter-heading {
  color: #212121;
  font-size: 20px;
  text-transform: uppercase;
  padding: 20px 0;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: "Jost", sans-serif;
}

.footer-newsletter .button {
  color: white;
  background-color: #033f87;
  border-color: #033f87;
  padding: 8px 22.5px;
  text-transform: uppercase;
  border-style: solid;
  border-width: 1px;
  display: inline-block;
  text-align: center;
  border-radius: 0;
  height: auto;
  cursor: pointer;
}

.footer-newsletter .button:hover {
  background-color: #febc34;
  border-color: #febc34;
  color: #033f87;
}

footer.page-footer {
  padding: 85px 0 0;
}

@media (max-width: 992px) {
  footer.page-footer {
    padding: 50px 15px 0;
  }
}

footer.page-footer p {
  font-weight: 300;
  margin-bottom: 20px;
  font-size: 18px;
}

footer.page-footer .footer-column {
  width: 18%;
  margin-left: 1%;
}

@media screen and (max-width: 768px) {
  footer.page-footer .footer-column {
    width: 48.52941%;
  }
}

footer.page-footer .footer-column .footer-title {
  display: block;
  padding-bottom: 15px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  color: #212121;
  margin-bottom: 5px;
  border: none;
  letter-spacing: 1px;
}

footer.page-footer .footer-column ul {
  padding-left: 0;
}

footer.page-footer .footer-column ul li {
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
}

footer.page-footer .footer-column ul li a {
  color: #515151;
}

footer.page-footer .footer-column ul.inline li {
  width: auto;
  margin-left: 4px;
}

footer.page-footer .footer-column ul.social li {
  margin-left: 0;
  margin-right: 14px;
}

footer.page-footer .footer-credites {
  margin-top: 50px;
  border-top: 1px solid #eaeaea;
  background: white;
  color: #2d2d2d;
  padding-top: 20px;
  padding-bottom: 20px;
  display: inline-block;
  width: 100%;
}

footer.page-footer .footer-credites .footer-logo {
  float: left;
}

@media (max-width: 768px) {
  footer.page-footer .footer-credites .footer-logo {
    float: none;
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 10px;
  }
}

footer.page-footer .footer-credites .copy-right {
  padding-top: 30px;
  float: right;
  text-align: right;
  font-size: 14px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  footer.page-footer .footer-credites .copy-right {
    padding-top: 10px;
    float: none;
    width: 100%;
    display: block;
    text-align: center;
  }
}

/* popup*/
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  z-index: 10000;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0.35s linear;
  transition: opacity 0.25s ease 0s, visibility 0.35s linear;
}

.modal-overlay.state-show {
  opacity: 0.7;
  visibility: visible;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.2s, 0s;
  transition-duration: 0.2s, 0s;
}

.modal-frame {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 10002;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  visibility: hidden;
}

.modal-frame .modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal-frame .modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  overflow-y: hidden;
}

.modal-frame .modal .modal-inset {
  position: relative;
  padding: 0px;
  background-color: #fff;
  max-width: 500px;
  min-height: 300px;
  min-width: 25%;
  margin: auto;
  margin-top: 25px;
  margin-bottom: 25px;
  visibility: hidden;
  -webkit-box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

@media only screen and (max-width: 768px) {
  .modal-frame .modal .modal-inset {
    width: 95%;
    padding: 15px;
  }
}

.modal-frame .modal .modal-inset .close {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 10px;
  padding: 10px;
  opacity: 0.4;
  z-index: 99;
  min-width: 0;
}

.modal-frame .modal .modal-inset .close img {
  width: 16px !important;
}

.modal-frame .modal .modal-inset .close:hover {
  opacity: 1;
}

.modal-frame .modal .modal-inset.inner {
  overflow-y: auto;
  max-height: 500px;
}

.modal-frame .modal .modal-inset .modal-body {
  padding: 0;
  margin: auto;
  opacity: 0;
  -webkit-transform: translateY(0) scale(0.8, 0.8);
  transform: translateY(0) scale(0.8, 0.8);
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.modal-frame
  .modal
  .modal-inset
  .modal-body
  .newsletter-modal-content
  .modal-header {
  text-align: center;
  padding: 30px;
  background-color: white;
}

.modal-frame
  .modal
  .modal-inset
  .modal-body
  .newsletter-modal-content
  .modal-header
  .modal-heading {
  text-transform: uppercase;
}

.modal-frame
  .modal
  .modal-inset
  .modal-body
  .newsletter-modal-content
  .modal-header
  .modal-form-contents {
  border-top: 1px solid #fafafa;
  border-bottom: 1px solid #fafafa;
  background-color: #fff;
}

.modal-frame
  .modal
  .modal-inset
  .modal-body
  .newsletter-modal-content
  .modal-header
  .form-input {
  display: block;
  width: 100%;
  padding: 10px 15px;
  color: #666;
  background: #fff;
  border-color: #d6d6d6;
  border-radius: 0;
  padding-left: 0;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  -webkit-transition: border-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: border-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.modal-frame.state-appear {
  visibility: visible;
}

.modal-frame.state-appear .modal .modal-inset {
  -webkit-animation: modalComeIn 0.25s ease;
  animation: modalComeIn 0.25s ease;
  visibility: visible;
}

.modal-frame.state-appear .modal .modal-inset .modal-body {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1, 1);
  transform: translateY(0) scale(1, 1);
}

.modal-frame.state-leave {
  visibility: visible;
}

.modal-frame.state-leave .modal .modal-inset {
  -webkit-animation: modalHeadOut 0.35s ease 0.1s;
  animation: modalHeadOut 0.35s ease 0.1s;
  visibility: visible;
}

.modal-frame.state-leave .modal .modal-inset .modal-body {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
}

.newsletter-modal-content {
  height: 100%;
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.newsletter-modal-content .modal-heading {
  text-transform: uppercase;
  font-family: "Jost", sans-serif;
  font-weight: normal;
  color: #000;
}

.newsletter-modal-content .form-field {
  margin-bottom: 15px;
}

.newsletter-modal-content .form-input {
  height: 47px;
  padding: 10px 20px;
  color: #666666;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: border-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.newsletter-modal-content .button {
  color: white;
  background-color: #033f87;
  border-color: #033f87;
  height: 47px;
  text-transform: uppercase;
  border-style: solid;
  border-width: 1px;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 100%;
}

@-webkit-keyframes modalComeIn {
  0% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  65.5% {
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes modalComeIn {
  0% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  65.5% {
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-webkit-keyframes modalHeadOut {
  0% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) scale(1, 1);
    transform: translateY(0) scale(1, 1);
  }
  100% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(35px) scale(0.97, 0.97);
    transform: translateY(35px) scale(0.97, 0.97);
  }
}

@keyframes modalHeadOut {
  0% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) scale(1, 1);
    transform: translateY(0) scale(1, 1);
  }
  100% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(35px) scale(0.97, 0.97);
    transform: translateY(35px) scale(0.97, 0.97);
  }
}

.inner-page-banner {
  position: relative;
}

.inner-page-banner:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.35);
}

.inner-page-banner .banner-image img {
  width: 100%;
  min-height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.inner-page-banner .text-content {
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  z-index: 9;
}

.inner-page-banner .text-content h1 {
  color: #fff;
  font-size: 34px;
}

.inner-page-banner .text-content ul.breadcrumb li {
  display: inline-block;
  position: relative;
  color: #fff;
  margin-right: 6px;
  font-size: 18px;
}

.inner-page-banner .text-content ul.breadcrumb li:nth-last-child(1) {
  margin-right: 0;
}

.inner-page-banner .text-content ul.breadcrumb li a {
  color: white;
  font-size: 18px;
  font-weight: 400;
}

.inner-page-banner .text-content ul.breadcrumb li a:hover {
  color: #febc34;
}

.inner-page-banner .text-content ul.breadcrumb li a i {
  margin-right: 8px;
  font-size: 15px;
}

/* ===================== Category Page =================== */
.category-page-wrap .btn-wrap {
  width: 100%;
  display: inline-block;
}

@media only screen and (max-width: 580px) {
  .category-page-wrap .courses {
    padding: 55px 0;
  }
}

.category-page-wrap .sidebar-toggle {
  position: fixed;
  bottom: 0;
  margin: 0;
  right: 0;
  height: 50px;
  width: 100%;
  background: white;
  border: 0;
  border-top: 4px solid #fec040 !important;
  z-index: 10000;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.1px;
  font-size: 18px;
  color: #033f87;
  display: none;
}

@media only screen and (max-width: 992px) {
  .category-page-wrap .sidebar-toggle {
    display: block !important;
  }
}

.category-page-wrap .list .course-block {
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 55px;
}

.category-page-wrap .list .course-block:nth-child(1) {
  margin-top: 25px;
}

.category-page-wrap .list .course-block .course-image {
  max-width: 25%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  float: left;
}

@media only screen and (max-width: 480px) {
  .category-page-wrap .list .course-block .course-image {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.category-page-wrap .list .course-block .course-image img {
  border-radius: 10px 0px 0 10px;
}

@media only screen and (max-width: 768px) {
  .category-page-wrap .list .course-block .course-image img {
    height: 100%;
  }
}

.category-page-wrap .list .course-block .course-details {
  border-radius: 0 10px 10px 0;
  padding-left: 45px;
  width: 75%;
}

@media only screen and (max-width: 540px) {
  .category-page-wrap .list .course-block .course-details {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

@media only screen and (max-width: 580px) {
  .category-page-wrap .list .course-block .course-details .button {
    min-width: 46%;
  }
}

@media only screen and (max-width: 992px) {
  .product-filter {
    display: none;
    position: fixed;
    top: auto;
    bottom: 0;
    background-color: #fff;
    left: 0;
    z-index: 99;
    padding: 15px;
    max-height: 70vh;
    overflow-y: auto;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.04);
    width: 100%;
    margin: 0;
  }
}

.product-filter .category-filter-widget {
  background: #fff;
  -webkit-box-shadow: 0 7px 22px #f2f0f0;
  box-shadow: 0 7px 22px #f2f0f0;
  border-radius: 0 0 10px 10px;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}

.product-filter .category-filter-widget .category-title {
  display: inline-block;
  width: 100%;
  padding: 10px 15px;
  background-color: #febc34;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-size: 17px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}

.product-filter .category-filter-widget .product-categories {
  padding: 15px 20px;
}

.product-filter .category-filter-widget .product-categories li {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 32px;
  position: relative;
}

.product-filter .category-filter-widget .product-categories li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border: 1px solid #aeaeae;
}

.product-filter .category-filter-widget .product-categories li:hover::before {
  border-color: #febc34;
}

.product-filter .category-filter-widget .product-categories li.selected:before {
  background-color: #033f87;
  border-color: #033f87;
}

.product-filter .category-filter-widget .product-categories li a {
  color: #222e3c;
  font-size: 16px;
}

.product-filter .category-filter-widget .product-categories li a:hover {
  color: #febc34;
}

.product-filter
  .category-filter-widget
  .product-categories
  li.category-parent
  ul {
  margin-top: 15px;
  width: 100%;
  display: inline-block;
}

.product-filter
  .category-filter-widget
  .product-categories
  li.category-parent
  ul
  li
  a {
  color: #546271;
  font-size: 15px;
}

.product-filter
  .category-filter-widget
  .product-categories
  li.category-parent
  ul
  li
  a:hover {
  color: #febc34;
}

.product-filter .price-filter > span {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.product-filter .price-filter > span p {
  font-size: 18px;
  margin-bottom: 0;
  margin-left: 15px;
  font-weight: 400;
  color: #222e3c;
}

.product-filter .price-filter .switch {
  display: inline-block;
  height: 26px;
  position: relative;
  width: 60px;
}

.product-filter .price-filter .switch input {
  display: none;
}

.product-filter .price-filter .slider {
  border: 1px solid #d5d5d5;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.product-filter .price-filter .slider:before {
  background-color: #dedde2;
  bottom: 3px;
  content: "";
  height: 18px;
  left: 4px;
  position: absolute;
  width: 18px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.product-filter .price-filter input:checked + .slider:before {
  background-color: #033f87;
  -webkit-transform: translateX(33px);
  transform: translateX(33px);
}

.product-filter .price-filter .slider.round {
  border-radius: 35px;
}

.product-filter .price-filter .slider.round:before {
  border-radius: 50%;
}

.page-notices-wrapper {
  width: 100%;
  display: none;
}

.sorting-container {
  border: 1px solid #e3e3e3;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 10px;
  margin-bottom: 33px;
}

.sorting-container .toolbar {
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

@media only screen and (max-width: 540px) {
  .sorting-container .toolbar {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center;
    padding-bottom: 10px;
  }
}

.sorting-container .toolbar p {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 400;
  color: #000;
}

.sorting-container .toolbar .view-mode {
  float: left;
  margin-right: 10px;
}

@media only screen and (max-width: 540px) {
  .sorting-container .toolbar .view-mode {
    display: none;
  }
}

.sorting-container .toolbar .view-mode a {
  color: #033f87;
  font-size: 18px;
  display: inline-block;
  margin-right: 13px;
  cursor: pointer;
}

.sorting-container .toolbar .view-mode a:hover {
  color: #febc34;
}

@media only screen and (max-width: 540px) {
  .sorting-container .sorting {
    width: 100%;
  }
}

.sorting-container .ordering {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

@media only screen and (max-width: 540px) {
  .sorting-container .ordering {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.sorting-container .ordering .order-by-label {
  color: #033f87;
}

.sorting-container .ordering .select-holder {
  position: relative;
  float: right;
  padding-left: 15px;
}

.sorting-container .ordering .select-holder::after {
  content: "\e64b";
  font-family: "themify";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 13px;
  color: #9c9c9c;
}

.sorting-container .ordering .select-holder select {
  color: #9c9c9c;
  height: 30px;
  padding: 0 5px;
  border: 1px solid #e9e9e9;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* =============== Course Details =================== */
.course-deaitls {
  padding: 90px 0;
}

@media only screen and (max-width: 768px) {
  .course-deaitls {
    padding: 55px 0 0;
  }
}

.course-deaitls h3 {
  font-size: 32px;
  color: #222e3c;
  margin-top: 30px;
  margin-bottom: 25px;
}

.course-deaitls h4 {
  font-size: 21px;
  color: #222e3c;
  font-family: "Jost", sans-serif;
  font-weight: 500;
}

.course-deaitls p {
  font-size: 18px;
  font-weight: 300;
}

.full-view img {
  width: 100%;
  border-radius: 4px;
}

@media only screen and (min-width: 1200px) {
  .full-view .youtube-player {
    margin-top: 25px;
    min-height: 570px;
  }
}

.course-overview {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
  margin-left: 0;
  margin-right: 0;
}

@media only screen and (max-width: 576px) {
  .course-overview {
    border-bottom: 0;
    border-top: 0;
  }
}

.course-overview li {
  display: inline-block;
  position: relative;
  border-right: 1px solid #ddd;
}

@media only screen and (max-width: 992px) {
  .course-overview li {
    width: 25%;
  }
}

@media only screen and (max-width: 576px) {
  .course-overview li {
    width: 50%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    padding-top: 10px;
  }
  .course-overview li:nth-child(2) {
    border-right: 0;
  }
  .course-overview li:nth-child(3),
  .course-overview li:nth-child(4) {
    border-bottom: 0;
  }
}

.course-overview li:nth-last-child(1) {
  border-right: 0;
}

.course-overview li.l-one {
  padding-left: 45px;
}

.course-overview li span {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
}

@media only screen and (max-width: 576px) {
  .course-overview li span {
    font-size: 13px;
  }
}

.course-overview li span.big {
  color: #8d9297;
}

.course-overview li span.small {
  color: #222e3c;
}

.course-overview li .graduate-icon {
  position: absolute;
  left: 0;
}

.course-overview li .graduate-icon img {
  width: 32px;
}

@media (min-width: 992px) {
  .course-overview li.join-link {
    text-align: right;
  }
}

.course-overview li.join-link .button {
  background-color: #033f87;
  color: #fff;
}

.course-overview li.join-link .button:hover {
  opacity: 0.7;
}

.course-overview li.join-link .price {
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  margin-right: 12px;
  color: #033f87;
}

.section-title {
  border: 1px solid #e7e7e7;
  padding: 8px;
  display: inline-block;
  width: 100%;
  margin: 20px 0;
}

.section-title h4 {
  color: #033f87;
  font-size: 21px;
  margin: 0;
}

.section-title h4 i {
  margin-right: 4px;
}

.course-content-list {
  margin: 0 0 30px;
  list-style: none;
  padding-left: 0;
}

.course-content-list li {
  margin-bottom: 10px;
}

.course-content-list li .item-meta.duration {
  color: #4f4f4f;
  font-weight: 500;
  margin-right: 8px;
}

.course-content-list li .goto-link {
  background-color: #033f87;
  color: #fff;
  padding: 5px 15px;
  border-radius: 2px;
  margin-right: 15px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.course-content-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px;
  background-color: #f7f7f7;
  color: #000;
  font-size: 18px;
  border: 1px solid #e6e6e6;
}

@media only screen and (min-width: 581px) {
  .course-content-list li a .item-name {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
  }
}

@media only screen and (max-width: 580px) {
  .course-content-list li a .item-name {
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}

.course-content-list li a:hover .goto-link {
  background-color: #febc34;
}

.related-courses {
  margin-top: 20px;
}

.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  font-size: 14px !important;
  width: 83px;
}

.star-rating:before {
  content: "\e800\e800\e800\e800\e800";
  font-family: "fontello";
  opacity: 0.25;
  color: #aaaaaa;
  letter-spacing: 3px;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  font-size: 14px !important;
}

.star-rating span {
  font-size: 14px !important;
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.star-rating span:before {
  content: "\e800\e800\e800\e800\e800";
  font-family: "fontello";
  letter-spacing: 3px;
  top: 0;
  position: absolute;
  left: 0;
  color: #febd69;
  font-size: 14px !important;
}

.sidebar.course-info .courses-information-block {
  background: white;
  border-radius: 0 0 10px 10px;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
  -webkit-box-shadow: 0 7px 22px #f2f0f0;
  box-shadow: 0 7px 22px #f2f0f0;
}

.sidebar.course-info .courses-information-block h3 {
  display: inline-block;
  width: 100%;
  padding: 10px 15px;
  background-color: #febc34;
  border-radius: 10px 10px 0 0;
  color: white;
  font-size: 17px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  margin-top: 0;
}

.sidebar.course-info .courses-information-block ul {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 25px;
}

.sidebar.course-info .courses-information-block ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ececec;
}

.sidebar.course-info .courses-information-block ul li:nth-last-child(1) {
  border-bottom: 0;
  margin-bottom: 0px;
}

.sidebar.course-info .courses-information-block ul li span.lt {
  font-size: 15px;
  padding-left: 25px;
  position: relative;
  color: #222e3c;
}

.sidebar.course-info .courses-information-block ul li span.lt i {
  position: absolute;
  left: 0;
  color: #033f87;
  top: 3px;
}

.sidebar.course-info .courses-information-block ul li span.rt {
  font-size: 15px;
  color: #8d9297;
}

.sidebar.course-info .courses-information-block ul.topic-list li span {
  max-width: 30%;
}

.sidebar.course-info .courses-information-block ul.topic-list li span.lt {
  max-width: 70%;
  padding-left: 0;
}

.sidebar.course-info .courses-information-block.showcase a {
  display: block;
}

.sidebar.course-info .courses-information-block.showcase a:hover {
  opacity: 0.8;
}

.sidebar.course-info .courses-information-block.showcase img {
  width: 100%;
}

.review-form-block .form-field {
  margin-bottom: 25px;
}

.review-form-block .form-input {
  height: 47px;
  padding: 10px 20px;
  color: #666666;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: border-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.review-form-block .form-input.textarea-input {
  height: 175px;
}

.review-form-block .button {
  background-color: #033f87;
  height: 45px;
  color: #fff;
}

/* ==================== About Page ================= */
.about-features {
  padding: 40px 0px 90px;
}

@media only screen and (max-width: 992px) {
  .about-features {
    text-align: center;
    padding: 20px 0px 50px;
  }
}

.about-features h3 {
  font-size: 54px;
  color: #cecece;
  font-family: "Jost", sans-serif;
  font-weight: 400;
}

.about-features h4 {
  font-family: "Jost", sans-serif;
  font-size: 26px;
  color: #222e3c;
  display: inline-block;
  font-weight: 400;
}

.about-features p {
  font-size: 16px;
  font-weight: 300;
}

.intro {
  background: #fff !important;
  padding: 80px 0px !important;
}

.intro h2 {
  font-family: "Jost", sans-serif;
}

.intro a {
  margin-top: 25px;
  display: inline-block;
  text-transform: uppercase;
  color: #7a7a7a;
  border-bottom: 1px solid #7a7a7a;
  padding-bottom: 3px;
}

.intro a:hover {
  color: #febc34;
  border-color: #febc34;
}

.content-block {
  padding: 30px 0;
  background-color: #fff;
  background-position: left center, right center;
  background-repeat: no-repeat;
  background-size: 55%, 55%;
  min-height: 300px;
}

@media only screen and (max-width: 1200px) {
  .content-block {
    background-size: 66%, 66%;
  }
}

@media only screen and (min-width: 1600px) {
  .content-block {
    background-size: 50%, 50%;
    padding: 60px 0;
    min-height: 450px;
  }
}

@media only screen and (max-width: 992px) {
  .content-block {
    background-size: cover, 0;
  }
}

.content-block .image-block {
  margin-bottom: 25px;
}

@media only screen and (min-width: 992px) {
  .content-block .image-block {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .content-block .pr-10 {
    padding-right: 10%;
  }
}

@media only screen and (min-width: 1200px) {
  .content-block .pl-10 {
    padding-left: 10%;
  }
}

.content-block h3 {
  color: #fff;
  font-size: 32px;
}

.content-block p {
  color: #fff;
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 18px;
}

.content-block.vision {
  background-position: right center, left center;
}

@media only screen and (max-width: 1200px) {
  .content-block.vision {
    background-size: 66%, 66%;
  }
}

@media only screen and (max-width: 992px) {
  .content-block.vision {
    background-size: cover, 0;
  }
}

/* ================= contact page ================= */
.contact-form-holder {
  padding: 90px 0;
}

.address-section {
  padding: 75px 0 0;
}

.address-section h5 {
  color: #033f87;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05px;
  font-size: 18px;
  text-transform: uppercase;
}

.address-section h3 {
  font-family: "Jost", sans-serif;
  font-size: 32px;
  color: #222e3c;
  font-weight: 400;
}

.address-section p {
  color: #7a7a7a;
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 18px;
}

.address-section .address-block {
  -webkit-box-shadow: 0px 0 20px rgba(210, 210, 210, 0.45);
  box-shadow: 0px 0 20px rgba(210, 210, 210, 0.45);
  padding: 40px 15px;
  border-radius: 10px;
  position: relative;
  text-align: center;
  min-height: 220px;
  margin-top: 45px;
}

@media only screen and (max-width: 1200px) {
  .address-section .address-block {
    min-height: 250px;
  }
}

.address-section .address-block i img {
  width: 40px;
}

.address-section .address-block h5 {
  margin-top: 20px;
  margin-bottom: 5px;
}

.address-section .address-block a,
.address-section .address-block p {
  font-size: 20px;
  font-weight: 300;
  color: #7a7a7a;
  font-weight: 300;
  margin-bottom: 15px;
}

.contact-form-holder h3 {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 32px;
  color: #222e3c;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.contact-form-holder h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 16%;
  height: 2px;
  background-color: #033f87;
}

.contact-form-holder p {
  margin-bottom: 25px;
  font-weight: 300;
  font-size: 18px;
}

@media only screen and (max-width: 768px) {
  .contact-form {
    margin-bottom: 25px;
  }
}

.contact-form .form-field {
  margin-bottom: 32px;
}

.contact-form .form-field .form-input {
  height: 43px;
  padding: 10px 20px;
  color: #666666;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}

.contact-form .form-field .textarea-field {
  height: 120px;
}

.contact-form .button {
  background-color: #033f87;
  color: #fff;
  height: 50px;
  text-transform: uppercase;
  min-width: 195px;
  border-radius: 0;
  text-align: center;
}

.contact-form .button:hover {
  background-color: #febc34;
}

.google-map {
  width: 100%;
  min-height: 450px;
}
/*# sourceMappingURL=styles.css.map */
