@import url("https://fonts.googleapis.com/css2?family=Questrial&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*!
 * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

.fa-solid,
.fa-regular,
.fa-brands,
.fas,
.far,
.fab,
.fa-sharp-solid,
.fa-classic,
.fa {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: "Font Awesome 6 Free";
}

.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
}

.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-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

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

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}

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

.fa-li {
  left: calc(-1 * var(--fa-li-width, 2em));
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0));
}

.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%;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

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

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

:root, :host {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype");
}
.fab,
.fa-brands {
  font-weight: 400;
}

:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype");
}
.far,
.fa-regular {
  font-weight: 400;
}

:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype");
}
.fas,
.fa-solid {
  font-weight: 900;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-display: block;
  font-weight: 400;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 900;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 400;
  src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype");
  unicode-range: U+F003, U+F006, U+F014, U+F016-F017, U+F01A-F01B, U+F01D, U+F022, U+F03E, U+F044, U+F046, U+F05C-F05D, U+F06E, U+F070, U+F087-F088, U+F08A, U+F094, U+F096-F097, U+F09D, U+F0A0, U+F0A2, U+F0A4-F0A7, U+F0C5, U+F0C7, U+F0E5-F0E6, U+F0EB, U+F0F6-F0F8, U+F10C, U+F114-F115, U+F118-F11A, U+F11C-F11D, U+F133, U+F147, U+F14E, U+F150-F152, U+F185-F186, U+F18E, U+F190-F192, U+F196, U+F1C1-F1C9, U+F1D9, U+F1DB, U+F1E3, U+F1EA, U+F1F7, U+F1F9, U+F20A, U+F247-F248, U+F24A, U+F24D, U+F255-F25B, U+F25D, U+F271-F274, U+F278, U+F27B, U+F28C, U+F28E, U+F29C, U+F2B5, U+F2B7, U+F2BA, U+F2BC, U+F2BE, U+F2C0-F2C1, U+F2C3, U+F2D0, U+F2D2, U+F2D4, U+F2DC;
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("../webfonts/fa-v4compatibility.woff2") format("woff2"), url("../webfonts/fa-v4compatibility.ttf") format("truetype");
  unicode-range: U+F041, U+F047, U+F065-F066, U+F07D-F07E, U+F080, U+F08B, U+F08E, U+F090, U+F09A, U+F0AC, U+F0AE, U+F0B2, U+F0D0, U+F0D6, U+F0E4, U+F0EC, U+F10A-F10B, U+F123, U+F13E, U+F148-F149, U+F14C, U+F156, U+F15E, U+F160-F161, U+F163, U+F175-F178, U+F195, U+F1F8, U+F219, U+F27A;
}
.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;
}

.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-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-twitter:before {
  content: "\f099";
}

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

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

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

.fa-flickr:before {
  content: "\f16e";
}

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

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

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.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-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-home:before {
  content: "\f015";
}

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

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

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-house:before {
  content: "\e066";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-square-x-twitter:before {
  content: "\e61a";
}

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

.fa-chevron-down::before {
  content: "\f078";
}

.fa-chevron-up::before {
  content: "\f077";
}

.student-portal {
  color: #F47944 !important;
}

.editorial-portal {
  color: #98CC6E !important;
}

.teacher-portal {
  color: #0C6C96 !important;
}

.student-portal-bg {
  background-color: #F47944;
  border: 1px solid rgb(198.3333333333, 67.8787878788, 11.6666666667);
}
.student-portal-bg strong {
  color: #F47944;
  margin-right: 0.25rem;
}
.editorial-portal-bg {
  background-color: #98CC6E;
  border: 1px solid rgb(100.5918367347, 156.8367346939, 55.1632653061);
}
.editorial-portal-bg strong {
  color: #98CC6E;
  margin-right: 0.25rem;
}
.teacher-portal-bg {
  background-color: #0C6C96;
  border: 1px solid rgb(4.4444444444, 40, 55.5555555556);
}
.teacher-portal-bg strong {
  color: #0C6C96;
  margin-right: 0.25rem;
}
.white {
  color: #ffffff !important;
}

.blue {
  color: #0C6C96 !important;
}

.orange {
  color: #F47944 !important;
}

.green {
  color: #98CC6E !important;
}

.gray {
  color: #565756 !important;
}

.copy-gray {
  color: #6f6f6f !important;
}

.darkaqua {
  color: #013449 !important;
}

.trans-bg {
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 1px 2px 4px rgba(111, 111, 111, 0.2);
  -moz-box-shadow: 1px 2px 4px rgba(111, 111, 111, 0.2);
  -ms-box-shadow: 1px 2px 4px rgba(111, 111, 111, 0.2);
  box-shadow: 1px 2px 4px rgba(111, 111, 111, 0.2);
}
.trans-bg a:hover {
  color: #343a40;
}

.paper-bg {
  background: url("../images/patterns/naturalpaper.png") repeat;
}

.clear-floats {
  clear: both;
}

.clear-floats-border {
  clear: both;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

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

.frame {
  border: 20px solid transparent;
  padding: 20px;
  border-image: url("../images/patterns/noisy-gray.png") 20 repeat;
}

.neg-top-10 {
  margin-top: -10px !important;
}

.neg-top-20 {
  margin-top: -20px !important;
}

.neg-top-30 {
  margin-top: -30px !important;
}

.neg-top-40 {
  margin-top: -40px !important;
}

.neg-top-50 {
  margin-top: -50px !important;
}

.animation-element {
  position: relative;
}

.bounce-up {
  opacity: 0;
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -moz-transform: translate3d(0px, 200px, 0px);
  -webkit-transform: translate3d(0px, 200px, 0px);
  -o-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate3d(0px, 200, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bounce-up.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.animation-element.slide-left {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px);
}

.animation-element.slide-left.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.animation-element.slide-right {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(100px, 0px, 0px);
  -webkit-transform: translate3d(100px, 0px, 0px);
  -o-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate3d(100px, 0px, 0px);
}

.animation-element.slide-right.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgb(0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(48.45, 130.05, 165.75);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: #ffffff !important;
}

.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.hvr-sweep-to-right-round {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgb(0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-sweep-to-right-round:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(48.45, 130.05, 165.75);
  border-radius: 0.25rem;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-sweep-to-right-round:hover, .hvr-sweep-to-right-round:focus, .hvr-sweep-to-right-round:active {
  color: #ffffff !important;
}

.hvr-sweep-to-right-round:hover:before, .hvr-sweep-to-right-round:focus:before, .hvr-sweep-to-right-round:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.carousel {
  background: #000000;
  height: 32rem;
  margin-top: -30px;
}

/* Since positioning the image, we need to help out the caption */
/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}

.carousel-caption {
  z-index: 10;
  bottom: 3rem;
}

.carousel-item > img {
  top: 0;
  left: 0;
  height: 32rem;
}

.carousel-indicators li {
  background: #0C6C96;
  width: 1.5rem;
  height: 0.5rem;
  border-radius: 75%;
}

.btn-primary {
  background: #0C6C96;
  border: 1px solid #0C6C96;
}

.btn-primary-outline {
  background: url("../images/patterns/naturalpaper-2.png") repeat !important;
  border: none !important;
  box-shadow: none;
  outline: none;
}

.btn-secondary {
  background: url("../images/patterns/noisy-gray.png") repeat !important;
  border: 1px solid #343a40;
}

a.animated-button.thar-one {
  color: #fff;
  cursor: pointer;
  display: block;
  position: relative;
  border: 2px solid #0C6C96;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

a.animated-button.thar-one:hover {
  color: #000 !important;
  background-color: transparent;
  text-shadow: none;
}

a.animated-button.thar-one:hover:before {
  bottom: 0%;
  top: auto;
  height: 100%;
}

a.animated-button.thar-one:before {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 0px;
  width: 100%;
  z-index: -1;
  content: "";
  color: #000 !important;
  background: #0C6C96;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

a.animated-button.thar-two {
  color: #fff;
  cursor: pointer;
  display: block;
  position: relative;
  border: 2px solid rgb(109.2, 166.8, 192);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

a.animated-button.thar-two:hover {
  color: #000 !important;
  background-color: transparent;
  text-shadow: none;
}

a.animated-button.thar-two:hover:before {
  top: 0%;
  bottom: auto;
  height: 100%;
}

a.animated-button.thar-two:before {
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 0px;
  width: 100%;
  z-index: -1;
  content: "";
  color: #000 !important;
  background: rgb(109.2, 166.8, 192);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.navbar-brand img {
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

body {
  background: url("../images/patterns/noisy-white.png") repeat !important;
  padding-top: 70px;
  background-attachment: fixed !important;
  font-size: 1.15rem;
}

h1.page-header {
  font-family: "Montserrat", sans-serif !important;
  color: #0C6C96;
  font-weight: 700;
}

h2 {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700;
}

p {
  color: #6f6f6f;
  font-family: "Roboto", sans-serif !important;
  font-size: 1.15rem;
}

hr {
  border-top: 1px solid rgb(0, 0, 0) !important;
}

iframe {
  width: 100%;
  height: 100vh;
}

a {
  color: #0C6C96;
  -webkit-transition: color 0.25s ease-in;
  -moz-transition: color 0.25s ease-in;
  -ms-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
}
a:hover {
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
a:focus {
  color: #ffffff;
}

button {
  font-family: "Roboto Condensed", sans-serif !important;
}

/* navbar */
nav.navbar {
  margin-bottom: 0 !important;
  background: url("../images/patterns/noisy-gray.png") repeat !important;
}
nav.navbar a.navbar-brand {
  font-family: "Roboto", sans-serif !important;
  font-weight: 500;
  font-style: italic;
  -webkit-transition: color 0.25s ease-in;
  -moz-transition: color 0.25s ease-in;
  -ms-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
}
nav.navbar a.navbar-brand:hover {
  color: #91ff00;
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}

.dropdown-divider {
  margin-top: 0;
}

.navbar-brand > img {
  max-height: 35px;
  max-width: 35px;
  overflow: visible;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.7, 0, 0, 0.7);
}
.navbar-brand > img:hover {
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.7, 0, 0, 0.7);
}

/* hamburger animation icon */
.navbar-toggler:focus,
.navbar-toggler:active {
  outline: 0;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler span {
  display: block;
  background-color: #0C6C96;
  height: 3px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  position: relative;
  left: 0;
  opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
  transition: opacity, transform;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.7, 0, 0, 0.7);
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
  background: #0C6C96 !important;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
  transform: translateX(-100%);
  background: #0C6C96 !important;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
  background: #0C6C96 !important;
}

ul.navbar-nav li.nav-item {
  font-size: 1.25em;
}
ul.navbar-nav li.nav-item a.nav-link {
  color: #0C6C96;
  font-family: "Questrial", sans-serif !important;
  -webkit-transition: color 0.25s ease-in;
  -moz-transition: color 0.25s ease-in;
  -ms-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
}
ul.navbar-nav li.nav-item a.nav-link:hover {
  color: rgb(206.4, 225.6, 234);
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
ul.navbar-nav li.nav-item ul.dropdown-menu {
  background: url("../images/patterns/noisy-gray.png") repeat !important;
  border: none !important;
}
ul.navbar-nav li.nav-item ul.dropdown-menu li.dropdown-header {
  color: #ffffff;
  font-size: 1.15em !important;
  font-family: "Roboto Condensed", sans-serif !important;
}
ul.navbar-nav li.nav-item ul.dropdown-menu a.dropdown-item {
  font-size: 1.15em !important;
  font-family: "Questrial", sans-serif !important;
  color: #0C6C96;
}
ul.navbar-nav li.nav-item ul.dropdown-menu a.dropdown-item:focus {
  background: transparent !important;
  color: #ffffff !important;
}
ul.navbar-nav li.nav-item div.dropdown-menu {
  background: url("../images/patterns/noisy-gray.png") repeat !important;
  border: none !important;
}

.nav-item a.dropdown-toggle:focus,
.nav-item a.nav-link:focus {
  outline: none !important;
}

.nav-item a.dropdown-toggle:after {
  position: relative;
  transform: rotate(0deg);
  transition: transform 0.25s ease-in;
}

.nav-item.show a.dropdown-toggle:after {
  transform: rotate(180deg);
  transition: transform 0.25s ease-out;
}

.was-validated .form-control:invalid {
  border-color: #ffffff;
}

form.contact-form .form-group label {
  color: #0C6C96;
}
form.contact-form .form-group div.invalid-feedback {
  color: #ffffff !important;
}
form.contact-form .form-group div.form-feedback {
  color: #ffffff !important;
  font-size: 85%;
}
form.contact-form button.btn {
  background: none;
  border: 1px solid #0C6C96;
  color: #0C6C96;
}
form.contact-form .main-email, form.contact-form .main-phone {
  display: none;
}

div#message,
div#response {
  color: #ffffff !important;
}

.alert-success {
  background: none;
  border: 1px solid #0C6C96;
  color: #0C6C96;
}

/* main */
main.main {
  padding-top: 0 !important;
  margin-top: -15px !important;
}

/* footer */
.footer {
  position: relative;
  bottom: 0 !important;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 80px;
  overflow: visible !important;
  background: url("../images/patterns/noisy-gray.png") repeat !important;
}

footer .container {
  padding-top: 20px;
}
footer .container p {
  /* font-family: $links; */
  margin-top: 1.5em;
  text-align: center;
}
footer .container p small.copyright {
  color: #ffffff;
  margin-right: 0.5em;
}
footer .container p a {
  font-family: "Roboto Condensed", sans-serif !important;
  color: #0C6C96;
  letter-spacing: 0.1em;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.8);
  cursor: pointer;
  -webkit-transition: color 0.25s ease-in;
  -moz-transition: color 0.25s ease-in;
  -ms-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
}
footer .container p a:hover {
  color: #ffffff;
  text-decoration: none !important;
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}

.media-icons {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.media-icons i {
  color: #0C6C96;
  font-size: 1.75em;
  margin-bottom: 1em;
  margin-left: 0.25em;
  margin-right: 0.25em;
  -webkit-transition: color 0.25s ease-in;
  -moz-transition: color 0.25s ease-in;
  -ms-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
}
.media-icons i:hover {
  color: #ffffff;
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}

#back-top {
  position: fixed;
  bottom: 5%;
  right: 5%;
}

#back-top a {
  color: #0C6C96 !important;
}
#back-top a i {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  -webkit-text-decoration: none;
  -moz-text-decoration: none;
  -ms-text-decoration: none;
  text-decoration: none;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -ms-background-clip: text;
  background-clip: text;
  text-shadow: 1px 1px 1px rgba(155, 155, 155, 0.2);
}
#back-top a i:hover {
  color: rgb(206.4, 225.6, 234);
  -webkit-text-decoration: none;
  -moz-text-decoration: none;
  -ms-text-decoration: none;
  text-decoration: none;
}

/* main */
/* img thumbnail */
.the-border {
  position: relative;
  height: 200px;
  width: 100%;
  margin: 0 auto !important;
  /* border: 1px solid $lime-green; */
}

.img-thumbnail {
  border: none !important;
  /* @include placeincenter; */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* */
/* Useful clases */
/* paralax */
.paralax {
  background-attachment: fixed;
  background-size: cover !important;
  background-position: 100% 45%;
  padding-top: 2em;
}
.paralax h1 {
  font-size: 2em;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  background-color: #ffffff;
  color: transparent;
  padding-top: 0;
  padding-left: 0 !important;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
  text-align: right;
  margin-right: 10px;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -ms-background-clip: text;
  background-clip: text;
}

.paralsec {
  background-image: url("../images/background-images/web-development.jpg");
  background-size: 100% auto;
  padding-bottom: 2em;
}

.paralsec1 {
  background-image: url("../images/background-images/advertising-design-2.jpg");
  background-size: 100% auto;
}

.paralsec2 {
  background-image: url("../images/background-images/nybg-bg.jpg");
  background-size: 100% auto;
}

.paralsec3 {
  background-image: url("../images/patterns/bg7.jpg");
  background: repeat;
  background-size: 100% auto;
}

/* buttons */
.paper-bg {
  padding: 20px 30px;
  background: url("../images/patterns/naturalpaper-2.png") repeat !important;
  -webkit-box-shadow: inset 0 0 4px #343a40;
  -moz-box-shadow: inset 0 0 4px #343a40;
  -ms-box-shadow: inset 0 0 4px #343a40;
  box-shadow: inset 0 0 4px #343a40;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.paralax .container div.row {
  padding-top: 20px;
  padding-bottom: 5px;
  margin-bottom: 2em;
}
.paralax .container div.row:last-child {
  margin-bottom: 0 !important;
}
.paralax .container div.row h2 a {
  color: #0C6C96;
}
.paralax .container div.row h2 a:hover {
  text-decoration: none !important;
}
.paralax .container div.row p {
  text-align: left;
  padding-right: 10px;
  padding-left: 10px;
}
.paralax .container div.row p a {
  color: #F47944;
}
.paralax .container div.row figure img {
  width: 100%;
  -webkit-box-shadow: 1px 1px 1px 2px #000;
  -moz-box-shadow: 1px 1px 1px 2px #000;
  -ms-box-shadow: 1px 1px 1px 2px #000;
  box-shadow: 1px 1px 1px 2px #000;
}

img.logo {
  width: 100%;
  margin: 0 auto;
  background: url("../images/patterns/noisy-gray.png") repeat;
  padding: 20px !important;
  cursor: pointer;
}

img.home-thumbs {
  width: 100%;
  margin: 0 auto;
  background: url("../images/patterns/noisy-gray.png") repeat;
  padding: 10px !important;
  -webkit-box-shadow: inset 0 0 3px #6f6f6f;
  -moz-box-shadow: inset 0 0 3px #6f6f6f;
  -ms-box-shadow: inset 0 0 3px #6f6f6f;
  box-shadow: inset 0 0 3px #6f6f6f;
}

#slide-1 {
  background-image: linear-gradient(#0c6c96 1px, transparent 1px), linear-gradient(to right, #0c6c96 1px, transparent 1px);
  background-size: 10px 10px;
  background-color: #2a2a2a;
}

#ourservices h1 {
  font-family: "Questrial", sans-serif !important;
  font-size: 2.5rem;
  font-weight: 300;
}
#ourservices h2 {
  color: #0C6C96;
  font-size: 1.75rem;
  font-weight: 400;
}

#about-main {
  background: url("../images/background-images/nyc1.jpg") no-repeat !important;
  background-size: cover !important;
  background-position: 100% auto !important;
  background-attachment: fixed !important;
}
figure.about-pic {
  margin: 0 auto;
  background: url("../images/patterns/noisy-gray.png") repeat;
  padding: 20px;
  height: 100%;
}
figure.about-pic img {
  width: 100%;
  height: auto !important;
}

p.about-para:first-of-type::first-letter {
  color: #343a40;
  float: left;
  font-family: "Roboto", sans-serif !important;
  font-weight: 900;
  font-size: 3em;
  line-height: 2em;
  padding-right: 10px;
  margin-top: -20px;
  padding-bottom: 0 !important;
}

figure.project-thumb img {
  width: 100% !important;
  padding: 5px;
  cursor: pointer;
  border: 0.5px solid rgba(111, 111, 111, 0.2);
  -webkit-box-shadow: 1px 2px 4px rgba(111, 111, 111, 0.2);
  -moz-box-shadow: 1px 2px 4px rgba(111, 111, 111, 0.2);
  -ms-box-shadow: 1px 2px 4px rgba(111, 111, 111, 0.2);
  box-shadow: 1px 2px 4px rgba(111, 111, 111, 0.2);
  transition: transform 0.3s ease, filter 0.3s ease, box-shadow 0.3s ease;
}
figure.project-thumb img:hover {
  filter: saturate(2);
  transform: scale(0.97); /* Slightly shrinks the image for that pushed-in look */
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
figure.project-thumb figcaption {
  margin-top: 0.5em;
  font-family: "Roboto Condensed", sans-serif !important;
  font-weight: 500;
  color: #0C6C96;
  cursor: none;
  position: relative;
}
.closed .vertical {
  transition: all 0.5s ease-in-out;
  transform: rotate(-90deg);
}
.closed .horizontal {
  transition: all 0.5s ease-in-out;
  transform: rotate(-90deg);
  opacity: 1;
}

.opened {
  opacity: 1;
}
.opened .vertical {
  transition: all 0.5s ease-in-out;
  transform: rotate(90deg);
}
.opened .horizontal {
  transition: all 0.5s ease-in-out;
  transform: rotate(90deg);
  opacity: 0;
}

[class^=circle-plus] {
  font-size: 1em;
  margin-left: 20px;
}

[class^=circle-plus] .circle {
  position: relative;
}

[class^=circle-plus] .circle .horizontal {
  position: absolute;
  background-color: #0C6C96;
  width: 14px;
  height: 2px;
  left: 50%;
  margin-left: -7.5px;
  top: 50%;
  margin-top: -1.5px;
}

[class^=circle-plus] .circle .vertical {
  position: absolute;
  background-color: #0C6C96;
  width: 2px;
  height: 14px;
  left: 50%;
  margin-left: -1.5px;
  top: 50%;
  margin-top: -7.5px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #ffffff;
  background-color: #0C6C96;
  border-color: #0C6C96;
}

.nav-tabs {
  border-bottom: none;
}
.nav-tabs .nav-item a.nav-link:hover {
  background-color: rgba(12, 108, 150, 0.7) !important;
}

.tab-content {
  border-top: 1px solid rgba(12, 108, 150, 0.7);
}

h2.tabpane-header .controls {
  display: inline;
}
h2.tabpane-header .controls button {
  display: inline;
  border: 1px solid #0C6C96;
  color: #0C6C96;
  border-radius: 0.25rem !important;
}
h2.tabpane-header .controls button.mixitup-control-active {
  background: #0C6C96;
  color: #ffffff;
}
h2.tabpane-header .controls button.mixitup-control-active:focus {
  background: #0C6C96;
  color: #ffffff;
  outline: none !important;
  box-shadow: none !important;
}
h2.tabpane-header .controls button:hover {
  border-radius: 0.25rem !important;
}
h2.tabpane-header span.h2-span {
  margin-left: 0.5rem;
  font-weight: 500;
}

h3.project-type {
  color: #0C6C96;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 600;
}

#micro p.trans-bg a, #itrs p.trans-bg a, #comps p.trans-bg a {
  font-size: 110%;
  text-decoration: underline;
  -webkit-transition: text-decoration 0.3s ease-in;
  -moz-transition: text-decoration 0.3s ease-in;
  -ms-transition: text-decoration 0.3s ease-in;
  transition: text-decoration 0.3s ease-in;
  -webkit-transition: color 0.25s ease-in;
  -moz-transition: color 0.25s ease-in;
  -ms-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
}
#micro p.trans-bg a:focus, #itrs p.trans-bg a:focus, #comps p.trans-bg a:focus {
  color: #0C6C96;
}
#micro p.trans-bg a:active, #itrs p.trans-bg a:active, #comps p.trans-bg a:active {
  color: #0C6C96;
}
#micro p.trans-bg a:hover, #itrs p.trans-bg a:hover, #comps p.trans-bg a:hover {
  text-decoration: none;
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
  -webkit-transition: text-decoration 0.3s ease-in-out;
  -moz-transition: text-decoration 0.3s ease-in-out;
  -ms-transition: text-decoration 0.3s ease-in-out;
  transition: text-decoration 0.3s ease-in-out;
}

.tab-active-a {
  text-decoration: underline;
  -webkit-transition: color 0.25s ease-in;
  -moz-transition: color 0.25s ease-in;
  -ms-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
}
.tab-active-a:hover {
  color: #343a40;
  text-decoration: underline;
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
.tab-active-a:focus {
  color: #0C6C96;
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}

.trans-bg-top {
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 1px 2px 4px rgba(111, 111, 111, 0.2);
  -moz-box-shadow: 1px 2px 4px rgba(111, 111, 111, 0.2);
  -ms-box-shadow: 1px 2px 4px rgba(111, 111, 111, 0.2);
  box-shadow: 1px 2px 4px rgba(111, 111, 111, 0.2);
}

section.trans-bg {
  padding-bottom: 0 !important;
}

.tooltip-inner {
  background: #0C6C96;
}

.tooltip .arrow::before {
  border-bottom-color: #0C6C96 !important;
}

.modal-body img {
  max-height: 80vh;
  object-fit: contain;
  width: 100%;
}

.modal-header button.close {
  transition: transform 0.25s, opacity 0.25s;
}
.modal-header button.close:hover {
  transform-origin: center;
  transform: rotate(90deg);
}
.modal-header button.close:focus {
  border: none;
  outline: none;
  box-shadow: none;
  transform-origin: center;
  transform: rotate(-90deg);
}

header.resume-headers {
  text-align: center;
  border-bottom: 1.25px solid #565756;
  padding-bottom: 10px;
}
header.resume-headers h1 {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 600;
}
header.resume-headers h2 {
  margin-top: -10px;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 200;
  color: #0C6C96;
}

aside.resume-side-col {
  border-right: 1px solid #565756;
  text-align: right;
  margin-bottom: 50px;
}
aside.resume-side-col div.side-sec {
  border-bottom: 1px solid #565756;
  margin-bottom: 20px;
}
aside.resume-side-col div.side-sec h3 {
  font-family: "Montserrat", sans-serif !important;
  color: #0C6C96;
  font-weight: 500;
  font-size: 1.25em;
}
aside.resume-side-col div.side-sec ul {
  display: block;
}
aside.resume-side-col div.side-sec ul li {
  list-style: none;
  font-family: "Questrial", sans-serif !important;
  color: #6f6f6f;
}
aside.resume-side-col div.side-sec ul li i {
  margin-left: 10px;
  font-size: 16px;
  color: #0C6C96;
}
aside.resume-side-col div.side-sec ul li span.square-bull-char {
  font-size: 10px;
  margin-left: 10px;
  color: #0C6C96 !important;
  font-weight: 700;
  vertical-align: middle;
}
aside.resume-side-col div.side-sec ul li a {
  color: #343a40;
}
aside.resume-side-col div.side-sec ul li a:hover {
  color: #0C6C96;
}

div.resume-main-col h3 {
  font-family: "Montserrat", sans-serif !important;
  color: #0C6C96;
  font-size: 1.35em;
  font-weight: 600;
}
div.resume-main-col h4 {
  font-weight: 400;
  font-size: 1.25em;
  color: #6f6f6f;
  cursor: pointer;
}
div.resume-main-col h5 {
  font-weight: 300;
  margin-top: -10px;
  font-size: 1.15em;
  color: #0C6C96;
}
div.resume-main-col ul {
  color: #6f6f6f;
  margin-left: -25px;
}
div.resume-main-col ul li::marker {
  color: #0C6C96 !important;
}
div.resume-main-col span {
  font-weight: 200;
}

#advertising-main {
  background: url("../images/background-images/dotted_bg.png") repeat !important;
  background-attachment: fixed !important;
}
#advertising-main h2 {
  font-family: "Questrial", sans-serif !important;
  font-weight: 200;
}
#advertising-main h3 {
  font-weight: 200;
}

figure.project-thumb-adv img {
  padding: 5px;
  border: 0.5px solid rgba(111, 111, 111, 0.2);
  -webkit-box-shadow: 1px 2px 4px rgba(111, 111, 111, 0.2);
  -moz-box-shadow: 1px 2px 4px rgba(111, 111, 111, 0.2);
  -ms-box-shadow: 1px 2px 4px rgba(111, 111, 111, 0.2);
  box-shadow: 1px 2px 4px rgba(111, 111, 111, 0.2);
}
figure.project-thumb-adv figcaption {
  margin-top: 0.5em;
  font-family: "Roboto Condensed", sans-serif !important;
  font-weight: 500;
  color: #6f6f6f;
  position: relative;
}
.cake-thumbs {
  padding-left: 5%;
}

#cake-thumbs img {
  width: 75% !important;
}

#cakes-m img {
  width: 75% !important;
}

.mobile figure img {
  box-shadow: none;
  border: none;
}

.cake-dominicano {
  margin-bottom: 2rem;
}

.controls {
  display: inline;
}
.controls button {
  display: inline;
  border: 1px solid #0C6C96;
  color: #0C6C96;
  border-radius: 0.25rem !important;
}
.controls button.mixitup-control-active {
  background: #0C6C96;
  color: #ffffff;
}
.controls button.mixitup-control-active:focus {
  background: #0C6C96;
  color: #ffffff;
  outline: none !important;
  box-shadow: none !important;
}
.controls button:hover {
  border-radius: 0.25rem !important;
}

#yoga-thumbs img {
  width: 75% !important;
}

#casestudy-portal h3 {
  color: #565756;
  margin-bottom: 2rem;
}
#casestudy-portal h4.obj-title {
  font-size: 1.15rem;
  font-family: "Roboto Condensed", sans-serif !important;
  color: #0C6C96;
  cursor: pointer;
}
#casestudy-portal h4.obj-title [class^=circle-plus] .circle .horizontal {
  top: 60%;
  margin-top: -1.5px;
}
#casestudy-portal h4.obj-title [class^=circle-plus] .circle .vertical {
  top: 60%;
  margin-top: -7.5px;
}
#casestudy-portal ul.hidden-bullets {
  padding-left: 20px;
  font-family: "Roboto", sans-serif !important;
}
#casestudy-portal ul.hidden-bullets li {
  color: #565756;
  font-size: 1rem;
  list-style: square;
}
#casestudy-portal div.hidden-bullets ul {
  padding-left: 20px;
  font-family: "Roboto", sans-serif !important;
}
#casestudy-portal div.hidden-bullets ul li {
  color: #565756;
  font-size: 1rem;
  list-style: square;
  line-height: 2rem;
}
#casestudy-portal p.hidden-bullets {
  color: #565756;
  font-size: 1rem;
  line-height: 2rem;
}
#casestudy-portal p.hidden-bullets a {
  cursor: pointer;
}
#casestudy-portal p.hidden-bullets a:hover {
  color: #565756 !important;
}
#casestudy-portal p.obj-title {
  cursor: pointer;
}

.card {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  box-shadow: inset 0 0 4px rgba(55, 55, 55, 0.5);
  min-height: 16rem;
}
.card figure {
  position: relative;
  padding: 2.5rem;
  padding-top: 2rem;
  padding-right: 1rem;
  padding-bottom: 0;
}
.card figure .card-img-top {
  box-shadow: 0 2px 4px rgba(55, 55, 55, 0.5);
  border: 2px dotted #ffffff;
}
.card .card-body {
  position: relative;
  padding-bottom: 0;
}
.card .card-body h5.card-title {
  color: #ffffff;
  font-family: "Questrial", sans-serif !important;
  font-weight: 600;
  letter-spacing: 0.1rem;
}
.card .card-body p.card-text {
  font-size: 0.9rem;
  font-family: "Roboto", sans-serif !important;
  font-weight: 300;
  color: #ffffff;
  padding-right: 1rem;
  padding-bottom: 0;
  margin-bottom: 0;
}
.card ul {
  font-size: 0.9rem;
  font-family: "Roboto", sans-serif !important;
  color: #343a40;
}
.card ul li {
  padding: 0.35rem 0.75rem;
}
.card ul li:last-child {
  border-bottom-right-radius: 0.5rem;
}
.card .the-butt {
  padding-right: 1rem;
  padding-left: 2.5rem;
  padding-top: 0;
  padding-bottom: 1rem;
  display: block;
}
.card .the-butt a.show-more {
  -webkit-transition: color 0.25s ease-in;
  -moz-transition: color 0.25s ease-in;
  -ms-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
  color: #ffffff;
}
.card .the-butt a.show-more span {
  margin-left: 68%;
}
.card .the-butt a.show-more i.fa-solid {
  position: relative;
  transition: transform 0.3s ease; /* Smooth rotation transition */
  margin-left: auto !important;
}
.card .the-butt a.show-more .rotate {
  transform: rotate(180deg) !important;
}
.card .the-butt a.show-more strong {
  display: inline-block;
  width: 100px;
  font-weight: 400;
  -webkit-transition: color 0.25s ease-in;
  -moz-transition: color 0.25s ease-in;
  -ms-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
  color: #ffffff;
}

.fade-text {
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}

.fade-text.hidden {
  opacity: 0;
}

.go-left {
  position: relative !important;
  width: 50% !important;
  display: inline;
}

#persona-modal .modal-header {
  border-bottom: none;
}
#persona-modal .modal-footer {
  border-top: none;
}
#persona-modal h4 {
  font-family: "Montserrat", sans-serif !important;
  color: #0C6C96;
}

.embed_documentation_footer--footerLink--fS-Mp {
  display: none !important;
}

#bec figure img {
  position: relative;
  width: 100%;
}

#feilmobile img {
  width: 50% !important;
}
#feilmobile .main-thumb {
  position: relative;
  left: 10%;
}

/* Carousel Queries */
@media (min-width: 576px) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .featurette-heading {
    font-size: 50px;
  }
}
@media (min-width: 768px) {
  main.email-link {
    margin-left: -100px !important;
  }
}
@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
@media (min-width: 1200px) {
  div.dm-form {
    width: 500px !important;
    left: -300px;
  }
}
@media (max-width: 1199.98px) {
  .carousel {
    height: 22rem;
  }
  .carousel-caption a.btn {
    display: none;
  }
  .carousel-item > img {
    position: relative;
    max-width: 90%;
    height: auto;
  }
  .nav-tabs {
    border-bottom: none !important;
  }
  #navbar ul.nav li:before {
    content: none !important;
  }
  .card {
    min-height: 22rem;
  }
  .card .the-butt a.show-more span {
    margin-left: 54%;
  }
}
@media (max-width: 991.98px) {
  .paralax h1 {
    position: relative;
    right: 10px;
    font-size: 1.75em;
    margin-right: 10px;
    padding-right: 0;
    color: #ffffff;
    text-shadow: -3px -3px -6px rgba(0, 0, 0, 0.6);
  }
  #persona-modal {
    width: 100% !important;
    margin: 0 !important;
  }
  .card {
    min-height: 44rem;
  }
  .card figure {
    padding: 3rem;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .card .card-body {
    padding: 2rem;
    position: relative;
  }
  .card .card-body a.reveal-more {
    display: inline !important;
    margin-top: 0 !important;
  }
}
@media (max-width: 767.98px) {
  .neg-top-40 {
    margin-top: 0 !important;
  }
  .paper-bg {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .carousel {
    height: 15rem !important;
  }
  .carousel-item > img {
    margin-top: 20px;
    margin-left: 10%;
  }
  #cake-thumbs {
    margin-top: 2em;
  }
  #persona-modal {
    width: 100% !important;
  }
  #feilmobile .main-thumb {
    left: 12.5% !important;
  }
  #fmm-cont, #mobilefirstcontainer {
    padding-left: 12.5%;
  }
}
@media (max-width: 575.98px) {
  .nav-tabs {
    width: 100%;
    margin-top: 0 !important;
  }
  .nav-tabs > li {
    display: block;
    width: 100%;
  }
  .nav-tabs > li a {
    border-top: 1px solid #0C6C96 !important;
    border-left: 1px solid #0C6C96 !important;
    border-right: 1px solid #0C6C96 !important;
    border-radius: 0 !important;
  }
  .tab-content {
    border-top: none !important;
  }
  .media-icons i {
    font-size: 1.25em !important;
    margin-left: 0.2em !important;
    margin-right: 0.2em !important;
  }
  .controls.ml-5 {
    margin-left: 0 !important;
  }
  .control {
    margin-top: 0.5rem;
  }
  .main-thumb {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
  .modal-header {
    padding: 0.25rem;
    padding-right: 0.5rem;
  }
  .modal-footer {
    padding: 0.25rem;
    padding-right: 0.5rem;
  }
  .the-main-wrapper {
    height: 100vh;
    padding: 0;
  }
}

/*# sourceMappingURL=styles.css.map */
