/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0 0 0.67em;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bold;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}


/*====================================*/
/*Custom Stiles*/
/*====================================*/

/*grid system*/
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
@media (min-width: 1680px) {
  .container {
    max-width: 1620px; } }

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

.row {
  display: flex;
  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%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 480px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .offset-sm-1 {
    margin-left: 8.3333333333%; }

  .offset-sm-2 {
    margin-left: 16.6666666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.3333333333%; }

  .offset-sm-5 {
    margin-left: 41.6666666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.3333333333%; }

  .offset-sm-8 {
    margin-left: 66.6666666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.3333333333%; }

  .offset-sm-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 740px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.3333333333%; }

  .offset-md-2 {
    margin-left: 16.6666666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.3333333333%; }

  .offset-md-5 {
    margin-left: 41.6666666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.3333333333%; }

  .offset-md-8 {
    margin-left: 66.6666666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.3333333333%; }

  .offset-md-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1148px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.3333333333%; }

  .offset-lg-2 {
    margin-left: 16.6666666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.3333333333%; }

  .offset-lg-5 {
    margin-left: 41.6666666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.3333333333%; }

  .offset-lg-8 {
    margin-left: 66.6666666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.3333333333%; }

  .offset-lg-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1680px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.3333333333%; }

  .offset-xl-2 {
    margin-left: 16.6666666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.3333333333%; }

  .offset-xl-5 {
    margin-left: 41.6666666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.3333333333%; }

  .offset-xl-8 {
    margin-left: 66.6666666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.3333333333%; }

  .offset-xl-11 {
    margin-left: 91.6666666667%; } }
.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

/*general*/

html{
  font-size: 14px;
}

body{
  font-family: Didact Gothic;
  overflow-x: hidden;
}

h2,h3,h4,h5, h6, p{
  margin-top: 0;
}

h4{
  font-weight: normal;
}

img{
  max-width: 100%;
  height: auto;
}

a{
  color: #23527c;
  text-decoration: none;
  transition: all 0.3s;
}

p, li {
  letter-spacing: 0.5px;
  line-height: 1.7;
}

a:hover{
  opacity: 0.65;
}

.pt-1{
  padding-top: 1rem;
}

.pt-2{
  padding-top: 2rem;
}

.pt-3{
  padding-top: 3rem;
}

.pt-4{
  padding-top: 4rem;
}

.pt-5{
  padding-top: 5rem;
}

.pt-6{
  padding-top: 6rem;
}

.pt-8{
  padding-top: 8rem;
}

.pb-1{
   padding-bottom: 1rem;
 }

.pb-2{
  padding-bottom: 2rem;
}

.pb-3{
  padding-bottom: 3rem;
}

.pb-4{
  padding-bottom: 4rem;
}

.pb-5{
  padding-bottom: 5rem;
}

.pb-6{
  padding-bottom: 6rem;
}

.pb-8{
  padding-bottom: 8rem;
}

.mb-1{
  margin-bottom: 1rem;
}

.mb-2{
  margin-bottom: 2rem;
}

.mb-3{
  margin-bottom: 3rem;
}

.mb-4{
  margin-bottom: 4rem;
}

.mb-6{
  margin-bottom: 6rem;
}

.mb-8{
  margin-bottom: 8rem;
}

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

.a-wrapper{
  max-width: 100%;
  width: 1200px;
}

.a-title{
  font-family: 'Poppins',sans-serif;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.a-subtitle{
  font-family: 'Poppins',sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
}

.a-content-text{
  font-family: 'Poppins',sans-serif;
  font-size: 1.1rem;
  line-height: 1.6;
}

.a-full-width{
  width: 100%;
}

.a-white-color{
  color: white;
}

.a-links-box {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.a-links-box .a-header {
  padding: 15px;
}

.a-links-box .a-content {
  background: #E6F2FF;
  border: 3px solid #99CCFF;
  opacity: 0.5;
  padding: 0;
  list-style-type: none;
  margin: 0;
}

.a-links-box .a-content li {
  border: 1px solid #99CCFF;
}


/*
.a-links-box{
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.a-links-box .a-header{
  padding: 15px;
}

.a-links-box .a-content{
  background: #E6F2FF;
  border: 3px solid #99CCFF;
  opacity: 0.5;
  padding: 0;
  list-style-type: none;
  margin: 0;
}

.a-links-box .a-content li{
  border: 1px solid #99CCFF;
}

*/

/*header*/
.a-main-header{
  font-family: 'Poppins', sans-serif;
}

.a-nav-bar{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding-top: 10px;
  padding-bottom: 8px;
  justify-content: space-between;
}

.a-main-nav{
  position: fixed;
  background-color: #fff;
  width: 280px;
  height: 100%;
  top: 0;
  right: -100%;
  transition: right 0.5s;
  z-index: 1000;
  padding: 8px 32px;
}

.a-nav-bar.a-menu-open .a-main-nav{
  right: 0;
}

.a-nav-bar .a-overlay{
  display: none;
}

.a-nav-bar.a-menu-open .a-overlay{
  content: "";
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,0.3);
  z-index: 999;
}

.a-nav-bar .a-logo{
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  max-width: calc(100% - 65px);
  margin-right: 15px;
  position: relative;
  padding-left: 55px;
}

.a-nav-bar .a-logo img{
  height: 50px;
  width: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.a-main-nav ul{
  list-style: none;
  padding: 0 0 0 40px;
  margin: 20px 0 0 0;
}

.a-main-nav ul li:not(:last-of-type){
  display: block;
  margin-bottom: 15px;
}

.a-main-nav ul li.has-children > ul{
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.35s;
}

@media screen and (max-width: 1148px){
  .a-main-nav ul li.has-children.submenu-open > ul{
    max-height: 400px;
    padding: 8px 0 0 10px;
  }
}



.a-main-nav .has-children > *{
  font-size: inherit;
  font-weight: bold;
  padding-right: 30px;
  position: relative;
  margin: 0;
}

.a-main-nav .has-children > *:not(ul):after{
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid black;
  border-right: 2px solid black;
  transform: rotate(45deg);
}

.a-main-nav a{
  color: #010101;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: bold;
}

.a-btn-menu{
  position: relative;
  width: 40px;
  height: 50px;
}

.a-btn-menu .h-line{
  position: absolute;
  width: 75%;
  height: 2px;
  background-color: #232323;
  left: 0;
  right: 0;
  margin: auto;
  transition: all, 0.35s;
}

.a-btn-menu .h-line:nth-of-type(1){
  top: 30%;
}

.a-btn-menu .h-line:nth-of-type(2){
  top: 0;
  bottom: 0;
}

.a-btn-menu .h-line:nth-of-type(3){
  bottom: 30%;
}

.a-nav-bar.a-menu-open .a-btn-menu .h-line:nth-of-type(1){
  top: 0;
  bottom: 0;
  transform: rotate(135deg);
}

.a-nav-bar.a-menu-open .a-btn-menu .h-line:nth-of-type(2){
  transform: scale(0);
}

.a-nav-bar.a-menu-open .a-btn-menu .h-line:nth-of-type(3){
  top: 0;
  bottom: 0;
  transform: rotate(-135deg);
}

/*main*/
.a-bg-image{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.a-bg-image .a-overlay-img{
  position: absolute;
  top: 0;
  left: -50%;
  /*margin-left: -50%;*/
  transform: translate(50%, 0);
}

.a-bg-overlay > *{
  position: relative;
}

.a-bg-overlay:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0.5;
}

.a-bg-overlay--darker:before{
  background-color: #767676;
}

.a-white-transparent{
  color: #000;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 2rem 8px 8px;
  font-size: 1.1rem;
}

.a-rounded{
  border-radius: 25px;
}

.a-btn{
  padding: 10px 30px;
  border-radius: 0px;
  font-family: 'Poppins',sans-serif;
  font-size: 1.1rem;
  line-height: 1.6;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  margin: .4rem .8rem;
  word-break: break-word;
  letter-spacing: 1px;
}

.slide-btn{
  border: 2px solid #7d5bd9;
  background-color: #7d5bd9;
  color: #ffffff;
  position: relative;
}

.slide-btn span{
  position: relative;
  z-index: 2;
}

.slide-btn:before{
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background-color: white;
  transition: width 0.35s;
}

.slide-btn:hover{
  color: #7d5bd9;
  opacity: 1;
}

.slide-btn:hover:before{
  width: 100%;
}

.a-btn-block .slide-btn{
  width: 100%;
  margin: 0;
}

.a-model-item{
  position: relative;
  overflow: hidden;
  padding-bottom: 170%;
}

.a-model-item img{
  display: block;
  min-width: 100%;
  min-height: 100%;
  -webkit-filter: blur(8px);
  filter: blur(8px);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}

.a-model-item .a-capture{
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  font-size: 1.1rem;
  line-height: 1.6;
  bottom: 0;
  left: 0;
  color: white;
  padding: .5rem;
  min-height: 40%;
  width: 100%;
  transition: all 0.35s;
  font-family: 'Poppins', sans-serif;
  text-align: center;
}

.a-model-item:hover .a-capture{
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.a-model-item .a-capture *{
  margin: 0 0 .5rem 0;
}

.a-model-item .a-capture *:last-child{
margin: 0;
}

.a-model-item .a-link{
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/* The animation code */
@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.a-box-top{
  padding: 3rem 3rem 1rem 3rem;
  animation: blinker 2s linear infinite;

}

.a-box-bottom{
  padding: 1rem 0 3rem 0;
}

.a-breadcrumb{
  position: absolute;
  top: -3em;
  left: 15px;
  padding: 8px 30px 8px 15px;
  background-color: rgba(255,255,255,0.5);
  font-size: 1.2rem;
  border-radius: 15px 0;
  border-bottom: 2px solid black;
}


/*footer*/
.a-main-footer{
  background-color: black;
  color: white;
  padding: 2rem 0;
  text-align: center;
}

.a-footer-menu{
  font-size: 1.1rem;
}

.a-footer-menu ul{
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem 0;
}

.a-footer-menu ul li{
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}

.a-footer-menu ul li:last-of-type{
  margin-right: 0;
}

.a-footer-menu ul a{
  font-weight: 700;
  font-family: 'Poppins',sans-serif;
  color: white;
}


/*=================*/
/*responsive*/
/*=================*/

@media screen and (min-width: 460px){
  html{
    font-size: 16px;
  }
}

@media screen and (min-width: 960px){
  .a-title{
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 1148px){
  .a-nav-bar.a-menu-open .a-overlay{
    display: none;
  }
  .a-btn-menu{
    display: none;
  }

  .a-nav-bar .a-logo{
    max-width: 250px;
  }

  .a-main-nav {
    position: relative;
    width: auto;
    height: 100%;
    right: 0;
    padding: 8px 32px;
    padding: 8px 0 0;
  }

  .a-main-nav ul{
    margin: 0;
  }

  .a-main-nav ul li{
    display: inline-block;
  }

  .a-main-nav ul li:not(:last-of-type){
    display: inline-block;
    margin-bottom: 0;
    margin-right: 8px;
  }

  .a-box-bottom{
    padding-left: 3rem;
    padding-right: 3rem;
    background-color: rgba(255, 255, 255, 0.5);
  }

  .a-main-nav ul li.has-children{
    position: relative;
  }

  .a-main-nav ul li.has-children > ul{
    position: absolute;
    left: 0;
    top: 100%;
    background-color: white;
    box-shadow: 0 0 2px 0px black;
    padding: 10px;
    min-width: 220px;
    opacity: 0;
    transition: all 0.2s;
  }

  .a-main-nav ul li.has-children > ul li{
    display: block;
    margin-right: 0;
  }

  .a-main-nav ul li.has-children:hover > ul{
    max-height: 400px;
    opacity: 1;
  }
}
