@charset "UTF-8"; /*!
 * Bootstrap v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * animate.css - https://animate.style/
 * Version - 4.1.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #868e96;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #868e96;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: "SFMono-Regular", Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

footer,
header,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

[role="button"],
a,
area,
button,
input:not([type="range"]),
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button,
input,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button {
  text-transform: none;
}

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

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

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

summary {
  display: list-item;
}

[hidden] {
  display: none !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

.h1,
h1 {
  font-size: 2.5rem;
}

.h2,
h2 {
  font-size: 2rem;
}

.h3,
h3 {
  font-size: 1.75rem;
}

.h4,
h4 {
  font-size: 1.5rem;
}

.h5,
h5 {
  font-size: 1.25rem;
}

.h6,
h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

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

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

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

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
}

.form-group {
  margin-bottom: 1rem;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

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

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn:disabled {
  opacity: 0.65;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #ddd;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #ddd #ddd #fff;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.bg-white {
  background-color: #fff !important;
}

.d-none {
  display: none !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-block {
    display: block !important;
  }
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

@font-face {
  font-family: FontAwesome;
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0)
      format("embedded-opentype"),
    url(../fonts/fontawesome-webfont.woff2) format("woff2"),
    url(../fonts/fontawesome-webfont.woff) format("woff"),
    url(../fonts/fontawesome-webfont.ttf) format("truetype"),
    url(../fonts/fontawesome-webfont.svg#fontawesomeregular) format("svg");
  font-weight: 400;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-check:before {
  content: "\f00c";
}

.fa-home:before {
  content: "\f015";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-font:before {
  content: "\f031";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-list:before {
  content: "\f03a";
}

.fa-image:before {
  content: "\f03e";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-edit:before {
  content: "\f044";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before {
  content: "\f085";
}

.fa-phone:before {
  content: "\f095";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-group:before {
  content: "\f0c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle:before {
  content: "\f111";
}

.fa-info:before {
  content: "\f129";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before {
  content: "\f150";
}

.fa-toggle-up:before {
  content: "\f151";
}

.fa-toggle-right:before {
  content: "\f152";
}

.fa-dollar:before {
  content: "\f155";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-toggle-left:before {
  content: "\f191";
}

.fa-bank:before {
  content: "\f19c";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-support:before {
  content: "\f1cd";
}

.fa-send:before {
  content: "\f1d8";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map:before {
  content: "\f279";
}

.fa-edge:before {
  content: "\f282";
}

.fa-signing:before {
  content: "\f2a7";
}

.fa-fa:before {
  content: "\f2b4";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-s15:before {
  content: "\f2cd";
}

@font-face {
  font-family: Flaticon;
  src: url(../fonts/Flaticon.woff) format("woff"),
    url(../fonts/Flaticon.svg) format("svg");
  font-weight: 400;
  font-style: normal;
}

[class*=" flaticon-"]:after,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class^="flaticon-"]:before {
  font-family: Flaticon;
  font-style: normal;
}

.flaticon-language:before {
  content: "\f100";
}

.flaticon-business:before {
  content: "\f101";
}

.flaticon-strategical-planning:before {
  content: "\f102";
}

.flaticon-solution:before {
  content: "\f103";
}

.flaticon-puzzle:before {
  content: "\f105";
}

.flaticon-placeholder-1:before {
  content: "\f107";
}

.flaticon-piggy-bank:before {
  content: "\f108";
}

.flaticon-money-bag:before {
  content: "\f10b";
}

.flaticon-megaphone:before {
  content: "\f10d";
}

.flaticon-message:before {
  content: "\f10e";
}

.flaticon-technology:before {
  content: "\f110";
}

.flaticon-group:before {
  content: "\f111";
}

.flaticon-gears:before {
  content: "\f112";
}

.flaticon-folder:before {
  content: "\f113";
}

.flaticon-exam:before {
  content: "\f115";
}

.flaticon-edit:before {
  content: "\f116";
}

.flaticon-dollar-analysis-bars-chart:before {
  content: "\f118";
}

.flaticon-creativity:before {
  content: "\f11a";
}

.flaticon-compass:before {
  content: "\f11b";
}

.flaticon-placeholder:before {
  content: "\f11f";
}

.flaticon-graphic:before {
  content: "\f120";
}

.flaticon-gestures:before {
  content: "\f121";
}

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

@font-face {
  font-family: Poppins;
  src: local("Poppins Bold"), local("Poppins-Bold"),
    url(../fonts/Poppins-Bold.woff2) format("woff2"),
    url(../fonts/Poppins-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: local("Lato Semibold"), local("Lato-Semibold"),
    url(../fonts/Lato-Semibold.woff2) format("woff2"),
    url(../fonts/Lato-Semibold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: Lato;
  src: local("Lato Italic"), local("Lato-Italic"),
    url(../fonts/Lato-Italic.woff2) format("woff2"),
    url(../fonts/Lato-Italic.woff) format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Lato;
  src: local("Lato Bold"), local("Lato-Bold"),
    url(../fonts/Lato-Bold.woff2) format("woff2"),
    url(../fonts/Lato-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Byington;
  src: local("Byington Bold"), local("Byington-Bold"),
    url(../fonts/Byington-Bold.woff2) format("woff"),
    url(../fonts/Byington-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.carousel .control-arrow,
.carousel.carousel-slider .control-arrow {
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  opacity: 0.4;
  filter: alpha(opacity=40);
  position: absolute;
  z-index: 2;
  top: 20px;
  background: none;
  border: 0;
  font-size: 32px;
  cursor: pointer;
}
.carousel .control-arrow:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.carousel .control-arrow:before,
.carousel.carousel-slider .control-arrow:before {
  margin: 0 5px;
  display: inline-block;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  content: "";
}
.carousel .control-disabled.control-arrow {
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: inherit;
  display: none;
}
.carousel .control-prev.control-arrow {
  left: 0;
}
.carousel .control-prev.control-arrow:before {
  border-right: 8px solid #fff;
}
.carousel .control-next.control-arrow {
  right: 0;
}
.carousel .control-next.control-arrow:before {
  border-left: 8px solid #fff;
}

.carousel-root {
  outline: none;
}

.carousel {
  position: relative;
  width: 100%;
}
.carousel * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.carousel img {
  width: 100%;
  display: inline-block;
  pointer-events: none;
}
.carousel .carousel {
  position: relative;
}
.carousel .control-arrow {
  outline: 0;
  border: 0;
  background: none;
  top: 50%;
  margin-top: -13px;
  font-size: 18px;
}
.carousel .thumbs-wrapper {
  margin: 20px;
  overflow: hidden;
}
.carousel .thumbs {
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -ms-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: relative;
  list-style: none;
  white-space: nowrap;
}
.carousel .thumb {
  -webkit-transition: border 0.15s ease-in;
  -moz-transition: border 0.15s ease-in;
  -ms-transition: border 0.15s ease-in;
  -o-transition: border 0.15s ease-in;
  transition: border 0.15s ease-in;
  display: inline-block;
  margin-right: 6px;
  white-space: nowrap;
  overflow: hidden;
  border: 3px solid #fff;
  padding: 2px;
}
.carousel .thumb:focus {
  border: 3px solid #ccc;
  outline: none;
}
.carousel .thumb.selected,
.carousel .thumb:hover {
  border: 3px solid #333;
}
.carousel .thumb img {
  vertical-align: top;
}
.carousel.carousel-slider {
  position: relative;
  margin: 0;
  overflow: hidden;
}
.carousel.carousel-slider .control-arrow {
  top: 0;
  color: #fff;
  font-size: 26px;
  bottom: 0;
  margin-top: 0;
  padding: 5px;
}
.carousel.carousel-slider .control-arrow:hover {
  background: rgba(0, 0, 0, 0.2);
}
.carousel .slider-wrapper {
  overflow: hidden;
  margin: auto;
  width: 100%;
  -webkit-transition: height 0.15s ease-in;
  -moz-transition: height 0.15s ease-in;
  -ms-transition: height 0.15s ease-in;
  -o-transition: height 0.15s ease-in;
  transition: height 0.15s ease-in;
}
.carousel .slider-wrapper.axis-horizontal .slider {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}
.carousel .slider-wrapper.axis-horizontal .slider .slide {
  flex-direction: column;
  flex-flow: column;
}
.carousel .slider-wrapper.axis-vertical {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}
.carousel .slider-wrapper.axis-vertical .slider {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.carousel .slider {
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  width: 100%;
}
.carousel .slider.animated {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.carousel .slide {
  min-width: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  background: #000;
}
.carousel .slide img {
  width: 100%;
  vertical-align: top;
  border: 0;
}
.carousel .slide iframe {
  display: inline-block;
  width: calc(100% - 80px);
  margin: 0 40px 40px;
  border: 0;
}
.carousel .slide .legend {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -45%;
  width: 90%;
  border-radius: 10px;
  background: #000;
  color: #fff;
  padding: 10px;
  font-size: 12px;
  text-align: center;
  opacity: 0.25;
  -webkit-transition: opacity 0.35s ease-in-out;
  -moz-transition: opacity 0.35s ease-in-out;
  -ms-transition: opacity 0.35s ease-in-out;
  -o-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
.carousel .control-dots {
  position: absolute;
  bottom: 0;
  margin: 10px 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
@media (min-width: 960px) {
  .carousel .control-dots {
    bottom: 0;
  }
}
.carousel .control-dots .dot {
  -webkit-transition: opacity 0.25s ease-in;
  -moz-transition: opacity 0.25s ease-in;
  -ms-transition: opacity 0.25s ease-in;
  -o-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
  opacity: 0.3;
  filter: alpha(opacity=30);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
  background: #fff;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
}
.carousel .control-dots .dot.selected,
.carousel .control-dots .dot:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.carousel .carousel-status {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  font-size: 10px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
  color: #fff;
}
.carousel:hover .slide .legend {
  opacity: 1;
}

::-moz-selection {
  background: #00b0ff;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #00b0ff;
  color: #fff;
  text-shadow: none;
}

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

:focus {
  outline: 0;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}

body {
  background: #fff;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0;
  color: #333;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

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

button,
input,
textarea {
  letter-spacing: 1px;
}

body {
  font-family: Lato, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
  font-family: Poppins, sans-serif;
}

h1 {
  font-size: 36px;
  line-height: 1.5;
  letter-spacing: 1px;
  margin-bottom: 0;
}

h2 {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 0;
}

h3 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 0;
}

h4 {
  font-size: 20px;
  line-height: 27px;
}

h5 {
  font-size: 16px;
  line-height: 24px;
}

h6 {
  font-size: 14px;
  line-height: 24px;
}

p {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 28px;
}

p img {
  margin: 0;
}

a,
a:visited {
  text-decoration: none;
  color: #1568aa;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: 0;
}

a:active,
a:hover {
  color: #3fb698;
  outline: 0 none;
  text-decoration: none;
}

a:focus {
  text-decoration: none;
  outline: 0;
}

p a,
p a:visited {
  line-height: inherit;
  outline: 0;
}

a.active-page {
  color: #e6ae48 !important;
}

ul {
  margin-bottom: 0;
  margin-top: 0;
}

ul {
  margin: 0;
}

ul ul {
  margin: 0;
}

ul ul li {
  margin-bottom: 0;
}

li {
  line-height: 18px;
  margin-bottom: 6px;
}

.bg-with-black,
.bg-with-dark-black {
  position: relative;
  z-index: 2;
}

.bg-with-black::before,
.bg-with-dark-black::before {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-with-dark-black::before {
  opacity: 0.85;
}

.section-title {
  text-align: center;
  margin: 0 0 40px;
}

.section-title h6 {
  color: #3fb698;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
  margin: 0 0 4px;
}

.section-title h2 {
  color: #00324c;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0;
  margin: 0 0 26px;
}

.call-out p {
  color: #333;
  font-size: 16px;
  line-height: 24px;
}

.logo {
  padding: 20px 0;
}

.logo a {
  display: flex;
  justify-content: center;
}

.menu {
  padding: 0;
  text-align: center;
}

.menu ul {
  list-style: outside none none;
  padding: 0;
  z-index: 99;
}

.menu ul li {
  display: inline-block;
  margin: 0;
  position: relative;
  text-align: left;
}

.menu ul li::before {
  background: #3fb698 none repeat scroll 0 0;
  border-radius: 100px;
  content: "";
  height: 2px;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.menu ul li:hover::before {
  opacity: 1;
}

.menu ul li > a {
  color: #333;
  display: block;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
  padding: 30px 16px;
}

.menu ul li.active > a,
.menu ul li:hover > a {
  color: #3fb698;
}

.menu ul li:last-child > a {
  padding-right: 0;
}

.menu ul li:hover a::after {
  transform: scale(1);
}

.slider-area {
  overflow: hidden;
  position: relative;
}

.to-down {
  bottom: 52px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 90;
}

.to-down a {
  -webkit-animation: 1s ease 0s normal none infinite running td;
  animation: 1s ease 0s normal none infinite running td;
  display: inline-block;
}

.single-top-agency {
  margin: 2px 0 30px;
  padding: 25px 10px 22px;
  position: relative;
  text-align: center;
  transition: all 0.3s ease 0s;
}

.single-top-agency:hover {
  box-shadow: 0 0 10px -2px rgba(125, 125, 125, 1);
}

.single-top-agency::before {
  border: 1px solid #eaeaea;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.single-top-agency:hover::before {
  border-bottom: 2px solid #3fb698;
}

.single-top-agency .icon {
  margin: 0 0 11px;
}

.single-top-agency .icon span {
  color: #3fb698;
  font-size: 52px;
  line-height: 52px;
  transition: all 0.3s ease 0s;
}

.single-top-agency:hover .icon span {
  color: #00324c;
}

.single-top-agency .name {
  color: #00324c;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
}

.case-study-area {
  padding: 95px 0 100px;
}

.case-study-box .content {
  padding: 65px 0 0;
}

.case-study-box .content .title {
  color: #333;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 25px;
  padding-right: 66px;
  position: relative;
  margin: 0 0 51px;
}

.case-study-box .content .title::after {
  background: #3fb698 none repeat scroll 0 0;
  content: "";
  height: 2px;
  position: absolute;
  right: 0;
  top: 10px;
  width: 40px;
}

.case-study-box .content .csb-single {
  margin: 0 0 23px;
}

.case-study-box .content .csb-single .name {
  color: #333;
  float: left;
  font-size: 16px;
  line-height: 20px;
  padding: 0 0 0 10px;
  position: relative;
  transition: all 0.3s ease 0s;
  width: 90px;
  z-index: 2;
}

.case-study-box .content .csb-single:hover .name {
  color: #fff;
}

.case-study-box .content .csb-single .name::before {
  background: #3fb698 none repeat scroll 0 0;
  content: "";
  height: 28px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -3px;
  transition: all 0.3s ease 0s;
  width: 65px;
  z-index: -1;
}

.case-study-box .content .csb-single:hover .name::before {
  opacity: 1;
}

.case-study-box .content .csb-single .name::after {
  border-color: transparent transparent transparent #3fb698;
  border-style: solid;
  border-width: 14px 17px;
  content: "";
  opacity: 0;
  position: absolute;
  right: -9px;
  transition: all 0.3s ease 0s;
  top: -3px;
}

.case-study-box .content .csb-single:hover .name::after {
  opacity: 1;
}

.case-study-box .content .csb-single .info {
  color: #333;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: 23px;
  overflow: hidden;
  padding-left: 8px;
}

.service-area {
  background: #fafafa none repeat scroll 0 0;
  padding: 95px 0 90px;
}

.single-service {
  border-radius: 3px;
}

.single-service .img a {
  display: block;
  position: relative;
}

.single-service .img a::before {
  background: #3fb698 none repeat scroll 0 0;
  border-radius: 3px 3px 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.single-service:hover .img a::before {
  opacity: 0.6;
}

.single-service .img a::after {
  background: #fff none repeat scroll 0 0;
  border-radius: 100px;
  color: #333;
  content: "";
  font-family: FontAwesome;
  font-size: 20px;
  font-weight: 900;
  height: 50px;
  left: 50%;
  line-height: 50px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 50px;
}

.single-service:hover .img a::after {
  opacity: 1;
  visibility: visible;
}

.single-service .content {
  background: #fff none repeat scroll 0 0;
  padding: 20px 26px 26px;
}

.single-service .content .title {
  color: #333;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 28px;
  margin: 0 0 8px;
}

.single-service .content .text {
  border-bottom: 1px solid #ccc;
  color: #333;
  line-height: 24px;
  padding: 0 0 8px;
}

.single-service .content .order-more {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 0;
  position: relative;
}

.single-service .content .order-more::after {
  background: #ccc none repeat scroll 0 0;
  content: "";
  height: 20px;
  position: absolute;
  right: 50%;
  top: 12px;
  width: 1px;
}

.single-service .content .order-more a {
  color: #333;
  -moz-flex: 1 1 40%;
  -o-flex: 1 1 40%;
  flex: 1 1 40%;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18px;
  margin-right: 7%;
  padding: 12px 0;
  text-align: center;
}

.single-service .content .order-more .order {
  border: 1px solid #3fb698;
  border-radius: 3px;
}

.single-service .content .order-more .order:hover {
  background: #3fb698 none repeat scroll 0 0;
  color: #fff;
}

.single-service .content .order-more .more:hover {
  color: #3fb698;
}

.counter-area {
  background: rgba(0, 0, 0, 0) no-repeat fixed 0 0 / cover;
  padding: 95px 0 65px;
  overflow: hidden;
}

.counter-area::before {
  opacity: 0.8;
}

.counter-area .section-title h2 {
  color: #fff;
}

.all-counter {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.counter-box {
  -moz-flex: 1 1 25%;
  -o-flex: 1 1 25%;
  flex: 1 1 25%;
  margin: 0 0 30px;
  text-align: center;
  position: relative;
}

.counter-box::after {
  background: #91908d none repeat scroll 0 0;
  content: "";
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}

.counter-box:last-child::after {
  display: none;
}

.counter-box .counter {
  color: #3fb698;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 44px;
}

.counter-box .text {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 25px;
  margin: 2px 0 0;
}

.join-team-area {
  padding: 95px 0 100px;
}

.join-team-content {
  padding: 44px 0 0;
}

.jtc-box {
  overflow: hidden;
  margin: 0 0 19px;
}

.jtc-box .icon {
  float: left;
  width: 60px;
}

.jtc-box .icon span {
  background: #00324c none repeat scroll 0 0;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  font-size: 28px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 60px;
}

.jtc-box:hover .icon span {
  background: #3fb698 none repeat scroll 0 0;
}

.jtc-box .content {
  overflow: hidden;
  padding-left: 20px;
}

.jtc-box .content .title {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 25px;
  margin: 0 0 4px;
}

.jtc-box .content .text {
  color: #333;
  line-height: 24px;
}

.join-team-banner img {
  border-radius: 100%;
}

.brands-area {
  background: #f2f2f2 none repeat scroll 0 0;
  padding: 55px 0 26px;
}

.single-brand {
  height: 46px;
  margin: 0 0 30px;
}

.contact-details-area {
  bottom: -170px;
  margin: -170px 0 0;
  position: relative;
  z-index: 99;
}

.all-contact-details {
  padding: 0 15px;
}

.single-contact-details {
  background: #f2f2f2 none repeat scroll 0 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  margin: 0 -15px 30px;
  padding: 76px 0 67px;
  text-align: center;
  transition: all 0.3s ease 0s;
  flex-grow: 1;
}

.d-flex {
  display: flex !important;
}

.single-contact-details:hover {
  background: #fff none repeat scroll 0 0;
}

.single-contact-details .icon {
  margin: 0 0 12px;
}

.single-contact-details .icon span {
  color: #3fb698;
  display: inline-block;
  font-size: 46px;
  line-height: 46px;
}

.single-contact-details .title {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 25px;
  margin: 0 0 8px;
}

.single-contact-details .desc {
  color: #333;
  display: block;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
  margin: 0;
}

.single-contact-details .link {
  color: #3fb698;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 25px;
  margin: 15px 0 0;
}

.contactMap {
  height: 600px;
  width: 100%;
}

.cf-box {
  margin: 0 0 22px;
}

.cf-box input[type="text"] {
  background: #f2f2f2 none repeat scroll 0 0;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  color: #687377;
  font-size: 14px;
  height: 62px;
  letter-spacing: 0;
  padding: 0 10px;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.cf-box input[type="text"]:focus {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #3fb698;
}

.cf-box textarea {
  background: #f2f2f2 none repeat scroll 0 0;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  color: #687377;
  font-size: 14px;
  height: 248px;
  letter-spacing: 0;
  line-height: 52px;
  padding: 0 10px;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.cf-box textarea:focus {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #3fb698;
}

.cf-box .cont-submit {
  background: #f2f2f2 none repeat scroll 0 0;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  color: #333;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
  outline: medium none;
  padding: 22px 42px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}

.cf-box .cont-submit:hover {
  background: #3fb698 none repeat scroll 0 0;
  border-color: #3fb698;
  color: #fff;
}

.h2-header-upper-area {
  background: #f2f2f2 none repeat scroll 0 0;
  padding: 3px 0;
}

.welcome p {
  color: #333;
}

.welcome p span {
  color: #3fb698;
  margin-right: 6px;
}

.h2-header-middle-area {
  border-bottom: 1px solid #e1e1e1;
  padding: 0;
}

.head-all-info-box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  text-align: right;
  align-items: center;
  justify-content: center;
}

.head-info-box {
  -moz-flex: 1 1 -moz-max-content;
  -o-flex: 1 1 -o-max-content;
  flex: 1 1 -webkit-max-content;
  flex: 1 1 -moz-max-content;
  flex: 1 1 -ms-max-content;
  flex: 1 1 -moz-max-content;
  display: flex;
  padding: 20px 18px;
  position: relative;
  text-align: left;
  align-items: center;
  max-width: 33.3333%;
}

.head-info-box::after {
  background: #687377 none repeat scroll 0 0;
  content: "";
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}

.head-info-box:last-child::after {
  display: none;
}

.head-info-box .icon {
  float: left;
  width: 32px;
}

.head-info-box .icon span {
  background: #00324c none repeat scroll 0 0;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}

.head-info-box .info {
  overflow: hidden;
  padding-left: 16px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.head-info-box .info .title {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}

.head-info-box .info .text {
  font-size: 12px;
  line-height: 16px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.menu-area .menu ul li > a {
  padding: 20px 3.5rem;
}

.h2-service-area {
  padding: 99px 0 65px;
}

.h2-service-box {
  margin: 0 0 30px;
}

.h2-service-box .icon {
  margin: 0 0 18px;
}

.h2-service-box .icon span {
  color: #3fb698;
  display: inline-block;
  font-size: 50px;
  line-height: 50px;
}

.h2-service-box .content .title {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 25px;
  margin: 0 0 13px;
}

.h2-service-box .content .text {
  color: #333;
  font-size: 15px;
  line-height: 25px;
}

.h2-consulting-area {
  background: #f2f2f2 none repeat scroll 0 0;
  padding: 95px 0 100px;
}

.h2-single-top-agency {
  background: #fff none repeat scroll 0 0;
}

.h2-steps-area {
  background: #f2f2f2 none repeat scroll 0 0;
  padding: 30px 0 63px;
}

.h2-step-all-box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.h2-step-box {
  -moz-flex: 1 1 25%;
  -o-flex: 1 1 25%;
  flex: 1 1 25%;
  margin: 0 0 30px;
  padding: 0 15px;
  position: relative;
  text-align: center;
}

.h2-step-box::after {
  background-image: url(arrow-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 24px;
  left: 69%;
  position: absolute;
  top: 21px;
  width: 176px;
}

.h2-step-box:nth-child(2n + 2)::after {
  background-image: url(arrow-2.png);
  top: 43px;
}

.h2-step-box:last-child::after {
  display: none;
}

.h2-step-box .icon {
  margin: 0 0 17px;
}

.h2-step-box .icon span {
  border: 1px dashed #7c95a1;
  border-radius: 100px;
  color: #3fb698;
  display: inline-block;
  font-size: 38px;
  height: 80px;
  line-height: 78px;
  transition: all 0.3s ease 0s;
  width: 80px;
}

.h2-step-box:hover .icon span {
  background: #3fb698 none repeat scroll 0 0;
  border-color: #3fb698;
  border-style: solid;
  color: #fff;
}

.h2-step-box .content .title {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 25px;
  margin: 0 0 4px;
}

.h2-step-box .content .text {
  color: #333;
  line-height: 24px;
}

.need-consultant-area {
  background: rgba(0, 0, 0, 0) repeat fixed center center;
  padding: 93px 0 100px;
}

.need-consultant-area::before {
  opacity: 0.7;
}

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

.need-consultant .title {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 0 0 12px;
}

.need-consultant .text {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  margin: 0 0 30px;
}

.need-consultant .contact {
  background: #3fb698;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
  padding: 12px 23px;
}

.need-consultant .contact:hover {
  background: #47d0ad;
}

.h3-footer {
  background: rgba(0, 0, 0, 0.9) no-repeat fixed 0 0 / cover;
}

.footer-top-area {
  padding: 56px 0 30px;
}

.footer-widget {
  margin: 0 0 30px;
}

.footer-widget .title {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 25px;
  margin: 0 0 31px;
}

.about-h3aw .text {
  color: #fff;
  line-height: 24px;
}

.about-h3aw .more {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  margin: 18px 0 0;
}

.cat-h3aw .cat-list {
  list-style: outside none none;
  padding: 0;
}

.cat-h3aw .cat-list li {
  margin: 0 0 22px;
}

.cat-h3aw .cat-list li:last-child {
  margin-bottom: 0;
}

.cat-h3aw .cat-list li a {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 19px;
}

.cat-h3aw .cat-list li a:hover {
  margin-left: 3px;
}

.cat-h3aw .cat-list li a:hover {
  color: #3fb698;
}

.cat-h3aw .cat-list li a span {
  color: #fff;
  margin-right: 6px;
}

.contact-h3aw .c-info {
  list-style: outside none none;
  margin: 0 0 23px;
  padding: 0;
}

.contact-h3aw .c-info li,
.contact-h3aw .c-info li a {
  display: block;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25px;
  padding-left: 26px;
  position: relative;
}

.contact-h3aw .c-info li,
.contact-h3aw .c-info li a:not(:hover) {
  color: #fff;
}

.contact-h3aw .c-info li {
  margin: 0 0 17px;
}

.contact-h3aw .c-info li a {
  margin-left: -26px;
}

.contact-h3aw .c-info li:last-child {
  margin-bottom: 0;
}

.contact-h3aw .c-info li span {
  color: #3fb698;
  display: inline-block;
  height: 26px;
  left: 0;
  position: absolute;
  top: 0;
  width: 26px;
}

.footer-bottom-area {
  background: rgba(0, 0, 0, 0.3);
  padding: 14px 0;
}

.h3fb-left p,
.h3fb-left p a {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 28px;
}

.h3fb-left p a {
  color: #3fb698;
}

.h3fb-social {
  text-align: right;
}

.h3fb-social ul {
  list-style: outside none none;
  padding: 0;
}

.h3fb-social ul li {
  display: inline-block;
}

.h3fb-social ul li a {
  display: block;
  font-size: 14px;
  margin-left: 22px;
}

.h3fb-social ul li a:not(:hover) {
  color: #fff;
}

.breadcrumb {
  background: 0 0;
  color: #fff;
  padding: 0.5rem 0;
}

.breadcrumb-area {
  background: rgba(0, 0, 0, 0) repeat fixed center center;
  padding: 50px 0 30px;
  transition: padding 300ms ease;
}

.breadcrumb-area::before {
  opacity: 0.8;
}

.page-name {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 40px;
  margin: 0 0 4px;
}

.breadcrumb .links {
  list-style: outside none none;
  padding: 0;
}

.breadcrumb .links li {
  display: inline-block;
  margin-right: 5px;
  padding-right: 16px;
  position: relative;
}

.breadcrumb .links li::after {
  color: #fff;
  content: "";
  font-family: FontAwesome;
  font-size: 10px;
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 2px;
}

.breadcrumb .links li:last-child::after {
  display: none;
}

.breadcrumb .links li a {
  color: #fff;
  display: block;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18px;
}

.breadcrumb .links li:last-child a {
  color: #3fb698;
}

.about-tab-area {
  padding: 100px 0;
}

.about-tab {
  margin: 12px 0 0;
}

.about-tab nav {
  margin: 0 0 23px;
}

.about-tab .nav-tabs {
  border-bottom: 1px solid #dcdcdc;
  display: block;
  text-align: center;
}

.about-tab .nav-tabs .nav-item {
  border-color: currentcolor currentcolor transparent;
  border-style: none none solid;
  border-width: 0 0 1px;
  color: #333;
  display: inline-block;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  margin: 0 30px;
}

.about-tab .nav-tabs .nav-item.active {
  border-color: currentcolor currentcolor #3fb698;
  border-style: none none solid;
  border-width: 0 0 1px;
}

.about-tab .about-tab-box p {
  color: #333;
  font-size: 15px;
  line-height: 25px;
  margin: 0 0 25px;
}

.about-tab .about-tab-box ul {
  list-style: outside none none;
  padding: 0;
}

.about-tab .about-tab-box ul li {
  color: #333;
  display: block;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 20px;
  margin: 0 0 9px;
  padding-left: 27px;
  position: relative;
}

.about-tab .about-tab-box ul li:last-child {
  margin-bottom: 0;
}

.about-tab .about-tab-box ul li span {
  color: #3fb698;
  font-size: 16px;
  left: 0;
  line-height: 20px;
  position: absolute;
  top: 0;
}

.service-details {
  margin: 50px 0;
}

.bd-title {
  color: #333;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 28px;
  margin: 0 0 15px;
}

.bd-text {
  color: #333;
  font-size: 15px;
  line-height: 25px;
  margin: 0 0 43px;
}

.sd-sidebar-widget {
  margin: 0 0 56px;
}

.sd-sidebar-widget .title {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 25px;
  margin: 0 0 25px;
}

.sdsw-feature .list {
  list-style: outside none none;
  padding: 0;
}

.sdsw-feature .list li {
  display: block;
  margin: 0 0 18px;
}

.sdsw-feature .list li:last-child {
  margin-bottom: 0;
}

.sdsw-feature .list li a {
  display: block;
  overflow: hidden;
}

.sdsw-feature .list li a .img {
  float: left;
  width: 100px;
}

.sdsw-feature .list li a .content {
  display: block;
  overflow: hidden;
  padding: 9px 0 0 12px;
}

.sdsw-feature .list li a .content .name {
  color: #333;
  display: block;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 24px;
  margin: 0 0 3px;
}

.sdsw-feature .list li a .content .name:hover {
  color: #3fb698;
}

.sdsw-feature .list li a .content .type {
  color: #3fb698;
  display: block;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18px;
}

.sdsw-links .links {
  list-style: outside none none;
  padding: 0;
}

.sdsw-links .links li a {
  background: #f2f2f2 none repeat scroll 0 0;
  color: #333;
  display: block;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
  margin: 0 0 3px;
  padding: 12px 32px;
}

.sdsw-links .links li a:hover {
  background: #3fb698 none repeat scroll 0 0;
  color: #fff;
}

.sdsw-links .links li:last-child a {
  margin-bottom: 0;
}

.sdsw-links .links li a span {
  display: inline-block;
  margin-right: 2px;
  transition: all 0.3s ease 0s;
}

.sdsw-contact {
  background: #3fb698 none repeat scroll 0 0;
  padding: 26px 32px 30px;
}

.sdsw-contact .title {
  color: #fff;
  font-weight: 500;
}

.sdswc-info-box {
  margin: 0 0 24px;
  padding-left: 45px;
  position: relative;
}

.sdswc-info-box:last-child {
  margin-bottom: 0;
}

.sdswc-info-box .icon {
  background: #fff none repeat scroll 0 0;
  border-radius: 100px;
  color: #3fb698;
  font-size: 18px;
  height: 35px;
  left: 0;
  line-height: 35px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
}

.sdswc-info-box .name {
  color: #fff;
  font-weight: 500;
  line-height: 18px;
}

.sdswc-info-box .info {
  color: #fff;
  font-weight: 300;
  line-height: 18px;
}

.slider-slide {
  position: relative;
  width: 100%;
  background-size: cover;
  background-color: #000;
  color: #fff;
  height: 84vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.slider-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.1;
  background-size: cover;
  background-color: #000;
  background-position: center;
  transform: scale(1.2);
  transition: transform 0s 0.4s, opacity 0s 0.4s;
}

.slider-slide .container {
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: 300ms ease-out;
}

.slider-slide h2,
.slider-slide h3,
.slider-slide p,
.slider-slide a {
  color: #fff;
}

.title-m {
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 50px;
  margin-bottom: 5px;
}

.title-b {
  font-size: 60px;
  font-weight: 600;
  letter-spacing: 0.02;
  line-height: 60px;
  margin-bottom: 24px;
  text-transform: uppercase;
  font-family: Byington, serif;
}

.slide.selected .container {
  opacity: 1;
  transition: 600ms 200ms ease;
}

.slide.selected .slider-bg {
  transform: scale(1);
  opacity: 0.35;
  transition: transform 800ms, opacity 800ms;
}

.h5-slider-content {
  text-align: center;
}

.h5-slider-content .title {
  color: #fff;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 0.75em;
}

.h5-slider-content .cd-headline {
  color: #fff;
  line-height: 1;
  font-size: 4em;
  margin: 0 0 0.5em;
  font-family: Byington;
  text-transform: uppercase;
}

.h5-slider-content .text {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.4;
  margin: 0 0 2em;
}

.h5-slider-content .more,
.slider-more {
  border: 1px solid #3fb698;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 25px;
  padding: 10px 18px;
}

.h5-slider-content .more:hover,
.slider-more:hover {
  background: #3fb698 none repeat scroll 0 0;
}

.h5-slider-content .more span,
.slider-more span {
  color: #fff;
  margin-left: 4px;
}

.h6-slider-area {
  height: calc(100vh - 74px);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.h6-slider-area::before {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  opacity: 0.5;
  position: absolute;
  width: 100%;
  z-index: 3;
}

.h6-slider-area video {
  position: relative;
  z-index: 2;
}

.menu-trigger {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  z-index: 999;
  cursor: pointer;
  left: 16px;
  top: 21px;
}

.menu-trigger::before,
.menu-trigger::after {
  width: 20px;
  display: block;
  height: 1px;
  background: #587994;
  content: "";
  position: absolute;
  top: 10px;
  transition: transform 0.4s ease-in-out, top 0.6s ease;
}

.menu-trigger::after {
  top: 18px;
}

.header-social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-social > a {
  display: block;
  padding-left: 2rem;
}

.header-social > a:not(:hover) {
  color: #333;
}

.menu-open .menu-trigger::before {
  transform: rotate(45deg);
  top: 16px;
}

.menu-open .menu-trigger::after {
  transform: rotate(-45deg);
  top: 16px;
}

@media only screen and (min-width: 1500px) {
  .h6-slider-area video {
    width: 100%;
  }
}

.h6-slider-full {
  left: 50%;
  padding: 4px 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 5;
}

.call-out {
  margin: 50px auto;
}

.policy-index {
  list-style: none;
  padding: 0 0 30px;
  margin-bottom: 50px;
  border-bottom: solid 1px #b9b9b9;
}

.policy-index a {
  font-size: 1.5rem;
  display: block;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .call-out {
    margin: 95px auto;
  }

  .section-title h2,
  .need-consultant .title,
  .page-name {
    font-size: 40px;
  }

  .breadcrumb-area {
    padding: 275px 0 51px;
  }

  .service-details {
    margin: 95px 0;
  }

  .h6-slider-area {
    height: 84vh;
  }
}

@media (max-width: 991px) {
  header .container {
    max-width: 100%;
  }
  .logo {
    max-width: 220px;
    margin: 0 auto;
    padding: 15px 0 5px;
  }
}

@media (max-width: 575px) {
  footer .title {
    font-size: 20px;
    border-bottom: solid 1px #ffffff1e;
  }

  .logo {
    max-width: 170px;
    padding: 10px 0 0;
  }

  .logo a {
    display: block;
  }

  .menu-trigger {
    display: block;
  }

  .h5-slider-content {
    font-size: 1.2rem;
  }

  .menu-area {
    position: absolute;
    background: linear-gradient(#eceaea, #fff 2%);
    top: 73px;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.4);
    opacity: 0;
    transform: translate(0, -20px);
    pointer-events: none;
    transition: opacity 0.2s, transform 0s 0.2s;
  }

  .menu-area .menu ul li {
    width: 100%;
  }

  .menu-area .menu ul li > a {
    width: 100%;
    padding: 15px 3rem;
  }

  .menu ul li:hover::before {
    opacity: 0;
  }

  .h2-header-middle-area {
    position: relative;
    z-index: 100;
    background: #fff;
  }

  body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9;
    visibility: hidden;
    pointer-events: none;
  }

  body.menu-open::before {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    transition: all 0.4s;
  }

  .menu-open .menu-area {
    opacity: 1;
    transform: translate(0, 0);
    pointer-events: all;
    transition: all 0.3s;
  }
}
