@font-face {
  font-family: 'HelveticaNeue';
  font-style: normal;
  font-weight: 200;
  src: local('Helvetica Neue Light'), url('./assets/fonts/HelveticaNeue-Light.woff') format('woff');
}
@font-face {
  font-family: 'HelveticaNeue';
  font-style: normal;
  font-weight: 500;
  src: local('Helvetica Neue Heavy'), url('./assets/fonts/HelveticaNeue-Heavy.woff') format('woff');
}
@font-face {
  font-family: 'HelveticaNeue';
  font-style: normal;
  font-weight: 400;
  src: local('Helvetica Neue Medium'), url('./assets/fonts/HelveticaNeue-Medium.woff') format('woff');
}
@font-face {
  font-family: 'HelveticaNeue';
  font-style: normal;
  font-weight: 300;
  src: local('Helvetica Neue Thin'), url('./assets/fonts/HelveticaNeue-Thin.woff') format('woff');
}
/*
@font-face {
  font-family: 'HelveticaNeue';
  font-style: normal;
  font-weight: 100;
  src: local('Helvetica Neue Ultra Light'), url('./assets/fonts/HelveticaNeueUltraLight.woff') format('woff');
}
*/
.debug {
  z-index: 10000;
  position: fixed;
  top: 5px;
  left: 5px;
  color: pink;
}

.debug p {
  padding: 0;
  margin: 0;
}

html {
  height: 100vh;
  overflow: hidden;
  position: fixed;
}

body {
  position: absolute;
  background-color: #dbe4e9;
  transition: background-color 2s ease;
  overflow: hidden;
  font-family: 'HelveticaNeue';
  font-weight: 200;
}

a {
  color: #e12f26;
}
a:visited {
  color: #e12f26;
}
a:hover {
  color: #1F8DA6;
  text-decoration: underline;
}

a.whitelink {
  color: #ffffff;
}
a.whitelink:visited {
  color: #ffffff;
}
a.whitelink:hover {
  color: #ffffff;
  text-decoration: underline;
}

ul.bluelist li	{
	color: #1F8DA6;
}
ul.bluelist li:before	{
	color: #1F8DA6;
}
ul.whitelist li	{
	color: #ffffff;
}
ul.whitelist li:before	{
	color: #ffffff;
}

a.whitelist {
  color: #ffffff;
  text-decoration: underline;
}
a.whitelist:visited {
  color: #ffffff;
}
a.whitelist:hover {
  color: #ffffff;
  text-decoration: none;
}

.container-fluid {
  padding: 0;
  margin: 0;
}

section.fullscreenHeader, section.different-section, section.clients-section, section.contact-section, section.programming-section {
  width: 100vw;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
  overflow: hidden;
}

section.fullscreenHeader, section.different-section, section.clients-section, section.contact-section, section.page-section {
  width: 100vw;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
  overflow: hidden;
}

.toolbar-offset {
  width: 100%;
  height: 100vh;
  transition: height 1s ease-in-out;
  display: flex;
  align-items: center;
}

.toolbar-offset.focused {
  height: calc(100vh - 120px);
}

section.different-section {
  /* background-color: #dbe4e9; */
}

section.clients-section {
  /* background-color: #c7d8df; */
}

section.contact-section {
  /* background-color: #dbe4e9; */
}

.video-background {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}

.content {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  z-index: 100;
}

#mainCarousel {
  padding-top: 1em;
}

.logo-wrapper {
  position: relative;
  border-radius: 50%;
  box-shadow:
    inset 0 0 50px #fff,      /* inner white */
    0 0 50px #fff,            /* outer white */

}

.absolute-top {
  position: absolute;
  top: 0;
}

.glow {
  z-index: -1;
  transform: scaleX(1.4);
}

.logo {
  z-index: 100;
}

.toolbar {
  position: fixed;
  display: flex;
  bottom: -120px;
  width: 100vw;
  height: 121px;
  background-color: rgba(31, 141, 166, 0.75);
  z-index: 101;
  align-items: center;
  transition: bottom 0.2s ease-in;
  box-shadow: 0 -5px 5px 0 rgba(0, 0, 0, 0.5);
}

.toolbar-wrapper {
  min-height: 80px;
}

.menu-item {
  font-size: 25px;
  color: white;
}

.menu-item i {
  font-size: 36px;
}

.perception-content-wrapper {
  width: 100vw;
}

.menu-item.logo {
  display: none;
  cursor: pointer;
  position: relative;
}

footer .footer-logo {
  cursor: pointer;
}

.row [class*='col-'] {
  transition: all 0.5s ease-in-out;
}

.menu-item.logo img, footer .footer-logo img {
  transition: opacity 1s ease;
  position: absolute;
}

.menu-item.logo .red-image, footer .footer-logo .red-image {
  opacity: 0;
}

.menu-item.logo:hover .red-image, footer .footer-logo:hover .red-image {
  opacity: 1;
}

.menu-item.logo:hover .white-image, footer .footer-logo:hover .white-image {
  opacity: 0;
}

.carousel-item-wrapper {
  text-align: center;
}

.carousel-image  {
  max-width: 80%;
}

.modal-content {
  background-color: #387ea7;
  border: none;
  color: white;
}

.modal-content-tansparent {
  background-color: transparent !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.modal-content-tansparent > .modal-body {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.modal-footer {
  background-color: white;
  height: 80px;
}

.modal-body, .modal-header {
  width: 80%;
  margin: 0 auto;
  }

.modal-close, .modal-title {
  background-color: inherit;
  border: none;
  color: white;
  font-size: 1.5em;
}

.read-more-button {
  background-color: #dd4f25;
  color: white;
}

.dropup-menu {
  display: none;
  position: absolute;
  bottom: 0;
  font-size: 20px;
  min-width: 600px;
  bottom: 140px;
  background-color: #02576b;
  color: white;
}

.dropup-menu.contact-us {
  min-width: 1000px;
  background-color: #02576b;
  font-size: 0.7em;
  right: -50%;
  bottom: 180px;
}

.dropup-menu.contact-us > .row {
  padding: 30px;
}

.dropup-menu.contact-us .input-group > .form-control {
  background-color: #2a658d;
  border: none;
  padding: 15px;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #dddddd !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #dddddd !important;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #dddddd !important;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #dddddd !important;
}

.dropup-menu.dropup-menu-left {
  left: 20%;
}

.dropup-menu.dropup-menu-right {
  right: 20%;
}

.dropup-menu, .dropup-menu .dropup-footer {
  border-radius: 5px;
}

.dropup-menu .dropup-section {
  min-height: 60px;
  padding: 0px 0;
  border-bottom: 1px solid #357989;
  max-width: 90%;
  margin: auto;
}

.dropup-menu .dropup-section > .row {
  margin: 0 15px;
  padding-top: 10px;
}

.dropup-menu .dropup-footer {
  height: 80px;
  background-color: white;
}


.dropup-menu .dropup-link-icon {
  text-align: center;
}

.dropup-menu .dropup-footer > .bottom-triangle {
  position: absolute;
  bottom: -38px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 40px;
  border-color: white transparent transparent transparent;
}

.dropup-menu .dropup-footer > .bottom-triangle-right {
  right: 40px;
}

.dropup-menu .dropup-footer > .bottom-triangle-left {
  left: 40px;
}

.dropup-menu.contact-us .bottom-triangle {
  border-width: 80px 80px 0 80px;
  right: 20%;
  bottom: -78px;
}

.send-button {
  background-color: #e12f26;
  color: white;
}

.dropup-menu .dropup-footer-blue {
  background-color: rgba(31, 141, 166, 1);
}

.dropup-menu .bottom-triangle-blue {
  border-color: rgba(31, 141, 166, 1) transparent transparent transparent !important;
}
/* .menu-item:hover .dropup-menu, .dropup-menu:hover {
  display: block;
} */

.mobile-nav {
  display: none;
}

.dropup-menu .dropup-link > a {
  color: white;
  text-decoration: none;
}
.dropup-menu .dropup-link > a:hover {
  color: #099cbe;
}

.modal-footer > a {
  color: white;
  text-decoration: none;
}
.modal-footer > a:visited {
  color: white;
  text-decoration: none;
}
.modal-footer > a:hover {
  color: #000000;
}

.dropup-menu.contact-us .dropup-footer > .input-group {
  width: 60%;
  margin-left: 40%;
  color: black;
}

.dropup-menu.contact-us .dropup-footer > .input-group > button {
  width: 200px;
}

.dropup-menu.contact-us .dropup-footer > .input-group > .security-question-input {
  background-color: #2a658d;
  border-radius: 15%;
}

.dropup-row-link {
  padding-top: 10px !important;
}

.toolbar-darken {
  animation: toolbar-darken 1s;
  background-color: rgba(2, 87, 107, 0.75);
}

.toolbar-lighten {
  animation: toolbar-lighten 1s;
  background-color: rgba(31, 141, 166, 0.75);
}

.toolbar-darken-opaque {
  animation: toolbar-darken-opaque 1s;
  background-color: rgba(2, 87, 107, 1);
}

.toolbar-lighten-opaque {
  animation: toolbar-lighten-opaque 1s;
  background-color: rgba(31, 141, 166, 1);
}

.menu-item .tab.solutions a {
  color: inherit;
  text-decoration: none;
}

.menu-item {
  display: flex;
  justify-content: center;
}

.menu-item .tab .tab-icon {
  transition: color 1s ease;
}

.menu-item .tab .tab-label {
  transition: color 1s ease;
}

.menu-item:hover {
  color: #099cbe;
}

.menu-item .tab {
  cursor: pointer;
}

/* Mobile Nav */
.mobile-nav-icon {
  position: fixed;
  bottom: 60px;
  right: 20px;
  font-size: 3em;
  color: rgba(31, 141, 166, 0.75);
  display: none;
  opacity: 1;
  transition: opacity 1s ease-in;
  z-index: 999;
}

.mobile-close-icon {
  position: fixed;
  top: 20px;
  right: 20px;
  font-size: 2.5em;
  font-weight: 500;
  color: white;
  opacity: 0;
  transition: opacity 1s ease-in;
  z-index: 2000;
}

.mobile-nav {
  position: fixed;
  height: 100vh;
  width: 100vw;
  background-color: rgba(31, 141, 166, 0.85);
  top: 0;
  bottom: 60;
  right: -100vw;
  transition: right 0.8s ease-in;
  z-index: 1001;
  overflow: auto;
}

.mobile-nav.visible {
  right: 0;
}


.mobile-nav .card-body .input-group > .form-control {
  border: none;
  padding: 15px;
}

.mobile-nav .card-header > h2 > button {
  color: white;
  font-size: 2.5rem;
}

.mobile-nav .card-header > h2 > button:focus, .mobile-nav .card-header > h2 > button:hover {
  text-decoration: none;
}

.mobile-nav .card, .mobile-nav .card-header {
  background-color: transparent;
  border: none;
  text-align: center;
}

.mobile-nav .card {
  opacity: 1;
  transition: opacity 1s ease-out;
}

.mobile-nav .card-body {
  text-align: left;
  color: white;
  font-size: 1.3rem;
}

.mobile-nav-content {
  min-width: 250px;
}

.mobile-nav .card-body .dropup-link-icon {
  text-align: center;
}

.mobile-nav .card-body .dropup-section {
  padding: 5px;
}

.mobile-nav .card-body a {
  color: white;
}

.mobile-nav .card-body a:hover {
  color: #e12f26;
  text-decoration: none;
}

.mobile-nav-content.accordion {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  width: 80%;
  margin: 0 auto;
}

.security-question-input {
  width: 50px;
}

.mobile-nav-wrapper {
  min-height: 100vh;
  width: 100vw;
}

@keyframes toolbar-darken {
    from {
      background-color: rgba(31, 141, 166, 0.75);
    }

    to {
      background-color: rgba(2, 87, 107, 0.75);
    }
}

@keyframes toolbar-lighten {
  from {
    background-color: rgba(2, 87, 107, 0.75);
  }

  to {
    background-color: rgba(31, 141, 166, 0.75);
  }

}

@keyframes toolbar-darken-opaque {
    from {
      background-color: rgba(31, 141, 166, 1);
    }

    to {
      background-color: rgba(2, 87, 107, 1);
    }
}

@keyframes toolbar-lighten-opaque {
  from {
    background-color: rgba(2, 87, 107, 1);
  }

  to {
    background-color: rgba(31, 141, 166, 1);
  }

}

/* .carousel-inner > .carousel-item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
} */

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .carousel-item {
    -webkit-transition: -webkit-transform 1s ease-in-out, opacity 1.5s ease-in;
         -o-transition:      -o-transform 1s ease-in-out, opacity 1.5s ease-in;
            transition:         transform 1s ease-in-out, opacity 1.5s ease-in;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }

  .carousel-item > .carousel-item-wrapper > .carousel-image {
    -webkit-transition:  all 1.5s ease-in;
         -o-transition:  all 1.5s ease-in;
            transition:  all 1.5s ease-in;
  }



    #mainCarousel .carousel-inner > .carousel-item.next,
    #mainCarousel .carousel-inner > .carousel-item.active.right {
      left: 0;
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
              transform: translate3d(100%, 0, 0);
    }
    #mainCarousel .carousel-inner > .carousel-item.prev,
    #mainCarousel .carousel-inner > .carousel-item.active.left {
      left: 0;
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
              transform: translate3d(-100%, 0, 0);
    }

    #mainCarousel .carousel-inner > .carousel-item.next .carousel-image,
    #mainCarousel .carousel-inner > .carousel-item.active.right .carousel-image,
    #mainCarousel .carousel-inner > .carousel-item.prev .carousel-image,
    #mainCarousel .carousel-inner > .carousel-item.active.left .carousel-image {
      height: 600px;
    }

    #mainCarousel .carousel-inner > .carousel-item.next.left,
    #mainCarousel .carousel-inner > .carousel-item.prev.right,
    #mainCarousel .carousel-inner > .carousel-item.active {
      left: 0;
      opacity: 1;
      /* -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); */
              /* transform: scale(1.1); */
    }

    #mainCarousel .carousel-inner > .carousel-item.next.left .carousel-image,
    #mainCarousel .carousel-inner > .carousel-item.prev.right .carousel-image,
    #mainCarousel .carousel-inner > .carousel-item.active .carousel-image {
      height: 600px;
    }


}

.carousel-inner .carousel-item.active.carousel-item-left,
.carousel-item {
  opacity: 0;
}

.carousel-inner .active,
.carousel-inner .carousel-item-next.carousel-item-left,
.carousel-inner .carousel-item-prev.carousel-item-right,
.carousel-inner .carousel-item.carousel-item-next.carousel-item-left {
  opacity: 1;
}

.carousel-inner .carousel-item.active.carousel-item-left .carousel-image,
.carousel-item .carousel-image {
  height: 550px;
}

.carousel-inner .active .carousel-image,
.carousel-inner .carousel-item-next.carousel-item-left .carousel-image,
.carousel-inner .carousel-item-prev.carousel-item-right .carousel-image,
.carousel-inner .carousel-item.carousel-item-next.carousel-item-left .carousel-image {
  height: 600px;
}

.different-section-content-wrapper,
.clients-section-content-wrapper,
.contact-section-content-wrapper,
.page-section-content-wrapper,
.programming-section-content-wrapper {
  background-color: white;
  max-width: 90%;
  margin: 0 auto;
  padding: 2rem 4rem; 
  transition: padding 1s ease-in-out;
}

.contact-section-content-wrapper {
  background-color: #dbe4e9;
}

.teal--text {
  color: #1F8DA6;
}

.hello-heading {
  padding-bottom: 2rem;
}

.contact-heading {
  font-size: 1.8rem;
}

.contact-section-content-wrapper .social-media {
  padding: 0 15px;
}

.contact-section-content-wrapper .social-media-icon {
  width: 80px;
  height: 80px;
}

.contact-section-content-wrapper .social-media-icon img {
  max-height: 100%;
}

.contact-section-content-wrapper p {
  font-size: 1.4rem;
}

.contact-section-content-wrapper .form-control {
  border: none;
  border-radius: 10px !important;
}

.contact-section-content-wrapper .send-button {
  min-width: 200px;
}

.contact-section-content-wrapper .social-media-icon .red-image {
  display: none;
}

.contact-section-content-wrapper .social-media-icon:hover .red-image {
  display: block;
}

.contact-section-content-wrapper .social-media-icon:hover .grey-image {
  display: none;
}

section.clients-section, section.different-section, section.contact-section {
  display: flex; 
}

section.different-section .title,
section.different-section .subtitle,
section.clients-section .title,
section.clients-section .subtitle {
  color: #1F8DA6;
  font-family: 'HelveticaNeue';
  font-weight: 500;
}

section.different-section .body,
section.clients-section .body {
  padding-top: 2rem;
  font-size: 1.3rem;
}

.different-section .service-icon {
  font-size: 5rem;
}

.different-section .service-text > h3 {
  font-weight: 200;
  font-size: 1.4rem;
}

.different-section .services {
  color: #bf3415;
  padding-top: 4rem;
}

.services  a {
  color: #bf3415;
}

.different-section .services > div {
  text-align: center;
}

.clients-section .clients-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-top: 4rem;
}

.clients-list > .client-image > .color-image {
  display: none;
}

.clients-list > .client-image {
  width: 200px;
  height: 150px;
  justify-content: center;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.clients-list > .client-image > img {
  max-width: 100%;
  height: auto;
}

.clients-list > .client-image:hover .color-image {
  display: block;
}

.clients-list > .client-image:hover .grey-image {
  display: none;
}

.mobile-nav-content .logo {
  margin: 0 auto;
}

footer {
  width: 100vw;
  background-color: #1f8da6;
  min-height: 100px;
  color: white;
  padding-bottom: 2rem;
}

footer a {
  color: white;
}
footer a:visited {
  color: white;
}

footer a:hover {
  color: white;
  text-decoration: underline;
}

footer .links {
  font-size: 1.0rem;
}

footer .copyright {
  padding-top: 1rem;
}

footer .footer-logo {
  min-height: 90px;
}

.perception-content-wrapper {
  max-height: 90%;
  overflow-y: auto;
}

/* Responsive Breakpoint Code */

/* Pretty Large Devices */
@media (max-width: 1349.98px) {
  /* Carousel */
  #mainCarousel .carousel-inner > .carousel-item.next .carousel-image,
  #mainCarousel .carousel-inner > .carousel-item.active.right .carousel-image,
  #mainCarousel .carousel-inner > .carousel-item.prev .carousel-image,
  #mainCarousel .carousel-inner > .carousel-item.active.left .carousel-image {
    height: 600px;
  }

  #mainCarousel .carousel-inner > .carousel-item.next.left .carousel-image,
  #mainCarousel .carousel-inner > .carousel-item.prev.right .carousel-image,
  #mainCarousel .carousel-inner > .carousel-item.active .carousel-image {
    height: 600px;
  }

  .carousel-inner .carousel-item.active.carousel-item-left .carousel-image,
  .carousel-item .carousel-image {
    height: 550px;
  }

  .carousel-inner .active .carousel-image,
  .carousel-inner .carousel-item-next.carousel-item-left .carousel-image,
  .carousel-inner .carousel-item-prev.carousel-item-right .carousel-image,
  .carousel-inner .carousel-item.carousel-item-next.carousel-item-left .carousel-image {
    height: 600px;
  }

  .clients-section .clients-list > .client-image {
    width: 160px;
    height: 120px;
    padding: 0 1rem;
  }

  .contact-section-content-wrapper .security-question-input {
    max-width: 50px;
  }

  .contact-section-content-wrapper .send-button {
    width: 120px;
    min-width: 0px;
  }
}

/* Large Devices */
@media (max-width: 1199.98px) {
  /* Contact Us */
  .dropup-menu.contact-us {
    min-width: 800px;
    bottom: 160px;
  }

  .dropup-menu.contact-us > .row {
    padding: 15px;
  }

  .dropup-menu.contact-us .bottom-triangle {
    border-width: 60px 60px 0 60px;
    right: 20%;
    bottom: -58px;
  }

  .contact-section-content-wrapper p {
    font-size: 1.2rem;
  }

  .contact-section-content-wrapper .social-media-icon {
    height: 60px;
    width: 60px;
  }
}

/* Medium Devices */
@media (max-width: 991.98px) {
  /* Toolbar */
  .toolbar {
    display: none;
  }

  /* Mobile Nav */
  .mobile-nav-icon {
    display: block;
  }

  .mobile-nav {
    display: block;
  }

  .toolbar-offset.focused {
    height: 100vh;
  }

  .mobile-nav .logo {
    display: flex;
    justify-content: center;
    cursor: pointer;
  }

  /* Carousel */
  #mainCarousel .carousel-inner > .carousel-item.next .carousel-image,
  #mainCarousel .carousel-inner > .carousel-item.active.right .carousel-image,
  #mainCarousel .carousel-inner > .carousel-item.prev .carousel-image,
  #mainCarousel .carousel-inner > .carousel-item.active.left .carousel-image {
    height: 440px;
  }

  #mainCarousel .carousel-inner > .carousel-item.next.left .carousel-image,
  #mainCarousel .carousel-inner > .carousel-item.prev.right .carousel-image,
  #mainCarousel .carousel-inner > .carousel-item.active .carousel-image {
    height: 440px;
  }

  .carousel-inner .carousel-item.active.carousel-item-left .carousel-image,
  .carousel-item .carousel-image {
    height: 400px;
  }

  .carousel-inner .active .carousel-image,
  .carousel-inner .carousel-item-next.carousel-item-left .carousel-image,
  .carousel-inner .carousel-item-prev.carousel-item-right .carousel-image,
  .carousel-inner .carousel-item.carousel-item-next.carousel-item-left .carousel-image {
    height: 440px;
  }

  .mobile-nav .card-body {
    max-width: 80%;
    margin: 0 auto;
  }

  .different-section .services {
    padding-top: 1rem;
  }

  section.clients-section .body,
  section.different-section .body {
    font-size: 1.1rem;
  }

  section.clients-section .clients-list {
    padding-top: 1rem;
  }

  .clients-section .clients-list > .client-image {
    width: 140px;
    height: 105px;
    padding: 0 1rem;
  }


  /* footer */
  footer .links,
  footer .copyright {
    padding-left: 15px;
    padding-right: 15px;
  }

  footer > .container {
    padding-top: 1rem;
  }

}

/* Small Devices */
@media (max-width: 767.98px) {
  /* Carousel */
  #mainCarousel .carousel-inner > .carousel-item.next .carousel-image,
  #mainCarousel .carousel-inner > .carousel-item.active.right .carousel-image,
  #mainCarousel .carousel-inner > .carousel-item.prev .carousel-image,
  #mainCarousel .carousel-inner > .carousel-item.active.left .carousel-image {
    height: auto;
    width: 80%;
  }

  #mainCarousel .carousel-inner > .carousel-item.next.left .carousel-image,
  #mainCarousel .carousel-inner > .carousel-item.prev.right .carousel-image,
  #mainCarousel .carousel-inner > .carousel-item.active .carousel-image {
    height: auto;
    width: 80%;
  }

  .carousel-inner .carousel-item.active.carousel-item-left .carousel-image,
  .carousel-item .carousel-image {
    height: auto;
    width: 72%;
  }

  .carousel-inner .active .carousel-image,
  .carousel-inner .carousel-item-next.carousel-item-left .carousel-image,
  .carousel-inner .carousel-item-prev.carousel-item-right .carousel-image,
  .carousel-inner .carousel-item.carousel-item-next.carousel-item-left .carousel-image {
    height: auto;
    width: 80%;
  }

  .mobile-nav .card-header > h2 > button {
    font-size: 2rem;
  }

  .mobile-nav-content.accordion {
    width: 95%;
  }

  .mobile-nav .card-body {
    font-size: 1.2rem;
  }

  .clients-section .clients-list > .client-image {
    width: 120px;
    height: 90px;
  }

  .contact-section {
    margin-bottom: 2rem;
  }

}

/* Extra Small Devices */
@media (max-width: 575.98px) {
  .mobile-nav .card-header > h2 > button {
    font-size: 1.5rem;
  }

  .mobile-nav .card-body {
    font-size: 1rem;
  }

  .mobile-close-icon {
    top: -5px;
    right: 3px;
    line-height: 55px;
  }

  .logo {
    width: 313px;
    height: auto;
  }

  .glow {
    width: 1000px;
  }

  .mobile-nav .card-body {
    max-width: 100%;
  }

  .mobile-nav-icon {
    bottom: 60px;
    right: 5px;
  }

  section.different-section .title > h1,
  section.clients-section .title > h1{
    font-size: 1.6rem;
  }

  section.different-section .subtitle > h2,
  section.clients-section .subtitle > h2 {
    font-size: 1.2rem;
  }

  section.different-section h2,
  section.clients-section h2 {
    font-size: 1.1rem;
  }

  section.different-section .body > p,
  section.clients-section .body > p {
    font-size: 1rem;
  }

  .different-section-content-wrapper,
  .clients-section-content-wrapper,
  .contact-section-content-wrapper {
    padding: 10px;
  }

  .contact-section-content-wrapper {
    overflow-y: auto;
    overflow-x: hidden;
    height: 90%;
  }

  .different-section-content-wrapper .services .service-icon {
    font-size: 2rem;
  }

  .clients-section .clients-list > .client-image {
    width: 80px;
    height: 60px;
    padding: 0 1rem;
  }

  .toolbar-offset-mobile {
    height: calc(100vh - 50px);
  }


  footer .footer-logo,
  footer .links {
    padding-bottom: 1rem;
  }

  footer .links {
    font-size: 1rem;
  }

  footer .copyright {
    font-size: 0.8rem;
  }
}

/* Very Wide but Not Tall Devices */

@media (max-height: 901px) and (min-aspect-ratio: 16/9) {
  section.last {
    height: 100vh;
    margin-bottom: 120px;
  }

  section.last .toolbar-offset,
  section.last .toolbar-offset.focused {
    height: 100%;
  }

}
