@font-face {
  font-family: 'Montserrat Variable';
  src: url('../fonts/Montserrat/Montserrat-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/LATO-Hairline/Lato-Hairline.ttf') format('truetype');
  font-weight: 100; /* Hairline */
  font-style: normal;
}

body {
  font-family: "Lato", arial, sans-serif;
  font-size: 20px;
  line-height: 1.7;
  font-weight: 300;
  color: #2e2e2e;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 18px;
    line-height: 1.5;
  }
}

::-webkit-selection {
  color: #ffffff;
  background: #2e2e2e;
}

::-moz-selection {
  color: #ffffff;
  background: #2e2e2e;
}

::selection {
  color: #ffffff;
  background: #2e2e2e;
}

h1,
h2,
h3,
h4,
h5 {
  margin-bottom: 0.5em;
  line-height: 1.5;
  font-weight: 300;
}

p {
  margin-bottom: 30px;
  line-height: 1.7;
}

a {
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a:hover,
a:focus,
a:active {
  color: #87b6c4;
  text-decoration: none;
  outline: none;
}

.header-secondary {
  height: auto !important;
  background: #fff !important;
}
.header-secondary::before {
  background: none !important;
}
.header-bars-secondary {
  color: #000200;
  float: right;
  font-size: 22px;
  margin-top: 4px;
  z-index: 9999999;
  position: relative;
}
#myria-header {
  position: relative;
  height: 100vh;
  background-color: #2e2e2e;
  color: #ffffff;
  padding-top: 2em;
  display: flex;
  flex-direction: column;
  overflow: hidden; /* Ensure pseudo-element doesn't spill out */
  text-align: center;
  z-index: 0;
}

#myria-header .container .myria-header-intro {
  padding-top: 3em;
}

#myria-header::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: url(../images/hero/header_2.jpg) no-repeat center center;
  background-size: cover;
  opacity: 0.8;
  z-index: -1;
}
#myria-header .category {
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
#myria-header #myria-header-logo {
  float: left;
  z-index: 9999999;
  position: relative;
}
#myria-header .myria-header-bars {
  color: #ffffff;
  float: right;
  font-size: 22px;
  margin-top: 4px;
  z-index: 9999999;
  position: relative;
}
#myria-header .myria-header-bars span {
  font-size: 13px;
  float: left;
  margin-right: 10px;
  margin-top: 7px;
  text-transform: uppercase;
}
#myria-header .myria-header-intro {
  font-family: 'Montserrat Variable', sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 60px;
  text-align: center;
  /* padding: 4em 0 0.5em 0; */
  line-height: 1.5;
}

#myria-header .myria-header-subtitle {
  font-family: 'Lato', sans-serif;
  color: #fff;
  text-align: center;
  font-weight: 300;
  line-height: 1.5;
}
@media screen and (max-width: 992px) {
  #myria-header .myria-header-intro {
    font-size: 30px;
  }
}

.scroll-prompt {
  margin-top: auto; 
  align-self: center;
}

#inner-page .myria-header-intro {
  padding: 1em 0 2em 0;
}

#myria-nav-slide {
  display: none;
  background: #000000;
  color: #ffffff;
}
#myria-nav-slide .myria-nav-inner {
  overflow-y: scroll;
  text-align: center;
  padding: 2em 0;
  position: relative;
}
#myria-nav-slide .myria-nav-inner ul {
  padding: 0;
  margin: 0;
}
#myria-nav-slide .myria-nav-inner ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#myria-nav-slide .myria-nav-inner ul li a {
  color: #ccc;
  display: block;
  float: left;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #2e2e2e;
}
#myria-nav-slide .myria-nav-inner ul li a:hover {
  color: #ffffff;
}
#myria-nav-slide .myria-nav-inner ul li.active a {
  color: #87b6c4;
}

#myria-main {
  padding: 5em 0;
}
@media screen and (max-width: 992px) {
  #myria-main {
    padding: 2em 0;
  }
}

#myria-sidebar,
#myria-content {
  margin-bottom: 1em;
}

#myria-sidebar .myria-side-box {
  margin-bottom: 1em;
  float: left;
  width: 100%;
  font-size: 18px;
}
#myria-sidebar .myria-side-box figure {
  margin-top: 10px;
  margin-bottom: 0.5em;
}
#myria-sidebar .myria-side-box .myria-side-title {
  font-weight: 400;
  margin-bottom: 20px;
}

.myria-sidebox-links ul {
  padding: 0;
  margin: 0;
}
.myria-sidebox-links ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 18px;
}
.myria-sidebox-links ul li a {
  float: left;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  padding: 0.5em 0;
}

.myria-main-service {
  margin-bottom: 2em;
  float: left;
  width: 100%;
}

.service-img {
  width: 100%;
  height: 25em;      /* fixed height */
  object-fit: cover;  /* maintain aspect ratio, crop if needed */
  object-position: center; /* optional: center the crop */
}
.myria-main-service .myria-block-links {
  position: relative;
  display: block;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #2e2e2e;
  margin-top: 0;
}
.myria-main-service .myria-block-links .icon-circle {
  display: table;
  background: #87b6c4;
  width: 100px;
  height: 100px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.myria-main-service .myria-block-links .icon-circle i {
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
  color: #ffffff;
}
.myria-main-service .myria-block-links h2 {
  font-size: 24px;
  font-weight: 300;
}
.myria-main-service .myria-block-links p {
  color: #7b7b7b;
}
.myria-main-service .myria-block-links .learn-more {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 13px;
  display: inline-block;
  background: #ebebeb;
  padding: 7px 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.csstransitions .myria-main-service .myria-block-links:hover {
  margin-top: -30px;
}
.myria-main-service .myria-block-links:hover .icon-circle {
  background: #f66d52;
}
.csstransitions .myria-main-service .myria-block-links:hover .icon-circle {
  width: 120px;
  height: 120px;
}
.myria-main-service .myria-block-links:hover .learn-more {
  background: #f66d52;
  color: #fff;
}

.myria-block-links p,
.myria-block-links ol,
.myria-block-links ul {
  text-align: left;   /* or "start" if you want RTL/LTR aware */
}

.myria-heading {
  margin-bottom: 3em;
}
.myria-heading-title {
  margin-top: 1em;
}
.myria-heading .myria-heading-title {
  font-family: 'Montserrat Variable', sans-serif;
  font-size: 40px;
  margin-bottom: 0;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  line-height: 1.7;
  font-weight: 500;
}
.myria-heading .myria-heading-title .border {
  display: block;
  height: 4px;
  width: 100px;
  background: #87b6c4;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
}
.myria-heading .myria-heading-intro {
  font-size: 26px;
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .myria-heading .myria-heading-intro {
    font-size: 20px;
  }
}

.myria-projects-list {
  margin: 0;
  padding: 0;
}
.myria-projects-list li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 33.33333333%;
  position: relative;
}
@media screen and (max-width: 992px) {
  .myria-projects-list li {
    width: 50%;
  }
  .service-img {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .myria-projects-list li {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .myria-projects-list li {
    width: 100%;
  }
}
.myria-projects-list li img {
  max-width: 100%;
  float: left;
}

.myria-projects-wrap {
  float: left;
  width: 100%;
  position: relative;
}

.effects .hover-img {
  position: relative;
  float: left;
  /* z-index: 89; */
  width: 100%;
  height: 16em;     
}
.effects .hover-img .from-top,
.effects .hover-img .myria-projects-action,
.effects .hover-img .myria-projects-overlay {
  opacity: 0;
  width: 100%;
}
.effects .hover-img figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 16em;
}
.effects .hover-img figure img {
  width: 100%;
  height: 100%;
  float: left;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  object-fit: cover !important;
  object-position: center center !important;
}
.effects .hover-img .myria-projects-overlay {
  background: rgba(46, 46, 46, 0.8);
  color: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 99;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.effects .hover-img .myria-projects-overlay h3 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 300;
}
.effects .hover-img .myria-projects-overlay .from-top {
  position: absolute;
  top: 50%;
  display: block;
  text-align: center;
  width: 100%;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.effects .hover-img .myria-projects-overlay .from-top .category {
  display: block;
  font-size: 13px;
  color: #ccc;
  letter-spacing: 0.1em;
  padding-top: 5px;
}
.effects .hover-img .myria-projects-overlay .myria-projects-action {
  position: absolute;
  bottom: 50%;
  text-align: center;
  width: 100%;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.effects .hover-img .myria-projects-overlay .goto-preview,
.effects .hover-img .myria-projects-overlay .goto-details {
  color: #fff;
  font-size: 20px;
  padding: 20px;
}
.effects .hover-img.hovered .myria-projects-overlay,
.effects .hover-img.hovered .from-top,
.effects .hover-img.hovered .myria-projects-action {
  opacity: 1;
  visibility: visible;
}
.effects .hover-img.hovered .from-top {
  margin-top: -50px;
}
.effects .hover-img.hovered .myria-projects-action {
  margin-bottom: -50px;
}
.csstransforms .effects .hover-img.hovered img {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}

/*Owl Theme Override*/
.owl-carousel .owl-controls,
.owl-carousel-posts .owl-controls {
  margin-top: 0;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 50%;
  margin-top: -29px;
  z-index: 9999;
  position: absolute;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 24%;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: 20px;
}
.owl-carousel .owl-controls .owl-nav .owl-next:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover {
  margin-right: -10px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  left: 20px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover {
  margin-left: -10px;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: -50px;
}
@media screen and (max-width: 768px) {
  .owl-carousel-posts .owl-controls .owl-nav .owl-next {
    right: 0px;
  }
}

.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  left: -50px;
}
@media screen and (max-width: 768px) {
  .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    left: 0px;
  }
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev i {
  color: #2e2e2e;
}
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev:hover i {
  color: #000000;
}

@media screen and (max-width: 768px) {
  .owl-theme .owl-controls .owl-nav {
    display: none;
  }
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
  font-size: 30px;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i:hover,
.owl-theme .owl-controls .owl-nav [class*="owl-"] i:focus {
  background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover,
.owl-theme .owl-controls .owl-nav [class*="owl-"]:focus {
  background: none !important;
}

.owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.owl-carousel-fullwidth.owl-theme .owl-dots {
  bottom: 0;
  margin-bottom: -4em;
}

.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  background: #87b6c4;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 2px solid transparent;
}
.owl-theme .owl-dots .owl-dot span:hover {
  background: none;
  border: 2px solid #f66d52;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: none;
  border: 2px solid #f66d52;
}

#myria-workwithus {
  clear: both;
  background: #2e2e2e url(../images/section_bg.jpg) no-repeat fixed;
  background-size: cover;
  color: #fff;
  margin-bottom: 4em;
  float: left;
  width: 100%;
}
#myria-workwithus .myria-workwithus-intro {
  text-align: center;
  padding: 5em 0;
}
#myria-workwithus .myria-workwithus-intro h2,
#myria-workwithus .myria-workwithus-intro h3 {
  font-weight: 300;
  margin: 0;
  line-height: 1.5;
}
#myria-workwithus .myria-workwithus-intro h2 {
  font-size: 40px;
}
#myria-workwithus .myria-workwithus-intro h3 {
  font-size: 20px;
  color: #ccc;
}
#myria-workwithus .myria-workwithus-intro .has-btn-after {
  margin-bottom: 2em;
}

.owl-carousel-fullwidth {
  padding-top: 5em;
}

/* Helper Classes */
.btn.btn-primary {
  z-index: 500;
  background: #87b6c4;
  color: #fff;
  border: none;
  box-shadow: none;
  border-radius: 30px;
  font-weight: 300 !important;
  position: relative;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn.btn-primary.btn-effect i {
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  position: absolute;
  margin-top: 2px;
  right: 7px;
}
.btn.btn-primary.btn-effect:hover {
  box-shadow: none;
  color: #fff;
  background: #f66d52;
}
.csstransitions .btn.btn-primary.btn-effect:hover {
  padding-right: 40px;
}
.csstransitions .btn.btn-primary.btn-effect:hover i {
  right: 7px;
  opacity: 1;
}
.btn.btn-primary:hover {
  box-shadow: none;
  color: #fff;
  background: #f66d52;
}
.btn.btn-primary:active,
.btn.btn-primary:focus {
  box-shadow: none;
}

.btn-uppercase {
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.myria-image-text {
  margin-bottom: 3em;
  float: left;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .myria-image-text {
    padding: 0 20px;
  }
}
.myria-image-text .myria-block-links .dark-overlay {
  background: rgba(46, 46, 46, 0.8);
  color: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 99;
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.myria-image-text .myria-block-links.hovered .dark-overlay {
  opacity: 1;
}
.myria-image-text .myria-block-links figure {
  position: relative;
  display: block;
  overflow: hidden;
  float: left;
  width: 100%;
  border-radius: 4px;
  margin-bottom: 1em;
  z-index: 100;
}
.myria-image-text .myria-block-links img {
  float: left;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.myria-image-text .myria-block-links p {
  color: #7b7b7b;
}
.myria-image-text .myria-block-links h2 {
  margin: 0;
  color: #2e2e2e;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.myria-image-text .myria-block-links:active,
.myria-image-text .myria-block-links:focus {
  outline: none;
}
.myria-image-text .myria-block-links .meta {
  color: #ccc;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 16px;
  display: block;
}
.myria-image-text .myria-block-links .meta-after {
  margin-bottom: 0 !important;
}
.myria-image-text .myria-block-links .text-after {
  margin-bottom: 1em;
  display: block;
}
.myria-image-text .myria-block-links .learn-more {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 13px;
  display: inline-block;
  background: #ebebeb;
  padding: 7px 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.myria-image-text .myria-block-links:hover .learn-more {
  background: #f66d52;
  color: #fff;
}
.csstransforms .myria-image-text .myria-block-links:hover img {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}

#myria-journal {
  clear: both;
  margin-bottom: 5em;
}

#myria-testimonial {
  padding: 3em 0 7em 0;
  margin: 0;
  background: #ebebeb;
  border-bottom: 1px solid #ebebeb;
  text-align: center;
}
#myria-testimonial .quote-icon {
  font-size: 30px;
  margin: 0 auto 1em auto;
  display: block;
}
#myria-testimonial .quote {
  width: 70%;
  margin: 0 auto;
  font-size: 26px;
}
#myria-testimonial .quote cite {
  margin-top: 20px;
  display: block;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #myria-testimonial .quote {
    font-size: 20px;
    width: 100%;
  }
}

#myria-footer {
  padding-bottom: 5em;
}

.myria-social-container {
  margin-bottom: 3em;
}

.myria-social {
  padding: 0;
  margin: 0;
  margin: 0 auto;
  display: inline-block;
}
.myria-social li {
  padding: 0;
  margin: 10px;
  display: inline-block;
  list-style: none;
}
.myria-social li a {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #7b7b7b;
}
.myria-social li a i {
  font-size: 14px;
  color: #7b7b7b;
}
.myria-social li a:hover {
  color: #87b6c4;
}
.myria-social li a:hover i {
  color: #87b6c4;
}

#myria-subscribe {
  margin-bottom: 1em;
}
#myria-subscribe .myria-subscribe-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 2em;
}
#myria-subscribe form .form-group {
  position: relative;
}
#myria-subscribe form .form-group #subscribe-email {
  padding-right: 2.5em;
}
#myria-subscribe form .form-group .btn-subscribe {
  position: absolute;
  top: 5px;
  right: 20px;
  border: none;
  moz-border-radius: 50%;
  webkit-border-radius: 50%;
  border-radius: 50%;
  color: #ccc;
  width: 40px;
  height: 40px;
  background: #ebebeb;
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#myria-subscribe form .form-group .btn-subscribe:hover {
  background: #f66d52;
  color: #fff;
}
#myria-subscribe form .form-group.focus #subscribe-email {
  border: 2px solid #87b6c4 !important;
}
#myria-subscribe form .form-group.focus .btn-subscribe {
  opacity: 1;
  background: #87b6c4;
  color: #fff;
  margin-right: -15px;
}
#myria-subscribe form .form-group.focus .btn-subscribe:hover {
  background: #f66d52;
  color: #fff;
}

.form-control {
  box-shadow: none;
  border: 2px solid #ccc;
  font-size: 20px;
  height: 50px;
  padding: 0 1em;
  moz-border-radius: 30px;
  webkit-border-radius: 30px;
  border-radius: 30px;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.form-control:focus,
.form-control:active {
  box-shadow: none;
  border: 2px solid #87b6c4;
}

#myria-footer-links {
  
  margin-bottom: 3em;
}
#myria-footer-links .footer-links {
  margin-bottom: 1em;
  /* float: left; */
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  /* width: 100%; */
}
#myria-footer-links .footer-links ul {
  padding: 0;
  margin: 0;
}
#myria-footer-links .footer-links ul li {
  display: block;
  padding: 0;
  margin: 0;
}
#myria-footer-links .footer-links ul li a {
  display: block;
  float: left;
  width: 100%;
  font-size: 16px;
  color: #7b7b7b;
}
#myria-footer-links .footer-links ul li a:hover {
  color: #87b6c4;
}

#myria-copyright p {
  font-size: 16px;
  color: #7b7b7b;
}
#myria-copyright p small {
  font-size: 16px;
}

.back-to-top {
  text-align: center;
}
.back-to-top i {
  margin-left: -5px;
  color: #ccc;
}
.back-to-top span {
  display: block;
  color: #ccc;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: center;
}

.myria-heading-uppercase {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  line-height: 1.5;
  color: #7b7b7b;
}

.myria-visit {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  text-align: center;
  line-height: 1.5;
  color: #7b7b7b;
  display: block;
}
.myria-visit span {
  display: block;
  text-transform: none;
  letter-spacing: 0.1em;
  font-size: 16px;
}

.myria-pagination {
  width: 100%;
  border-radius: 0;
}
.myria-pagination .myria-pageination-prev {
  text-align: left;
}
.myria-pagination .myria-pageination-all {
  text-align: center;
}
.myria-pagination .myria-pageination-next {
  text-align: right;
}
.myria-pagination a {
  width: 33.33333333%;
  float: left;
  display: block;
  font-size: 20px;
  color: #000000;
}
.myria-pagination a i {
  text-align: center;
}
.myria-pagination a:hover {
  color: #87b6c4;
}

.myria-tile-image figure {
  width: 100%;
  float: left;
}
.myria-tile-image figure img {
  float: left;
  margin-bottom: 1.5em;
}

/* Helper Classes */
.pb-0 {
  padding-bottom: 0em !important;
}

.pb-sm {
  padding-bottom: 1em !important;
}

.pb-md {
  padding-bottom: 2em !important;
}
@media screen and (max-width: 768px) {
  .pb-md {
    padding-bottom: 1em !important;
  }
}

.pb-lg {
  padding-bottom: 3em !important;
}
@media screen and (max-width: 768px) {
  .pb-lg {
    padding-bottom: 1em !important;
  }
}

.mb-sm {
  margin-bottom: 1em !important;
}

.mb-md {
  margin-bottom: 2em !important;
}
@media screen and (max-width: 768px) {
  .mb-md {
    margin-bottom: 1em !important;
  }
}

.mb-lg {
  margin-bottom: 3em !important;
}
@media screen and (max-width: 768px) {
  .mb-lg {
    margin-bottom: 1em !important;
  }
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    display: block;
    clear: both;
    width: 100%;
    float: left;
  }
}

/* Portfolio */

.scrollAnimatedItem {
  -webkit-transition: all ease-out 0.8s;
  transition: all ease-out 0.8s;
  -moz-transform: translateY(30px);
  -o-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0.2;
}
.scrollAnimatedItem.inview {
  opacity: 1;
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.work-categories.grid {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
.work-categories.grid .work-category {
  display: block;
  font-size: 0;
  position: relative;
  margin-bottom: 50px;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  margin-bottom: 50px;
  align-items: center;
  width: 100%;
  padding: 0;
}
.work-categories.grid .work-category a.node-link {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  top: 0;
}
.work-categories.grid .work-category.inview .category-info {
  opacity: 1;
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.work-categories.grid .work-category.inview .image-container {
  opacity: 1;
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.work-categories.grid .work-category:nth-child(2n + 2) .category-info .category-info-inner {
  float: right;
  margin-right: 50px;
}
@media (min-width: 1025px), (min-width: 768px) and (max-width: 1024px) {
  .work-categories.grid .work-category:nth-child(2n + 1) .image-container {
    order: 1;
  }
  .work-categories.grid .work-category:nth-child(2n + 1) .category-info {
    order: 2;
  }
}
@media (max-width: 767px) {
  .work-categories.grid .work-category .image-container {
    order: 1;
  }
  .work-categories.grid .work-category .category-info {
    order: 2;
  }
}
@media (min-width: 1025px) {
  .work-categories.grid .work-category:nth-child(1) .image-container {
    width: 60%;
  }
  .work-categories.grid .work-category:nth-child(1) .category-info {
    width: 40%;
  }
  .work-categories.grid .work-category:nth-child(3) {
    margin-top: -10%;
  }
  .work-categories.grid .work-category:nth-child(3) .image-container {
    padding-right: 5%;
  }
  .work-categories.grid .work-category:nth-child(4) {
    margin-top: -10%;
  }
  .work-categories.grid .work-category.imageright .category-info {
    text-align: left;
  }
  .work-categories.grid .work-category.imageleft .category-info {
    text-align: right;
  }
}
.work-categories.grid .work-category .image-container {
  width: 50%;
  vertical-align: middle;
  position: relative;
  height: 90vh;
  -webkit-transition: all ease-out 1.2s;
  transition: all ease-out 1.2s;
  -moz-transform: translateY(50px);
  -o-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 1;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .work-categories.grid .work-category .image-container {
    height: 50vh;
  }
}
@media (max-width: 767px) {
  .work-categories.grid .work-category .image-container {
    height: auto;
    width: 100%;
    padding: 15px;
  }
}
.work-categories.grid .work-category .image-container img {
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.work-categories.grid .work-category .category-info {
  width: 50%;
  font-size: 16px;
  vertical-align: middle;
  padding: 50px;
  text-align: left;
  -webkit-transition: all ease-out 0.8s;
  transition: all ease-out 0.8s;
  -moz-transform: translateY(50px);
  -o-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
}
@media (max-width: 767px) {
  .work-categories.grid .work-category .category-info {
    display: block;
    width: 100%;
  }
}
.work-categories.grid .work-category .category-info .category-info-inner {
  text-align: left;
  max-width: 430px;
  display: inline-block;
}
.work-categories.grid .work-category .category-info .title {
  font-family: 'Montserrat Variable', sans-serif;
  font-weight: 400;
  font-size: 45px;
  color: #000000;
  letter-spacing: 0;
  margin-bottom: 20px;
  text-align: left;
  display: block;
}

.work-categories.grid .work-category .category-info .category-description {
  font-family: 'Montserrat Variable', sans-serif;
  font-size: 2rem;
  color: #000000;
  letter-spacing: 0;
  margin-bottom: 20px;
  text-align: left;
  display: block;
}

/*# sourceMappingURL=style.css.map */
