/*! 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.67em 0; }

/* 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 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 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; }

/* Colors */
body {
  overflow-x: hidden; }

p {
  color: #232323; }

a {
  text-decoration: none;
  color: #000; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0; }

/* Links
  ------------------------------------  */
/* Selection colors (easy to forget)
  ------------------------------------  */
/* Basic Styles
  ------------------------------------  */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative; }

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

body {
  font-size: 14px;
  line-height: 1.6;
  font-family: 'lato' !important;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

ul, ol {
  padding: 0;
  margin: 0; }

ul {
  list-style: none; }

.main-row {
  padding-top: 100px; }

.row {
  margin-top: 100px; }

section {
  margin-top: -80px; }

.italic {
  font-family: 'Barlow', sans-serif; }

.hairline {
  font-family: 'Barlow', sans-serif; }

.bold {
  font-family: 'Barlow', sans-serif; }

.light {
  font-family: 'Barlow', sans-serif; }

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.fadeIn {
  opacity: 1 !important; }

.fadeOut {
  opacity: 0 !important; }

.underline {
  position: relative; }
  .underline:before {
    content: '';
    position: absolute;
    z-index: 9;
    left: 0;
    top: 70%;
    -webkit-transform: translateY(209%);
            transform: translateY(209%);
    height: 12%;
    width: 100%;
    background: #ffed00;
    background-repeat: no-repeat;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

fieldset {
  padding: 0;
  margin: 0;
  border: none; }

.link-color-switch {
  color: #000 !important; }

.go-up {
  position: fixed;
  width: 50px;
  height: 50px;
  line-height: 50px;
  opacity: 0;
  z-index: -9;
  background: #FFF;
  color: #000;
  bottom: 100px;
  border: 3px solid #000;
  cursor: pointer;
  z-index: 99999999;
  right: 50px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: .1s;
  transition: .1s; }
  .go-up i {
    font-size: 2em; }
  .go-up:hover {
    background: #000;
    color: #FFF; }

.subs {
  margin-bottom: 137px; }

nav {
  position: fixed;
  z-index: 9999 !important;
  top: 0;
  width: 100%;
  height: 56px;
  box-shadow: -4px 0 40px 0 rgba(0, 0, 0, 0.43);
  background: #FFF;
  line-height: 56px; }
  nav ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: space-evenly;
            justify-content: space-evenly; }
    nav ul li {
      -webkit-transition: .3s;
      transition: .3s; }
      nav ul li a {
        font-size: 1.2em;
        font-weight: bold;
        -webkit-transition: .3s;
        transition: .3s; }
        nav ul li a:not(.contactlink):hover {
          color: #0287b1;
          border-bottom: 3px solid #0287b1; }
      nav ul li:not(.contactlink):hover {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }

main {
  padding-top: 3%; }
  main header {
    height: 550px;
    position: relative;
    background: #0287b1;
    padding-top: 30px;
    padding-bottom: 30px; }
    main header .waves {
      position: absolute;
      bottom: -20px;
      left: 0;
      right: 0; }
      main header .waves img {
        width: 100%; }
    main header .book-holder {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
              justify-content: space-between; }
      main header .book-holder .book-main {
        margin-top: 30px; }
      main header .book-holder .book-main, main header .book-holder .text-main {
        flex-basis: 50%; }
      main header .book-holder .text-main h1, main header .book-holder .text-main h2, main header .book-holder .text-main p {
        color: #FFF; }
      main header .book-holder .text-main h1 {
        font-size: 2em; }
      main header .book-holder .text-main h2 {
        font-size: 1.5em; }
      main header .book-holder .text-main p {
        font-size: 1.1em;
        font-weight: bold;
        word-spacing: 4px;
        color: #FFF; }
      main header .book-holder .text-main button {
        -webkit-transition: .3s;
        transition: .3s;
        border: none;
        padding: 10px;
        width: 162px;
        height: 50px;
        border-radius: 30px;
        font-size: 1.3em;
        background: #FFF;
        outline: none;
        cursor: pointer;
        font-weight: bold;
        margin-top: 10px; }
        main header .book-holder .text-main button:hover {
          -webkit-transform: scale(1.05);
                  transform: scale(1.05); }
      main header .book-holder .book-main img {
        max-width: 100%; }
      main header .book-holder .book-main .book-wrap {
        margin: 0 auto 10px;
        max-width: 271px;
        position: relative;
        z-index: 10; }
      main header .book-holder .book-main .book {
        background: #fff;
        margin: 0 20px;
        border-radius: 3px;
        position: relative;
        cursor: pointer;
        -webkit-perspective: 3000px;
        perspective: 3000px; }
      main header .book-holder .book-main .book img {
        display: block;
        border-radius: 3px;
        -webkit-backface-visibility: hidden; }
      main header .book-holder .book-main .book .cover {
        position: relative;
        outline: 1px solid transparent;
        -webkit-backface-visibility: hidden;
        -webkit-transform-origin: 0 50% 0;
        transform-origin: 0 50% 0;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease; }
      main header .book-holder .book-main .book .edge {
        background: rgba(0, 0, 0, 0.05);
        position: absolute;
        top: 0;
        left: 0;
        width: 15px;
        height: 100%; }
      main header .book-holder .book-main .book .edge-border {
        width: 0;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        border-left: 1px solid rgba(255, 255, 255, 0.2);
        border-right: 1px solid rgba(0, 0, 0, 0.2); }
      main header .book-holder .book-main .book .border {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 3px;
        display: block; }
      main header .book-holder .book-main .book .peek {
        position: absolute;
        bottom: -55px;
        right: 0;
        opacity: 0;
        width: 100%;
        text-align: center; }
      main header .book-holder .book-main .book .peek span {
        background: rgba(0, 0, 0, 0.1);
        padding: 5px 20px;
        border-radius: 15px;
        display: inline-block; }
      main header .book-holder .book-main .book .body {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 3px;
        background: #fff;
        box-shadow: white 0 0, #e6e6e6 1px 1px, #e6e6e6 2px 2px, #d2d2d2 4px 4px, #d2d2d2 5px 5px, #c3c3c3 7px 7px, #c3c3c3 8px 8px; }
      main header .book-holder .book-main .book .shadow {
        position: absolute;
        top: 0;
        left: 6px;
        width: 100%;
        height: 100%;
        border-radius: 3px;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
        box-shadow: rgba(0, 0, 0, 0.04) -16px 8px, rgba(0, 0, 0, 0.04) -14px 8px, rgba(0, 0, 0, 0.04) -12px 8px, rgba(0, 0, 0, 0.04) -10px 8px, rgba(0, 0, 0, 0.04) -8px 8px, rgba(0, 0, 0, 0.04) -6px 8px, rgba(0, 0, 0, 0.04) -4px 8px, rgba(0, 0, 0, 0.04) -2px 8px; }
      main header .book-holder .book-main .book .badge {
        width: 80px;
        height: 80px;
        background: #eb3d00;
        position: absolute;
        top: -20px;
        left: -20px;
        border-radius: 100%;
        text-align: center;
        padding: 15px;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 2px;
        font-size: 14px;
        line-height: 1.5em;
        color: #fff;
        -webkit-transform: rotateZ(-30deg);
        transform: rotateZ(-30deg); }
      main header .book-holder .book-main .element-light .book .body {
        box-shadow: white 0 0, gainsboro 1px 1px, gainsboro 2px 2px, #e6e6e6 4px 4px, #e6e6e6 5px 5px, #c8c8c8 7px 7px, #c8c8c8 8px 8px; }
      main header .book-holder .book-main .element-light .shadow {
        position: absolute;
        top: 0;
        left: 6px;
        width: 100%;
        height: 100%;
        border-radius: 3px;
        box-shadow: rgba(0, 0, 0, 0.04) -16px 8px, rgba(0, 0, 0, 0.04) -14px 8px, rgba(0, 0, 0, 0.04) -12px 8px, rgba(0, 0, 0, 0.04) -10px 8px, rgba(0, 0, 0, 0.04) -8px 8px, rgba(0, 0, 0, 0.04) -6px 8px, rgba(0, 0, 0, 0.04) -4px 8px, rgba(0, 0, 0, 0.04) -2px 8px, rgba(0, 0, 0, 0.04) 0px 8px, rgba(0, 0, 0, 0.04) 2px 8px, rgba(0, 0, 0, 0.04) 4px 8px; }
      main header .book-holder .book-main .mini-book {
        background: #fff;
        margin: 0;
        border-radius: 3px;
        position: relative;
        cursor: pointer;
        -webkit-perspective: 3000px;
        perspective: 3000px; }
      main header .book-holder .book-main .mini-book img {
        display: block;
        border-radius: 3px; }
      main header .book-holder .book-main .mini-book .cover {
        position: relative;
        outline: 1px solid transparent;
        -webkit-backface-visibility: hidden;
        -webkit-transform-origin: 0 50% 0;
        transform-origin: 0 50% 0;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease; }
      main header .book-holder .book-main .mini-book .edge {
        background: rgba(0, 0, 0, 0.05);
        position: absolute;
        top: 0;
        left: 0;
        width: 15px;
        height: 100%; }
      main header .book-holder .book-main .mini-book .edge-border {
        width: 0;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        border-left: 1px solid rgba(255, 255, 255, 0.2);
        border-right: 1px solid rgba(0, 0, 0, 0.2); }
      main header .book-holder .book-main .mini-book .border {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 3px;
        display: block; }
      main header .book-holder .book-main .mini-book .body {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 3px;
        background: #fff;
        box-shadow: white 0 0, #e6e6e6 1px 1px, #e6e6e6 2px 2px, #e1e1e1 4px 4px, #e1e1e1 5px 5px; }
      main header .book-holder .book-main .mini-book .shadow {
        position: absolute;
        top: 0;
        left: 6px;
        width: 100%;
        height: 100%;
        border-radius: 3px;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
        box-shadow: rgba(0, 0, 0, 0.04) -10px 5px, rgba(0, 0, 0, 0.04) -8px 5px, rgba(0, 0, 0, 0.04) -6px 5px, rgba(0, 0, 0, 0.04) -4px 5px, rgba(0, 0, 0, 0.04) -2px 5px; }
      main header .book-holder .book-main .book-card {
        text-align: center;
        padding: 10px 10px; }
      main header .book-holder .book-main .book-card .book-title {
        margin: 20px 0 0 0;
        text-align: center;
        font-size: 22px;
        line-height: 1.5em; }
      main header .book-holder .book-main .book-card .book-title a {
        color: #555; }
      main header .book-holder .book-main .book-card .price {
        display: inline-block;
        background: #eee;
        margin: 10px 0 0 0;
        padding: 4px 10px;
        border: 1px solid #eaeaea; }
      main header .book-holder .book-main .element-light .book-card .book-title a {
        color: #fff; }
      main header .book-holder .book-main .element-light .book-card .price {
        background: transparent;
        border: 1px solid #fff; }
      main header .book-holder .book-main #nprogress .spinner {
        display: none; }
@-webkit-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }
@keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
      main header .book-holder .book-main .accent-line {
        width: 100px;
        height: 1px;
        background: #bc0054;
        position: absolute;
        bottom: 0;
        left: 0; }
      main header .book-holder .book-main .grey-line {
        width: 100%;
        height: 1px;
        background: rgba(0, 0, 0, 0.05);
        position: absolute;
        bottom: 0;
        left: 0; }
      @media only screen and (min-width: 40.063em) {
        main header .book-holder .book-main .col {
          margin: 0; }
        main header .book-holder .book-main #content > section {
          padding: 45px 0; }
        main header .book-holder .book-main #content .bottom-shadow:after {
          content: '';
          display: block;
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 12px;
          background: url(../images/bottom-shadow.png) left top repeat-x; }
        main header .book-holder .book-main .hero .book-slide-wrap {
          padding: 60px 0; } }
      @media only screen and (min-width: 64.063em) {
        main header .book-holder .book-main {
          padding: 0; }
          main header .book-holder .book-main .book:hover .cover, main header .book-holder .book-main .mini-book:hover .cover {
            -webkit-transform: rotateY(-25deg);
            transform: rotateY(-25deg); }
          main header .book-holder .book-main .book:hover .shadow, main header .book-holder .book-main .mini-book:hover .shadow {
            -webkit-transform: translate(-4px, 0);
            transform: translate(-4px, 0); } }

.quote blockquote {
  text-align: center; }
  .quote blockquote p {
    color: #000;
    font-size: 1.7em;
    font-style: italic;
    font-weight: bold; }

.info-wrapper {
  height: 700px;
  -webkit-box-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  background: #0287b1;
  position: relative; }
  .info-wrapper .wrap-holder {
    text-align: center; }
    .info-wrapper .wrap-holder h1 {
      color: #FFF;
      font-size: 2.3em; }
    .info-wrapper .wrap-holder p {
      font-size: 1.5em;
      color: #FFF; }
  .info-wrapper .waves-1,
  .info-wrapper .waves-2 {
    position: absolute;
    top: -2%;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    width: 100% !important;
    left: 0;
    right: 0; }
  .info-wrapper .waves-1 img, .info-wrapper .waves-2 img {
    width: 100% !important; }
  .info-wrapper .waves-2 {
    bottom: 0 !important;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }
    .info-wrapper .waves-2 img {
      position: absolute;
      bottom: -3px; }

/* Info text */
.text-wrapper .help {
  flex-basis: 50% !important; }
  .text-wrapper .help img {
    width: 100% !important;
    border-style: none; }
.text-wrapper .crt {
  margin-left: 15% !important; }
.text-wrapper .text-info:first-child {
  display: -webkit-box;
  display: flex; }
  .text-wrapper .text-info:first-child .row:first-child {
    flex-basis: 54%;
    margin-right: 80px;
    padding: 0px;
    box-shadow: -4px 0 40px 0 rgba(0, 0, 0, 0.15);
    padding: 25px;
    border-radius: 30px; }
    .text-wrapper .text-info:first-child .row:first-child p {
      color: #585858;
      font-size: 1.2em;
      line-height: 2;
      word-spacing: 3px; }
.text-wrapper .text-info:last-child {
  display: -webkit-box;
  display: flex; }
  .text-wrapper .text-info:last-child .row:last-child {
    flex-basis: 54%;
    margin-left: 0;
    padding: 0px;
    box-shadow: -4px 0 40px 0 rgba(0, 0, 0, 0.15);
    padding: 25px;
    border-radius: 30px; }
    .text-wrapper .text-info:last-child .row:last-child p {
      color: #585858;
      font-size: 1.2em;
      line-height: 2;
      word-spacing: 3px; }
  .text-wrapper .text-info:last-child .eureka {
    margin: 0 !important; }
.text-wrapper .text-last {
  display: -webkit-box;
  display: flex; }
  .text-wrapper .text-last .row {
    flex-basis: 100% !important;
    text-align: center;
    margin-left: 0;
    padding: 0px;
    box-shadow: -4px 0 40px 0 rgba(0, 0, 0, 0.15);
    padding: 25px;
    border-radius: 30px; }
    .text-wrapper .text-last .row p {
      color: #585858;
      font-size: 1.2em;
      line-height: 2;
      word-spacing: 3px; }

.testim {
  width: 100%; }

.testim .wrap {
  position: relative;
  width: 100%;
  max-width: 1020px;
  padding: 40px 20px;
  margin: auto; }

.testim .arrow {
  display: block;
  position: absolute;
  color: #000;
  cursor: pointer;
  font-size: 2em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding: 5px;
  z-index: 22222222; }

.testim .arrow:before {
  cursor: pointer; }

.testim .arrow:hover {
  color: #0287b1; }

.testim .arrow.left {
  left: 10px; }

.testim .arrow.right {
  right: 10px; }

.testim .dots {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 60px;
  left: 0;
  display: block;
  z-index: 3333;
  height: 12px; }

.testim .dots .dot {
  list-style-type: none;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #000;
  margin: 0 10px;
  cursor: pointer;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  position: relative; }

.testim .dots .dot.active,
.testim .dots .dot:hover {
  background: #0287b1;
  border-color: #0287b1; }

.testim .dots .dot.active {
  -webkit-animation: testim-scale .5s ease-in-out forwards;
  animation: testim-scale .5s ease-in-out forwards; }

.testim .cont {
  position: relative;
  overflow: hidden; }

.testim .cont > div {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0 70px 0;
  opacity: 0; }

.testim .cont > div.inactive {
  opacity: 1; }

.testim .cont > div.active {
  position: relative;
  opacity: 1; }

.testim .cont div .img img {
  display: block;
  width: 100px;
  height: 100px;
  margin: auto;
  border-radius: 50%; }

.testim .cont div h2 {
  color: #0287b1;
  font-size: 1em;
  margin: 15px 0; }

.testim .cont div p {
  font-size: 1.1em;
  color: #000;
  width: 82%;
  text-align: justify;
  margin: auto;
  line-height: 1.6; }

.testim .cont div.active .img img {
  -webkit-animation: testim-show .5s ease-in-out forwards;
  animation: testim-show .5s ease-in-out forwards; }

.testim .cont div.active h2 {
  -webkit-animation: testim-content-in .4s ease-in-out forwards;
  animation: testim-content-in .4s ease-in-out forwards; }

.testim .cont div.active p {
  -webkit-animation: testim-content-in .5s ease-in-out forwards;
  animation: testim-content-in .5s ease-in-out forwards; }

.testim .cont div.inactive .img img {
  -webkit-animation: testim-hide .5s ease-in-out forwards;
  animation: testim-hide .5s ease-in-out forwards; }

.testim .cont div.inactive h2 {
  -webkit-animation: testim-content-out .4s ease-in-out forwards;
  animation: testim-content-out .4s ease-in-out forwards; }

.testim .cont div.inactive p {
  -webkit-animation: testim-content-out .5s ease-in-out forwards;
  animation: testim-content-out .5s ease-in-out forwards; }

@-webkit-keyframes testim-scale {
  0% {
    box-shadow: 0px 0px 0px 0px #eee; }
  35% {
    box-shadow: 0px 0px 10px 5px #eee; }
  70% {
    box-shadow: 0px 0px 10px 5px #0287b1; }
  100% {
    box-shadow: 0px 0px 0px 0px #0287b1; } }
@keyframes testim-scale {
  0% {
    box-shadow: 0px 0px 0px 0px #eee; }
  35% {
    box-shadow: 0px 0px 10px 5px #eee; }
  70% {
    box-shadow: 0px 0px 10px 5px #0287b1; }
  100% {
    box-shadow: 0px 0px 0px 0px #0287b1; } }
@-webkit-keyframes testim-content-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes testim-content-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@-webkit-keyframes testim-content-out {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }
@keyframes testim-content-out {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); } }
@-webkit-keyframes testim-show {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes testim-show {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }
@-webkit-keyframes testim-hide {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  to {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); } }
@keyframes testim-hide {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  to {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0); } }
@media all and (max-width: 300px) {
  body {
    font-size: 14px; } }
@media all and (max-width: 500px) {
  .testim .arrow {
    font-size: 1.5em; }

  .testim .cont div p {
    line-height: 25px; } }
.contact {
  overflow-x: hidden; }
  .contact form {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
    .contact form select {
      width: 100%;
      padding: 10px; }
    .contact form .first-in {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
              justify-content: space-between; }
    .contact form input {
      width: 100%;
      padding: 10px;
      margin-top: 29px;
      -webkit-transition: .3s;
      transition: .3s;
      border: none;
      font-size: 1.2em;
      border-bottom: 2px solid #0287b1;
      outline: none; }
    .contact form input:focus {
      border-left: 13px solid #0287b1;
      outline: none; }
    .contact form input:first-child {
      margin-right: 40px; }
    .contact form .box {
      width: 300px;
      margin: 60px 0;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      .contact form .box label {
        font-size: 26px;
        color: #4D4D4D;
        position: absolute;
        z-index: 10;
        padding-left: 50px;
        cursor: pointer; }
      .contact form .box input {
        opacity: 0;
        visibility: hidden;
        position: absolute; }
        .contact form .box input:checked ~ .check {
          border-color: #0287b1;
          box-shadow: 0px 0px 0px 15px #0287b1 inset; }
          .contact form .box input:checked ~ .check::after {
            opacity: 1;
            -webkit-transform: scale(1);
                    transform: scale(1); }
      .contact form .box .check {
        width: 30px;
        height: 30px;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
                justify-content: center;
        -webkit-box-align: center;
                align-items: center;
        position: relative;
        border-radius: 100px;
        background-color: #FFF;
        border: 2px solid #0287b1;
        box-shadow: 0px 0px 0px 0px #0287b1 inset;
        -webkit-transition: all 0.15s cubic-bezier(0, 1.05, 0.72, 1.07);
        transition: all 0.15s cubic-bezier(0, 1.05, 0.72, 1.07); }
        .contact form .box .check::after {
          content: '';
          width: 100%;
          height: 100%;
          opacity: 0;
          z-index: 4;
          position: absolute;
          -webkit-transform: scale(0);
                  transform: scale(0);
          background-size: 50%;
          background-image: url("http://moiza.ir/checkmark.svg");
          background-repeat: no-repeat;
          background-position: center;
          -webkit-transition-delay: 0.2s !important;
                  transition-delay: 0.2s !important;
          -webkit-transition: all 0.25s cubic-bezier(0, 1.05, 0.72, 1.07);
          transition: all 0.25s cubic-bezier(0, 1.05, 0.72, 1.07); }
    .contact form button {
      text-transform: none;
      border: none;
      width: 300px;
      padding: 11px;
      font-size: 1.9em;
      font-weight: bold;
      border-radius: 30px;
      background: grey;
      border: 2px solid grey;
      outline: none;
      cursor: pointer;
      color: #FFF;
      -webkit-transition: .3s;
      transition: .3s; }
    .contact form select {
      font-size: 1.4em; }

footer {
  background: #0287b1;
  height: 400px;
  text-align: center;
  position: relative;
  overflow-x: hidden; }
  footer .waves {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    top: -85px;
    z-index: 0;
    position: absolute; }
  footer h3 {
    position: absolute;
    bottom: 0;
    left: 50%;
    font-size: 1.6em;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    color: #FFF; }

/* Responsive */
.menu-btn {
  outline: none;
  border: none;
  font-size: 1.4em;
  padding: 15px;
  background: none;
  cursor: pointer;
  text-align: center;
  width: 100px !important;
  margin: 0 auto;
  display: none; }

@media screen and (max-width: 800px) {
  .menu-btn {
    display: block; }

  nav {
    height: auto !important;
    text-align: center !important; }
    nav ul {
      display: none;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      -webkit-box-align: center;
              align-items: center; }

  header {
    height: auto !important; }
    header .book-holder {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      -webkit-box-align: center;
              align-items: center; }
      header .book-holder .text-main {
        text-align: center; }

  .waves {
    display: none; } }
@media screen and (max-width: 1000px) {
  .text-wrapper {
    overflow-x: hidden; }
    .text-wrapper .eureka {
      text-align: left; }
      .text-wrapper .eureka p {
        text-align: left; }
    .text-wrapper .text-info {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      -webkit-box-align: center;
              align-items: center;
      text-align: left; }
      .text-wrapper .text-info .row {
        margin: 0 !important; }
      .text-wrapper .text-info .row:first-child {
        -webkit-box-ordinal-group: 3;
                order: 2;
        margin-bottom: 40px !important; }
      .text-wrapper .text-info .row:last-child {
        -webkit-box-ordinal-group: 2;
                order: 1;
        margin-bottom: 60px !important; } }
@media screen and (max-width: 520px) {
  .info-wrapper .wrap-holder p {
    font-size: 1.2em;
        line-height: 2.5;
    color: #FFF; } }
@media screen and (max-width: 780px) {
  .contact form .box label {
    font-size: 14px; }

  button {
    width: 150px !important; } }
.enable-btn {
  background: none !important;
  border: 2px solid #0287b1 !important;
  -webkit-transition: .3s;
  transition: .3s;
  color: #000 !important; }
  .enable-btn:hover {
    background: #0287b1;
    color: #FFF; }

.navigation-menu {
  display: none;
  width: 100%;
  background: #FFF;
  box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.5);
  position: fixed; }
  .navigation-menu .logo {
    width: 70px;
    height: 70px;
    float: right; }
    .navigation-menu .logo img {
      width: 100%;
      height: 100%; }

.btn-toggle {
  float: left;
  -webkit-transform: scale(0.6) !important;
          transform: scale(0.6) !important;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 12px;
  background-color: transparent;
  border-color: transparent;
  outline: none;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: -webkit-transform 0.1s ease-out;
  transition: -webkit-transform 0.1s ease-out;
  transition: transform 0.1s ease-out;
  transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out; }
  .btn-toggle:active {
    -webkit-transform: translateY(4px);
            transform: translateY(4px); }
  .btn-toggle:focus .line:after {
    background-color: #000000; }

.line {
  width: 60px;
  padding: 3.75px; }
  .line:after {
    content: '';
    display: block;
    width: 100%;
    height: 7.5px;
    background-color: #000000;
    border-radius: 2px;
    -webkit-transform: translateZ(0) rotate(0);
            transform: translateZ(0) rotate(0);
    -webkit-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out; }
  .open .line:nth-child(1) {
    -webkit-animation: jump-1 0.9s forwards ease;
            animation: jump-1 0.9s forwards ease; }
    .open .line:nth-child(1):after {
      -webkit-animation: line-1 0.9s forwards ease-in-out;
              animation: line-1 0.9s forwards ease-in-out; }
  .open .line:nth-child(2) {
    -webkit-animation: jump-2 0.9s forwards ease;
            animation: jump-2 0.9s forwards ease; }
    .open .line:nth-child(2):after {
      -webkit-animation: line-2 0.9s forwards ease-in-out;
              animation: line-2 0.9s forwards ease-in-out; }
  .close .line:nth-child(1) {
    animation: jump-1 0.9s reverse ease; }
    .close .line:nth-child(1):after {
      animation: line-1 0.9s reverse ease-in-out; }
  .close .line:nth-child(2) {
    animation: jump-2 0.9s reverse ease; }
    .close .line:nth-child(2):after {
      animation: line-2 0.9s reverse ease-in-out; }
  .open .line:nth-child(3), .close .line:nth-child(3) {
    -webkit-animation: jump-3 0.9s forwards ease-out;
            animation: jump-3 0.9s forwards ease-out; }

@-webkit-keyframes line-1 {
  10% {
    -webkit-transform: translateZ(0) rotate(0);
            transform: translateZ(0) rotate(0); }
  80% {
    -webkit-transform: translateZ(0) rotate(395deg);
            transform: translateZ(0) rotate(395deg); }
  90%, 100% {
    -webkit-transform: translateZ(0) rotate(405deg);
            transform: translateZ(0) rotate(405deg); } }

@keyframes line-1 {
  10% {
    -webkit-transform: translateZ(0) rotate(0);
            transform: translateZ(0) rotate(0); }
  80% {
    -webkit-transform: translateZ(0) rotate(395deg);
            transform: translateZ(0) rotate(395deg); }
  90%, 100% {
    -webkit-transform: translateZ(0) rotate(405deg);
            transform: translateZ(0) rotate(405deg); } }
@-webkit-keyframes line-2 {
  10% {
    -webkit-transform: translateZ(0) rotate(0);
            transform: translateZ(0) rotate(0); }
  20% {
    -webkit-transform: translateZ(0) rotate(10deg);
            transform: translateZ(0) rotate(10deg); }
  90%, 100% {
    -webkit-transform: translateZ(0) rotate(-405deg);
            transform: translateZ(0) rotate(-405deg); } }
@keyframes line-2 {
  10% {
    -webkit-transform: translateZ(0) rotate(0);
            transform: translateZ(0) rotate(0); }
  20% {
    -webkit-transform: translateZ(0) rotate(10deg);
            transform: translateZ(0) rotate(10deg); }
  90%, 100% {
    -webkit-transform: translateZ(0) rotate(-405deg);
            transform: translateZ(0) rotate(-405deg); } }
@-webkit-keyframes jump-1 {
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-90px);
            transform: translateY(-90px); }
  90%, 100% {
    -webkit-transform: translateY(-7.5px);
            transform: translateY(-7.5px); } }
@keyframes jump-1 {
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-90px);
            transform: translateY(-90px); }
  90%, 100% {
    -webkit-transform: translateY(-7.5px);
            transform: translateY(-7.5px); } }
@-webkit-keyframes jump-2 {
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-75px);
            transform: translateY(-75px); }
  85%, 100% {
    -webkit-transform: translateY(-22.5px);
            transform: translateY(-22.5px); } }
@keyframes jump-2 {
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-75px);
            transform: translateY(-75px); }
  85%, 100% {
    -webkit-transform: translateY(-22.5px);
            transform: translateY(-22.5px); } }
@-webkit-keyframes jump-3 {
  10% {
    -webkit-transform: translateY(-7.5px) rotate(15deg);
            transform: translateY(-7.5px) rotate(15deg); }
  30% {
    -webkit-transform: translateY(-30px) rotate(-10deg);
            transform: translateY(-30px) rotate(-10deg); }
  50% {
    -webkit-transform: translateY(7.5px) rotate(5deg);
            transform: translateY(7.5px) rotate(5deg); }
  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@keyframes jump-3 {
  10% {
    -webkit-transform: translateY(-7.5px) rotate(15deg);
            transform: translateY(-7.5px) rotate(15deg); }
  30% {
    -webkit-transform: translateY(-30px) rotate(-10deg);
            transform: translateY(-30px) rotate(-10deg); }
  50% {
    -webkit-transform: translateY(7.5px) rotate(5deg);
            transform: translateY(7.5px) rotate(5deg); }
  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@-webkit-keyframes glow {
  50% {
    box-shadow: rgba(26, 26, 26, 0.4) 0 0 2px 2px; } }
@keyframes glow {
  50% {
    box-shadow: rgba(26, 26, 26, 0.4) 0 0 2px 2px; } }
nav {
  z-index: 99; }

.ul-nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: right;
          justify-content: right;
  margin: 0;
  padding: 0 !important;
  z-index: 999999;
  top: 0;
  -webkit-transition: 1s;
  transition: 1s;
  letter-spacing: 2px;
  -webkit-box-pack: space-evenly;
          justify-content: space-evenly; }
  .ul-nav .logo-mark {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
    .ul-nav .logo-mark h2 {
      text-transform: uppercase;
      font-weight: bold;
      margin: 0;
      padding: 0; }
  .ul-nav .sub-ul-container li {
    -webkit-transition: 0.5s;
    transition: 0.5s; }
    .ul-nav .sub-ul-container li a {
      display: block;
      position: relative;
      text-decoration: none;
      padding: 5px;
      font-size: 14px;
      width: 100%;
      padding: 0 20px;
      color: #FFF;
      text-transform: uppercase;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
      .ul-nav .sub-ul-container li a:hover {
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
        opacity: 1;
        text-decoration: none;
        color: #FFF; }
      .ul-nav .sub-ul-container li a:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #0287b1;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        -webkit-transform: scaleX(0);
                transform: scaleX(0);
        -webkit-transform-origin: right;
                transform-origin: right;
        z-index: -1; }
      .ul-nav .sub-ul-container li a:hover:before {
        -webkit-transition: -webkit-transform 0.5s;
        transition: -webkit-transform 0.5s;
        transition: transform 0.5s;
        transition: transform 0.5s, -webkit-transform 0.5s;
        -webkit-transform: scaleX(1);
                transform: scaleX(1);
        -webkit-transform-origin: left;
                transform-origin: left; }
  .ul-nav .sub-ul-container {
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    margin-top: 2.6%; }
    .ul-nav .sub-ul-container .sub-li {
      position: relative; }
      .ul-nav .sub-ul-container .sub-li:hover .link-holder {
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-transform-origin: -100% 50%;
                transform-origin: -100% 50%; }
    .ul-nav .sub-ul-container .sub-li-a {
      position: relative;
      display: none;
      margin: 0; }
      .ul-nav .sub-ul-container .sub-li-a:hover .sub-link-holder {
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-transform-origin: -100% 50%;
                transform-origin: -100% 50%; }
    .ul-nav .sub-ul-container .sub-link-holder {
      box-shadow: -13px 15px 0px -6px rgba(0, 0, 0, 0.2);
      -webkit-transform: scale(0);
              transform: scale(0);
      position: absolute;
      top: -32%;
      left: -100%;
      z-index: 999;
      width: 300px;
      display: none;
      background: #FFF;
      -webkit-transition: .3s;
      transition: .3s; }
      .ul-nav .sub-ul-container .sub-link-holder a {
        color: #000  !important;
        width: 70%;
        margin: 20px auto; }
        .ul-nav .sub-ul-container .sub-link-holder a:hover {
          color: #FFFFFF !important; }
    .ul-nav .sub-ul-container .link-holder {
      box-shadow: 13px 15px 0px -6px rgba(0, 0, 0, 0.2);
      -webkit-transform: scale(0);
              transform: scale(0);
      position: absolute;
      top: 93%;
      left: -50%;
      z-index: 999;
      width: 300px;
      display: none;
      background: #FFF;
      -webkit-transition: .3s;
      transition: .3s; }
      .ul-nav .sub-ul-container .link-holder a {
        color: #000  !important;
        width: 70%;
        margin: 20px auto; }
        .ul-nav .sub-ul-container .link-holder a:hover {
          color: #FFFFFF !important; }

@media screen and (max-width: 990px) {
  .logo-mark {
    display: none !important; }

  .sub-ul-container {
    margin: 0 !important;
    text-align: center; }

  .link-holder, .sub-link-holder {
    position: static !important;
    margin: 0 !important;
    width: 100% !important;
    padding: 10px; }

  .sub-li:focus .link-holder {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: -100% 50%;
            transform-origin: -100% 50%; }

  .ul-nav {
    padding: 20px !important;
    -webkit-box-pack: center;
            justify-content: center; } }
@media screen and (max-width: 850px) {
  header .ul-nav {
    height: auto !important;
    top: 0 !important;
    overflow-y: scroll;
    overflow-x: hidden; }

  .links-li {
    width: 100% !important;
    height: 100vh !important;
    overflow-y: scroll;
    overflow-x: hidden; } }
.search-cont {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  margin: 10% auto;
  background: #FFFF;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }
  .search-cont p {
    font-size: 2em;
    font-weight: bold; }
  .search-cont span {
    color: #EAAF00; }
  .search-cont i {
    width: 50px;
    height: 50px;
    font-size: 2em;
    font-weight: bold;
    border: 4px solid #000;
    padding: 12px;
    border-radius: 50%;
    line-height: 19px;
    cursor: pointer; }

.s-content {
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  z-index: 999999999;
  background: #FFF;
  margin: 10% auto; }

.search-res {
  display: none;
  margin-top: 5%;
  width: 100%;
  -webkit-box-pack: left;
  justify-content: left;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  background: #FFF;
  bottom: 0;
  height: 100%;
  width: 100%;
  left: 0%; }

@media screen and (max-width: 990px) {
  .search-cont {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }

  .s-content {
    margin: 0 !important; } }
footer a.sub {
  padding: 12px;
  font-size: 1.3em;
  background: #FF0000;
  margin-bottom: 10px;
  color: #FFF;
  border-radius: 30px;
  font-weight: bold; }
footer .first-section {
  background: #0287b1; }
footer .second-section {
  background: #282925;
  padding: 30px; }
  footer .second-section * {
    color: #FFFFFF; }
  footer .second-section .copyrights {
    text-align: center; }
    footer .second-section .copyrights p {
      margin: 0;
      font-size: 1.3em; }
    footer .second-section .copyrights p:last-child {
      margin-top: 2%; }
    footer .second-section .copyrights p:first-child {
      color: #867e7e; }
footer .contact-holder {
  display: -webkit-box;
  display: flex; }
  footer .contact-holder .contact-item {
    flex-basis: 33.33%;
    padding: 30px;
    text-align: center;
    font-size: 1.3em;
    font-weight: 900;
    height: 280px; }
    footer .contact-holder .contact-item > i {
      font-size: 1.9em;
      margin-top: 6%; }
    footer .contact-holder .contact-item p {
      margin-top: 10%; }
    footer .contact-holder .contact-item p:last-child {
      display: -webkit-box;
      display: flex;
      justify-content: space-around; }
      footer .contact-holder .contact-item p:last-child i {
        font-size: 26px; }
  footer .contact-holder .contact-item:nth-child(2) {
    background: #027498; }

@media screen and (max-width: 790px) {
  .contact-holder {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }
    .contact-holder .contact-item {
      height: auto !important; } }
.odometer {
  font-size: calc(2rem + 5vw); }

.odometer {
  font-size: 100px;
  border: 0;
  border-radius: 0.25em;
  padding: 25px; }
  .odometer .odometer-value {
    background: #000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }

.odometer.odometer-auto-theme .odometer-digit {
  border-radius: 0;
  box-shadow: none;
  background: #FFF;
  font-size: 1.3em;
  vertical-align: baseline;
  -webkit-box-reflect: below -20px -webkit-gradient(linear, right top, right bottom, from(transparent), color-stop(30%, transparent), to(rgba(255, 255, 255, 0.9))); }
.odometer.odometer-auto-theme .odometer-digit:nth-last-child(-n+2) {
  border-radius: 0;
  box-shadow: none;
  background: #FFF;
  font-size: 1.3em;
  vertical-align: baseline;
  -webkit-box-reflect: below -5px -webkit-gradient(linear, right top, right bottom, from(transparent), color-stop(30%, transparent), to(rgba(255, 255, 255, 0.9))); }

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 5s;
  transition: -webkit-transform 5s;
  transition: transform 5s;
  transition: transform 5s, -webkit-transform 5s; }

@media screen and (max-width: 450px) {
  .odometer-inside {
    font-size: 0.8em; } }

    #contactlink{
      border:3px solid #0287B1;
      padding: 8px;
      border-radius: 30px;
      width:300px;
      word-spacing: 5px; 
    }

    #contactlink i {
      transition: .3s;
      animation: animate 1.5s infinite ease-in-out
    }
    #contactlink:hover i {
      transform:rotate(360deg);
    }

  @keyframes animate{
     0%{
        transform: translateY(1px)
     }
     50%{
        transform: translateY(-1px)      
     }
     100%{
        transform: translateY(1px)
     }
  }