@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Work+Sans:ital,wght@0,700;1,700&display=swap" rel="stylesheet');
html {
  scroll-behavior: smooth;
}
body {
  background: #ffffff;
  font-family: 'Ubuntu', sans-serif;
  font-size: 160%;
  color: #323837;
}
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
/* Typography Titles sizes */
h1 {
  font-family: 'Work Sans', sans-serif;
  font-size: 2.5625em;
  font-weight: 700;
  line-height: 120%;
  margin: 0px;
}
h2 {
  font-family: 'Work Sans', sans-serif;
  font-size: 2.25em;
  font-weight: 700;
  line-height: 120%;
  margin: 0px;
}
h3 {
  font-family: 'Work Sans', sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 120%;
  margin: 0px;
}
h4 {
  font-family: 'Work Sans', sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 120%;
  margin: 0px;
}
h5 {
  font-family: 'Work Sans', sans-serif;
  font-size: 1.375em;
  font-weight: 700;
  line-height: 150%;
  margin: 0px;
}
p {
  margin: 0px;
}
/* Typography Body sizes */
.body-1 {
  font-size: 1.125em;
  font-weight: 400;
  line-height: 150%;
}
.body-2 {
  font-size: 1.125em;
  font-weight: 400;
  line-height: 150%;
}
.body-3 {
  font-size: 1em;
  font-weight: 400;
  line-height: 150%;
}
.body-4 {
  font-size: 0.875em;
  font-weight: 400;
  line-height: 150%;
}
.body-5 {
  font-size: 0.75em;
  font-weight: 400;
  line-height: 150%;
}
/* Typography color options */
#white {
  color: #FFFFFF;
}
#dimm {
  color: #E1E4E3;
}
#subtle {
  color: #545E5B;
}
#default {
  color: #323837;
}
#strong {
  color: #222624;
}
#black {
  color: #080909;
}
/** Buttons **/
.button-primary {
  align-items: center;
  background-color: #15967D;
  border: 2px solid #08382F;
  border-radius: 2px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 18px;
  text-transform: none;
  height: 56px;
  justify-content: center;
  line-height: 27px;
  max-width: 100%;
  padding: 0 24px;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manip ation;
}
.button-primary:after {
  background-color: #08382F;
  border-radius: 2px;
  content: "";
  display: block;
  height: 56px;
  left: 0;
  width: 100%;
  position: absolute;
  top: -2px;
  transform: translate(8px, 8px);
  transition: transform .2s ease-out;
  z-index: -1;
}
.button-primary:hover:after {
  transform: translate(0, 0);
}
.button-primary:active {
  background-color: #10715E;
  outline: 0;
}
.button-primary:hover {
  outline: 0;
}
.button-secondary {
  align-items: center;
  background-color: #080909;
  border: 2px solid #1ABC9C;
  border-radius: 2px;
  box-sizing: border-box;
  color: #1ABC9C;
  cursor: pointer;
  font-size: 18px;
  text-transform: none;
  height: 56px;
  justify-content: center;
  line-height: 27px;
  max-width: 100%;
  padding: 0 24px;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}
.button-secondary:after {
  background-color: #08382F;
  border-radius: 2px;
  content: "";
  display: block;
  height: 56px;
  left: 0;
  width: 100%;
  position: absolute;
  top: -2px;
  transform: translate(8px, 8px);
  transition: transform .2s ease-out;
  z-index: -1;
}
.button-secondary:hover:after {
  transform: translate(0, 0);
}
.button-secondary:active {
  background-color: #08382F;
  outline: 0;
}
.button-secondary:hover {
  outline: 0;
  background-color: #08382F;
}
/* Navigation */
.navbar {
  border: none;
  margin: 0px 0px;
  height: 80px;
  display: flex;
  align-items: center;
}
.main-left {
  display: inline-block;
}
/* Navigation overlay open */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: hidden;
  -webkit-transition: opacity .35s, visibility .35s, width .35s;
          transition: opacity .35s, visibility .35s, width .35s;
  z-index: 50;
}
.overlay:before {
  content: '';
  background: #15967D;
  left: -55%;
  top: 0;
  width: 50%;
  height: 100%;
  position: absolute;
  -webkit-transition: left .35s ease;
          transition: left .35s ease;
}
.overlay:after {
  content: '';
  background: #15967D;
  right: -55%;
  top: 0;
  width: 50%;
  height: 100%;
  position: absolute;
  -webkit-transition: all .35s ease;
          transition: all .35s ease;
}
.overlay.open {
  visibility: visible;
  height: 100%;
}
.overlay.open:before {
  left: 0;
}
.overlay.open:after {
  right: 0;
}
.overlay.open li {
  -webkit-animation: fadeInRight .5s ease forwards;
          animation: fadeInRight .5s ease forwards;
  -webkit-animation-delay: .35s;
          animation-delay: .35s;
}
.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: .45s;
          animation-delay: .45s;
}
.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: .55s;
          animation-delay: .55s;
}
.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: .65s;
          animation-delay: .65s;
}
.overlay nav {
  position: relative;
  height: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 2em;
  font-weight: 500;
  text-align: center;
  z-index: 100;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.overlay ul li {
  display: block;
  height: 25%;
  height: calc(100% / 4);
  min-height: 50px;
  position: relative;
  opacity: 0;
}
.overlay ul li a {
  display: block;
  position: relative;
  color: #FFFFFF;
  text-decoration: none;
  overflow: hidden;
}
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 100%;
}
.overlay ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 3px;
  background: #FFF;
  -webkit-transition: .35s;
          transition: .35s;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
/* Illustration stylings */
.illustration-bottom {
  padding-top: 24px;
}
.illustration-top {
  padding-bottom: 24px;
  }
.illustration-default {
  padding-default: 0px;
}
.illustration-hover {
  margin-top: -112px;
  padding-bottom: 40px;
}
/* Section dark styling */
.section-dark-wrap {
  background-color: #080909;
  padding: 56px 16px;
  margin: 80px -16px 40px -16px;
}
.section-dark {
  padding: 0px 0px 56px 0px;
}
.section-dark p {
  margin: 24px 0px;
}
/* Header center styling */
.header-center {
  text-align: center;
  margin: 40px 0px;
}
.header-center p {
  padding: 24px 0px;
}
/* Header left styling */
.header-left {
  text-align: left;
  margin: 40px 0px;
}
.header-left p {
  padding: 24px 0px;
}
/* Footer styling */
.footer-wrap {
  background-color: #080909;
  padding: 56px 16px 8px 16px;
  margin-left: -16px;
  margin-right: -16px;
  text-align: center;
}
.footer-logo {
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer ul, li {
  list-style-type: none;
  margin: 0px;
  padding-inline-start: 0px;
  padding-bottom: 16px;
}
.footer p {
  padding-bottom: 16px;
}
.footer a {
  transition: all 0.3s ease 0s;
  color: #939A97;
}
.footer a:focus, .footer a:hover {
  color: #FFFFFF;
}
.footer .fa {
  color: #FFFFFF;
  padding: 0px 2px;
}
/* Logo carousel styling */
.logo-carousel {
  text-align: center;
  margin-top: 56px;
  padding: 0px 16px;
}
.logo-carousel h5 {
  margin: 40px 0px;
}
/* Logo intro styling */
.logo-intro {
  display: flex;
  padding-top: 32px;
  flex-direction: column;
  align-items: flex-start;
}
.logo-intro img {
  padding: 12px 0px;
  }
.logo-intro p {
  font-weight: 500;
  }
/* Case study styling */
.case-wrap {
  background-color: #080909;
  margin-bottom: 56px;
  border: 2px solid #080909;
  border-radius: 2px;
}
.case-study {
  padding: 8px 24px 24px 24px;
}
.case-study p {
  padding: 24px 0px;
}
/* Project page styling */
.project-main-img {
  margin-top: 24px;
}
.project-intro {
  margin: 56px 0px;
}
.project-info {
  margin-top: 24px;
}
.project-text {
  margin-top: 56px;
}
.project-text a {
  transition: all 0.3s ease 0s;
  color: #15967D;
}
.project-text a:focus, .project-text a:hover {
  color: #10715E;
  text-decoration: underline;
}
.accent {
  font-weight: 500;
  text-transform: uppercase;
}
.project-section h4, h5{
  margin: 16px 0px;
}
.project-section {
  margin-bottom: 24px;
}
.project-quote {
  margin: 56px 0px;
  text-align: center;
  font-style: italic;
}
/* CTA Footer styling */
  .cta-footer {
  text-align: center;
  margin: 64px 0px 120px 0px;
  }
  .cta-footer p {
  margin: 24px 0px;
  }
/* Home page styling */
.skills-wrap {
  margin: 80px 0px;
  text-align: center;
}
.skills-wrap h2 {
  margin-bottom: 24px;
}
.skills-wrap h4 {
  margin: 16px 0px;
}
.skills-container {
  padding: 28px 0px;
}
/* About page styling */
.education-wrap {
  margin: 56px 0px;
  text-align: center;
}
.education-wrap h5 {
  margin-top: 16px;
}
.education-wrap h2 {
  margin-bottom: 40px;
}
.education-container {
  padding: 28px 28px;
}
.z-pattern-wrap {
  margin-top: 80px;
}
.z-section {
  padding: 0px;
}
.z-section h2 {
  padding: 24px 0px;
}
.z-section p {
  padding-bottom: 24px;
}
/* Case study page styling */
.case-main-img {
  margin-top: 24px;
}
.case-intro {
  margin: 56px 0px;
}
.case-info {
  margin-bottom: 24px;
}
.case-text {
  margin-bottom: 56px;
}
.case-text p {
  margin-top: 24px;
}
/* Contact page styling */
.contact-area {
  margin: 0px 0px 120px 0px;
}
.contact-area h3 {
  margin: 24px 0px;
}
.form {
  margin-bottom: 40px;
}
.form-control {
  background-color: #F1F3F2;
  box-shadow: none;
  border-radius: 2px;
  border: 2px solid #080909;
  height: 56px;
  font-size: 1.125em;
  color: #545E5B;
  font-weight: 400;
  margin-bottom: 16px;
}
.form-control:focus {
  border-color: #15967D;
  box-shadow: none;
  color: #080909;
}
textarea {
  resize: none;
}
.socials {
  margin-bottom: 24px;
}
.socials h5 {
  margin: 0px;
}
.socials a {
  color: #15967D;
  transition: all 0.3s ease 0s;
}
.socials a:hover {
  color: #10715E;
  text-decoration: underline;
}
/* Home page styling */
  .work-wrap {
  margin: 96px 0px;
  }
  .work-wrap h2 {
  margin-bottom: 40px;
  }
  .work {
  border: 1px solid #080909;
  border-radius: 2px;
  }
  .testimonials-wrap {
  margin: 96px 0px;
  text-align: center;
  }
  .testimonials-wrap h2 {
  margin-bottom: 56px;
  }
  .testimonials {
  padding: 40px 0px;
  text-align: left;
  }
  .testimonials:hover {
  background-color: #FFFFFF;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  border-radius: 8px;
  transition: all 1s ease 0s;
  }
  .testimonials h5 {
  font-style: italic;
  margin: 0px;
  }
  .testimonials p {
  font-style: italic;
  margin: 16px 0px;
  }
/* Hamburger button styling */
.button_container {
  position: absolute;
  top: 35%;
  right: 0%;
  height: 32px;
  width: 32px;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: opacity .25s ease;
          transition: opacity .25s ease;
}
.button_container:hover {
  opacity: .7;
}
.button_container.active .top {
  -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
      -ms-transform: translateY(10px) translateX(0) rotate(45deg);
          transform: translateY(10px) translateX(0) rotate(45deg);
  background: #FFF;
}
.button_container.active .middle {
  opacity: 0;
  background: #FFF;
}
.button_container.active .bottom {
  -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
      -ms-transform: translateY(-10px) translateX(0) rotate(-45deg);
          transform: translateY(-10px) translateX(0) rotate(-45deg);
  background: #FFF;
}
.button_container span {
  background: #15967D;
  border: none;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transition: all .35s ease;
          transition: all .35s ease;
  cursor: pointer;
}
.button_container p {
  margin: 7px 0px 10px 0px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.3em;
}
.button_container span:nth-of-type(2) {
  top: 10px;
}
.button_container span:nth-of-type(3) {
  top: 20px;
}

/* Common style for hover effects*/
.grid {
  position: relative;
  margin: 0 auto;
  padding: 0px;
  max-width: 1200px;
  list-style: none;
  text-align: center;
  border: 1px solid #08382F;
}
.grid figure {
  position: relative;
  overflow: hidden;
  margin: 0px 0%;
  min-width: 100%;
  max-width: 100%;
  max-height: 100%;
  width: 48%;
  background: transparent;
  text-align: center;
  cursor: pointer;
}
.grid figure img {
position: relative;
display: block;
/*  min-height: 100%;
max-width: 100%;*/
}
.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}
.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}
.grid figure h2 span {
  font-weight: 800;
}
.grid figure h2,
.grid figure p {
  margin: 0;
}
.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}
/***** Honey *****/
/*---------------*/

figure.effect-honey {
  background: #fff;
}
figure.effect-honey img {
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.effect-honey figcaption::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: #000000;
  content: '';
  -webkit-transform: translate3d(0,8px,0);
  transform: translate3d(0,10px,0);
}
figure.effect-honey h5 {
  position: absolute;
  font-size: 1.5em;
  font-weight: 500;
  text-transform: none;
  bottom: 0;
  left: 0;
  padding: 0em 0.5em;
  width: 100%;
  text-align: left;
  -webkit-transform: translate3d(0,-30px,0);
  transform: translate3d(0,-30px,0);
}
figure.effect-honey h5 i {
  font-style: normal;
  opacity: 0;
  color: #080909;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,-30px,0);
  transform: translate3d(0,-30px,0);
}
figure.effect-honey figcaption::before,
figure.effect-honey h5 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h5,
figure.effect-honey:hover h5 i {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
/***** Bubba *****/
/*---------------*/
figure.effect-bubba {
  background: #1abc9c;
}
figure.effect-bubba img {
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
figure.effect-bubba figcaption::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
}
figure.effect-bubba figcaption::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1,0);
  transform: scale(1,0);
}
figure.effect-bubba h2 {
  padding-top: 30%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,-20px,0);
  transform: translate3d(0,-20px,0);
}
figure.effect-bubba p {
  color: #fff;
  padding: 20px 2.5em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,20px,0);
  transform: translate3d(0,20px,0);
}
figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
/***** Chico *****/
/*---------------*/

figure.effect-chico img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
}

figure.effect-chico:hover img {
  
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.effect-chico figcaption {
  padding: 3em;
}

figure.effect-chico figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #fff;
  content: '';
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

figure.effect-chico figcaption::before,
figure.effect-chico p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-chico h2 {
  padding: 20% 0 20px 0;
}

figure.effect-chico p {
  margin: 0 auto;
  max-width: 200px;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/** Mix it up **/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body, button {
  font-family: 'Ubuntu', sans-serif;
}
.controls {
  text-align: center;
  padding: 0% 0% 0% 0%;
  background-color: transparent;
  color: #ffffff;
}
label {
  font-weight: 400;
  margin: 0 .4em 0 0;
  font-size: 1.4em;
}
button {
  display: inline-block;
  text-transform: none;
  border: none;
  border-radius: 0px;
  font-size: 1.125em;
  font-weight: 500;
  cursor: pointer;
  background: #15967D;
  transition: all 0.5s ease 0s;
  height: 56px;
}
.filter {
  width: 100%;
  border-right: 1px solid #08382F;
  border-left: 1px solid #08382F;
  border-top: 2px solid #08382F;
}
.filter:hover {
  background: #10715E;
}
.filter.active,.filter.focus,
.filter:active,.filter:focus,
.open>.dropdown-toggle.filter {
  background: #080909;
}
button.active, .button:hover {
  background: #1abc9c;
}
button:focus {
  outline: 0 none;
}
button + label{
  margin-left: 1em;
}
.container {
  padding: 0px;
  text-align: justify;
  font-size: 0px;
  width: 100%;
  border: 1px solid #08382F;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  margin-bottom: 0px;
  -webkit-backface-visibility: hidden;
}
.container:after {
  content: '';
  display: inline-block;
  width: 100%;
}
.container .mix,
.container .gap {
  display: inline-block;
  width: 50%;
}
.container .mix {
  text-align: left;
  background: transparent;
  margin-bottom: 0%;
  display: none;
}
.container .mix:after {
  display: inline-block;
  vertical-align: top;
}
.container .mix:before {
  content: '';
  display: inline-block;
  padding-top: 0px;
}
@media all and (min-width: 420px){
  .container .mix,
  .container .gap {
    width: 33.3%;
  }
}
@media all and (min-width: 640px){
  .container .mix,
  .container .gap {
    width: 25%;
  }
}
/**End of Mix it up**/
/**Back to top plugin**/ 
.cd-top {
  display: inline-block;
  height: 30px;
  width: 30px;
  padding: 20px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(26, 188, 156, 0.8) url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  border-radius: 2px; 
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #1abc9c;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 30px;
    width: 30px;
    right: 30px;
    bottom: 30px;
  }
}
/* Preloader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../img/oval.svg) center no-repeat;
  background-color: #1abc9c;
}
/* Animated carousel */
.logos-animated {
  border: 0px;
  overflow: hidden;
  margin: 0px -32px;
}
.slider {
  animation: slidein 30s linear infinite;
  white-space: nowrap;
}
.logos {
  padding: 0px 40px;
  display: inline-block;
  margin: 0px;
}
@keyframes slidein {
  100% { 
    transform: translateX(-700px);  
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
  }
  h1 {
  font-size: 2.875em;
  font-weight: 700;
  line-height: 120%;
  }
  h2 {
  font-size: 2.5625em;
  font-weight: 700;
  line-height: 120%;
  }
  h3 {
  font-size: 2.25em;
  font-weight: 700;
  line-height: 120%;
  }
  h4 {
  font-size: 2em;
  font-weight: 700;
  line-height: 120%;
  }
  h5 {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 150%;
  }
  .body-1 {
  font-size: 1.25em;
  font-weight: 400;
  line-height: 150%;
  }
  .body-2 {
  font-size: 1.125em;
  font-weight: 400;
  line-height: 150%;
  }
  .body-3 {
  font-size: 1em;
  font-weight: 400;
  line-height: 150%;
  }
  .body-4 {
  font-size: 0.875em;
  font-weight: 400;
  line-height: 150%;
  }
  .body-5 {
  font-size: 0.75em;
  font-weight: 400;
  line-height: 150%;
  }
  /* Section dark styling */
  .section-dark {
  padding: 0px 0px 56px 0px;
  }
  .section-dark p {
  margin: 24px 0px;
  }
  .section-dark-wrap {
  background-color: #080909;
  padding: 56px 16px;
  margin: 120px -40px 40px -40px;
  }
  /* Navigation styling */
  .overlay nav {
  font-size: 2.25em;
  }
  /* Header center styling */
  .header-center {
  text-align: center;
  margin: 80px 0px;
  }
  /* Logos carousel styling */
  .logo-carousel {
  margin-top: 120px;
  }
  .logos-animated {
  border: 0px;
  margin: 0px -56px;
  }
  /* Logo intro styling */
  .logo-intro {
  display: flex;
  padding-top: 32px;
  align-items: flex-start;
  flex-direction: inherit;
  align-items: center;
  }
  .logo-intro img {
  padding: 0px 20px;
  }
  /* Home page styling */
  .skills-container {
  padding: 28px 28px;
  }
  /* CTA Footer styling */
  .cta-footer {
  margin: 64px 0px 120px 0px;
  }
  /* Footer styling */
  .footer-wrap {
  text-align: left;
  padding: 56px 56px 8px 56px;
  margin-left: -40px;
  margin-right: -40px;
  }
  .footer-logo {
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  }
  .footer ul, li {
  padding-bottom: 8px;
  }
  .footer p {
  padding-bottom: 16px;
  margin: 0px;
  }
  /* Project page styling */
  .project-intro {
  margin: 56px 0px;
  }
  .project-text {
  margin-top: 56px;
  }
  .project-quote {
  margin: 56px 0px;
  }
  /* Case study page styling */
  .case-intro {
  margin: 56px 0px;
  }
  /* About page styling */
  .education-wrap {
  margin: 56px 0px;
  text-align: center;
  }
  .z-pattern-wrap {
  margin-top: 80px;
  }
  /* Home page styling */
  .work-wrap {
  margin: 120px 0px;
  }
  .testimonials-wrap {
  margin: 96px 0px;
  }
  .testimonials {
  padding: 40px 0px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .container-fluid {
  padding-left: 56px;
  padding-right: 56px;
  }
  /* Typography Titles sizes */
  h1 {
  font-size: 2.875em;
  font-weight: 700;
  line-height: 120%;
  }
  h2 {
  font-size: 2.5625em;
  font-weight: 700;
  line-height: 120%;
  }
  h3 {
  font-size: 2.25em;
  font-weight: 700;
  line-height: 120%;
  }
  h4 {
  font-size: 2em;
  font-weight: 700;
  line-height: 120%;
  }
  h5 {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 150%;
  }
  /* Typography Body sizes */
  .body-1 {
  font-size: 1.25em;
  font-weight: 400;
  line-height: 150%;
  }
  .body-2 {
  font-size: 1.125em;
  font-weight: 400;
  line-height: 150%;
  }
  .body-3 {
  font-size: 1em;
  font-weight: 400;
  line-height: 150%;
  }
  .body-4 {
  font-size: 0.875em;
  font-weight: 400;
  line-height: 150%;
  }
  .body-5 {
  font-size: 0.75em;
  font-weight: 400;
  line-height: 150%;
  }
  /* Section dark styling */
  .section-dark-wrap {
  padding: 56px 16px;
  margin: 120px -56px 56px -56px;
  }
  .section-dark {
  padding: 0px 80px 56px 0px;
  }
  .section-dark p {
  margin: 24px 0px;
  }
  /* Navigation styling */
  .overlay nav {
  font-size: 2.25em;
  }
  /* Case study styling */
  .case-study {
  padding: 40px 40px;
  }
  /* header center styling */
  .header-center {
  text-align: center;
  margin: 80px 0px;
  }
  /* Logos animated styling */
  .logo-carousel {
  margin-top: 120px;
  padding: 0px;
  }
  .logos-animated {
  border: 0px;
  margin: 0px -56px;
  }
  /* Logo intro styling */
  .logo-intro {
  display: flex;
  padding-top: 32px;
  align-items: flex-start;
  flex-direction: inherit;
  align-items: center;
  }
  .logo-intro img {
  padding: 0px 20px;
  }
  /* Home page styling */
  .skills-container {
  padding: 28px 12px;
  }
  /* CTA Footer styling */
  .cta-footer {
  margin: 64px 0px 120px 0px;
  }
  /* Footer styling */
  .footer-wrap {
  text-align: left;
  padding: 56px 56px 8px 56px;
  margin-left: -56px;
  margin-right: -56px;
  }
  .footer-logo {
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  }
  .footer ul, li {
  padding-bottom: 8px;
  }
  .footer p {
  padding-bottom: 16px;
  margin: 0px;
  }
  /* Project page styling */
  .project-intro {
  margin: 96px 40px;
  }
  .project-text {
  margin-top: 56px;
  }
  .project-quote {
  margin: 96px 0px;
  }
  /* Project page styling */
  .education-wrap {
  margin: 96px 0px;
  text-align: center;
  }
  .z-pattern-wrap {
  margin-top: 80px;
  }
  /* Case study page styling */
  .case-intro {
  margin: 96px 40px;
  }
  /* Home page styling */
  .work-wrap {
  margin: 120px 0px;
  }
  .testimonials-wrap {
  margin: 120px 0px;
  }
  .testimonials {
  padding: 40px;
  }
}  
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .container-fluid {
  padding-left: 56px;
  padding-right: 56px;
  }
  /* Typography Titles sizes */
  h1 {
  font-size: 2.875em;
  font-weight: 700;
  line-height: 120%;
  }
  h2 {
  font-size: 2.5625em;
  font-weight: 700;
  line-height: 120%;
  }
  h3 {
  font-size: 2.25em;
  font-weight: 700;
  line-height: 120%;
  }
  h4 {
  font-size: 2em;
  font-weight: 700;
  line-height: 120%;
  }
  h5 {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 150%;
  }
  /* Typography Body sizes */
  .body-1 {
  font-size: 1.25em;
  font-weight: 400;
  line-height: 150%;
  }
  .body-2 {
  font-size: 1.125em;
  font-weight: 400;
  line-height: 150%;
  }
  .body-3 {
  font-size: 1em;
  font-weight: 400;
  line-height: 150%;
  }
  .body-4 {
  font-size: 0.875em;
  font-weight: 400;
  line-height: 150%;
  }
  .body-5 {
  font-size: 0.75em;
  font-weight: 400;
  line-height: 150%;
  }
  /* Section dark styling */
  .section-dark-wrap {
  padding: 56px;
  margin: 120px -56px 56px -56px;
  }
  .section-dark {
  padding: 0px 80px 56px 0px;
  }
  .section-dark p {
  margin: 24px 0px;
  }
  .case-study {
  padding: 40px 40px;
  }
  /* Navigation styling */
  .overlay nav {
  font-size: 2.25em;
  }
  /* Case study styling */
  .case-study {
  padding: 40px 40px;
  }
  /* CTA Footer styling */
  .cta-footer {
  margin: 64px 0px 120px 0px;
  }
  /* Footer styling */
  .footer-wrap {
  text-align: left;
  padding: 56px 56px 8px 56px;
  margin-left: -56px;
  margin-right: -56px;
  }
  .footer-logo {
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  }
  .footer ul, li {
  padding-bottom: 8px;
  }
  .footer p {
  padding-bottom: 16px;
  margin: 0px;
  }
  /* Home page styling */
  .skills-container {
  padding: 28px 28px;
  }
  /* Logos animated styling */
  .logo-carousel {
  margin-top: 120px;
  padding: 0px;
  }
  .logos-animated {
  border: 0px;
  margin: 0px -56px;
  }
  /* Logo intro styling */
  .logo-intro {
  display: flex;
  padding-top: 32px;
  align-items: flex-start;
  flex-direction: inherit;
  align-items: center;
  }
  .logo-intro img {
  padding: 0px 20px;
  }
  /* Header center styling */
  .header-center {
  text-align: center;
  margin: 80px 0px;
  padding: 0px;
  }
  /* Project page styling */
  .project-intro {
  margin: 96px 40px;
  }
  .project-text {
  margin-top: 0px;
  }
  .project-quote {
  margin: 96px 0px;
  }
  /* About page styling */
  .education-wrap {
  margin: 96px 0px;
  text-align: center;
  }
  .z-pattern-wrap {
  margin-top: 120px;
  }
  /* Case study page styling */
  .case-intro {
  margin: 96px 40px;
  }
  /* Home page styling */
  .work-wrap {
  margin: 120px 0px;
  }
  .testimonials-wrap {
  margin: 120px 0px;
  }
  .testimonials {
  padding: 40px;
  }
}
/* X-Large devices (x-large desktops, 1800px and up) */
@media (min-width: 1800px) {
  .z-section h1 {
  padding-top: 80px;
  }
  .z-section {
  padding: 40px 120px;
  }
  .section-dark {
  padding: 0px 400px 200px 0px;
  }
  .testimonials {
  padding: 100px 200px;
  }
  .case-study {
  padding: 80px 80px;
  }
}