@import url("https://fonts.googleapis.com/css2?family=Alegreya:wght@400;600&family=Poppins:ital,wght@0,300;0,400;0,600;1,400;1,600&display=swap");
.blue-border, .white-box, .why-us {
  border: 2px solid #63B4D0; }

.pale-bg {
  background: #D7E2EA; }

.blue-bg {
  background: #1C2F48; }

.lightblue-bg {
  background: #63B4D0; }

.magenta-bg {
  background: #AF3C75; }

.teal-bg {
  background: #48A9A6; }

.orange-bg {
  background: #F78E1E; }

.white-bg, .white-box, .why-us {
  background: white; }

.white-text {
  color: white; }

.blue-text {
  color: #1C2F48; }

.gradient-bg {
  background: #D7E2EA;
  background: linear-gradient(180deg, #d7e2ea 0%, white 52%, #d7e2ea 100%); }

.row.large-gap {
  gap: 1.75em; }
  @media screen and (min-width: 991px) {
    .row.large-gap {
      gap: 2.25em; } }

html {
  font-size: 20px;
  overflow-x: hidden; }
  @media screen and (max-width: 991px) {
    html {
      font-size: 18px; } }
  @media screen and (max-width: 575px) {
    html {
      font-size: 16px; } }

body {
  min-height: 100vh;
  background: #F8F8F8;
  overflow-x: hidden; }

body,
html {
  font-family: "Poppins", sans-serif;
  color: #1C2F48; }

img {
  max-width: 100%; }

h1,
h2,
h3,
h4 {
  font-family: "Alegreya", serif; }

.section-title {
  font-family: "Alegreya", serif;
  font-size: 2.2rem;
  margin-bottom: 1em; }
  @media screen and (max-width: 991px) {
    .section-title {
      font-size: 2rem; } }
  @media screen and (max-width: 767px) {
    .section-title {
      font-size: 1.75rem; } }

.subtitle {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: .4em; }

.large-text {
  font-size: 1.15rem; }

.button, .cog-form button {
  color: white;
  font-family: "Poppins", sans-serif;
  background: #AF3C75;
  display: inline-block;
  padding: 0.25em 1em;
  border-radius: 3px;
  font-size: 1.1rem;
  box-shadow: 0px 1px 11px -2px #000;
  transition-property: background-color, box-shadow;
  transition-duration: .2s; }
  .button:hover, .cog-form button:hover {
    color: white;
    background: #8e2d5d;
    text-decoration: none;
    box-shadow: 0px 0px 8px -3px #636363; }
  .button.blue-button, .cog-form button.blue-button {
    background: #1C2F48; }
    .button.blue-button:hover, .cog-form button.blue-button:hover {
      background: #153f75; }
  .button.large-button, .cog-form button.large-button {
    font-size: 1.25rem;
    padding: 0.25em 1.6em; }
  .button.small-button, .cog-form button.small-button {
    font-size: 18px;
    padding: 0.25em .6em; }

.fadeIn {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1.5s; }
  .fadeIn.is-in-view {
    opacity: 1;
    transform: translate(0, 0);
    transition: all 1.5s; }
  .fadeIn.fadeIn__slow {
    transition: all 2s; }
  .fadeIn.fadeIn__delay {
    transition-delay: 1s; }

.fadeRight {
  opacity: 0;
  transform: translate(-50px, 0px);
  transition: all 1s; }
  .fadeRight.is-in-view {
    opacity: 1;
    transform: translate(0, 0); }

.fadeLeft {
  opacity: 0;
  transform: translate(50px, 0px);
  transition: all 1s; }
  .fadeLeft.is-in-view {
    opacity: 1;
    transform: translate(0, 0); }

.gear-bg {
  background-size: auto 320px;
  background-position: bottom center;
  background-repeat: repeat-x; }

.box-shadow, .white-box, .why-us, .process-container .slick-slide, .home-capabilities .capability-card, .home-featured .project-grid .grid-item, .cog-form input,
.cog-form textarea, .contact-box,
.blue-box {
  box-shadow: 0px 11px 29px -18px black; }

.border-20, .white-box, .why-us, .process-container .slick-slide, .home-capabilities .capability-card, .image-content .image-container img, .our-process .slick-list, .contact-box,
.blue-box {
  border-radius: 20px; }

.page-hr {
  margin: 25px;
  border-top: 1px solid #757575; }

.process-container .slick-slide {
  padding: 40px 50px;
  background: #D7E2EA; }
  @media screen and (max-width: 767px) {
    .process-container .slick-slide {
      padding: 30px 25px; } }

.text-box {
  padding: 40px 50px; }
  @media screen and (max-width: 767px) {
    .text-box {
      padding: 30px 25px; } }

.banner-image img {
  max-height: 480px;
  width: 100%;
  object-fit: cover; }

.dot-motif {
  letter-spacing: .1em; }

.navigation {
  background: white; }

.navbar .nav-link {
  color: #1C2F48; }
  .navbar .nav-link.active {
    color: #018bb8; }
  .navbar .nav-link:hover {
    color: #018bb8; }
.navbar .button, .navbar .cog-form button, .cog-form .navbar button {
  font-size: 1rem; }
@media screen and (max-width: 991px) {
  .navbar .nav-link,
  .navbar .button,
  .navbar .cog-form button,
  .cog-form .navbar button {
    font-size: .9em; }
  .navbar .navbar-nav .nav-link {
    padding-right: .35rem;
    padding-left: .35rem; }
  .navbar .navbar-brand {
    max-width: 220px; } }

.navbar-toggle {
  display: none;
  background: white;
  box-shadow: 0px;
  border: 0px;
  cursor: pointer; }

@media screen and (max-width: 767px) {
  .navbar .navbar-brand {
    max-width: 162px;
    width: 55%; }

  .navbar-toggle {
    display: block;
    width: 46px;
    height: 45px;
    position: relative;
    margin: 10px 0px;
    cursor: pointer;
    transform: scale(0.7); }
    .navbar-toggle span {
      display: block;
      position: absolute;
      height: 5px;
      width: 100%;
      background: #AF3C75;
      border-radius: 9px;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out; }
    .navbar-toggle span:nth-child(1) {
      top: 0px; }
    .navbar-toggle span:nth-child(2) {
      top: 14px; }
    .navbar-toggle span:nth-child(3) {
      top: 28px; }
    .navbar-toggle.open span:nth-child(1) {
      top: 18px;
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      transform: rotate(135deg); }
    .navbar-toggle.open span:nth-child(2) {
      opacity: 0;
      left: -60px; }
    .navbar-toggle.open span:nth-child(3) {
      top: 18px;
      -webkit-transform: rotate(-135deg);
      -moz-transform: rotate(-135deg);
      -o-transform: rotate(-135deg);
      transform: rotate(-135deg); }

  .navbar-collapse {
    position: absolute;
    top: 100%;
    background: white;
    z-index: 99;
    padding: 20px;
    right: 0px;
    width: 100%;
    display: block !important;
    transition: transform 0.3s ease 0s, opacity .4s ease;
    opacity: 0;
    transform: translateX(150%);
    box-shadow: 0px 27px 19px -39px; }
    .navbar-collapse .nav-link {
      font-size: 1.1em; }
    .navbar-collapse.show {
      transform: translateX(0) !important;
      opacity: 1; }
      .navbar-collapse.show:before, .navbar-collapse.show:after {
        content: "";
        position: absolute;
        top: 0;
        height: 100%;
        width: 100%;
        background: white;
        z-index: 9;
        box-shadow: 0px 27px 19px -39px; }
      .navbar-collapse.show:before {
        left: calc(100% - 1px); }
      .navbar-collapse.show:after {
        right: calc(100% - 1px); } }
.pre-footer {
  background-size: 100%; }
  @media screen and (min-width: 992px) {
    .pre-footer .section-title {
      font-size: 2.4rem; } }

.footer {
  background: #1C2F48;
  background-size: auto 45%;
  background-position: bottom center;
  background-repeat: repeat-x;
  font-size: 18px;
  color: white; }
  .footer a {
    color: white; }
  @media screen and (max-width: 575px) {
    .footer .footer-logo {
      width: 100%;
      max-width: 190px;
      margin-bottom: 20px; } }
  .footer .footer-nav {
    border-bottom: 2px solid white;
    padding: 8px 0px 16px; }
    @media screen and (min-width: 991px) {
      .footer .footer-nav {
        border-right: 2px solid white;
        border-bottom: 0px; } }
    .footer .footer-nav .footer-link {
      display: block;
      margin-top: 16px; }
  .footer .footer-contact {
    padding-top: 24px; }
    .footer .footer-contact p {
      margin-bottom: 16px; }
  .footer .copyright {
    padding-bottom: 16px; }
  .footer .col-lg-5 {
    flex-direction: column; }

.hero-slider {
  opacity: 1;
  transition: .2s ease; }
  .hero-slider * {
    opacity: 0;
    transition: .2s ease; }
  .hero-slider.slick-initialized {
    opacity: 1; }
    .hero-slider.slick-initialized * {
      opacity: 1; }
  @media screen and (max-width: 767px) {
    .hero-slider {
      padding-bottom: 60px; } }

.hero-slider-container {
  position: relative;
  background-color: #d8e2ea; }
  .hero-slider-container .slick-dotted {
    margin-bottom: 0px; }
    .hero-slider-container .slick-dotted .slick-dots {
      display: none !important; }
    @media screen and (max-width: 767px) {
      .hero-slider-container .slick-dotted .slick-dots {
        display: block !important;
        bottom: 20px; }
        .hero-slider-container .slick-dotted .slick-dots li button:before {
          font-size: 40px; }
        .hero-slider-container .slick-dotted .slick-dots li.slick-active button:before {
          color: #0e7092; } }
  .hero-slider-container .slick-arrow {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    .hero-slider-container .slick-arrow.hero-next {
      right: 10px; }
    .hero-slider-container .slick-arrow.hero-prev {
      left: 10px; }
    @media screen and (max-width: 767px) {
      .hero-slider-container .slick-arrow {
        display: none !important;
        padding: 10px;
        padding-top: 20px;
        width: 50px;
        top: inherit;
        bottom: 0;
        transform: translateY(0); }
        .hero-slider-container .slick-arrow.hero-next {
          right: 0; }
        .hero-slider-container .slick-arrow.hero-prev {
          left: 0; } }
  .hero-slider-container .slick-active .slide .hero-content {
    transform: translate(0%, 0%) rotate3d(0, 0, 0, 0);
    opacity: 1; }
  .hero-slider-container .slide {
    background-size: cover;
    background-position: center; }
    .hero-slider-container .slide h1 {
      font-size: 3rem;
      max-width: 552px;
      line-height: 1.1em; }
    .hero-slider-container .slide .hero-content {
      padding-top: 20%;
      padding-bottom: 30px;
      padding-left: 60px;
      padding-right: 60px;
      transform: translate(-20%, 0%) rotate3d(1, 0, 0, 0);
      opacity: .5;
      transition: all .6s ease; }
      .hero-slider-container .slide .hero-content a {
        color: #1C2F48;
        font-weight: 600;
        text-decoration: none;
        line-height: 1em;
        display: inline-block;
        margin-top: 20px;
        font-size: 20px; }
        .hero-slider-container .slide .hero-content a:hover img {
          transform: translateX(2px) rotate(20deg); }
        .hero-slider-container .slide .hero-content a img {
          display: inline-block;
          width: 24px;
          margin-bottom: 3px;
          margin-left: 8px;
          transition: all .3s ease; }
      @media screen and (max-width: 767px) {
        .hero-slider-container .slide .hero-content {
          padding-left: 25px;
          padding-right: 25px; }
          .hero-slider-container .slide .hero-content h1 {
            font-size: 2.25rem; } }
    .hero-slider-container .slide .hero-pink {
      background: rgba(192, 60, 117, 0.87);
      color: white; }
      .hero-slider-container .slide .hero-pink a {
        color: white; }
    .hero-slider-container .slide .hero-purple {
      background: rgba(81, 16, 50, 0.7);
      color: white; }
      .hero-slider-container .slide .hero-purple a {
        color: white; }
    .hero-slider-container .slide .hero-orange {
      background: rgba(247, 142, 30, 0.7); }
    .hero-slider-container .slide .hero-blue {
      background: rgba(99, 180, 208, 0.7); }

.home-hero {
  background-color: #D7E2EA;
  background-size: cover;
  background-position: center;
  position: relative; }
  .home-hero .overlay {
    content: "";
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(26, 13, 6, 0.79); }
  .home-hero h1 {
    line-height: 1.2em; }
  .home-hero h1 span {
    display: inline-block; }
  .home-hero .rotating-word {
    min-height: 60px; }
  .home-hero .typed-cursor {
    font-size: 2.8em;
    color: #63B4D0; }
    @media screen and (max-width: 991px) {
      .home-hero .typed-cursor {
        font-size: 1.5em; } }
  .home-hero .hero-callout {
    border-radius: 30px;
    padding: 40px 25px;
    max-width: 1060px;
    margin: 0 auto;
    position: relative;
    z-index: 9; }
    .home-hero .hero-callout h1 {
      font-family: "Alegreya", serif;
      font-size: 3rem;
      margin-bottom: 1em;
      display: inline;
      color: white; }
      .home-hero .hero-callout h1 span {
        color: #63B4D0; }
      @media screen and (max-width: 1199px) {
        .home-hero .hero-callout h1 {
          font-size: 2.75rem; } }
      @media screen and (max-width: 991px) {
        .home-hero .hero-callout h1 {
          font-size: 2rem; } }
      @media screen and (max-width: 575px) {
        .home-hero .hero-callout h1 {
          font-size: 1.75rem;
          margin-bottom: 20px; } }
    .home-hero .hero-callout .button, .home-hero .hero-callout .cog-form button, .cog-form .home-hero .hero-callout button {
      margin-bottom: 20px;
      font-size: 1.25rem;
      padding: 0.25em 1.6em; }
      @media screen and (max-width: 767px) {
        .home-hero .hero-callout .button, .home-hero .hero-callout .cog-form button, .cog-form .home-hero .hero-callout button {
          padding: 0.25em 1em; } }
    @media screen and (max-width: 767px) {
      .home-hero .hero-callout {
        padding: 30px 15px; } }

.home-intro {
  border-top: 20px solid #63B4D0;
  border-bottom: 20px solid #63B4D0;
  background: #D7E2EA; }
  .home-intro .row {
    gap: 1.75em; }
  .home-intro .image-container {
    height: 300px; }
    .home-intro .image-container img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      border-radius: 20px; }
  @media screen and (min-width: 991px) {
    .home-intro .row {
      gap: 3em; }
    .home-intro .image-container {
      position: absolute;
      width: 100%;
      max-width: 100%;
      height: 100%;
      left: 0; } }

.horizontal-accordion {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1200px;
  height: 300px;
  margin: 0 auto; }

@media (max-width: 1024px) {
  .horizontal-accordion {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto; } }
.acc-tab {
  width: 25%;
  transition: width 0.5s;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  cursor: pointer; }
  .acc-tab:nth-child(1) {
    border-radius: 10px 0px 0px 10px; }
  .acc-tab:nth-child(3) {
    border-radius: 0px 10px 10px 0px; }
  .acc-tab .button, .acc-tab .cog-form button, .cog-form .acc-tab button {
    display: none; }
  .acc-tab.expanded .button, .acc-tab.expanded .cog-form button, .cog-form .acc-tab.expanded button {
    display: inline-block; }

/*Border Styling for device width below 1024px, Tablet/Mobile*/
@media (max-width: 1024px) {
  .acc-tab:nth-child(1) {
    border-radius: 10px 10px 0px 0px; }

  .acc-tab:nth-child(3) {
    border-radius: 0px 0px 10px 10px; } }
/*Desktop Styling*/
@media screen and (min-width: 1025px) {
  /*Clicked column styling*/
  .expanded {
    width: 150% !important; } }
.acc-card.expanded:after {
  content: '';
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  pointer-events: none; }

/*Tablet and mobile, below 1025px*/
@media (max-width: 1024px) {
  .acc-tab {
    width: 100%;
    transition: height 0.5s;
    height: 120px; }

  /*Clicked column styling*/
  .acc-tab.expanded {
    height: 300px !important; } }
.inner-element {
  opacity: 0;
  transition: opacity 0s;
  z-index: 2;
  padding: 20px;
  background: transparent;
  position: absolute;
  left: 0;
  bottom: 95px; }
  .inner-element h2 {
    color: white;
    font-size: 24px; }
  .inner-element p {
    color: white;
    font-size: 16px;
    font-weight: 100; }
  .inner-element .blue-text {
    color: #1C2F48; }

/*Inner elements made visible on clicked column*/
.inner-element.active {
  opacity: 1;
  transition: opacity 0.5s 0.4s; }

.acc-tab .icons {
  position: absolute;
  bottom: 20px;
  left: 18px;
  font-size: 40px;
  padding: 10px;
  background: white;
  z-index: 2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center; }
  .acc-tab .icons img {
    width: 50px; }

.why-us {
  padding: 40px 50px; }
  .why-us .small-heading {
    margin-bottom: 0px;
    font-size: 1.2rem;
    font-weight: 100; }
  .why-us .small-title {
    margin-bottom: .7em;
    font-family: "Alegreya", serif; }
  .why-us .button, .why-us .cog-form button, .cog-form .why-us button {
    margin-top: .7rem;
    margin-bottom: .7rem; }
  @media screen and (max-width: 767px) {
    .why-us {
      padding: 30px 25px; } }

.home-capabilities .capability-card {
  display: flex;
  justify-content: center;
  transition-property: background-color, box-shadow, transform;
  transition-duration: .75s; }
  .home-capabilities .capability-card:has(a:hover) {
    background: #96b7cf;
    box-shadow: 0px 0px 12px -3px #636363;
    transform: scale(1.1); }
.home-capabilities a {
  color: #1C2F48;
  text-decoration: none; }
.home-capabilities .card-name {
  font-family: "Alegreya", serif;
  font-size: 1.55rem;
  line-height: 1.1em;
  margin-bottom: 6px;
  margin-top: 12px; }

.home-featured.featured-page .project-grid {
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1200px;
  margin: 20px auto; }
  .home-featured.featured-page .project-grid .grid-item {
    grid-column: 1/3 !important; }
    .home-featured.featured-page .project-grid .grid-item:first-child {
      grid-row: span 1; }
    @media screen and (max-width: 767px) {
      .home-featured.featured-page .project-grid .grid-item {
        grid-column: 1/6 !important; } }
  @media screen and (min-width: 768px) {
    .home-featured.featured-page .project-grid .grid-item {
      grid-column: auto !important;
      grid-row: auto; } }
  @media screen and (max-width: 991px) {
    .home-featured.featured-page .project-grid {
      grid-template-columns: 1fr 1fr; } }
.home-featured .project-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: dense;
  grid-gap: 1.4rem; }
  .home-featured .project-grid .grid-item {
    padding-top: 66.666%;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    grid-column: 5/7;
    grid-row: span 2; }
    .home-featured .project-grid .grid-item:first-child {
      grid-column: 1 / 5;
      grid-row: span 4; }
    @media screen and (max-width: 991px) {
      .home-featured .project-grid .grid-item {
        grid-column: 1/4; }
        .home-featured .project-grid .grid-item:first-child {
          grid-column: 1/7; }
        .home-featured .project-grid .grid-item:last-child {
          grid-column: 4/7; } }
    @media screen and (max-width: 575px) {
      .home-featured .project-grid .grid-item {
        grid-column: 1/7 !important; } }
  .home-featured .project-grid .project-card {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%; }
    .home-featured .project-grid .project-card:hover .image img {
      opacity: .5;
      transform: translateX(30%);
      /*100%*/ }
    .home-featured .project-grid .project-card:hover .details {
      transform: perspective(2000px) rotateY(0deg); }
    .home-featured .project-grid .project-card .image {
      width: 100%;
      height: 100%;
      overflow: hidden; }
    .home-featured .project-grid .project-card .image img {
      width: 100%;
      transition: .5s; }
    .home-featured .project-grid .project-card .details {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #63B4D0;
      transition: .75s;
      transform-origin: left;
      transform: perspective(2000px) rotateY(-90deg);
      display: flex;
      align-content: center;
      justify-content: center;
      flex-wrap: wrap;
      text-align: center; }
      .home-featured .project-grid .project-card .details h3 {
        font-family: "Alegreya", serif;
        font-size: 30px; }
    @media screen and (min-width: 991px) {
      .home-featured .project-grid .project-card.featured-project .details {
        width: 70%; }
        .home-featured .project-grid .project-card.featured-project .details h3 {
          font-size: 40px; } }

.subpage-heading {
  font-family: "Alegreya", serif;
  background: white; }
  .subpage-heading hr {
    max-width: 240px;
    border: 1px solid #1C2F48;
    margin-left: 0px;
    margin-top: .4rem; }
  .subpage-heading .page-title {
    font-size: 1.7rem; }
    @media screen and (max-width: 575px) {
      .subpage-heading .page-title {
        font-size: 1.5rem; } }
  .subpage-heading .page-tagline {
    font-size: 3rem;
    max-width: 1000px;
    line-height: 1.2em; }
    @media screen and (max-width: 991px) {
      .subpage-heading .page-tagline {
        font-size: 2.5rem; } }
    @media screen and (max-width: 767px) {
      .subpage-heading .page-tagline {
        font-size: 2.25rem; } }
    @media screen and (max-width: 575px) {
      .subpage-heading .page-tagline {
        font-size: 1.9rem; } }

.image-content .image-container {
  position: absolute;
  height: 100%;
  width: calc(100% - 30px); }
  .image-content .image-container img {
    object-fit: cover;
    width: 100%;
    height: 100%; }
  @media screen and (max-width: 991px) {
    .image-content .image-container {
      position: relative; } }

figure.image-container {
  overflow: hidden; }
  figure.image-container figcaption {
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.68);
    left: 0;
    width: 100%; }

.profiles .profile-card {
  border: 4px solid #1C2F48;
  border-radius: 30px;
  height: auto;
  cursor: pointer; }
  .profiles .profile-card img {
    max-width: 270px; }
.profiles .card-text {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  transform: translateY(-50%); }

.service-section .service-intro {
  padding: 40px 50px;
  max-width: 805px;
  margin: 30px auto 3em; }
  @media screen and (max-width: 767px) {
    .service-section .service-intro {
      padding: 30px 25px; } }
.service-section .icon-service p {
  font-family: "Alegreya", serif;
  font-size: 1.2rem; }

.our-process {
  background-color: white; }
  .our-process .action {
    position: relative;
    display: flex;
    justify-content: space-between; }
    .our-process .action:after {
      content: '';
      position: absolute;
      z-index: 1;
      height: 2px;
      width: 100%;
      left: 0;
      top: 50%;
      background: black; }
    .our-process .action a {
      display: block;
      width: 35px;
      height: 35px;
      border-radius: 50%;
      background: #1C2F48;
      position: relative;
      z-index: 99;
      transition: background-color .25s ease; }
      .our-process .action a.active {
        background: #AF3C75; }
  .our-process .slick-list {
    overflow: visible; }

.cog-form .cog-label {
  margin-bottom: 2px;
  margin-top: 2px; }
.cog-form input,
.cog-form textarea {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  border: 1px solid #d5d5d5; }
.cog-form button {
  appearance: none;
  border: 0px;
  padding: 10px 80px;
  margin-top: 20px; }
.cog-form .cog-row .cog-col:not(td),
.cog-form :root:root:root:root:root .cog-row .cog-col:not(td) {
  margin-top: 0px;
  margin-bottom: 0px; }

.contact-box,
.blue-box {
  padding: 20px 30px; }
  .contact-box a,
  .blue-box a {
    color: #1C2F48; }
  .contact-box hr,
  .blue-box hr {
    border-color: #1C2F48; }
  .contact-box .small-title,
  .blue-box .small-title {
    font-size: 1.7rem; }

.project-banner {
  padding-left: 15px;
  padding-right: 15px; }
  .project-banner img {
    max-width: 670px;
    width: 100%;
    margin: 10px auto;
    display: block; }

.problem-solution .problem-content {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem; }
  .problem-solution .problem-content img {
    width: 22%; }
  .problem-solution .problem-content .problem-text {
    margin-top: .5rem; }
  @media screen and (max-width: 575px) {
    .problem-solution .problem-content {
      flex-direction: column;
      justify-content: center;
      gap: .15rem; }
      .problem-solution .problem-content img {
        width: 100%;
        max-width: 120px;
        margin: 10px auto 0px; }
      .problem-solution .problem-content .problem-text {
        width: 100%;
        margin-top: 0px;
        text-align: center; } }

.elements-slider .container {
  position: relative; }
  .elements-slider .container .slick-track {
    display: flex;
    align-items: center; }
  .elements-slider .container .slick-arrow {
    cursor: pointer; }
  .elements-slider .container .slick-disabled {
    opacity: .4; }
  .elements-slider .container .prev-btn {
    position: absolute;
    top: 50%;
    left: 0px; }
  .elements-slider .container .next-btn {
    position: absolute;
    top: 50%;
    right: 0px; }

.impact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 3rem; }
  .impact-grid .impact-text {
    grid-column: 1/3; }
  .impact-grid .impact-awards {
    padding: 40px 40px; }
    .impact-grid .impact-awards img {
      max-width: 230px;
      margin: 0 auto; }
  @media screen and (max-width: 991px) {
    .impact-grid {
      grid-template-columns: 1fr; }
      .impact-grid .impact-text {
        grid-column: 1/2; } }

.impact-stats p {
  font-size: 1.1rem; }
.impact-stats .large-stat {
  margin-top: 1rem;
  font-size: 2.8rem;
  margin-bottom: 0px; }

.testimonials .container {
  position: relative; }
.testimonials .prev-quote,
.testimonials .next-quote {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer; }
  .testimonials .prev-quote.prev-quote,
  .testimonials .next-quote.prev-quote {
    left: 15px; }
  .testimonials .prev-quote.next-quote,
  .testimonials .next-quote.next-quote {
    right: 15px; }
.testimonials .quote-box {
  padding: 2rem 1.5rem; }
  .testimonials .quote-box img {
    margin: 20px auto;
    width: 80px; }
  .testimonials .quote-box blockquote {
    max-width: 825px;
    font-size: 1.25rem;
    margin: 20px auto; }
    @media screen and (max-width: 991px) {
      .testimonials .quote-box blockquote {
        font-size: 1.25rem; } }
  .testimonials .quote-box figcaption span {
    display: block;
    font-size: 1.7rem; }
@media screen and (max-width: 991px) {
  .testimonials .prev-quote img,
  .testimonials .next-quote img {
    width: 25px; }
  .testimonials .slick-slide {
    padding: 0px 20px; } }

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