@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 56.25%;
  word-wrap: break-word;
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  html {
    font-size: 62.5%;
  }
}
body {
  font-family: "Mulish", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  color: #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.6rem;
  overflow-x: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
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,
a:active,
a:hover,
a:focus {
  outline: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
dfn {
  font-style: italic;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  margin-top: 30px;
  margin-bottom: 35px;
  border-width: 0;
  border-top: 1px solid #e1e1e1;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 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-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: transparent;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 1 !important;
}
:-moz-placeholder {
  color: inherit;
  opacity: 1;
}
::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
:-ms-input-placeholder {
  color: inherit;
}
.container {
  position: relative;
  width: 100%;
  max-width: 144rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2rem;
}

.container-sm {
  max-width: 106rem;
}
.container::after {
  content: "";
  display: table;
  clear: both;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
strong {
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 2rem;
  font-weight: 600;
}
p {
  margin-bottom: 2rem;
}
ul {
  padding-left: 4rem;
}
.none {
  display: none;
}

/*----------start heading---------*/
h1,
.title h2 {
  font-size: 3.4rem;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.2;
}
.title {
  margin-bottom: 5rem;
}
.title-center {
  text-align: center;
}
.title-mb {
  margin-bottom: 8rem;
}
.date {
  margin-top: 1rem;
  display: block;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  h1,
  .title h2 {
    font-size: 4rem;
  }
}
/*----------end heading---------*/
/*----------start btns---------*/

.btn {
  display: inline-block;
  padding: 1.4rem 2.7rem;
  border-radius: 4px;
  font-weight: 600;
}
.btn-primary {
  background-color: #457c9d;
  border-top-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  color: #fff;
}
.btn-primary:hover {
  background-color: #fdf9de;
  color: #333;
}
.btn-secondary {
  background-color: #fff;
  color: #333;
  border-top-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
.btn-secondary:hover {
  background-color: #457c9d;
  color: #fff;
}
.btn-sm {
  padding: 1rem 2rem;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .btn {
    padding: 2rem 4rem;
  }
}
/*----------end btns---------*/
/*----------start space---------*/
.space {
  padding: 6rem 0;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .space {
    padding: 12rem 0;
  }
}
/*----------end space---------*/
/*----------start svg---------*/
.white-svg {
  fill: #fff;
}
/*----------end svg---------*/

/*----------start header---------*/
/*----------top header---------*/
.top-header {
  background-color: #457c9d;
  color: #fff;
  font-size: 1.4rem;
  padding: 1rem 0;
}
.top-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-header a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 2rem;
}
.top-header span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.social {
  margin-left: auto;
}
.top-header svg {
  width: 1.5rem;
  height: 1.5rem;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 1rem;
  display: inline-block;
}
.social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.social svg {
  width: 3rem;
  height: 3rem;
  margin: 0;
}
.top-header a span {
  display: none;
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .top-header a span {
    display: inline-block;
  }
}
/*----------bottom header---------*/
.bottom-header {
  position: relative;
  width: 100%;
  background-color: #fff;
  z-index: 10;
}
.bottom-header ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.bottom-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-logo img {
  display: block;
  width: 8rem;
}
header.scrolled .bottom-header {
  position: fixed;
  left: 0;
  top: 0;
  -webkit-box-shadow: 0 0 16px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 16px 3px rgba(0, 0, 0, 0.05);
}
/*----------navigation---------*/
nav {
  position: fixed;
  top: 0;
  right: 0;
  min-height: 100vh;
  height: 100%;
  width: 32rem;
  background-color: #fff;
  padding-top: 7rem;
  overflow-y: auto;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
nav.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
nav li {
  display: block;
}
nav li a {
  display: block;
  padding: 1rem 2rem;
  font-weight: 600;
}
nav li a:hover,
nav li a.mslc {
  color: #457c9d;
}
.menu-close {
  display: block;
  font-size: 4rem;
  font-weight: 400;
  line-height: 0;
  outline: none;
  position: absolute;
  top: 3rem;
  right: 2rem;
  cursor: pointer;
}
.menu-toggle {
  margin-left: auto;
  cursor: pointer;
}
.menu-toggle svg {
  display: block;
  width: 3rem;
}

@media only screen and (min-width: 56.3125em) {
  /*901px*/
  nav {
    margin-left: auto;
    position: static;
    top: auto;
    right: auto;
    min-height: auto;
    height: auto;
    overflow-y: auto;
    width: auto;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    padding-top: 0;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  nav li {
    display: inline-block;
  }
  nav li a {
    display: inline-block;
  }
  .menu-toggle,
  .menu-close {
    display: none;
  }
}
/*----------end header---------*/
/*----------start homepage---------*/
/*----------hero---------*/
.hero {
  position: relative;
  color: #fff;
  display: block;
  width: 100%;
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.hero img {
  display: block;
  width: 100%;
  height: 50rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero-text {
  position: absolute;
  max-width: 60rem;
  width: 100%;
  left: 50%;
  top: 40%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
}
.hero-text h1 {
  color: #fff;
  font-size: 3.6rem;
  font-weight: 300;
  margin-bottom: 2rem;
}
.hero-text h4 {
  color: #fff;
  font-weight: 300;
  font-size: 1.7rem;
}
.hero-btns {
  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;
  margin-top: 2rem;
}
.hero-btns a:first-child {
  margin-right: 3rem;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .hero-text h1 {
    font-size: 4rem;
    margin-bottom: 4rem;
  }
  .hero-btns {
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .hero-text h1 {
    font-size: 5rem;
  }
  .hero-text {
    top: 50%;
  }
}
/*----------eu top & bottom---------*/

.eu-icon {
  position: absolute;
  top: -11rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  z-index: 3;
  width: 13rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2.6rem;
  border-radius: 1rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.eu-text {
  padding: 5rem 0;
  width: 100%;
}
.eu-bottom {
  text-align: center;
}
.eu-bottom .container {
  max-width: 60rem;
}
.eu-imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 5rem;
}
.eu-bottom a {
  text-decoration: underline;
}
.eu-imgs img {
  display: block;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .eu-imgs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    /*justify-content: space-between;*/
  }
  .eu-imgs img {
    width: 30%;
    height: 12rem;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .eu-icon {
    top: -15rem;
    width: 16rem;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
/*----------about---------*/
.about {
  background-image: url(../images/svg/palette-bg.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 40rem;
  background-color: #eff4f7;
  background-repeat: repeat-x;
}
.about .container {
  max-width: 120rem;
}
.about-text {
  text-align: center;
}
.text-columns {
  margin-top: 5rem;
}
.text-columns ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.text-columns ul li {
  position: relative;
  padding-left: 4rem;
  margin-bottom: 2rem;
}
.text-columns ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  background-image: url(../images/svg/list-icon.svg);
  width: 1.8rem;
  height: 1.8rem;
  background-repeat: no-repeat;
  background-size: 1.8rem;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .text-columns ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 5rem;
    -moz-column-gap: 5rem;
    column-gap: 5rem;
    margin-bottom: 50px;
  }
}
/*----------calendar---------*/

.calendar-text {
  width: 100%;
  margin-bottom: 7rem;
}
.calendar-wrapper {
  width: 100%;
}
.fc .fc-button-primary {
  background-color: #457c9d;
  border: 0;
}
.fc .fc-daygrid-day.fc-day-today {
  background-color: #457c9d;
  color: #fff;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .calendar .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .calendar-text {
    width: 30%;
    margin-bottom: 0;
  }
  .calendar-wrapper {
    width: 55%;
    margin-left: auto;
  }
}
/*----------workshops---------*/
.workshops {
  position: relative;
}
.workshops::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 40rem;
  background-image: url(../images/svg/palette-bg.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 40rem;
  background-color: #eff4f7;
  background-repeat: repeat-x;
}

.workshops-wrapper article {
  width: 100%;
  margin-bottom: 3rem;
  border-radius: 2rem;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 4rem;
  -webkit-box-shadow: 0 0 16px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 16px 3px rgba(0, 0, 0, 0.05);
}

.workshops-wrapper article .btn {
  margin-top: auto;
}
.workshops-wrapper article h3 {
  font-size: 2.3rem;
  font-weight: 600;
}
.workshops-wrapper article p {
  margin-bottom: 3rem;
}
@media only screen and (min-width: 33.75em) {
  /*540px*/
  .workshops-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .workshops-wrapper article {
    width: 49%;
    margin-right: 2%;
  }
  .workshops-wrapper article:nth-child(2n + 2) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .workshops-wrapper article {
    width: 32%;
  }
  .workshops-wrapper article:nth-child(2n + 2) {
    margin-right: 2%;
  }
  .workshops-wrapper article:nth-child(3n + 3) {
    margin-right: 0;
  }
}
/*----------banner---------*/
.banner {
  padding: 7rem 0;
  background-color: #457c9d;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  background-position: center;
}
.banner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.banner .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
}
.banner h2 {
  margin: 0;
}
.banner .btn {
  margin-top: 2rem;
  border: 1px solid #fff;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .banner .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .banner .btn {
    margin-left: auto;
    margin-top: 0;
  }
}
/*----------news---------*/

.news-wrapper article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 4rem;
  border-radius: 1rem;
  padding-bottom: 3rem;
  background-color: #eff4f7;
  overflow: hidden;
}

.news-image {
  display: block;
  overflow: hidden;
  margin-bottom: 2.5rem;
}
.news-image img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.news-image:hover img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
.news-wrapper article h3 {
  font-size: 2.4rem;
  margin-bottom: 2rem;
  padding: 0 2rem;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.news-wrapper article h3:hover {
  color: #457c9d;
}
.news-wrapper article p {
  padding: 0 2rem;
  margin-bottom: 3rem;
}
.news-wrapper article .btn {
  margin-top: auto;
  margin-left: 2rem;
  margin-right: 2rem;
}
@media only screen and (min-width: 33.75em) {
  /*540px*/
  .news-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news-wrapper article {
    width: 48.5%;
    margin-right: 3%;
  }
  .news-wrapper article:nth-child(2n + 2) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .news-wrapper article {
    width: 31.3%;
  }
  .news-wrapper article:nth-child(2n + 2) {
    margin-right: 3%;
  }
  .news-wrapper article:nth-child(3n + 3) {
    margin-right: 0;
  }
}
/*----------logos---------*/
.logos {
  padding: 5rem 0 10rem 0;
}
.logos .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.logos img {
  display: block;
  width: 14rem;
}
.logos img:first-child {
  margin-right: 2rem;
}
/*----------end homepage---------*/
/*----------start footer---------*/
footer {
  padding-bottom: 6rem;
}
footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-map,
.footer-facebook,
.footer-text {
  width: 100%;
  text-align: center;
}
.footer-map iframe {
  width: 100%;
  display: block;
}
.footer-facebook {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 4rem 0;
}
.copyright {
  padding: 1rem;
  background-color: #eff4f7;
  font-size: 1.4rem;
  font-weight: 400;
}
.copyright .container {
  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;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  footer {
    padding-bottom: 10rem;
  }
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  footer .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer-map,
  .footer-facebook,
  .footer-text {
    width: 30%;
    text-align: left;
  }
  .footer-facebook {
    padding: 0;
  }
}
/*----------end footer---------*/
/*----------start pages---------*/
.single-text img {
  display: block;
  width: 100%;
  margin: 5rem 0;
}
.single-page .container,
.about-page .container,
.contact-page .container {
  max-width: 100rem;
}

fieldset {
  border: 0;
  margin-bottom: 2rem;
}
label {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
  font-weight: 600;
}
input,
textarea,
select {
  width: 100%;
  display: block;
  border-radius: 4px;
  border: 0;
  border-bottom: 1px solid #e7e7e7;
  padding: 1rem;
  font-style: italic;
}
input:focus,
textarea:focus,
select:focus {
  border-color: #457c9d;
}
button {
  border: 0;
}
.btn-wrap {
  margin-top: 5rem;
}
label.check-wrapper {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: none;
}
.check-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.check-wrapper input:checked ~ .checkmark:after {
  display: block;
}
.check-wrapper .checkmark::after {
  left: 0.4rem;
  top: 0.2rem;
  width: 0.5rem;
  height: 1rem;
  border: solid #484848;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/*----------end pages---------*/
