/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*

 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  scroll-behavior: smooth;
}

body, html {
    margin: 0;
    padding: 0;
    background: #fff;
    color: #363636;
    font-family: 'Poppins', sans-serif;
}

body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

li {
    list-style-type: none;
}

.noscroll {
  min-height: 100vh;
  overflow: hidden;
}


.cover {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    width: 100%;
    background-color: #FFF;
}

.preloader {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    z-index: 9999;
    background-color: #3fac95;
    -webkit-transition: 250ms width cubic-bezier(0.86, 0, 0.07, 1), 250ms height cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: 250ms width cubic-bezier(0.86, 0, 0.07, 1), 250ms height cubic-bezier(0.86, 0, 0.07, 1);
    transition: 250ms width cubic-bezier(0.86, 0, 0.07, 1), 250ms height cubic-bezier(0.86, 0, 0.07, 1);
}

.menu__toggle {
    background-color: #000;
    position: absolute;
    top: -1px;
    left: -1px;
    height: 50px;
    width: 50px;
    z-index: 1;
    padding: 8px 0 0;
    padding: 0.5rem 0 0;
cursor:pointer;
}

@media (min-width: 768px) {
.menu__toggle {
    display: none;
}
}

.menu__toggle span {
    display: block;
    height: 1px;
    width: 30px;
    background-color: #FFF;
    margin: 7px auto 0;
    margin: 0.4375rem auto 0;
}

#movetop {
    position: fixed;
    bottom: 30px;
    right: 15px;
    z-index: 9;
    font-size: 16px;
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    width: 40px;
    height: 40px;
    background: #37bd9e;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    padding: 0;
    display: none;
}

.fa-level-up-alt:before {
    content: "\f3bf";
}


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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}


@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}

.nav-link:hover,
.nav-link:focus {
  color: #0a58ca;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

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

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

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

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

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

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #0d6efd;
}

.nav-fill>.nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified>.nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}













.navigation {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  background-color: #ebebeb;
  border-radius: 10px;
}

.navigation-link {
  display: block;
  padding: 1rem 1rem;
  color: #222;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.navigation-link:active {
    border-style: solid;
    border-width: 1px;
    border-color: #afafd1;
    border-radius: 10px;
    background-color: rgb(132 132 132 / 20%);
}

.navigation-item:active {
    border-style: solid;
    border-width: 1px;
    border-color: #afafd1;
    border-radius: 10px;
    background-color: rgb(132 132 132 / 20%);
}

@media (prefers-reduced-motion: reduce) {
  .navigation-link {
    transition: none;
  }
}

.navigation-link:hover,
.navigation-link:focus {
  color: #222;
}

.navigation-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.navigation-tabs {
  border-bottom: 1px solid #dee2e6;
}

.navigation-tabs .navigation-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.navigation-tabs .navigation-link:hover,
.navigation-tabs .navigation-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}

.navigation-tabs .navigation-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

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

.navigation-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navigation-pills .navigation-link {
  background: none;
  border: 0;
  border-radius: 10px;
}

.navigation-pills .navigation-link.active,
.navigation-pills .show>.navigation-link {
  color: #222;
  background-color: rgb(132 132 132 / 20%);
  border-style: solid;
    border-width: 1px;
    border-color: #afafd1;
}

.navigation-pills .navigation-item.active,
.navigation-pills .show>.navigation-item {
  color: #222;
  background-color: rgb(132 132 132 / 20%);
  border-style: solid;
    border-width: 1px;
    border-color: #afafd1;
    border-radius: 10px;

}

.navigation-fill>.navigation-link,
.navigation-fill .navigation-item {
  flex: 1 1 auto;
  text-align: center;
}

.navigation-justified>.navigation-link,
.navigation-justified .navigation-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.navigation-fill .navigation-item .navigation-link,
.navigation-justified .navigation-item .navigation-link {
  width: 100%;
}














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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-sm,
.navbar>.container-md,
.navbar>.container-lg,
.navbar>.container-xl,
.navbar>.container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}




.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1000;
  border-radius:4px ;
  left: -27px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px !important;
  text-decoration: none;
  display: block;
  text-align: center;
}

.dropdown:hover .dropdown-content {
  display: block;
}







.navbar-nav .dropdown-menu {
  position: static;
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}

.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}













.card img {
      border-style: solid;
    border-width: 2px;
    border-color: rgba(0, 0, 0, 0.06);
} 

.card-title {
      font-size: 18px;
    font-weight: 800;
    line-height: 31px;
    margin: 1.375rem 0 1.375rem;
}


.img-border {
      border-style: solid;
    border-width: 2px;
    border-color: rgba(0, 0, 0, 0.06);
} 












@media (min-width: 768px) {
.preloader {
    left: 199px;
    right: auto;
    height: 0%;
    width: 1px;
}
}


.hello {
    display: none;
    overflow: hidden;
    height: 425px;
    width: 100%;
}
.hello, .hello__feet, .hello__hand {
    position: relative;
}

@media (min-width: 993px) {
.hello {
    display: block;
}
}



.hello__image {
    position: absolute;
    left: 50%;
    width: 100%;
    height: auto;
    -webkit-transform: translateX(-50%) translateY(-125px);
    -ms-transform: translateX(-50%) translateY(-125px);
    transform: translateX(-50%) translateY(-125px);
}

@media (min-width: 768px) {
.hello__image {
    -webkit-transform: translateX(-50%) translateX(200px) translateY(-125px);
    -ms-transform: translateX(-50%) translateX(200px) translateY(-125px);
    transform: translateX(-50%) translateX(200px) translateY(-125px);
}
}

.hello:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/noise.gif);
    opacity: 0.045;
    z-index: 1;
}
.hello:after, .hello__feet:after, .hello__hand:after {
    content: '';
    display: inline-block;
}

.text-xs-right {
    text-align: right!important;
}


.pdf-viewer object {
     width:100%;
     height:726px;
}

.pdf-viewer iframe {
     width:100%;
     height:726px;
}

p, ul, ol {
    margin: 0 0 22px;
    margin: 0 0 1.375rem;
}

.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}



a {
  color: #060606;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #2cab8e;
}

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



*, :focus {
    outline: 0;
    border: none;
    -moz-outline: none;
    -webkit-outline: none;
}

a:hover h1, a:hover .h1, a:hover h2, a:hover .h2, a:hover h3, a:hover .h3, a:hover h4, a:hover .h4, a:hover h5, a:hover .h5, a:hover h6, a:hover .h6 {
    color: #37bd9e;
}


.icon-effects-w3-1 {
    position: absolute;
    top: 19%;
    right: 8%;
}

.icon-effects-w3-2 {
    position: absolute;
    top: 77%;
    right: 8%;
}

.icon-effects-w3-1 img, .icon-effects-w3-2 img, .icon-effects-w3-3 img, .icon-effects-w3-4 img, .icon-effects-w3-5 img, .icon-effects-w3-6 img {
    -webkit-animation: fa-spin 5s infinite linear;
    animation: fa-spin 5s infinite linear;
    width: 32px;
}

.icon-effects-w3-3 {
    position: absolute;
    top: 20%;
    left: 23%;
}

.icon-effects-w3-4 {
    position: absolute;
    bottom: 14%;
    left: 25%;
}

.journey {
    background: #f0f7f8;
}

.project-title {
  font-size: 48px;
  line-height: 3.5rem;
}

.project-details__content-main {
    width: 100%;
    max-width: 45rem;
    margin: auto;
}

.project-details__content-title {
    font-size: 34px;
    font-weight: 800;
    line-height: 31px;
    margin: 0 0 1.375rem;
}

.project-details__content-subtitle {
    font-size: 24px;
    font-weight: 800;
    line-height: 31px;
    margin: 0 0 1.375rem;
}

.project-details__content-text {
  font-size: 18px;
  line-height: 1.55;
  opacity: .6;
}

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

.image-text-align-left {
  width: 100%;
  padding-right: 1.125rem;
}


.image-text-align-right {
  width: 100%;
  padding-left: 1.125rem;
}


#about-img1 {display:block;}
#about-img2 {display:none}




@media all and (max-width: 992px) {

.dropdown-content {
  display: inline-block;
  position: relative;
  min-width: 100%;
  box-shadow: none;
  left: 0px;
}


#about-img1 {display:none;}
#about-img2 {display:block}

}



.skills {
    display: flex;
    flex-wrap: wrap;
}







.journey h5.sub-title-timeline {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 1em;
    margin-left: 2em;
}

@media (max-width: 568px) {
.journey h5.sub-title-timeline {
    margin-left: 0.4em;
  }
}

.journey h5.sub-title-timeline i {
    color: var(--primary-color);
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d";
}

.journey .timeline {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

.journey .timeline:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 54px;
    width: 3px;
    height: calc(100% - 10px);
    background: #37bd9e;
}

@media (max-width: 568px) {
.journey .timeline::before {
    left: 8.5px;
}
}

.journey .timeline .column {
    margin: 0px 40px 40px 120px;
}

.journey .timeline .column:last-child {
    margin: 0px 40px 0px 120px;
}


@media (max-width: 568px) {
.journey .timeline .column {
    margin: 0px 0px 40px 54px;
  }

  .journey .timeline .column:last-child {
    margin: 0px 40px 0px 54px;
}
}


.journey .timeline .column .title h2 {
    font-size: 21px;
    line-height: 31px;
    font-weight: 600;
    position: relative;
    margin: 0;
}

.journey .timeline .column .title h2:before {
    content: "";
    position: absolute;
    left: -73px;
    top: 7px;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 3px solid #37bd9e;
    border-radius: 50%;
}

@media (max-width: 568px) {
.journey .timeline .column .title h2:before {
    left: -53px;
    top: 7px;
  }
}

@media (max-width: 400px) {

  .journey h5.sub-title-timeline {
    margin-left: 0;
  }

  .journey .timeline .column {
    margin: 0px 0px 40px 40px;
}


.journey .timeline .column:last-child {
  margin: 0px 0px 40px 40px;
}

.last-column-mobile {
  margin: 0px 0px 0px 40px !important;
}

  .journey .timeline .column .title h2 {
    font-size: 19px;
    line-height: 28px;
  }

  .journey .timeline .column .title h2:before {
    left: -39px;
    top: 4px;
  }
}

.description h6 {
    color: #37bd9e;
    margin-top: 15px;
    font-size: 1rem;
}

.description p {
    margin: 0;
}

.fa-calendar-alt:before {
    content: "\f073";
}

.journey h5.sub-title-timeline i {
    color: #37bd9e;
}

.fa-briefcase:before {
    content: "\f0b1";
}


.skills .progress-info {
    margin-bottom: 30px;
    text-align: left;
    position: relative;
}
}

@media (max-width: 992px) {
.skills .progress-info {
  margin-right: 14px;
  }

  .project__background {
    display: none !important;
  }

  .project__description {
    display:none !important ;
  }
}

.skills .info1 h6.progress-title {
    display: grid;
    grid-template-columns: 1fr auto;
    width: 100%;
}


.skills .info2 h6.progress-title {
    display: grid;
    grid-template-columns: 1fr auto;
    width: 100%;
}

.skills .info3 h6.progress-title {
    display: grid;
    grid-template-columns: 1fr auto;
    width: 90%;
}

.skills .info4 h6.progress-title {
    display: grid;
    grid-template-columns: 1fr auto;
    width: 95%;
}

.skills .info5 h6.progress-title {
    display: grid;
    grid-template-columns: 1fr auto;
    width: 90%;
}

.skills .info6 h6.progress-title {
    display: grid;
    grid-template-columns: 1fr auto;
    width: 85%;
}

.skills .info7 h6.progress-title {
    display: grid;
    grid-template-columns: 1fr auto;
    width: 100%;
}

.skills .info8 h6.progress-title {
    display: grid;
    grid-template-columns: 1fr auto;
    width: 100%;
}

.skills .info9 h6.progress-title {
    display: grid;
    grid-template-columns: 1fr auto;
    width:100%;
}

.skills .info10 h6.progress-title {
    display: grid;
    grid-template-columns: 1fr auto;
    width: 100%;
}


.skills h6.progress-title {
    font-size: 16px;
    color: var(--heading-color);
    margin-bottom: 10px;
}

.skills .progress {
    display: flex;
    height: 4px;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #f5f5f5;
    border-radius: 0.25rem;
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}



.skills .progress-bar-striped {
    background-image: none;
    background-size: cover;
}

.skills .progress-bar {
    background-color: var(--primary-color);
    transition: width 0.6s ease;
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #0d6efd;
    transition: width 0.6s ease;
}

.skills .progress-bar.gradient-1:before, .skills .progress-bar.gradient-2:before, .skills .progress-bar.gradient-3:before, .skills .progress-bar.gradient-4:before, .skills .progress-bar.gradient-5:before, .progress-bar.gradient-6:before, .progress-bar.gradient-7:before, .progress-bar.gradient-8:before, .progress-bar.gradient-9:before, .progress-bar.gradient-10:before {
    height: 28px;
    width: 28px;
    border: 1px solid;
    opacity: .3;
}

.skills .progress-bar.gradient-1:after, .skills .progress-bar.gradient-2:after, .skills .progress-bar.gradient-3:after, .skills .progress-bar.gradient-4:after, .progress-bar.gradient-5:after, .progress-bar.gradient-6:after, .progress-bar.gradient-7:after, .progress-bar.gradient-8:after, .progress-bar.gradient-9:after, .progress-bar.gradient-10:after {
    height: 13px;
    width: 13px;
    border: 3px solid;
    background-color: #fff;
}

.skills .progress-bar.gradient-1 {
    color: #61fded;
    background-color: #0d8abc;
    background-image: linear-gradient(-224deg, #0d8abc, #61fded);
}

.skills .progress-bar.gradient-1:after, .skills .progress-bar.gradient-1:before {
    content: "";
    position: absolute;
    right: 0%;
    top: 90%;
    border-radius: 50%;
    transform: translate(50%, -50%);
}

.skills .progress-bar.gradient-2 {
    color: #eece90;
    background-color: #d45529;
    background-image: linear-gradient(-224deg, #d45529, #eece90);
}

.skills .progress-bar.gradient-2:after, .skills .progress-bar.gradient-2:before {
    content: "";
    position: absolute;
    right: 0%;
    top: 90%;
    border-radius: 50%;
    transform: translate(50%, -50%);
}

.skills .progress-bar.gradient-3 {
    color: #5c51ff;
    background-color: #f646a9;
    background-image: linear-gradient(-224deg, #f646a9, #5c51ff);
}

.skills .progress-bar.gradient-3:after, .skills .progress-bar.gradient-3:before {
    content: "";
    position: absolute;
    right: 10%;
    top: 90%;
    border-radius: 50%;
    transform: translate(50%, -50%);
}

.skills .progress-bar.gradient-4 {
    color: #e5bf52;
    background-color: #f3e650;
    background-image: linear-gradient(-224deg, #f3e650, #e5bf52);
}

.skills .progress-bar.gradient-4:after, .skills .progress-bar.gradient-4:before {
    content: "";
    position: absolute;
    right: 5%;
    top: 90%;
    border-radius: 50%;
    transform: translate(50%, -50%);
}


.skills .progress-bar.gradient-5 {
    color: #e5529a;
    background-color: #e77654;
    background-image: linear-gradient(-224deg, #e77654, #e5529a);
}

.skills .progress-bar.gradient-5:after, .skills .progress-bar.gradient-5:before {
    content: "";
    position: absolute;
    right: 10%;
    top: 90%;
    border-radius: 50%;
    transform: translate(50%, -50%);
}

.skills .progress-bar.gradient-6 {
    color: #61fded;
    background-color: #0d8abc;
    background-image: linear-gradient(-224deg, #0d8abc, #61fded);
}

.skills .progress-bar.gradient-6:after, .skills .progress-bar.gradient-6:before {
    content: "";
    position: absolute;
    right: 15%;
    top: 90%;
    border-radius: 50%;
    transform: translate(50%, -50%);
}

.skills .progress-bar.gradient-7 {
    color: #eece90;
    background-color: #d45529;
    background-image: linear-gradient(-224deg, #d45529, #eece90);
}

.skills .progress-bar.gradient-7:after, .skills .progress-bar.gradient-7:before {
    content: "";
    position: absolute;
    right: 0%;
    top: 90%;
    border-radius: 50%;
    transform: translate(50%, -50%);
}

.skills .progress-bar.gradient-8 {
    color: #5c51ff;
    background-color: #f646a9;
    background-image: linear-gradient(-224deg, #f646a9, #5c51ff);
}

.skills .progress-bar.gradient-8:after, .skills .progress-bar.gradient-8:before {
    content: "";
    position: absolute;
    right: 0%;
    top: 90%;
    border-radius: 50%;
    transform: translate(50%, -50%);
}

.skills .progress-bar.gradient-9 {
    color: #e5bf52;
    background-color: #f3e650;
    background-image: linear-gradient(-224deg, #f3e650, #e5bf52);
}

.skills .progress-bar.gradient-9:after, .skills .progress-bar.gradient-9:before {
    content: "";
    position: absolute;
    right: 0%;
    top: 90%;
    border-radius: 50%;
    transform: translate(50%, -50%);
}


.skills .progress-bar.gradient-10 {
    color: #e5529a;
    background-color: #e77654;
    background-image: linear-gradient(-224deg, #e77654, #e5529a);
}

.skills .progress-bar.gradient-10:after, .skills .progress-bar.gradient-10:before {
    content: "";
    position: absolute;
    right: 0%;
    top: 90%;
    border-radius: 50%;
    transform: translate(50%, -50%);
}



.nav-fixed .gg-moon,
.nav-fixed .gg-moon:after {
  color: var(--heading-color);
}



.nav-fixed .navbar .navbar-brand {
  color: var(--primary-color);
}

.nav-fixed .navbar-expand-lg .navbar-nav .nav-link {
  color: var(--heading-color);
}

.nav-fixed .navbar .navbar-brand:hover {
  color: #37bd9e;
}


.navbar-brand h4 {
  color: #000;

}

@media (min-width: 992px) {
.pe-lg-5 {
    padding-right: 3rem !important;
}
}

.footer-logo img {
  border: 1px solid #37bd9e;
    padding: 10px 10px;

}

.navbar .navbar-brand:hover,
a.footer-logo:hover {
  color: var(--primary-color);
}

.navbar-expand-lg .navbar-nav .nav-item {
  padding: 0 12px;
}

.navbar-nav .nav-link:focus {
  color: var(--primary-color);
}

.navbar-expand-lg .navbar-nav .show>.nav-link,
.navbar-expand-lg .navbar-nav .active>.nav-link,
.navbar-expand-lg .navbar-nav .nav-link.show,
.navbar-expand-lg .navbar-nav .nav-link.active,
.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #37bd9e;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 12px 0;
  font-size: 13px;
  color: #222;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 800;
}

.nav-link-contact {
  background-color: #37bd9e;
    color: #fff !important;
    padding: 12px 24px !important;
    border-radius: 30px;
  }

  .nav-link-contact:hover {
    color: #fff;
    background-color: #2cab8e;
    border-color: #37bd9e;
}

.navbar-nav .dropdown-menu li {
  width: 100%;
}

a.dropdown-item {
  font-size: 16px;
  color: var(--heading-color);
  padding: 5px 24px;
}

a.dropdown-item:hover {
  color: var(--primary-color);
  background: none;
}

a.dropdown-item.active {
  background: transparent;
  color: var(--primary-color);
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  transform: translateX(-30px);
  background: #fff;
  border: 1px solid var(--border-color);
  box-shadow: rgb(12 12 12 / 6%) 0px 1px 20px 0px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu:before {
  content: '';
  width: 14px;
  height: 14px;
  background: #fff;
  border: 1px solid var(--border-color);
  display: block;
  border-right: none;
  border-bottom: none;
  transform: translateX(-50%) rotateZ(45deg);
  position: absolute;
  top: -7px;
  left: 49%;
  z-index: 1001;
}

header {
  background-color: transparent;
  padding: 0;
  transition: all 0.4s ease 0s;
  height: 90px;
  display: grid;
  align-items: center;
  /* box-shadow: 0 3px 9px rgba(0, 0, 0, 0.05); */
}

header.nav-fixed {
  padding: 0;
  background-color:#fff;
  height: 80px;
  border-bottom: none;
  box-shadow: 0 10px 100px rgba(0,0,0,.1);
  z-index: 1000 !important;
  /* for z-index:10 to display gallery popup */
}

.dropdown-toggle::after {
  display: none;
}


/* //serach */
@media only screen and (max-width: 991px) {
  header.nav-fixed {
    height: auto;
    padding: 14px 0;
  }

  header {
    height: auto;
    padding: 17px 0;
  }

  nav.navbar.navbar-expand-lg.navbar-light {
    padding: 0;
  }

  .navbar-collapse {
    max-height: calc(100vh - 80px);
  }

  .navbar-toggler {
    padding: 0rem !important;
    border: none;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  .navbar-collapse {
    float: left;
    text-align: center;
    width: 100%;
    background: #fff;
    padding: 20px;
    margin-top: 16px;
    box-shadow: 0 6px 19px rgba(0, 0, 0, 0.05);
  }

  .navbar-expand-lg .navbar-nav .nav-item {
    padding: 7px 0;
  }

  .navbar-nav .dropdown-menu {
    text-align: center;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    display: inline-block;
    text-align: center;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    transform: translateX(0px);
    border: 1px solid var(--border-color-light);
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu:before {
    border: 1px solid var(--border-color-light);
    border-right: none;
    border-bottom: none;
  }

  .dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

  .navbar-toggler-icon {
    background-image: none;
    padding: 0;
    width: 34px;
    height: 34px;
    display: inline-block;
    background: #272121;
    border-radius: 4px;
    text-align: center;
  }

  .navbar-toggler-icon.fa {
    font-size: 20px;
    line-height: 1.2em;
    background: #37bd9e;
    line-height: 34px;
    color: #fff;
  }

  button.navbar-toggler .icon-close {
    display: block;
  }

  button.navbar-toggler .icon-expand {
    display: none;
  }

  button.navbar-toggler.collapsed .icon-close {
    display: none;
  }

  button.navbar-toggler.collapsed .icon-expand {
    display: block;
  }

  .cont-ser-position {
    position: absolute;
    right: 50px;
    top: 18px;
  }
}

@media only screen and (max-width: 480px) {

  .cont-ser-position {
    top: 16px;
  }
}


  .navbar-brand img {
    border: 1px solid #37bd9e;
    padding: 10px 10px;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container>.nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 5em;
  float: left;
  background: url(../images/img-sprite.png) 40px 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 5em;
  right: 0;
  float: right;
  background: url(../images/img-sprite.png) -23px 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}


span.nav-arrow-label {
  text-transform: none;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  display: block;
}

span.nav-arrow-label i {
  font-size: 14px;
}

.nav-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
  margin: 40px 0;
  border-top: 1px solid var(--border-color-light);
  border-bottom: 1px solid var(--border-color-light);
  padding: 30px 0;
}

.nav-links .nav-previous a {
  display: grid;
  grid-template-columns: 66px 1fr;
  grid-gap: 10px;
  align-items: center;
}

.nav-links .nav-next a {
  display: grid;
  grid-template-columns: 1fr 66px;
  grid-gap: 10px;
  align-items: center;
}
















.eye-container {
    display: block;
    width: 28px;
    height: 11px;
    margin: 0 20px;
    pointer-events: none;
    transform-style: preserve-3d;
}

.eye-container img {
    object-fit: cover;
    overflow: hidden;
}

.eye-right {
    margin: 0 !important;
    padding: 0 !important;
}


circle.eye {
    fill: #a1a1b6;
}
path.top, path.bottom {
    fill: transparent;
}
.eye-outer {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: 15px;
}
.face {
    width: 105px;
    height: 12px;
    margin: -75px 557px;
}

.typing-container h4 span.typed-text {
  font-weight: 700;
  color: #060606;
  text-transform: uppercase;
}
.typing-container h4 span.cursor {
  display: inline-block;
  background-color: #060606;
  margin-left: 0.1rem;
  width: 2px;
  animation: blink 1s infinite;
}
.typing-container h4 span.cursor.typing {
  animation: none;
}
@keyframes blink {
  0%  { background-color: #060606; }
  49% { background-color: #060606; }
  50% { background-color: transparent; }
  99% { background-color: transparent; }
  100%  { background-color: #060606; }
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #5A5A5A;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    font-size: 16px;
    border-radius: 30px;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    padding: 12px 42px 14px;
}

.btn-check:checked+.btn-primary,
.btn-check:active+.btn-primary,
.btn-primary:active,
.btn-primary.active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}

.btn-check:checked+.btn-primary:focus,
.btn-check:active+.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.btn-check:checked+.btn-secondary,
.btn-check:active+.btn-secondary,
.btn-secondary:active,
.btn-secondary.active,
.show>.btn-secondary.dropdown-toggle {
  color: #000;
  border-color: #2cab8e;
}

.btn-check:checked+.btn-secondary:focus,
.btn-check:active+.btn-secondary:focus,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}


.btn-primary {
    color: #FFFFFF;
}

.btn-secondary {
  color: #000;
}

.btn-primary:hover {
    color: #fff;
    background-color: #2cab8e;
    border-color: #37bd9e;
}

.btn-secondary:hover {
    color: #000;
    border-color: #37bd9e;
}


.btn {
    font-weight: 500;
    transition: .5s;
}

.collapse:not(.show) {
  display: none;
}

.btn-primary {
    color: #fff;
    background-color: #37bd9e;
    border-color: #37bd9e;
}

.btn-secondary {
    color: #000;
    border: 1px solid #37bd9e;
}

.position-relative {
    position: relative !important;
}

.radius-image {
    border-radius: 10px;
}

@media (min-width: 992px) {
.ps-lg-5 {
    padding-left: 3rem !important;
}
}




.my-info {
    margin: 0 0 1.5rem;
}

.single-info {
    margin-bottom: 0;
    padding-left: 0;
}

ul.single-info li {
    display: inline-block;
    margin-bottom: 6px;
}

li.name-style {
    color: var(--heading-color);
    font-weight: 600;
    font-size: 17px;
    width: 75px;
}

ul.single-info li p {
    font-size: 14px;
    margin-left: 12px;
    margin-bottom: 0;
}

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






/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-top-project {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: #fff;
}


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

.social-icons3 {
    padding-left: 0;
}

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

ul.social-icons3 li a {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    background:rgb(255 255 255 / 10%);
    color: #fff;
    text-align: center;
}

ul.social-icons3 li a:hover {
  background-color: #37bd9e;
}








.social-icons-header {
    padding-left: 0;
}

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

ul.social-icons-header li a {
    display: inline-block;
    height: 36px;
    width: 36px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
}

ul.social-icons-header li a:hover {
  color: #37bd9e;
}













.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;
}

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

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

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

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

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

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

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

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

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

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

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

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

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

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

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

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

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

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

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

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

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

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

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

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

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

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}



@media (min-width: 992px) {
.mt-lg-0 {
    margin-top: 0 !important;
}
}

@media (min-width: 993px) {
.mt-lg-1 {
    margin-top: 0 !important;
}

}



@media (max-width: 993px) {
.mb-md-5-1 {
    margin-bottom: 3rem !important;
  }

   .mt-md-5-1 {
    margin-top: 3rem !important;
  }
    .image-text-align-left {
      padding-right: 0;
  }

   .image-text-align-right {
      padding-left: 0;
  }

}


@media (max-width: 380px) {
  .mt-2-1 {
    margin-top: .5rem;
  }
}


@media (min-width: 768px) {

  .float-md-start {
    float: left !important;
  }

  .float-md-end {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

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

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

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

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

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

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

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

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

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

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

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

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

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

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

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: 0.25rem !important;
  }

  .gap-md-2 {
    gap: 0.5rem !important;
  }

  .gap-md-3 {
    gap: 1rem !important;
  }

  .gap-md-4 {
    gap: 1.5rem !important;
  }

  .gap-md-5 {
    gap: 3rem !important;
  }

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

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

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

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

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

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

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

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

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

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }


  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}










@media (max-width: 993px) {
  .pb-4-5 {
    padding-bottom: 2rem !important;
  }

  .pt-5-5 {
    padding-top: 3rem !important;
  }
}












p.copy-right-w3 {
    border-top: 1px solid #fff3;
    margin-bottom: 0;
}


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

p.copy-right-w3 a {
    color: #37bd9e;
}




button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
    cursor: pointer;
}






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

a,
a:hover,
button,
button:hover {
  text-decoration: none;
  transition: .5s all;
  -moz-transition: .5s all;
}

.collapse:not(.show) {
    display: none;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

a.dropdown-item.active {
  background: transparent;
  color: var(--primary-color);
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}


.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}










.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}



.btn-check:checked+.btn-secondary:focus,
.btn-check:active+.btn-secondary:focus,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.btn-check:checked+.btn-success,
.btn-check:active+.btn-success,
.btn-success:active,
.btn-success.active,
.show>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}

.btn-check:checked+.btn-success:focus,
.btn-check:active+.btn-success:focus,
.btn-success:active:focus,
.btn-success.active:focus,
.show>.btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

.btn-check:checked+.btn-info,
.btn-check:active+.btn-info,
.btn-info:active,
.btn-info.active,
.show>.btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}

.btn-check:checked+.btn-info:focus,
.btn-check:active+.btn-info:focus,
.btn-info:active:focus,
.btn-info.active:focus,
.show>.btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

.btn-check:checked+.btn-warning,
.btn-check:active+.btn-warning,
.btn-warning:active,
.btn-warning.active,
.show>.btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}

.btn-check:checked+.btn-warning:focus,
.btn-check:active+.btn-warning:focus,
.btn-warning:active:focus,
.btn-warning.active:focus,
.show>.btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}


.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

@media (min-width: 992px) {
.my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

}

.ml-0 {
  margin-left: auto;
}









/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}






/*
 * Remove default fieldset styles.
 */

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

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    background: #ccc;
    color: #000;
}


/* ==========================================================================
   Fonts
   ========================================================================== */

@font-face {
  font-family: 'comicsans';
  src: url('/fonts/ComicSansMS-Bold.eot') format('eot'),
       url('/fonts/ComicSansMS-Bold.otf') format('otf'),
       url('/fonts/ComicSansMS-Bold.svg') format('svg'),
       url('/fonts/ComicSansMS-Bold.ttf') format('truetype'),
       url('/fonts/ComicSansMS-Bold.woff') format('woff');

}

@font-face {
  font-family: 'proxima-nova';
  src: url('/fonts/ProximaNova-Regular.eot') format('eot'),
       url('/fonts/ProximaNova-Regular.otf') format('otf'),
       url('/fonts/ProximaNova-Regular.svg') format('svg'),
       url('/fonts/ProximaNova-Regular.ttf') format('truetype'),
       url('/fonts/ProximaNova-Regular.woff') format('woff');

}

@font-face {
  font-family: 'Trebuchet MS';
  src: url('/fonts/TrebuchetMS.eot') format('eot'),
       url('/fonts/TrebuchetMS.svg') format('svg'),
       url('/fonts/TrebuchetMS.ttf') format('truetype'),
       url('/fonts/TrebuchetMS.woff') format('woff');

}


@font-face {
  font-family: 'din-condensed-web';
  src: url('/fonts/din-condensed-web.eot') format('eot'),
       url('/fonts/din-condensed-web.svg') format('svg'),
       url('/fonts/din-condensed-web.ttf') format('truetype'),
       url('/fonts/din-condensed-web.woff') format('woff');

}

@font-face {
  font-family: 'Exo'; 
  src: url('/fonts/Exo-Regular.eot') format('eot'),
       url('/fonts/Exo-Regular.svg') format('svg'),
       url('/fonts/Exo-Regular.ttf') format('truetype'),
       url('/fonts/Exo-Regular.woff') format('woff');
 	url('/fonts/Exo-Regular.woff2') format('woff');


}

@font-face {
  font-family: 'Exo-SemiBold';
  src: url('/fonts/Exo-SemiBold.eot') format('eot'),
       url('/fonts/Exo-SemiBold.svg') format('svg'),
       url('/fonts/Exo-SemiBold.ttf') format('truetype'),
       url('/fonts/Exo-SemiBold.woff') format('woff');
 	url('/fonts/Exo-SemiBold.woff2') format('woff');


}

@font-face {
  font-family: 'Dosis';
  src: url('/fonts/Dosis-Bold.eot') format('eot'),
       url('/fonts/Dosis-Bold.svg') format('svg'),
       url('/fonts/Dosis-Bold.ttf') format('truetype'),
       url('/fonts/Dosis-Bold.woff') format('woff');
 	url('/fonts/Dosis-Bold.woff2') format('woff');


}













html{box-sizing:border-box}


img {
    vertical-align: middle;
}

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


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

@media (min-width: 768px) {
    #content-wide {
        width: calc(100% - 200px);
        transform: translateX(200px);
    }
}





#small-content {
    right: 0px;
   height: 100%;
    top: 0;
    width:33%;
    overflow: auto;
    text-align: left;
    position: absolute;
    overflow-x: hidden;
    -ms-overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    background: #fff;
}

.module_list {
    height: 100%;
    top: 0;
    width:31%;
    overflow: auto;
    text-align: left;
    background: #fff;
    position: absolute;
    overflow-x: hidden;
    -ms-overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

#content {
    margin-top: 140px;
}

/*@media (min-width: 768px) {
#content {
    width: calc(100% - 200px);
    -webkit-transform: translateX(200px);
    -ms-transform: translateX(200px);
    transform: translateX(200px);
}
}*/

#content-wide {
    position: relative;
    background: #fff;
    border-top: 1px solid #f3f3f3;
}



.container-fluid {
    max-width: 1200px;
}

.container-fluid-small {
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.9375rem;
    padding-right: 2.9375rem;
}

.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: .9375rem;
    padding-right: .9375rem;
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
}

.row {
    display: flex;
    flex-wrap: wrap;
margin-left: -.9375rem;
    margin-right: -.9375rem;
}

.align-items-center {
    align-items: center !important;
}


.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12{position:relative;min-height:1px;padding-left:.9375rem;padding-right:.9375rem}.col-xs-1{flex:0 0 8.33333%;max-width:8.33333%}.col-xs-2{flex:0 0 16.66667%;max-width:16.66667%}.col-xs-3{flex:0 0 25%;max-width:25%}.col-xs-4{flex:0 0 33.33333%;max-width:33.33333%}.col-xs-5{flex:0 0 41.66667%;max-width:41.66667%}.col-xs-6{flex:0 0 50%;max-width:50%}.col-xs-7{flex:0 0 58.33333%;max-width:58.33333%}.col-xs-8{flex:0 0 66.66667%;max-width:66.66667%}.col-xs-9{flex:0 0 75%;max-width:75%}.col-xs-10{flex:0 0 83.33333%;max-width:83.33333%}.col-xs-11{flex:0 0 91.66667%;max-width:91.66667%}.col-xs-12{flex:0 0 100%;max-width:100%}.col-xs-pull-0{right:auto}.col-xs-pull-1{right:8.33333%}.col-xs-pull-2{right:16.66667%}.col-xs-pull-3{right:25%}.col-xs-pull-4{right:33.33333%}.col-xs-pull-5{right:41.66667%}.col-xs-pull-6{right:50%}.col-xs-pull-7{right:58.33333%}.col-xs-pull-8{right:66.66667%}.col-xs-pull-9{right:75%}.col-xs-pull-10{right:83.33333%}.col-xs-pull-11{right:91.66667%}.col-xs-pull-12{right:100%}.col-xs-push-0{left:auto}.col-xs-push-1{left:8.33333%}.col-xs-push-2{left:16.66667%}.col-xs-push-3{left:25%}.col-xs-push-4{left:33.33333%}.col-xs-push-5{left:41.66667%}.col-xs-push-6{left:50%}.col-xs-push-7{left:58.33333%}.col-xs-push-8{left:66.66667%}.col-xs-push-9{left:75%}.col-xs-push-10{left:83.33333%}.col-xs-push-11{left:91.66667%}.col-xs-push-12{left:100%}.col-xs-offset-0{margin-left:0%}.col-xs-offset-1{margin-left:8.33333%}.col-xs-offset-2{margin-left:16.66667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.33333%}.col-xs-offset-5{margin-left:41.66667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.33333%}.col-xs-offset-8{margin-left:66.66667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.33333%}.col-xs-offset-11{margin-left:91.66667%}.col-xs-offset-12{margin-left:100%}@media (min-width: 544px){.col-sm-1{flex:0 0 8.33333%;max-width:8.33333%}.col-sm-2{flex:0 0 16.66667%;max-width:16.66667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.33333%;max-width:33.33333%}.col-sm-5{flex:0 0 41.66667%;max-width:41.66667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.33333%;max-width:58.33333%}.col-sm-8{flex:0 0 66.66667%;max-width:66.66667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.33333%;max-width:83.33333%}.col-sm-11{flex:0 0 91.66667%;max-width:91.66667%}.col-sm-12{flex:0 0 100%;max-width:100%}.col-sm-pull-0{right:auto}.col-sm-pull-1{right:8.33333%}.col-sm-pull-2{right:16.66667%}.col-sm-pull-3{right:25%}.col-sm-pull-4{right:33.33333%}.col-sm-pull-5{right:41.66667%}.col-sm-pull-6{right:50%}.col-sm-pull-7{right:58.33333%}.col-sm-pull-8{right:66.66667%}.col-sm-pull-9{right:75%}.col-sm-pull-10{right:83.33333%}.col-sm-pull-11{right:91.66667%}.col-sm-pull-12{right:100%}.col-sm-push-0{left:auto}.col-sm-push-1{left:8.33333%}.col-sm-push-2{left:16.66667%}.col-sm-push-3{left:25%}.col-sm-push-4{left:33.33333%}.col-sm-push-5{left:41.66667%}.col-sm-push-6{left:50%}.col-sm-push-7{left:58.33333%}.col-sm-push-8{left:66.66667%}.col-sm-push-9{left:75%}.col-sm-push-10{left:83.33333%}.col-sm-push-11{left:91.66667%}.col-sm-push-12{left:100%}.col-sm-offset-0{margin-left:0%}.col-sm-offset-1{margin-left:8.33333%}.col-sm-offset-2{margin-left:16.66667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.33333%}.col-sm-offset-5{margin-left:41.66667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.33333%}.col-sm-offset-8{margin-left:66.66667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.33333%}.col-sm-offset-11{margin-left:91.66667%}.col-sm-offset-12{margin-left:100%}}@media (min-width: 768px){.col-md-1{flex:0 0 8.33333%;max-width:8.33333%}.col-md-2{flex:0 0 16.66667%;max-width:16.66667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.33333%;max-width:33.33333%}.col-md-5{flex:0 0 41.66667%;max-width:41.66667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.33333%;max-width:58.33333%}.col-md-8{flex:0 0 66.66667%;max-width:66.66667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.33333%;max-width:83.33333%}.col-md-11{flex:0 0 91.66667%;max-width:91.66667%}.col-md-12{flex:0 0 100%;max-width:100%}.col-md-pull-0{right:auto}.col-md-pull-1{right:8.33333%}.col-md-pull-2{right:16.66667%}.col-md-pull-3{right:25%}.col-md-pull-4{right:33.33333%}.col-md-pull-5{right:41.66667%}.col-md-pull-6{right:50%}.col-md-pull-7{right:58.33333%}.col-md-pull-8{right:66.66667%}.col-md-pull-9{right:75%}.col-md-pull-10{right:83.33333%}.col-md-pull-11{right:91.66667%}.col-md-pull-12{right:100%}.col-md-push-0{left:auto}.col-md-push-1{left:8.33333%}.col-md-push-2{left:16.66667%}.col-md-push-3{left:25%}.col-md-push-4{left:33.33333%}.col-md-push-5{left:41.66667%}.col-md-push-6{left:50%}.col-md-push-7{left:58.33333%}.col-md-push-8{left:66.66667%}.col-md-push-9{left:75%}.col-md-push-10{left:83.33333%}.col-md-push-11{left:91.66667%}.col-md-push-12{left:100%}.col-md-offset-0{margin-left:0%}.col-md-offset-1{margin-left:8.33333%}.col-md-offset-2{margin-left:16.66667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.33333%}.col-md-offset-5{margin-left:41.66667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.33333%}.col-md-offset-8{margin-left:66.66667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.33333%}.col-md-offset-11{margin-left:91.66667%}.col-md-offset-12{margin-left:100%}}

@media (min-width: 993px){
    .col-lg-1{flex:0 0 8.33333%;max-width:8.33333%}
    .col-lg-2{flex:0 0 16.66667%;max-width:16.66667%}
    .col-lg-3{flex:0 0 25%;max-width:25%}
    .col-lg-4{flex:0 0 33.33333%;max-width:33.33333%}
    .col-lg-5{flex:0 0 41.66667%;max-width:41.66667%}
    .col-lg-6{flex:0 0 50%;max-width:50%}
    .col-lg-7{flex:0 0 58.33333%;max-width:58.33333%}
    .col-lg-8{flex:0 0 66.66667%;max-width:66.66667%}
    .col-lg-9{flex:0 0 75%;max-width:75%}
    .col-lg-10{flex:0 0 83.33333%;max-width:83.33333%}
    .col-lg-11{flex:0 0 91.66667%;max-width:91.66667%}
    .col-lg-12{flex:0 0 100%;max-width:100%}
    .col-lg-pull-0{right:auto}
    .col-lg-pull-1{right:8.33333%}
    .col-lg-pull-2{right:16.66667%}
    .col-lg-pull-3{right:25%}
    .col-lg-pull-4{right:33.33333%}
    .col-lg-pull-5{right:41.66667%}
    .col-lg-pull-6{right:50%}
    .col-lg-pull-7{right:58.33333%}
    .col-lg-pull-8{right:66.66667%}
    .col-lg-pull-9{right:75%}
    .col-lg-pull-10{right:83.33333%}
    .col-lg-pull-11{right:91.66667%}
    .col-lg-pull-12{right:100%}
    .col-lg-push-0{left:auto}
    .col-lg-push-0-5{left:4.33333%}    
    .col-lg-push-1{left:8.33333%}
    .col-lg-push-1-5{left:12.66667%}
    .col-lg-push-2{left:16.66667%}
    .col-lg-push-3{left:25%}
    .col-lg-push-4{left:33.33333%}
    .col-lg-push-5{left:41.66667%}
    .col-lg-push-6{left:50%}
    .col-lg-push-7{left:58.33333%}
    .col-lg-push-8{left:66.66667%}
    .col-lg-push-9{left:75%}
    .col-lg-push-10{left:83.33333%}
    .col-lg-push-11{left:91.66667%}
    .col-lg-push-12{left:100%}
    .col-lg-offset-0{margin-left:0%}
    .col-lg-offset-1{margin-left:8.33333%}
    .col-lg-offset-2{margin-left:16.66667%}
    .col-lg-offset-3{margin-left:25%}
    .col-lg-offset-4{margin-left:33.33333%}
    .col-lg-offset-5{margin-left:41.66667%}
    .col-lg-offset-6{margin-left:50%}
    .col-lg-offset-7{margin-left:58.33333%}
    .col-lg-offset-8{margin-left:66.66667%}
    .col-lg-offset-9{margin-left:75%}
    .col-lg-offset-10{margin-left:83.33333%}.col-lg-offset-11{margin-left:91.66667%}.col-lg-offset-12{margin-left:100%}}@media (min-width: 1200px){.col-xl-1{flex:0 0 8.33333%;max-width:8.33333%}.col-xl-2{flex:0 0 16.66667%;max-width:16.66667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.33333%;max-width:33.33333%}.col-xl-5{flex:0 0 41.66667%;max-width:41.66667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.33333%;max-width:58.33333%}.col-xl-8{flex:0 0 66.66667%;max-width:66.66667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.33333%;max-width:83.33333%}.col-xl-11{flex:0 0 91.66667%;max-width:91.66667%}.col-xl-12{flex:0 0 100%;max-width:100%}.col-xl-pull-0{right:auto}.col-xl-pull-1{right:8.33333%}.col-xl-pull-2{right:16.66667%}.col-xl-pull-3{right:25%}.col-xl-pull-4{right:33.33333%}.col-xl-pull-5{right:41.66667%}.col-xl-pull-6{right:50%}.col-xl-pull-7{right:58.33333%}.col-xl-pull-8{right:66.66667%}.col-xl-pull-9{right:75%}.col-xl-pull-10{right:83.33333%}.col-xl-pull-11{right:91.66667%}.col-xl-pull-12{right:100%}.col-xl-push-0{left:auto}.col-xl-push-1{left:8.33333%}.col-xl-push-2{left:16.66667%}.col-xl-push-3{left:25%}.col-xl-push-4{left:33.33333%}.col-xl-push-5{left:41.66667%}.col-xl-push-6{left:50%}.col-xl-push-7{left:58.33333%}.col-xl-push-8{left:66.66667%}.col-xl-push-9{left:75%}.col-xl-push-10{left:83.33333%}.col-xl-push-11{left:91.66667%}.col-xl-push-12{left:100%}.col-xl-offset-0{margin-left:0%}.col-xl-offset-1{margin-left:8.33333%}.col-xl-offset-2{margin-left:16.66667%}.col-xl-offset-3{margin-left:25%}.col-xl-offset-4{margin-left:33.33333%}.col-xl-offset-5{margin-left:41.66667%}.col-xl-offset-6{margin-left:50%}.col-xl-offset-7{margin-left:58.33333%}.col-xl-offset-8{margin-left:66.66667%}.col-xl-offset-9{margin-left:75%}.col-xl-offset-10{margin-left:83.33333%}.col-xl-offset-11{margin-left:91.66667%}.col-xl-offset-12{margin-left:100%}}.col-xs-first{order:-1}.col-xs-last{order:1}@media (min-width: 544px){.col-sm-first{order:-1}.col-sm-last{order:1}}@media (min-width: 768px){.col-md-first{order:-1}.col-md-last{order:1}}

@media (max-width: 993px){
  .col-mb-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 993px){.col-lg-first{order:-1}.col-lg-last{order:1}}@media (min-width: 1200px){.col-xl-first{order:-1}.col-xl-last{order:1}}.row-xs-top{align-items:flex-start}.row-xs-center{align-items:center}.row-xs-bottom{align-items:flex-end}@media (min-width: 544px){.row-sm-top{align-items:flex-start}.row-sm-center{align-items:center}.row-sm-bottom{align-items:flex-end}}@media (min-width: 768px){.row-md-top{align-items:flex-start}.row-md-center{align-items:center}.row-md-bottom{align-items:flex-end}}

@media (min-width: 993px){.row-lg-top{align-items:flex-start}.row-lg-center{align-items:center}.row-lg-bottom{align-items:flex-end}}@media (min-width: 1200px){.row-xl-top{align-items:flex-start}.row-xl-center{align-items:center}.row-xl-bottom{align-items:flex-end}}.col-xs-top{align-self:flex-start}.col-xs-center{align-self:center}.col-xs-bottom{align-self:flex-end}@media (min-width: 544px){.col-sm-top{align-self:flex-start}.col-sm-center{align-self:center}.col-sm-bottom{align-self:flex-end}}@media (min-width: 768px){.col-md-top{align-self:flex-start}.col-md-center{align-self:center}.col-md-bottom{align-self:flex-end}}

@media (min-width: 993px){.col-lg-top{align-self:flex-start}.col-lg-center{align-self:center}.col-lg-bottom{align-self:flex-end}}@media (min-width: 1200px){.col-xl-top{align-self:flex-start}.col-xl-center{align-self:center}.col-xl-bottom{align-self:flex-end}}

[class*="col-"] {
    position: relative;
    min-width: 0;
}


.heading {
    display: block;
    text-align: center;
    padding: 50px 0;
    padding: 3.125rem 0;
}



.heading, .project, .project__background, .project__background__small {
    position: relative;
}

.p-t-0 {
    padding-top: 0 !important;
}



.section__tags{
    padding: 0;
}



@media (min-width: 768px) {
    .section--brief .section__tags {

    }
}

.section--brief .section__tags {
    margin: 0 0 0 10px;
    margin: 0 0 0 .625rem;
}



.tag {
    display: inline-block;
    position: relative;
    height: 30px;
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.1), inset 1px -2px 1px -1px #eee;
    background-image: linear-gradient(#fff, #F0F0F0);
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border: 1px solid #D4D4D4;
    border-left: none;
    margin: 0 30px 0 0;
}

@media (min-width: 544px) {
    .tag {
        margin: 0 30px 0 0;
    }
}

.tag span {
    position: relative;
    top: -2px;
    color: #666;
    cursor: default;
    padding: 0 15px;
    padding: 0 .9375rem;
    font-size: 12px;
    font-size: .75rem;
}

.tag:before {
    position: absolute;
    top: 50%;
    left: -9px;
    z-index: 0;
    width: 17px;
    height: 18px;
    margin-top: -9px;
    border-right: solid 1px #adadad;
    border-bottom: solid 1px #d4d4d4;
    background-image: linear-gradient(45deg, #fff, #F0F0F0);
    transform: rotate(134deg) skewX(-10deg) skewY(-10deg);
}

.tag:before, .tag:after {
    content: '';
    display: inline-block;
}

.tag:after {
    position: absolute;
    top: 50%;
    left: 3px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    background: #FFF;
    border: 1px solid #CCC;
    border-radius: 50%;
    z-index: 1;
}

.section--dark {
    background-color: #f5f5f5 !important;
}



.section {

}

.section--brief {

}

@media (min-width: 993px) {
    .section--brief {

    }
}

.section-side {
    position: relative;
    padding: 30px 0 75px;
    padding: 2.375rem 0 4.6875rem;
    display: block;
}

.subheading {
    text-align: center;
    margin: 0 0 30px;
    margin: 0 0 1.875rem;
}

@media (min-width: 993px) {
    .subheading {
        margin: 0 0 50px;
        margin: 0 0 3.125rem;
    }
}




.section--darkest {
    background-color: rgba(0,0,0,0.07) !important;
}

.section--brief .section__profile {
    text-align: center;
    margin: 0 0 50px 0;
    margin: 0 0 3.125rem 0;
}


.section img {
    backface-visibility: hidden;
    -webkit-perspective: 1000;
}


.section__logo {
    display: block;
        width: 100%;
    max-width: 175px;
    margin: 50px auto 0;
    margin: 3.125rem auto 0
}


@media (min-width: 993px) {
    .figure {
        margin: 0 auto 50px;
        margin: 0 auto 3.125rem;
    }
}

.figure {
    display: block;
    margin: 0 auto 30px;
    margin: 0 auto 1.275rem;
}

.figure {
    display: inline-block;
}

figure {
    margin: 0 0 1rem;
}

figure {
    margin: 1em 40px;
}

.figure__image {
    display: block;
    max-width: 100%;
    transition: 500ms opacity ease-in-out;
    margin: 5px auto 10px;
    margin: .9375rem auto .9375rem;
}

.figure__caption {
    text-align: left;
    font-size: 12px;
    font-size: .75rem;
    line-height: 21px;
    line-height: 1.3125rem;
    color: #969696;
}


@media (min-width: 993px) {
.img-right {
  flex: 0 0 66.66667%;
    max-width: 66.66667%;
    float: right;
    padding-left: 3.875rem;
}
}

@media (min-width: 993px) {
.img-left {
  flex: 0 0 66.66667%;
    max-width: 66.66667%;
    float: left;
    padding-right: 3.875rem;
}
}


.section-title-homepage {
    text-align: center;
    position: relative;
    z-index: 22;
} 

.section-title {
    margin: 3.125rem 0 40px;
    text-align: center;
    position: relative;
    z-index: 22;
}

.title-bg {
    color: #e3e3e3;
    font-size: 60px;
    line-height: initial;
    position: absolute;
    top: -22px;
    left: 0;
    width: 100%;
    opacity: 0.9;
    font-weight: 900;
    z-index: -1;
    text-transform: uppercase;
}

.section-title-homepage h1 {
    font-size: 40px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #222;
    font-weight: 900;
    line-height: 42px;
    margin-top: 0;
}

.section-title-homepage h1 span {
    display: block;
    font-size: 18px;
    color: #1308a3;
    font-weight: 600;
    text-transform: capitalize;
}

.section-title-homepage h1 span {
    display: block;
    font-size: 18px;
    color: #37bd9e;
    font-weight: 600;
    text-transform: capitalize;
}

.section-title h1 {
    font-size: 40px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #060606;
    font-weight: 900;
    line-height: 42px;
    margin-top: 0;
}

.section-title h1 span {
    display: block;
    font-size: 18px;
    color: #37bd9e;
    font-weight: 600;
    text-transform: capitalize;
    line-height: normal;
}

.dropup, .dropend, .dropdown, .dropstart {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}


.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}

.dropdown-menu-start[data-bs-popper] {
  right: auto
    /* rtl:ignore */
  ;
  left: 0
    /* rtl:ignore */
  ;
}

.dropdown-menu-end {
  --bs-position: end;
}

.dropdown-menu-end[data-bs-popper] {
  right: 0
    /* rtl:ignore */
  ;
  left: auto
    /* rtl:ignore */
  ;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }

  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto
      /* rtl:ignore */
    ;
    left: 0
      /* rtl:ignore */
    ;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }

  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0
      /* rtl:ignore */
    ;
    left: auto
      /* rtl:ignore */
    ;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }

  .dropdown-menu-md-start[data-bs-popper] {
    right: auto
      /* rtl:ignore */
    ;
    left: 0
      /* rtl:ignore */
    ;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }

  .dropdown-menu-md-end[data-bs-popper] {
    right: 0
      /* rtl:ignore */
    ;
    left: auto
      /* rtl:ignore */
    ;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }

  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto
      /* rtl:ignore */
    ;
    left: 0
      /* rtl:ignore */
    ;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }

  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0
      /* rtl:ignore */
    ;
    left: auto
      /* rtl:ignore */
    ;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }

  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto
      /* rtl:ignore */
    ;
    left: 0
      /* rtl:ignore */
    ;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }

  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0
      /* rtl:ignore */
    ;
    left: auto
      /* rtl:ignore */
    ;
  }
}

@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }

  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto
      /* rtl:ignore */
    ;
    left: 0
      /* rtl:ignore */
    ;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }

  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0
      /* rtl:ignore */
    ;
    left: auto
      /* rtl:ignore */
    ;
  }
}

.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropstart .dropdown-toggle::after {
  display: none;
}

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}

.dropdown-menu-dark .dropdown-item:hover,
.dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}

.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}

.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}

.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}




.footer-w3ls {
    background: #131917;
}

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





.footer{
    text-align: center;
    background: #f5f5f5;
    padding: 0;
}


.footer.style2 .copyright {
    background: #1308a3;
}

.footer .copyright {
    background: #131917;
    text-align: center;
    overflow: hidden;
    padding: 30px 0;
}

.footer .copyright-content p {
    color: #fff;
    font-size: 13px;
    margin-bottom: 0;
}

.footer .copyright-content p span {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #37bd9e;

}

.about-us.style3 .experience {
    background: #1308a3;
}

.about-image .experience {
    padding: 25px 25px;
    background: #1308a3;
    max-width: 285px;
    z-index: 2;
    position: relative;
}

.about-image .experience .bg-pattern {
    height: 95px;
    width: 78px;
    position: absolute;
    right: 30px;
    top: 60px;
    z-index: -1;
}

.about-image .experience img {
    height: 100%;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0px 5px 35px #0000001f;
}

.about-image .experience h2 {
    color: #fff;
    font-weight: 900;
    font-size: 80px;
    line-height: 55px;
    margin: 0;
}

.about-image .experience h2 span {
    color: #fff;
    font-weight: 800;
    font-size: 32px;
    display: block;
    text-transform: capitalize;
    line-height: 38px;
    margin-top: 30px;
}

.about-image {
    position: relative;
}

.about-image {
    position: relative;
    box-shadow: 0px 10px 30px #0000001f;
    border-radius: 8px;
}

.about__content-title {
    font-weight: 700;
    font-size: 2.8rem;
    margin-bottom: 3rem;
}

.skills-list {
    display: flex;
    flex-wrap: wrap;
}

.skills__skill {
    padding: 1rem 2rem;
    margin-bottom: 1rem;
    margin-right: 1rem;
    font-size: 14px;
    background: #ebebeb;
    border-radius: 10px;
    color: #222;
}

@media (min-width: 576px) {
.mb-sm-5 {
    margin-bottom: 3rem !important;
}
}

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

.cont-details p {
    margin-bottom: 14px;
}

.cont-details i {
    color: #37bd9e;
    font-size: 20px;
    margin-right: 10px;
}

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

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

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

.fa, .fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.contact-left h4 {
    font-size: 21px;
    font-weight: 600;
    line-height: 31px;
    margin-top: 3rem !important;
}

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

ul.social-icons-contact li a {
    font-size: 24px;
    margin-right: 14px;
}

.fab {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}

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

.fa-instagram:before {
    content: "\f16d";
}

.social-icons-contact {
    padding-left: 0;
}


/* font awesome css */
/*!
 * Font Awesome Free 5.15.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

.fa-xs {
  font-size: .75em;
}

.fa-sm {
  font-size: .875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
  readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

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

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

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

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

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

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

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

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

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

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

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

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

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

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

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

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

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-bacteria:before {
  content: "\e059";
}

.fa-bacterium:before {
  content: "\e05a";
}

.fa-bahai:before {
  content: "\f666";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

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

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

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

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-biking:before {
  content: "\f84a";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

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

.fa-blind:before {
  content: "\f29d";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-box-tissue:before {
  content: "\e05b";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

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

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-caravan:before {
  content: "\f8ff";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

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

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

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

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

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-carrot:before {
  content: "\f787";
}

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

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

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

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

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

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

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

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

.fa-cheese:before {
  content: "\f7ef";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

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

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

.fa-city:before {
  content: "\f64f";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

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

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

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudflare:before {
  content: "\e07d";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

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

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

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

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

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

.fa-compact-disc:before {
  content: "\f51f";
}

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

.fa-compress:before {
  content: "\f066";
}

.fa-compress-alt:before {
  content: "\f422";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

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

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

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dailymotion:before {
  content: "\e052";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-deezer:before {
  content: "\e077";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-disease:before {
  content: "\f7fa";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

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

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

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

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

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

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

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

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

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

.fa-egg:before {
  content: "\f7fb";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

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

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

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

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

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

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

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-alt:before {
  content: "\f424";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fan:before {
  content: "\f863";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-faucet:before {
  content: "\e005";
}

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

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

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

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-firefox-browser:before {
  content: "\e007";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

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

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

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

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

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

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

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

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

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

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

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

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

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

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

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

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

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

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

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guilded:before {
  content: "\e07e";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-medical:before {
  content: "\e05c";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-holding-water:before {
  content: "\f4c1";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-sparkles:before {
  content: "\e05d";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-hands-wash:before {
  content: "\e05e";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-handshake-alt-slash:before {
  content: "\e05f";
}

.fa-handshake-slash:before {
  content: "\e060";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-cowboy:before {
  content: "\f8c0";
}

.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-head-side-cough:before {
  content: "\e061";
}

.fa-head-side-cough-slash:before {
  content: "\e062";
}

.fa-head-side-mask:before {
  content: "\e063";
}

.fa-head-side-virus:before {
  content: "\e064";
}

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

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hive:before {
  content: "\e07f";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

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

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hospital-user:before {
  content: "\f80d";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-house-user:before {
  content: "\e065";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

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

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

.fa-id-badge:before {
  content: "\f2c1";
}

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

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

.fa-ideal:before {
  content: "\e013";
}

.fa-igloo:before {
  content: "\f7ae";
}

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

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

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

.fa-infinity:before {
  content: "\f534";
}

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

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

.fa-innosoft:before {
  content: "\e080";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-instalod:before {
  content: "\e081";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

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

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

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

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-house:before {
  content: "\e066";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

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

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

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

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

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

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

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

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

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

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

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

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

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

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

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

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

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

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lungs:before {
  content: "\f604";
}

.fa-lungs-virus:before {
  content: "\e067";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

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

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

.fa-map-marked-alt:before {
  content: "\f5a0";
}

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

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

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

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

.fa-markdown:before {
  content: "\f60f";
}

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

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microblog:before {
  content: "\e01a";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

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

.fa-minus-square:before {
  content: "\f146";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mixer:before {
  content: "\e056";
}

.fa-mizuni:before {
  content: "\f3cc";
}

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

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

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

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

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

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mouse:before {
  content: "\f8cc";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

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

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-octopus-deploy:before {
  content: "\e082";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

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

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

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

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-arrows:before {
  content: "\e068";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-perbyte:before {
  content: "\e083";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

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

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

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

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

.fa-phone-square-alt:before {
  content: "\f87b";
}

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

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-square:before {
  content: "\e01e";
}

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

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-plane-slash:before {
  content: "\e069";
}

.fa-play:before {
  content: "\f04b";
}

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

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

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

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pump-medical:before {
  content: "\e06a";
}

.fa-pump-soap:before {
  content: "\e06b";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

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

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-record-vinyl:before {
  content: "\f8d9";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-remove-format:before {
  content: "\f87d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

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

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

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

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-shield-virus:before {
  content: "\e06c";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopify:before {
  content: "\e057";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

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

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sink:before {
  content: "\e06d";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-soap:before {
  content: "\e06e";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

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

.fa-spider:before {
  content: "\f717";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

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

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-stopwatch-20:before {
  content: "\e06f";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-store-alt-slash:before {
  content: "\e070";
}

.fa-store-slash:before {
  content: "\e071";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

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

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

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

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-terminal:before {
  content: "\f120";
}

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

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

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

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

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

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

.fa-tiktok:before {
  content: "\e07b";
}

.fa-times:before {
  content: "\f00d";
}

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

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toilet-paper-slash:before {
  content: "\e072";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-trailer:before {
  content: "\e041";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

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

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

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-uncharted:before {
  content: "\e084";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-unity:before {
  content: "\e049";
}

.fa-universal-access:before {
  content: "\f29a";
}

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

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-unsplash:before {
  content: "\e07c";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

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

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

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

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

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

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

.fa-users-cog:before {
  content: "\f509";
}

.fa-users-slash:before {
  content: "\e073";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-vest:before {
  content: "\e085";
}

.fa-vest-patches:before {
  content: "\e086";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-virus:before {
  content: "\e074";
}

.fa-virus-slash:before {
  content: "\e075";
}

.fa-viruses:before {
  content: "\e076";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-watchman-monitoring:before {
  content: "\e087";
}

.fa-water:before {
  content: "\f773";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wodu:before {
  content: "\e088";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-regular-400.eot");
  src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

/* //font awesome css */









@media (min-width: 993px) {
.img-right-50 {
  flex: 0 0 50%;
    max-width: 50%;
    float: right;
    padding-left: 1.875rem;
}
}

@media (min-width: 993px) {
.img-left-50 {
  flex: 0 0 50%;
    max-width: 50%;
    float: left;
    padding-right: 1.875rem;
}
}

@media (min-width: 993px) {
.img-left-40 {
  flex: 0 0 40%;
    max-width: 40%;
    float: left;
    padding-right: 1.875rem;
}
}

@media (min-width: 993px) {
.img-left-35 {
  flex: 0 0 35%;
    max-width: 35%;
    float: left;
    padding-right: 1.875rem;
}
}

@media (min-width: 993px) {
.img-left-30 {
  flex: 0 0 30%;
    max-width: 30%;
    float: left;
    padding-right: 1.875rem;
}
}

sup {
    top: -0.5em;
}

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



.heading:before {
    position: absolute;
    top: 45%;
    left: 50%;
    z-index: 0;
    height: 1px;
    width: 300px;
    background-color: #EEE;
    transform: translateX(-50%) rotate(25deg);
}



.heading:before, .project:before, .project__background:before, .project__background__small:before {
    content: '';
    display: inline-block;
}

@media (min-width: 544px) {
.heading:before {
    transform: translateX(-50%) rotate(35deg);
}
}

.heading__title, .heading__subtitle {
    position: relative;
    z-index: 1;

}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    display: block;
    font-weight: 500;
    color: #222;
    transition: 0.2s color linear;

}

a h1, a .h1, a h2, a .h2, a h3, a .h3, a h4, a .h4, a h5, a .h5, a h6, a .h6 {
    display: inline-block;
    color: #3fac95;
}



h2, .h2 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 28px;
    line-height: 1.75rem;
}

@media (min-width: 544px) {
h2, .h2 {
    font-size: 32px;
    font-size: 1.75rem;
    line-height: 32px;
    line-height: 1.75rem;
}
}

h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin: 0 0 10px;
    margin: 0 0 .625rem;
}

h5, .h5 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 17.6px;
    line-height: 1.5rem;
}

h6, .h6 {
    font-size: 10px;
    font-size: .625rem;
    line-height: 17.5px;
    line-height: 1.09375rem;
    font-weight: 500;
}

.heading__title {
    margin: 0 0 5px;
    margin: 0 0 .3125rem;
letter-spacing:2px;
}

@media (min-width: 993px) {
.row-thin {
    margin-left: -10px;
    margin-left: -.625rem;
    margin-right: -10px;
    margin-right: -.625rem;
}
}

.row-thin {
    margin-left: -5px;
    margin-left: -.3125rem;
    margin-right: -5px;
    margin-right: -.3125rem;
}


@media (min-width: 544px) {
.col-sm-4 .project {
    height: 21.5vw;
    width: 100%;
    overflow: hidden;
}
}

@media (min-width: 544px) and (min-width: 768px) {
.col-sm-4 .project {
    height: 15.5vw;
}
}

@media (min-width: 544px) {
.col-sm-6 .project {
    height: 21.5vw;
    width: 100%;
    overflow: hidden;
}
}

@media (min-width: 544px) and (min-width: 768px) {
.col-sm-6 .project {
    height: 16.5vw;
}
}

@media (min-width: 1200px) {
    .project {
        background-size: initial;
    }

}


.project {
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    height: 33.3vw;
    max-height: 235px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto 10px;
    margin: 0 auto .625rem;
    background-position: center;
}

@media (max-width: 544px) {

  .project {
    margin: 0 auto 1.45rem;
  }

  .project-last {
    margin: 0 !important;
  }

}

a:active, a:focus, a:hover, a:visited {
    text-decoration: none;
}




.project:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
}

@media (min-width: 993px) {
    .project {
        margin: 0 0 20px;
        margin: 0 0 1.45rem;
    }
}

.project__logo {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: scale(.4) translateX(-124.85714%) translateY(-124.85714%);
    opacity: 1;
}




@media (min-width: 544px) {
.project__logo {
    transform: scale(.35) translateX(-142.85714%) translateY(-142.85714%);
    top: 50%;
    left: 50%;
}
}

@media (min-width: 993px) {
.project__logo {
    transform: scale(.45) translateX(-111.11111%) translateY(-111.11111%);
    top: 50%;
    left: 50%;
}
}


@media (min-width: 1200px) {
.project__logo {
    transform: scale(.55) translateX(-100%) translateY(-100%);
    top: 53%;
    left: 54%;
}

}


.project__background {
    position: absolute !important;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    background-color: #37bd9e;
    transform: translateX(100%) translateX(350px);
    transition: 500ms transform ease-in-out 100ms;
}

.project__background:before {
    position: absolute;
    left: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 350px 350px 0;
    border-color: transparent #37bd9e transparent transparent;
    transform: translateX(-100%) translateY(-50px);
}


.project__background__small {
    position: absolute !important;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    background-color: #37bd9e;
    transform: translateX(100%) translateX(350px);
    transition: 500ms transform ease-in-out 100ms;
}

.project__background__small:before {
    position: absolute;
    left: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 350px 350px 0;
    border-color: transparent #37bd9e transparent transparent;
    transform: translateX(-100%) translateY(-50px);
}


.project__description {
    opacity: 0;
    width: 100%;
    transition: 500ms opacity ease-in-out;
    backface-visibility: hidden;
    z-index: 999;
    padding: 36px 40px;;
}

.project__description__small {
    opacity: 0;
    width: 100%;
    transition: 500ms opacity ease-in-out;
    backface-visibility: hidden;
    z-index: 99999;
    padding: 36px 40px;;
}


.project__title {
    display: none;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    display: block;
    margin-bottom: 10px;
}



.project__caption {
    display: none;
    color: #eee;
    display: block;
}



@media (min-width: 993px) {

.project__caption {
    display: block;
    margin: 5px 0 0;
    margin: .3125rem 0 0;
}
}



@media (min-width: 768px) and (max-width: 1200px) {

      .hero-slider {
    background-position-x: 60% !important;
  }

.pdf-viewer object {
     
     height:546px;
}

.pdf-viewer iframe {
     
     height:546px;
}
}


small {
    font-size: 12px; 
    font-size: .75rem;
    line-height: 21px;
    line-height: 1rem;
}







.project__link {
    display: inline-block;
    border: 2px solid #CCC;
    padding: 7px 15px;
padding: 12px 42px 14px;
    font-size:16px;
    border-radius: 30px;
}


@media (max-width: 544px){
    .project__link{
        display:none;}

.pdf-viewer object {
     
     height:546px;
}

.pdf-viewer iframe {
     
     height:546px;
}
}

@media (min-width: 993px){
    .project__link{
        display:none;}
}

@media (min-width: 1200px) {
    
.project__link {
    display: inline-block;
}

}



.project:hover * {
    opacity: 1;
}

@media (min-width: 544px){
    .project:hover .project__description{
        opacity:1;
        transition:500ms opacity ease-in-out 250ms;
    }

    .project:hover .project__description__small{
        opacity:1;
        transition:500ms opacity ease-in-out 250ms;
    }
}




.row-thin [class*="col-"] {
    padding-left: 5px;
    padding-left: .3125rem;
    padding-right: 5px;
    padding-right: .3125rem;
}

@media (min-width: 993px) {
.row-thin [class*="col-"] {
    padding-left: 11px;
    padding-left: .725rem;
    padding-right: 11px;
    padding-right: .725rem;
}
}

@media (min-width: 544px) {
.col-sm-8 .project {
    position: absolute;
    width: calc(100% - 10px);
    height: 100%;
    padding: 0;
}
}

@media (min-width: 993px) {
.col-sm-8 .project {
    width: calc(100% - 20px);
}
}




h1, .h1 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 28px;
    line-height: 1.75rem;
    font-weight: 800;
}



@media (min-width: 544px) {
h1, .h1 {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 42px;
    line-height: 2.625rem;
}
}

h3, .h3 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 24px;
    line-height: 1.5rem;
}


@media (min-width: 544px) {
h3, .h3 {
    font-size: 28px;
    font-size: 1.5rem;
    line-height: 28px;
    line-height: 1.5rem;
}
}

h4, .h4 {
    font-size: 24px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.25rem;
}


.section--showcase {

}

@media (max-width: 992px) {

  .project__background {
    display: none;
  }

  .project__description {
    display: none !important;
  }
}


@media (max-width: 768px) {
    .hero-slider {
    background-position-x: 0px !important;
  }
    .section--showcase {
        margin: ;
    }
}


.showcase-rachael {

}


@media (min-width: 544px) {
.showcase-rachael {

}
}


@media (min-width: 993px) {
.showcase-rachael {

}
}

@media (min-width: 93.75em) {
.showcase-rachael {

}
}





.showcase-copythisidea {

}


@media (min-width: 544px) {
.showcase-copythisidea {

}
}


@media (min-width: 993px) {
.showcase-copythisidea {

}
}

@media (min-width: 93.75em) {
.showcase-copythisidea {

}
}







.showcase-archive {

}


@media (min-width: 544px) {
.showcase-archive {

}
}


@media (min-width: 993px) {
.showcase-archive {

}
}

@media (min-width: 93.75em) {
.showcase-archive {

}
}







.showcase-andrew {

}

.showcase-beenergi{

}

@media (min-width: 544px) {
.showcase-andrew {

}
}

@media (min-width: 993px) {
.showcase-andrew {

}
}

@media (min-width: 93.75em) {
.showcase-andrew {

}
}






.showcase__sprite {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.sprite--mobile {
    width: 2500px;
    height: 1400px;
    background-position: -5px -1415px;
}

.sprite {
    display: block;
    background-image: url(../img/sprites.png);
    background-repeat: no-repeat;
}





@media (min-width: 544px) {
.showcase-beenergi{

}
}

@media (min-width: 993px) {
.showcase-beenergi{

}
}

@media (min-width: 93.75em) {
.showcase-beenergi{

}
}

.showcase__sprite {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0.5);
    transform-origin: left top;
}

.sprite--mobile {
    width: 2500px;
    height: 1400px;
    background-position: -5px -1415px;
}

.sprite {
    display: block;
    background-image: url(../img/sprites.png);
    background-repeat: no-repeat;
}

.showcase__image {
    width: 100%;
}


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

svg {
    display: inline-block;
    margin: 0 auto;
}

svg[Attributes Style] {
    width: 16;
    height: 16;
}

.section--brief .section__link .arrow{transition:transform 0.5s ease-in-out}
.section--brief .section__link:hover{text-decoration:none}
.section--brief .section__link:hover .arrow{transform:translate(2px, -2px)}
.section--brief .section__link{display:inline-block}

.section__link h5 {
font-size:0.875rem;
}

.resume__heading {
    padding: 5px 0;
    padding: .3125rem 0;
}



@media (min-width: 544px) {
.resume__category {
    margin: 0 0 50px;
    margin: 0 0 3.125rem;
}
}

.resume__category {
    border-bottom: 1px solid #CCC;
    padding: 0 0 50px;
    padding: 0 0 3.125rem;
    margin: 10px 0 50px;
    margin: .625rem 0 3.125rem;
}

.resume__list--inline {
    position: relative;
    top: -10px;
    width: 75%;
    margin: 0 0 30px 0;
    margin: 0 0 1.875rem 0;
}
@media (min-width: 993px) {
.resume__list {
    padding: 0 0 0 10px;
    padding: 0 0 0 .625rem;
}
}
.resume__list {
    display: block;
    margin: 0;
    list-style-type: none;
    padding: 0 0 20px 0px;
}

@media (min-width: 544px) {
.hidden-sm-up {
    display: none !important;
}
}



.section--screenshots img {
    display: block;
    max-width: 100%;
}



.col-sm-8 .project__logo {
    left: 52%;
}


.section--darker {
    background-color: rgba(0,0,0,0.05) !important;
}


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

.section--more-work {

}

@media (max-width: 62em) and (min-width: 48em) {
.col-md-centered {
    float: none;
    margin: 0 auto;
}
}

.collage {
    margin: 10px 0 20px;
    margin: .625rem 0 1.25rem;
}

@media (min-width: 993px) {
.collage .collage-img {
    margin: 0 0 20px !important;
    margin: 0 0 1.25rem !important;
}
}

.collage .collage-img {
    margin: 0 auto 20px !important;
    margin: 0 auto 1.25rem !important;
}

@media (min-width: 544px) {
.work .section__row .col-sm-8 {
    margin-bottom: 10px;
    margin-bottom: .625rem;
}
}

@media (min-width: 993px) {
.work .section__row .col-sm-8 {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}
}



.form__label svg, .menu__content, .section--outcomes .section__background {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}




.menu__wrapper {
    position: relative;
    z-index: 1;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: 1s -webkit-transform cubic-bezier(0.86, 0, 0.07, 1);
    transition: 1s -webkit-transform cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: 1s transform cubic-bezier(0.86, 0, 0.07, 1);
    transition: 1s transform cubic-bezier(0.86, 0, 0.07, 1);
    transition: 1s transform cubic-bezier(0.86, 0, 0.07, 1), 1s -webkit-transform cubic-bezier(0.86, 0, 0.07, 1);
}

.menu__wrapper--clone {
    display: none;
}

@media (min-width: 768px)
.menu__wrapper {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.menu__content {
    width: 100%;
    margin: -20px 0 0 0;
    margin: -1.25rem 0 0 0;
}


.menu__logo img {
    width: 100%;
    padding: 57px 57px;
}

.menu__link {
    display: inline-block;
    text-align: center;
    color: #060606;
    width: 100%;
        -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  margin: 30px auto;
    margin: 1.875rem auto;
    -webkit-transition: 0.2s ease-in-out;
    transition:0.2s ease-in-out;
outline:none;
  
}

.menu__link--alt {
    width: 100%;
}

@media (min-width: 768px) {
.menu__link {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    margin: 30px auto;
    margin: 1.875rem auto;
}
}

@media (min-width: 768px) {
.menu__link--alt {
    width: 100%;
}
}

a:hover .menu__title {
        color: #3fac95;
}

a:hover .menu__subtitle {
        color: #3fac95;
}



@media (min-width: 768px) {
.menu__link {
    transform: translateY(0);
    margin: 30px auto;
    margin: 1.675rem auto;
    }
}

.menu__subtitle {
    font-weight: normal;
}



.menu__title, .menu__subtitle {
    display: block;
    margin: 0;
    text-transform: uppercase;
    color: #000;
    -webkit-transition: 0.2s ease-in-out;
    transition:0.2s ease-in-out;
}


.menu__icon {
    margin: 5px auto 0;
    margin: 0.3125rem auto 0;
    -webkit-transition: 0.2s -webkit-transform ease-in-out;
    transition: 0.2s -webkit-transform ease-in-out;
    -o-transition: 0.2s transform ease-in-out;
    transition: 0.2s transform ease-in-out;
    transition: 0.2s transform ease-in-out, 0.2s -webkit-transform ease-in-out;
}

.menu__icon path, .menu__icon polygon {
    -webkit-transition: 0.2s fill linear;
    -o-transition: 0.2s fill linear;
    transition: 0.2s fill linear;
}

.menu__icon td {
    display: inline-table;
}

.menu__icon polygon, .menu__icon path {
    transition: 0.2s fill linear;
}

.menu__icon line {
    transition: 0.2s stroke linear;
}


.menu__link--alt .menu__subtitle, .menu__link--alt .menu__title {
    color: #3fac95;
}

.menu__icon line:hover {
    color:#3fac95;
}

.menu__link:hover{color:#328b78;text-decoration:none}


.menu__link:hover .menu__title{color:#328b78}

.menu__link:hover .menu__icon line{stroke:#328b78}

.menu__link:hover .menu__icon path,.menu__link:hover .menu__icon polygon{fill:#3fac95}

@media (min-width:768px) {
.menu__link--alt{
width:100%;}
}


.menu__link--alt .menu__title{
margin:0 0 5px;margin:0 0 0.3125rem;
}

.menu__link--alt:hover .menu__icon line{
stroke:#328b78;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

#containerbg {
  position: absolute;
  height: 100% !important;
  width: 100%;
  z-index: 0;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide {
  display: block;
  position: absolute;
  height: 200px !important;
  width: 200px !important;
  background: red;
}









.background-container {
    width: 57%;
    min-height: 100%;
    position: absolute;
    left:10%;
}

#highlight-content {
    color: #fff;
    text-align: center;
    top: 75%;
    position: absolute;
    width: 100%;
}

#highlight-content h1 {
    color:#fff;
}

#highlight-content h3 {
    color:#fff;
}

    
   .bg {
    background-image: url("http://danielcolin.co.uk/img/background_6.jpg");
    position: absolute;
    min-height: 100% !important;
    width: 96%;
    z-index: 0;
    background-position-x: -245px;
    background-size: cover;
    }

.background-image-wide {
background-image: url(http://danielcolin.co.uk/img/background_6_face_2.jpg);
    background-position: center top;
    background-size: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    width: 100%;
padding-bottom: 15.2%;
    padding-top: 15.2%;

}


.overlay-container {
    position: absolute;
    top: 25%;
    width: 100%;
    color: #37bd9e;

}

.text-overlay {

    margin-left: 10.5%;
    margin-right: 35%;
    text-align: center;
}

.text-overlay h1 {

   font-size:200px ;
   font-family:'adelle-sans';
   font-weight:bold ;
   color: #fff;
    margin: 0;
    line-height: 0;
        line-height: 168px;
}



.background-text {
    position: absolute;
    color: white;
    margin-left: 15%;
    margin-right:35%;
    font-size: 11px;
    line-height: 14px;
    bottom: 8px;
    left: 0;
    right: 0;
}

.comicsans {
    font-family: 'comicsans';
    font-size: 50px;
    line-height: 1em;
}

/*#video_background {
position: absolute;
bottom: 0px;
left: 100px;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -1000;
overflow: hidden;
}*/


#awwwards.right {
right: 0;
}

#awwwards {
position: fixed;
top: 40px;
z-index: 9999;
}


#awwwards a {
display: block;
width: 70px;
height: 105px;
text-indent: -8000px;
background-repeat: no-repeat;
background-position: 0 0;
overflow: hidden;
}





.childboximage {
    margin-right: 30px;
}



.chloeimage {
    width: 788px;
}


.table-container {
    display: table;
}

.table-item {
    display: table-cell;
    vertical-align: middle;
}

.table-item.first {
   padding-right: 30px;
   margin-top: 25px;
   margin-bottom: 30px;
   float: left;
}







.layer {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.intro_title {
position: absolute;
width: 100%;
top: 50%;
margin-top: -301px;  /*(half of height)*/
}

.intro_title img[alt*="Logo"] {
    width: 300px;
display: block;
margin: 0 auto;
}



.title img[alt*="player"] {
display: block;
margin: 44px auto 0;
}

.intro_title p, .team-pagination p {
color: white;
font:12px/12px 'Trebuchet MS';
font-weight: 100;
margin: 10px 0;
text-align: center;
text-transform: uppercase;
}


.intro_text {
    text-decoration: none;
    text-align: center;
}

/* ==========================================================================
   Info Pop-Up
   ========================================================================== */


#pop-up-box {

    position: absolute;
    bottom: 492px;
    float:left;
    margin-left: 571px;

    overflow: hidden;

}


.round-button {
        position: absolute;
    width: 47px;
    height: 35px;
    overflow: hidden;
    bottom: 321px;
    left: 501px;
    float: left;
    margin-right: 32%;
    text-align: center;
    display: inline-block;
}

.round-button:hover {


}




   /* ===========================
   ====== Contact Form ====== 
   =========================== */
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert {
    font-size: 14px;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

   .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #000000;
}

textarea.form-control {
    height: auto;
}
.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
.btn-success {
    color: #fff;
    background-color: #3fac95;
    border-color: #3fac95;
}
.btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

   .form__control {
    position: relative;
    max-height: 150px;
    margin: 0 0 20px;
    margin: 0 0 1.25rem;
}

.form__label {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 55px;
    height: 55px;
    margin: 0;
    background-color: #000;
    transition: background-color 0.5s;
    border-radius: 10px 0 0 10px;
}

.form__label svg{-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transform:scale(0.85) translateX(-50%) translateY(-50%);-ms-transform:scale(0.75) translateX(-50%) translateY(-50%);transform:scale(0.75) translateX(-50%) translateY(-50%)}



.form__icon{width:30px;height:30px}


.form__input{height:60px}


.form-group textarea {
  margin: 0 0 26px;
}

.button-group {
    position: relative;
    max-height: 188px;
}

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

.form__textarea {
    height: 150px;
    resize: none;
}

.form__input, .form__textarea {
    box-sizing: border-box;
    border-radius: 0;
    width: 100%;
    border: 2px solid #eee;
    transition: border 0.5s;
    padding: 18px 18px 18px 16px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 17.6px;
    margin-bottom: 16px;
    line-height: 1.1rem;
    border-radius: 10px;
    background-color: #ebf4f5;
}

.form__submit {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #fff;
    border: none;
    outline: none;
    transition: background 0.15s;
    font-size:16px;
    background-color: #37bd9e;
    border-radius: 30px;
    line-height: 1.5;
    padding: 12px 42px 14px;
}

button {
    background-color: transparent;
}

.button__submit {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    border: none;
    outline: none;
    transition: background 0.5s;
    padding: 10px 30px;
    padding: .825rem 1.875rem;
    background-color: #000000;
    font-size:14px;
    border-radius: 4px;
}


.resume__role {
    font-family: "Exo";
    letter-spacing: 0;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 0.625rem;
    line-height: 1.09375rem;
}

@media (min-width: 1200px) {
.resume__role {
    display: inline-block;
    padding: 0 0 0 20px;
    padding: 0 0 0 1.25rem;
}
}

.resume__position h4 {
	font-family: "Exo";
letter-spacing:0;
font-size: 1.1rem;
    font-weight: 600;
}

.resume__heading {
font-size:1.5rem;
}

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

.form__submit:hover {
    background-color: #3fac95;
    color: #fff;
}

.button__submit:hover {
    background-color: #3fac95;
    color: #fff;
}

.form__error{display:block}

.pull-xs-right {
    float: right !important;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

input, button, select, textarea {
    margin: 0;
    line-height: inherit;
    border-radius: 0;
}

input {
    line-height: normal;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}



label {
    display: inline-block;
    margin-bottom: .5rem;
}

textarea:focus, input:focus{
    outline: 0;
}


::-webkit-input-placeholder {
        color: #787878;
}




.send input {
    width: 145px;
    height: auto;
        margin-top: 6px;
    border: 0;
    padding: 10px 24px;
    display: inline-block;
    font-weight: bold;
    cursor: pointer;
    line-height: 18px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #37bd9e;
    -webkit-box-shadow: 2px 2px 1px 0 rgba(96, 87, 79, 0.2);
    -moz-box-shadow: 2px 2px 1px 0 rgba(96, 87, 79, 0.2);
    box-shadow: 2px 2px 1px 0 rgba(96, 87, 79, 0.2);
    vertical-align: baseline;
    color: #fff;
}



/* ===========================
   ====== CV Page ====== 
   =========================== */
.container .four.columns {
width: 200px;
}

a.link-print {
background: url('../img/icon_print.png') no-repeat left center;
}

a.link-print, a.link-pdf {
display: block;
padding: 8px 0 8px 40px;
margin-bottom: 10px;
text-decoration: underline;
}

a.link-pdf {
background: url('../img/icon_pdf.png') no-repeat left center;
}

a.link-print, a.link-pdf {
color: #656268;
display: block;
padding: 8px 0 8px 40px;
margin-bottom: 10px;
text-decoration: underline;
}



/* ==========================================================================
                                    Header
   ========================================================================== */








/*.menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    height: 100%;
    width: 200px;
    background-color: #FFF;
    border-right: 1px solid #EEE;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 1s -webkit-transform cubic-bezier(0.86, 0, 0.07, 1);
    transition: 1s -webkit-transform cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: 1s transform cubic-bezier(0.86, 0, 0.07, 1);
    transition: 1s transform cubic-bezier(0.86, 0, 0.07, 1);
    transition: 1s transform cubic-bezier(0.86, 0, 0.07, 1), 1s -webkit-transform cubic-bezier(0.86, 0, 0.07, 1);
}*/

@media (min-width:768px){
.menu__wrapper{
-webkit-transition:none;-o-transition:none;transition:none
}
}

@media (max-width:767px){
.menu__wrapper.menu__active {
-webkit-transform:translateX(200px);-ms-transform:translateX(200px);transform:translateX(200px)
}
}

@media (max-width: 767px) {
.menu__active {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
}



.menu__wrapper--clone{display:none}





/*@media (min-width: 768px) {
.menu {
    display: block;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    z-index: 9999;
}
}*/

.site-sidebar-menu {
position: fixed;
height: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
text-align: center;
letter-spacing: 1px;
background-color: #fff;
}


#site-menu-principal {
width: 100%;
position: absolute;
top: 43%;
left: 0;
z-index: 30;
}



.site-sidebar-menu .menu-item.selected {
color: #1a1a1a;
}


.site-sidebar-menu .menu-item {
    position: relative;
    font: 10px/10px proxima-nova;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px;
}


.site-menu-secondaire-menu {
    position: absolute; 
    outline: none; 
    top: 43%; 
    left: 0px; 
    right: 0px;
}

[class^="ti-"], [class*=" ti-"] {
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

dfn, cite, em, i {
    font-style: italic;
}

.ti-angle-down:before {
    content: "\e64b";
}

.header.style4 .right-bar {
    margin: 0;
    padding: 0;
    top: 20px;
}

.right-bar {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 36px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


.header.style4 .right-bar .button3 .btn3 {
    background: transparent;
    border: 1px solid #1308a3;
    color: #1308a3;
}

.header .logo {
    float: left;
    margin-top: 14px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.container {
    max-width: 1200px;
}

@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: 1200px;
    }
}

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

.hero-slider {
    display: grid;
    align-items: center;
    min-height: 87vh;
    background: url(../img/hero-bg-2-2.png) no-repeat center;
    -ms-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.hero-slider-projects {
    display: grid;
    align-items: center;
    min-height: 35vh;
    position: relative;
    z-index: 1;
    background-position-y: -4px;
    padding-top: 90px;
}

.no-link {
    min-height: 46vh !important;
}

@media (min-width: 1200px) {
.pe-xl-5 {
    padding-right: 3rem !important;
}
}


.hero-slider.style4 h1 {
    font-size: 60px;
    color: #222;
    font-weight: 800;
    margin: 15px 0;
line-height: 1;
text-transform: uppercase;}

@media (max-width: 480px) {
.hero-slider.style4 h1 {
    font-size: 52px;
  }
}




.hero-slider.style4 h1 span {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
}

.hero-slider.style4 h4 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 16px;
    line-height: normal;
}

.hero-slider.style4 h5 {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 2px;
}

.hero-slider.style4 p {
    color: #222;
    font-size: 16px;
}


.hero-slider.style4 .button {
    margin-top: 30px;
}

.hero-slider .button .btn:last-child {
    margin-right: 0px;
}

.hero-slider .button .btn {
    margin-right: 10px;
}


.pdf-viewer-mobile {
  display: none;
}


.hero-slider-projects.style4 h1 {
    font-size: 60px;
    color: #060606;
    font-weight: 800;
    margin: 15px 0 25px;
    line-height: 4.25rem;
    text-align: left;
  }

@media only screen
and (min-device-width : 480px)
and (max-device-width : 768px) {
.hero-slider-projects.style4 h1 {
    font-size: 40px;
  }
}

@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
  .hero-slider-projects.style4 h1 {
    font-size: 38px;
  }

  .pdf-viewer-mobile {
    display: inline-block;
  }

  .pdf-viewer {
    display: none;
  }
/* Styles */
}

.hero-slider-projects.style4 h1 span {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
}

.hero-slider-projects.style4 h4 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 16px;
    line-height: normal;
}

.hero-slider-projects.style4 h5 {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 2px;
}

.hero-slider-projects.style4 p {
    color: #060606;
    font-size: 16px;
}


.hero-slider-projects.style4 .button {
    margin-top: 30px;
}

.hero-slider-projects .button .btn:last-child {
    margin-right: 0px;
}

.hero-slider-projects .button .btn {
    margin-right: 10px;
}


.dropdown a[tabindex]:focus {
    background-color:#dadada;
    color: black;
    outline: none;
}



.inactiveLink {
   pointer-events: none;
   cursor: default;
}



.intro-button {
bottom: 15px;
text-align: center;
}

.share-button {
position: absolute;
z-index: 30;
bottom: 70px;
left: 0px;
right: 0px;
}

.second-share-button {
position: absolute;
z-index: 30;
bottom: 15px;
left: 0px;
right: 0px;
}



#site-footer-social {
margin: 0 0 .625rem;}


#site-footer-social .social-link div.hover {
zoom: 1;
filter: alpha(opacity=0);
opacity: 0;
-moz-opacity: 0;
-webkit-opacity: 0;
-ms-opacity: 0;
-k-opacity: 0;
-o-opacity: 0;
}

#mobile-site-footer {display: none;}

#site-footer-social .social-link svg {
    width: 100%;
    height: 100%;
}

* {
        box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
}

#site-footer-social .social-link svg path {
    fill: #c6c6c6;
    -webkit-transition: 500ms fill;
    -moz-transition: 500ms fill;
    -ms-transition: 500ms fill;
    -o-transition: 500ms fill;
    transition: 500ms fill;
}

.contact {
    display: block;
    transform: translateY(-2px);
    line-height: 28px;
    line-height: 1.75rem;
    margin: 0;
}


#site-footer-social .social-link {
position: relative;
display: inline-block;
margin: 0 3px;
}


#site-footer-social-facebook  {
width: 8px;
height: 16px;
background-image: url("/img/facebook.png");
background-size: 8px;
         -webkit-transition: background-image 0.2s ease-in-out;
        transition: background-image 0.2s ease-in-out;
}



#site-footer-social-instagram {
width: 14px;
height: 14px;
background-image: url("/img/instagram.png");
background-size: 14px;
         -webkit-transition: background-image 0.2s ease-in-out;
        transition: background-image 0.2s ease-in-out;
}


#site-footer-social-linkedin {
width: 15px;
height: 15px;
background-image: url("/img/linkedin.png");
background-size: 15px;
         -webkit-transition: background-image 0.2s ease-in-out;
        transition: background-image 0.2s ease-in-out;
}













#site-footer-social-facebook:hover  {

background-image: url("/img/facebook-hover.png");

}



#site-footer-social-instagram:hover {

background-image: url("/img/instagram-hover.png");
}


#site-footer-social-linkedin:hover {

background-image: url("/img/linkedin-hover.png");
}










#site-footer-social .social-link div {
-webkit-transition: 500ms opacity;
-moz-transition: 500ms opacity;
-ms-transition: 500ms opacity;
-o-transition: 500ms opacity;
transition: 500ms opacity;
position: absolute;
top: 0;
left: 0;
}

.menu__good-people {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #999;
    text-transform: initial;
    letter-spacing: 0;
    text-align: center;
    padding: 10px;
    padding: .625rem;
    width: 100%;
}

.menu__good-people span {
color:#3fac95;
}

.copyright-name {
      font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    color: #3fac95;
letter-spacing: 2px;

}

.copyright-name small {
font-size:.625rem;
}





#site-footer-secondary {
position: absolute;
left: 0;
bottom: 0;
top: auto;
padding: 25px 0;
text-align: center;
width: 100%;
z-index: 50;
overflow: hidden;
-webkit-transition: width 400ms linear;
-moz-transition: width 400ms linear;
-ms-transition: width 400ms linear;
-o-transition: width 400ms linear;
transition: width 400ms linear;
}


.share {
outline: 0;
font-size: 8.5px;
height: 22px;
width: 90px;
background-color: #d3d3d3;
color: black;
border-color: transparent;
cursor: pointer;
}


.share:hover {
    background-color: #37bd9e;
}

.intro {
outline: 0;
background: 0;
color: white;
font:12px/12px 'Trebuchet MS';
border-color: 0.5px solid white;
cursor: pointer;
padding: 13px 26px;
border-radius: 6px;
}

.button {
    font-family: "din-condensed-web","Trebuchet MS","Arial Narrow",Arial,sans-serif;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    border: none;
    outline: none;
    transition: background 0.5s;
    padding: 10px 30px;
    padding: .625rem 1.875rem;
        color: #fff;
    background-color: #000000;
}

.button a{
    color: #fff;
}



/* ==========================================================================
                                    Second Menu
   ========================================================================== */


.secondary #site-menu-principal {
top:33%;
-webkit-transition: margin 0ms linear 600ms;
-webkit-transition-property: margin;
-webkit-transition-duration: 0ms;
-webkit-transition-timing-function: linear;
-webkit-transition-delay: 600ms;
-moz-transition: margin 0ms linear 600ms;
-ms-transition: margin 0ms linear 600ms;
-o-transition: margin 0ms linear 600ms;
transition: margin 0ms linear 600ms;
}


#site-menu-principal-container.secondary {
left: 285px;
width: 80px;
letter-spacing: 2px;
}

body:not(.page-accueil) .site-sidebar-menu {
    padding-bottom: 172px;
}

#site-menu-principal-container {
border-left: 1px solid #f3f3f3;
border-right: 1px solid #f3f3f3;
width: 200px;
overflow: auto;
-webkit-transition: left 200ms cubic-bezier(0.86,0,0.07,1) 600ms,width 0ms linear 600ms;
-moz-transition: left 200ms cubic-bezier(0.86,0,0.07,1) 600ms,width 0ms linear 600ms;
-ms-transition: left 200ms cubic-bezier(0.86,0,0.07,1) 600ms,width 0ms linear 600ms;
-o-transition: left 200ms cubic-bezier(0.86,0,0.07,1) 600ms,width 0ms linear 600ms;
transition: left 200ms cubic-bezier(0.86,0,0.07,1) 600ms,width 0ms linear 600ms;
z-index: 30;
float:left;
left:0;
position:fixed;
height:100%;
}


.link-recent {
white-space: nowrap;
}

.site-menu-secondaire-container {
background-color: #fff;
width: 285px;
overflow: hidden;
z-index: 32;
-webkit-transition: width 600ms cubic-bezier(0.86,0,0.07,1);
-moz-transition: width 600ms cubic-bezier(0.86,0,0.07,1);
-ms-transition: width 600ms cubic-bezier(0.86,0,0.07,1);
-o-transition: width 600ms cubic-bezier(0.86,0,0.07,1);
transition: width 600ms cubic-bezier(0.86,0,0.07,1);
}

.site-menu-secondaire-container .site-menu-content {
width: 285px;
margin-left: 0;
zoom: 1;
filter: alpha(opacity=100);
opacity: 1;
-moz-opacity: 1;
-webkit-opacity: 1;
-ms-opacity: 1;
-k-opacity: 1;
-o-opacity: 1;
-webkit-transition: margin 600ms cubic-bezier(0.86,0,0.07,1),opacity 500ms cubic-bezier(0.86,0,0.07,1);
-moz-transition: margin 600ms cubic-bezier(0.86,0,0.07,1),opacity 500ms cubic-bezier(0.86,0,0.07,1);
-ms-transition: margin 600ms cubic-bezier(0.86,0,0.07,1),opacity 500ms cubic-bezier(0.86,0,0.07,1);
-o-transition: margin 600ms cubic-bezier(0.86,0,0.07,1),opacity 500ms cubic-bezier(0.86,0,0.07,1);
transition: margin 600ms cubic-bezier(0.86,0,0.07,1),opacity 500ms cubic-bezier(0.86,0,0.07,1);
}

.nano {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
}

.nano .content {
position: absolute;
overflow: scroll;
overflow-x: hidden;
top: 0;
right: 0;
bottom: 0;
left: 0;
}




.services_list {
list-style:circle;
}


/* ==========================================================================
   Side Content
   ========================================================================== */

.module_list {
    height: 100%;
    top: 0;
    width:31%;
    overflow: auto;
    text-align: left;
    background: #fff;
    position: absolute;
    overflow-x: hidden;
    -ms-overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}


.module_list ul {
    padding-left: 0;
    position: relative;
    overflow: hidden;
    width: 90%;
    margin-left: 5%;
}

.module_list ul ol {
    margin: 1em 0;
    padding: 0;
}

.module_list ul li {
    list-style: circle;
}

.module_list ul li, ol li {
    list-style: none;
}

.module_list ul li hr {
    margin: 40px 0 0;
    margin-top: 40px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}


.module_list ul li .mobile-image {
    display: none;
}

.module_list ul li .header .title {
    font-size: 32px;
    color: #412e5a;
    margin-bottom: 30px;
    line-height: 29px;
}

.module_list ul li .header {
    border-bottom: 1px solid #c2c2c2;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(194, 194, 194);
    margin-bottom: 30px;
}

.module_list .mobile-image img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

.module_list ul li .item-content .title {
    color: #666;
    margin-bottom: 30px;
}

.module_list ul li .item-content .item-image {
    margin-bottom: 30px;
}

.item-image2 {
    margin-bottom: 40px;
    margin-top: 30px;
}

.item-image {
    margin-top: 30px;
}

#wrapper {

}
#outer {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.itemwrapperleft {
  display: table-cell;
  vertical-align: top;
  width: 100%;
  padding-right: 15px;
}

.itemwrapperright {
  display: table-cell;
  vertical-align: top;
  width: 100%;
  padding-left: 15px;
}

.module_list #legal {
    background-color: transparent;
    border-top: 0;
}

.module_list ul li table {
width: 100%;
border-collapse: collapse;
border: 1px solid #c2c2c2;
}

.module_list ul li table td:first-child {
width: 30%;
font-size: 14px;
color: #666;
text-transform: uppercase;
text-align: center;
font-weight: 700;
font-family: 'Trebuchet MS';
}

.module_list ul li table td {
font-size: 11px;
border: 1px solid #c2c2c2;
padding: 10px 15px;
color: #656268;
vertical-align: middle;
font-family: 'Trebuchet MS';
}

.module_list ul li .body {
font-size: 16px;
color: #656268;
margin-bottom: 40px;
line-height: 22px;
font-family: "proxima-nova",sans-serif;
}


.embed_container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}

.embed_container iframe, .embed_container object, .embed_container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;

}

/* ==========================================================================
   Quote Box
   ========================================================================== */

.module_list ul li .quote-box {
padding: 30px;
background: #e2e1e5;
margin-bottom: 40px;
}

.module_list ul li .quote-box .quote {
font-size: 20px;
line-height: 26px;
font-weight: 700;
color: #666;
padding: 0 0 15px;
font-family: futura-pt,Arial,sans-serif;
}

.module_list ul li .quote-box .by {
font-size: 12px;
color: #656268;
font-family: "proxima-nova",sans-serif;
float: right;
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

    /* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-device-width : 768px) {

  .hero-slider {
    min-height: 98vh;
    background-position-x: inherit;
  }

    .hero-slider-projects {
    min-height: 76vh;
    background-position-x: inherit;
  }

    .icon-effects-w3-1{
        right: 9%;
  }

  .icon-effects-w3-2{
    right: 9%;
  }

  .icon-effects-w3-3{
        left: 13%;
  }

  .icon-effects-w3-4{
    left: 20%;
  }

}
/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px) {
/* Styles */
}
/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
/* Styles */
}
/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {

}
/* iPads (landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {

}
/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {


}






/* Desktops and laptops ----------- */



@media only screen
and (max-width : 1740px)
{


    .table-item {
        display: block;
    }

}


@media only screen
and (max-width : 1680px)
{

    .chloeimage {
        width: 688px;
    }

}

@media only screen
and (max-width : 1440px)
{

    .chloeimage {
        width: 588px;
    }

}

@media only screen
and (max-width : 1280px)
{

    .chloeimage {
        width: 488px;

    }


}

@media only screen
and (min-width : 1680px)
and (max-width : 1920px)

 {

   .bg {
    width: 96%;
    background-position-x: -498px;
    }

 }



@media only screen
and (min-width : 1600px)
and (max-width : 1680px)

 {


   .bg {
    width: 96%;
    background-position-x: -590px;
    }




 }



}

  @media only screen 
  and (min-width: 768px)
and (max-width : 1366px)
{



#wide-content {
    width: calc(100% - 304px);
    transform: translateX(304px);
}

}


@media (min-width: 768px) {
    .section__logo {
        margin: 10px auto 30px;
        margin: 1.5rem auto 1.5rem;
    }
    .project__description {
    display: block;
    opacity: 0;
}

    .project__description__small {
    display: block;
    opacity: 0;
}

}

@media (max-width: 768px) {

   .background-image-wide {

    display:none;
}

   .section__logo {
        margin: 10px auto 30px;
        margin: 1.5rem auto 1.5rem;
    }

    .section--brief .section__profile {
            margin: 0 0 2.125rem 0;
    }


     .container-fluid-small {
        padding-left: .9375rem;
        padding-right:.9375rem;
    }

    #small-content {
    left: 0;
    position: relative;
}


}


  @media only screen 
and (max-width : 768px)
{



}

 @media only screen
and (max-width : 1366px)
{




#fullscreen {
    left:305px !important;
}





.site-menu-secondaire-container {
width: 235px;
}

#site-footer-secondary {
    width: 235px;
}


.module_list ul li .body {
font-size: 14px;
margin-bottom: 30px;
line-height: 23px;
}





.share {
    zoom:0.9;
}

.copyright {
font: 8px/11px 'Trebuchet MS';

}


#site-menu-principal-container.secondary {
    left: 235px;
    width: 70px;
}

.module_list ul li .header .title {
    font-size: 26px;
}

.module_list ul li .quote-box .quote {
font-size: 13px;
line-height: 18px;
font-weight: 700;
color: #666;
padding: 0 0 15px;
font-family: futura-pt,Arial,sans-serif;
}

.round-button {
    width: 34px;
    height: 34px;
    font-size: 17px;
    margin-right: 36.8%;
}

.round-button p {
    margin:0 !important;
}

#pop-up-box {
    bottom: 62px;

 }



}

  @media only screen
and (max-width : 1102px)
{

      .chloeimage {
        width: 434px;
    }

    }

  @media only screen
and (max-width : 1024px)
{

  #outer {
    display: inline-block;
  } 

  .itemwrapperleft {
    display: inline-block;
    padding: 0;
  }

    .itemwrapperright {
    display: inline-block;
    padding: 0;
    margin-top: 30px;
  }

  .chloeimage {
        width: 100%;
        padding-right: 0px;
    }

    .table-item.first {
        padding-right: 0px;
    }

}




@media (max-width: 1200px) {

    .section--screenshots img {
width:100%;
}

  .project__background__small {
    display: none !important;
  }

  .project__description__small {
    display: none !important;

  }

}


@media (min-width: 993px) {

.project__title {
    display: block;
}

}


@media all and (max-width:767px) {
.hidden-sm-down {
    display: none !important;
}
}

@media (max-width: 543px) {
.hidden-xs-down {
    display: none!important;
}
}

/*Lanscape Mobile*/

@media (min-width: 319px) and (max-width: 768px) {



    .body{
        width: auto;
        background-image: none;
        background-position: 0;
    }

    .bg {

    display: none;
    }

    .table-item {
        display: block;
    }

    .round-button{
        display: none;
    }

   #site-menu-principal-container {
        width: 100%;
        height: auto;
        position: relative;
        border: 0;
        }

        #site-menu-principal{
            top: 50%;
            margin-top: 37px;
            position: relative;
        }


    .image-window {
         pointer-events: none;
  cursor: default;
  text-decoration: none;
        
    }


        #fullscreen

        {
            left: 0 !important;
        }



#site-footer{
    display: none;
}


.copyright{
    display: none;
}

.module_list{
    width: 100%;
    top:0;
    overflow-x:none; 
    height: auto;
    position: relative;
}

.expand-window {

}

.module_list ul{

    margin-bottom: 35px;
}

#site-menu-principal-container.secondary{
    width: 100%;
    left: 0;
    background-color: #eaeaea;
    position: relative;
    padding-bottom:30px;
    padding-top: 0px;
}




.site-sidebar-menu {
    position: absolute;
    overflow: auto;
}


#site-menu-principal-container {
    background-color: #ffffff;
}


    .site-sidebar-menu {
        padding-bottom: 60px;
    }

    body:not(.page-accueil) .site-sidebar-menu {
        padding-bottom: 0px;
    }


#site-menu-principal {
    display: none;
}



  .site-menu-secondaire-menu {
    top: auto;
    display: none;
  }


 #mobile-site-footer {
    display: block;
    text-align: center;
    background-color: #ffffff;
    left: 0;
    bottom: 0;
    top: auto;
    padding: 35px 0 25px;
    text-align: center;
    width: 100%;
    z-index: 50;
    overflow: hidden;
    -webkit-transition: width 400ms linear;
    -moz-transition: width 400ms linear;
    -ms-transition: width 400ms linear;
    -o-transition: width 400ms linear;
    transition: width 400ms linear;
}



}











@media (min-width: 544px) {

    .project:hover .project__background {
        transform: translateX(0);
        transition: 500ms transform ease-in-out;
    }

    .project:hover .project__background__small {
        transform: translateX(0);
        transition: 500ms transform ease-in-out;
    }

}









/*Portrait Mobile*/

@media (max-width: 320px) {

    .body{
        width: auto;
        background-image: none;
        background-position: 0;
    }

   #site-menu-principal-container {
        width: 100%;
        height: auto;
        position: relative;
        }

        #site-menu-principal{
            top: 50%;
            margin-top: 0;
        }



#site-footer{
    display: none;
}




.copyright{
    display: none;
}

.module_list{
    width: 100%;
    top:0;
    overflow-x:none; 
    height: auto;
    position: relative;
}

.module_list ul{
    margin-bottom: 35px;
}



}




/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}



