* {
  margin: 0;
  padding: 0;
}

.padding-100 {
  padding: 100px;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #646464;
  font-family: "Open Sans", sans-serif;
}

#back-top-btn {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 41px;
  padding: 10px 13px 14px 13px;
  background-color: #31C4F3;
  color: #ffffff;
  border-radius: 50%;
  outline: none;
  border: none;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.7);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.7);
  z-index: 5;
}

#back-top-btn:hover {
  background-color: #053D4E;
}

#back-top-btn img {
  width: 25px;
}

@media (min-width: 320px) {
  #sub-nav {
    background-color: #31C4F3;
    position: relative;
    z-index: 1;
  }
  #sub-nav .subnav-container {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #sub-nav .subnav-container .social-block {
    margin-right: auto;
    margin-top: 5px;
    margin-left: 5px;
    font-size: .8rem;
    color: #ffffff;
  }
  #sub-nav .subnav-container .social-block a {
    text-decoration: none;
  }
  #sub-nav .subnav-container .social-block a img {
    height: 15px;
    margin-bottom: 2px;
  }
  #sub-nav .subnav-container .languages-block {
    background-color: #053D4E;
    margin-left: auto;
    padding: 2px 5px;
  }
  #sub-nav .subnav-container .languages-block a {
    font-size: .8rem;
    text-decoration: none;
    color: #ffffff;
    margin: 0 5px;
  }
  #sub-nav .subnav-container .languages-block a:hover {
    color: #31C4F3;
  }
  nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    margin: 0 auto;
    background-color: #053D4E;
  }
  nav .navbar-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0 auto;
  }
  nav .navbar-brand {
    padding: 17px;
  }
  nav .navbar-brand img {
    width: 150px;
    height: auto;
  }
  nav #main-navbar {
    position: absolute;
    top: 79px;
    left: 0px;
    background-color: #053D4E;
    width: 100%;
  }
  nav #main-navbar li {
    padding: 20px;
  }
  nav #main-navbar li a {
    color: #ffffff;
  }
  nav #main-navbar li:hover {
    background-color: #31C4F3;
  }
  nav #main-navbar li:hover a {
    color: #ffffff;
  }
  nav .navbar-toggler {
    outline: none;
    border: none;
  }
  nav #hamburger-button {
    margin-left: auto;
    margin-right: 15px;
  }
  #port-carousel-slider {
    display: block;
    height: 92vh;
  }
  #port-carousel-slider .carousel-inner {
    height: 100%;
  }
  #port-carousel-slider .port-carousel-indicators {
    padding: 0px 15px;
    border-radius: 20px;
    background-color: #053D4E;
    position: absolute;
    bottom: 35%;
    right: 33%;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
  }
  #port-carousel-slider .port-carousel-indicators li {
    border-radius: 50%;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
    background-color: #31C4F3;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    -webkit-transition: opacity .6s ease;
    transition: opacity .6s ease;
  }
  #port-carousel-slider .port-carousel-item img {
    height: -webkit-fill-available;
    height: -moz-available;
    height: stretch;
    position: relative;
    left: 0px;
    top: 0px;
  }
  #port-carousel-slider .port-carousel-item .phone-slides {
    display: block;
    height: auto;
  }
  #port-carousel-slider .port-carousel-item .tablet-slides {
    display: none;
  }
  #port-carousel-slider .port-carousel-item .laptop-slides {
    display: none;
  }
  #port-carousel-slider .port-carousel-item .small-desktop-slides {
    display: none;
  }
  #port-carousel-slider .port-carousel-item .desktop-slides {
    display: none;
  }
  #port-carousel-slider .port-carousel-caption {
    position: absolute;
    text-align: center;
    margin: auto 10px;
    bottom: 55%;
    left: 0%;
    z-index: 10;
    color: #ffffff;
  }
  #port-carousel-slider .port-carousel-caption .port-caption-title {
    font-size: 1.8rem;
    font-weight: bold;
    font-family: "Ubuntu", sans-serif;
    font-style: normal;
  }
  #port-carousel-slider .port-carousel-caption p {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  #port-carousel-slider .port-carousel-caption a {
    background-color: #31C4F3 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    border-radius: 50px !important;
  }
  #port-carousel-slider .port-carousel-caption .carousel-action-button {
    color: #ffffff;
    background-color: #31C4F3;
    border-radius: 50px;
    padding: 10px 25px;
    margin-top: 10px;
    text-decoration: none;
    border: none;
    outline: none;
  }
  #port-carousel-slider .port-carousel-caption .carousel-action-button:hover {
    background-color: #053D4E;
  }
  #port-carousel-slider .port-scroll-icon {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 135px;
  }
  #port-carousel-slider .port-scroll-icon img {
    opacity: 1;
    width: 30px;
  }
  #port-carousel-slider .port-scroll-icon img:hover {
    opacity: .9;
  }
  .section-heading {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 40px;
  }
  .section-heading .heading-symbol img {
    width: 40px;
    height: auto;
  }
  .section-heading .heading-title {
    font-family: "Ubuntu", sans-serif;
    font-size: 2.5rem;
    font-weight: bolder;
  }
  .section-heading .dark-title {
    color: #053D4E;
  }
  .section-heading .light-title {
    color: #ffffff;
  }
  .section-heading .heading-subtitle {
    color: #979797;
  }
  .section-heading .heading-subtitle-light {
    color: #31C4F3;
  }
  .section-heading .heading-subtitle-white {
    color: #ffffff;
  }
  #about-section {
    background-color: #ffffff;
    margin-top: -86px;
    margin-bottom: -75px;
    -webkit-transform: skewY(-5deg);
            transform: skewY(-5deg);
    padding: 75px 0;
  }
  #about-section .container {
    -webkit-transform: skewY(5deg);
            transform: skewY(5deg);
  }
  #about-section .row div[class^='col'] {
    text-align: justify;
    padding: 0 40px;
  }
  #about-section .about-port {
    margin-bottom: 80px;
  }
  #about-section .about-port .about-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #053D4E;
    text-align: left;
  }
  #about-section .about-port p {
    margin-top: 10px;
  }
  #about-section .about-port p:nth-child(3) {
    color: #053D4E;
    font-weight: 600;
  }
  #about-section .about-port a {
    text-decoration: none !important;
    border-radius: 50px !important;
    width: 45%;
  }
  #about-section .about-port .about-button {
    color: #ffffff;
    background-color: #31C4F3;
    width: 100%;
    border-radius: 50px;
    padding: 10px 25px;
    margin-top: 10px;
    text-decoration: none;
    border: none;
    outline: none;
  }
  #about-section .about-port .about-button:hover {
    background-color: #053D4E;
  }
  #truck-drawing {
    display: none;
  }
  #request-demo-squares-right {
    display: none;
  }
  #request-demo-squares-left {
    display: none;
  }
  #request-demo-section {
    background-image: url("/images/port-truck.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
  }
  #request-demo-section .section-heading {
    padding-top: 120px;
    padding-bottom: 40px;
  }
  #request-demo-section #port-vendor {
    display: none;
  }
  #request-demo-section #request-demo-form {
    width: 100%;
  }
  #request-demo-section #request-demo-form .input-group {
    margin-bottom: 40px;
  }
  #request-demo-section #request-demo-form .input-group input {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border: none;
    outline: none;
    height: 45px;
    padding-left: 25px;
    color: #31C4F3;
  }
  #request-demo-section #request-demo-form .input-group input::-webkit-input-placeholder {
    color: #31C4F3;
  }
  #request-demo-section #request-demo-form .input-group input:-ms-input-placeholder {
    color: #31C4F3;
  }
  #request-demo-section #request-demo-form .input-group input::-ms-input-placeholder {
    color: #31C4F3;
  }
  #request-demo-section #request-demo-form .input-group input::placeholder {
    color: #31C4F3;
  }
  #request-demo-section #request-demo-form .input-group button {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: #31C4F3;
    color: #ffffff;
    padding: 0 25px;
    border: none;
    outline: none;
    height: 45px;
  }
  #request-demo-section #request-demo-form .input-group button:hover {
    background-color: #0a8bb4;
  }
  #request-demo-section #request-demo-form .input-group button:hover #request-demo-spinner {
    color: transparent;
  }
  #request-demo-section #request-demo-form .input-group #request-demo-spinner {
    float: right;
    margin: 4px 7px 0 3px;
    color: transparent;
  }
  #video-section {
    background-image: url(/images/icons/video.svg);
    background-repeat: no-repeat;
    background-color: #0c8fb7;
    background-position-x: -145px;
    background-position-y: 35px;
    background-size: 667px;
    color: #ffffff;
    padding-bottom: 30px;
  }
  #video-section .section-heading {
    margin-top: 70px;
    padding: 0 25px 15px 25px;
  }
  #video-section video {
    margin-top: 10px;
  }
  #modules-section {
    background-color: #31C4F3;
    background-image: url("/images/port-symbol.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 500%;
    padding-bottom: 50px;
  }
  #modules-section .section-heading {
    padding-top: 60px;
  }
  #modules-section .feature-box {
    width: 100%;
    background-color: #053D4E;
    text-align: center;
    margin-top: 15px;
  }
  #modules-section .feature-box:hover {
    background-color: #08627e;
  }
  #modules-section .feature-box img {
    width: 75%;
    height: auto;
    padding: 60px;
  }
  #modules-section a {
    text-decoration: none;
  }
  #modules-section .feature-description {
    background-color: #0a8bb4;
    color: #ffffff;
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 20px;
    width: 100%;
    border: none;
    outline: none;
    display: block;
  }
  #modules-section .feature-description:hover {
    background-color: #0a8bb4;
  }
  #calendar-section {
    background-color: #ffffff;
  }
  #calendar-section .section-heading {
    padding-top: 50px;
  }
  #calendar-section .live-demo {
    text-align: center;
  }
  #calendar-section .live-demo p {
    font-weight: bold;
  }
  #calendar-section .live-demo button {
    width: 100%;
    background-color: #c1d72e;
    color: #ffffff;
    padding: 10px;
    border-radius: 50px;
    outline: none;
    border: none;
    margin-bottom: 30px;
  }
  #calendar-section .live-demo button:hover {
    background-color: #b1c626;
  }
  #calendar-section .calendar-card {
    border: 1px solid #e9e9e9;
    margin-bottom: 60px;
  }
  #calendar-section .calendar-card .card-header {
    background-color: #053D4E;
    padding: 20px;
    text-align: center;
  }
  #calendar-section .calendar-card .card-title {
    background-color: gainsboro;
    color: #053D4E;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 20px;
    margin: 0;
    text-align: center;
  }
  #calendar-section .calendar-card .card-body {
    background-color: #f6f6f6;
  }
  #calendar-section .calendar-card .card-body button {
    width: 100%;
    background-color: #31C4F3;
    color: #ffffff;
    padding: 10px;
    border-radius: 50px;
    outline: none;
    border: none;
  }
  #calendar-section .calendar-card .card-body button:hover {
    background-color: #0a8bb4;
  }
  #calendar-section .calendar-card .card-body .card-button-container button:nth-child(2) {
    margin-top: 10px;
    background-color: #053D4E;
  }
  #calendar-section .calendar-card .card-body .card-button-container button:nth-child(2):hover {
    background-color: #0b88ae;
  }
  #calendar-section .calendar-card .card-body .card-button-container button:nth-child(2) a {
    color: #ffffff;
    text-decoration: none;
  }
  #live-event-demo-modal .modal-header {
    background-color: #31C4F3;
    color: #ffffff;
  }
  #live-event-demo-modal .modal-header h5 {
    font-weight: bolder;
  }
  #live-event-demo-modal .modal-header button {
    font-size: 1.5rem;
    color: #ffffff;
    padding-top: 18px;
    padding-right: 23px;
  }
  #live-event-demo-modal .modal-header button:hover {
    color: #053D4E;
  }
  #live-event-demo-modal #live-demo-spots-1,
  #live-event-demo-modal #live-demo-spots-2,
  #live-event-demo-modal #live-demo-spots-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 10px;
  }
  #live-event-demo-modal .single-spot {
    background-color: #b3b3b3;
    padding: 5px;
    margin: 3px;
    min-width: 34px;
    max-height: 34px;
    text-align: center;
  }
  #live-event-demo-modal .empty {
    background-color: #c1d72e;
  }
  #live-event-demo-modal #live-demo-no-spots-msg {
    display: none;
  }
  #live-event-demo-modal .modal-body button {
    background-color: #053D4E;
    color: #ffffff;
    margin: 0 auto;
    outline: none;
    border: none;
    padding: 10px 20px;
    border-radius: 25px;
    width: 90%;
    margin-bottom: 10px;
  }
  #live-event-demo-modal .modal-body button.selected-button {
    background-color: #0b88ae;
  }
  #live-event-demo-modal .modal-body #demo-spots-container {
    margin: 0 auto;
    display: none;
  }
  #live-event-demo-modal .modal-body .live-demo-legend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 5px 0 0 5px;
    padding: 3px;
  }
  #live-event-demo-modal .modal-body .live-demo-legend .legend-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #live-event-demo-modal .modal-body .live-demo-legend .legend-item .square-color {
    background-color: #b3b3b3;
    height: 15px;
    width: 15px;
    margin-top: 5px;
    margin-right: 5px;
  }
  #live-event-demo-modal .modal-body .live-demo-legend .legend-item .square-color.light {
    background-color: #c1d72e;
  }
  #live-event-demo-modal .modal-body .live-demo-legend .legend-item p {
    margin-right: 10px;
  }
  #live-event-demo-modal form .form-title {
    font-weight: bold;
    color: #053D4E;
    text-align: center;
  }
  #live-event-demo-modal form input {
    background-color: transparent;
    color: #31C4F3;
    width: 100%;
    height: 45px;
    border-radius: 50px;
    border: 1px solid #31C4F3;
    outline: none;
    padding-left: 15px;
    margin-top: 10px;
  }
  #live-event-demo-modal form input::-webkit-input-placeholder {
    color: #31C4F3;
  }
  #live-event-demo-modal form input:-ms-input-placeholder {
    color: #31C4F3;
  }
  #live-event-demo-modal form input::-ms-input-placeholder {
    color: #31C4F3;
  }
  #live-event-demo-modal form input::placeholder {
    color: #31C4F3;
  }
  #live-event-demo-modal form .agreement-terms {
    font-size: .8rem;
    text-align: center;
  }
  #live-event-demo-modal form #request-quote-spinner {
    color: transparent;
    float: right;
  }
  #live-event-demo-modal .modal-footer {
    background-color: #053D4E;
  }
  #live-event-demo-modal .modal-footer button {
    background-color: #31C4F3;
    color: #ffffff;
    padding: 10px 30px;
    border-radius: 50px;
    outline: none;
    border: none;
    margin-right: auto;
  }
  #live-event-demo-modal .modal-footer button:hover {
    background-color: #0a8bb4;
  }
  #live-event-demo-modal .modal-footer button:nth-child(1) {
    background-color: #0a8bb4;
    margin-left: auto;
  }
  #live-event-demo-modal .modal-footer button:nth-child(1):hover {
    background-color: #086583;
  }
  #live-event-demo-modal .modal-dialog {
    max-width: 95%;
  }
  #live-event-demo-modal #live-demo-spinner {
    color: transparent;
  }
  #view-event-map-modal .modal-header {
    background-color: #31C4F3;
    color: #ffffff;
  }
  #view-event-map-modal .modal-header h5 {
    font-weight: bolder;
  }
  #view-event-map-modal .modal-header button {
    font-size: 1.5rem;
    color: #ffffff;
    padding-top: 18px;
    padding-right: 23px;
  }
  #view-event-map-modal .modal-header button:hover {
    color: #053D4E;
  }
  #view-event-map-modal .modal-footer {
    background-color: #053D4E;
  }
  #view-event-map-modal .modal-footer button {
    background-color: #31C4F3;
    color: #ffffff;
    padding: 10px 30px;
    border-radius: 50px;
    outline: none;
    border: none;
  }
  #view-event-map-modal .modal-footer button:hover {
    background-color: #0a8bb4;
  }
  #view-event-map-modal .modal-dialog {
    max-width: 100%;
  }
  #nuba-section {
    background-color: #31C4F3;
    color: #053D4E;
  }
  #nuba-section .nuba-section-illustration {
    background-color: #053D4E;
  }
  #nuba-section .nuba-section-illustration img {
    margin-top: -25px;
    margin-bottom: 10px;
    width: 100%;
  }
  #nuba-section .nuba-section-text {
    text-align: center;
    padding: 33px;
  }
  #nuba-section .nuba-section-text img {
    width: 70%;
    margin-bottom: 40px;
  }
  #nuba-section .nuba-section-text p:nth-child(3) {
    margin-bottom: 30px;
  }
  #nuba-section .nuba-section-text a {
    background-color: #053D4E;
    color: #ffffff;
    padding: 10px 30px;
    border-radius: 50px;
    outline: none;
    border: none;
    text-decoration: none;
  }
  #nuba-section .nuba-section-text a:hover {
    background-color: #ffffff;
    color: #053D4E;
  }
  #port-footer {
    text-align: center;
  }
  #port-footer .main-footer {
    background-color: #1d2121;
    padding: 40px 40px 20px 40px;
  }
  #port-footer .main-footer img {
    width: 150px;
    opacity: .3;
  }
  #port-footer .main-footer #footer-middle {
    margin-top: 20px;
  }
  #port-footer .main-footer #footer-middle ul {
    list-style: none;
  }
  #port-footer .main-footer #footer-middle li a {
    color: #ffffff;
    opacity: .3;
  }
  #port-footer .main-footer #footer-middle li a:hover {
    color: #31C4F3;
    opacity: 1;
  }
  #port-footer .main-footer #footer-right {
    margin-top: 10px;
  }
  #port-footer .main-footer #footer-right ul {
    list-style: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  #port-footer .main-footer #footer-right ul li {
    margin: 0 5px 5px 5px;
  }
  #port-footer .main-footer #footer-right svg {
    width: 30px;
    height: auto;
  }
  #port-footer .main-footer #footer-right svg:hover {
    fill: #31C4F3;
  }
  #port-footer #nuba-footer-logo {
    margin-bottom: 4px;
    margin-left: 4px;
    width: 20px;
    opacity: .3;
  }
  #port-footer #nuba-footer {
    background-color: #141616;
    padding: 10px;
  }
  #port-footer .sub-footer {
    background-color: #0a0a0a;
    padding: 10px;
  }
  #special-modal .modal-header {
    background-color: #31C4F3;
    color: #ffffff;
  }
  #special-modal .modal-header h5 {
    font-weight: bolder;
  }
  #special-modal .modal-header button {
    font-size: 1.5rem;
    color: #ffffff;
    padding-top: 18px;
    padding-right: 23px;
  }
  #special-modal .modal-header button:hover {
    color: #053D4E;
  }
  #special-modal .modal-body {
    padding: 30px;
  }
  #special-modal .modal-footer {
    background-color: #053D4E;
    color: #ffffff;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #special-modal .modal-footer button {
    background-color: #31C4F3;
    color: #ffffff;
    padding: 10px 30px;
    border-radius: 50px;
    outline: none;
    border: none;
  }
  #special-modal .modal-footer button:hover {
    background-color: #0a8bb4;
  }
  #special-modal .modal-footer button a {
    color: #ffffff;
    text-decoration: none;
  }
  #special-modal .modal-dialog {
    max-width: 100%;
  }
}

@media (min-width: 375px) {
  #port-carousel-slider .port-carousel-indicators {
    bottom: 35%;
    right: 36%;
  }
  #nuba-section .nuba-section-text {
    padding: 50px;
  }
}

@media (min-width: 411px) {
  #port-carousel-slider .port-carousel-indicators {
    bottom: 35%;
    right: 37%;
  }
  #port-carousel-slider .port-carousel-item .phone-slides {
    height: auto;
  }
  #nuba-section .nuba-section-text {
    padding: 60px;
  }
}

@media (min-width: 768px) {
  #sub-nav .subnav-container {
    width: 95%;
  }
  #port-carousel-slider .port-carousel-indicators {
    right: 43%;
  }
  #port-carousel-slider .port-carousel-caption {
    left: 10%;
    right: 10%;
  }
  #port-carousel-slider .port-carousel-caption .port-caption-title {
    font-size: 3rem;
  }
  #port-carousel-slider .port-carousel-caption p {
    font-size: 1.1rem;
  }
  #port-carousel-slider .port-carousel-item .phone-slides {
    display: none;
  }
  #port-carousel-slider .port-carousel-item .tablet-slides {
    display: block;
    height: auto;
  }
  #request-demo-squares-right {
    display: block;
    position: absolute;
    right: 0;
  }
  #request-demo-squares-right .square-skew {
    -webkit-transform: skewY(-5deg);
            transform: skewY(-5deg);
  }
  #request-demo-squares-right .square-skew.dark {
    background-color: #053D4E;
    width: 45px;
    height: 150px;
    position: relative;
    top: -50px;
    margin-left: auto;
  }
  #request-demo-squares-right .square-skew.light {
    background-color: #31C4F3;
    width: 80px;
    height: 155px;
    position: relative;
    top: -175px;
    margin-left: auto;
  }
  #request-demo-squares-right .square-skew.medium {
    background-color: #ffffff;
    width: 45px;
    height: 70px;
    position: relative;
    top: -210px;
    margin-left: auto;
  }
  #request-demo-squares-left {
    display: block;
    position: absolute;
    left: 0;
  }
  #request-demo-squares-left .square-skew {
    -webkit-transform: skewY(-5deg);
            transform: skewY(-5deg);
  }
  #request-demo-squares-left .square-skew.medium {
    background-color: #ffffff;
    width: 54px;
    height: 140px;
    position: relative;
    top: 195px;
    margin-right: auto;
  }
  #request-demo-squares-left .square-skew.light {
    background-color: #31C4F3;
    width: 80px;
    height: 155px;
    position: relative;
    top: 285px;
    margin-right: auto;
  }
  #request-demo-squares-left .square-skew.dark {
    background-color: #053D4E;
    width: 32px;
    height: 135px;
    position: relative;
    top: 25px;
    margin-right: auto;
  }
  #about-section .about-port .about-button {
    width: 46%;
    margin: 5px;
  }
  #request-demo-section .section-heading {
    padding-top: 150px;
  }
  #request-demo-section #port-vendor {
    width: 276px;
    margin-top: -30px;
    display: block;
  }
  #modules-section {
    background-size: 150%;
  }
  #calendar-section .live-demo p {
    padding: 0 45px;
  }
  #calendar-section .live-demo button {
    width: 55%;
  }
  #live-event-demo-modal .modal-body button {
    width: 30%;
  }
  #live-event-demo-modal .modal-footer button {
    margin: 0;
    margin-left: 10px;
  }
  #nuba-section .nuba-section-illustration {
    text-align: center;
  }
  #nuba-section .nuba-section-illustration img {
    margin-top: -35px;
    margin-bottom: 15px;
    width: 50%;
  }
  #nuba-section .nuba-section-text {
    padding: 60px;
  }
  #nuba-section .nuba-section-text img {
    width: 40%;
    margin-bottom: 40px;
  }
  #nuba-section .nuba-section-text p:nth-child(3) {
    margin-bottom: 30px;
  }
  #nuba-section .nuba-section-text a {
    background-color: #053D4E;
    color: #ffffff;
    padding: 10px 30px;
    border-radius: 50px;
    outline: none;
    border: none;
    text-decoration: none;
  }
  #nuba-section .nuba-section-text a:hover {
    background-color: #ffffff;
    color: #053D4E;
  }
  #special-modal .modal-dialog {
    max-width: 80%;
  }
}

@media (min-width: 992px) {
  #sub-nav .subnav-container {
    width: 80%;
  }
  #sub-nav .subnav-container .social-block {
    margin-left: 30px;
  }
  #sub-nav .subnav-container .languages-block {
    padding: 2px 4px;
  }
  #sub-nav .subnav-container .languages-block a {
    margin: 0 3px;
    cursor: pointer;
  }
  nav .navbar-container {
    width: 80%;
  }
  nav #main-navbar {
    position: -webkit-sticky;
    position: sticky;
  }
  #port-carousel-slider {
    display: block;
    height: 90vh;
  }
  #port-carousel-slider .carousel-inner {
    height: 100%;
  }
  #port-carousel-slider .port-carousel-indicators {
    padding: 15px;
    border-radius: 30px;
    background-color: #053D4E;
    position: absolute;
    bottom: 45%;
    right: 11%;
    z-index: 15;
    display: block;
    list-style: none;
  }
  #port-carousel-slider .port-carousel-indicators li {
    border-radius: 50%;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 15px;
    height: 15px;
    margin-right: 3px;
    margin-left: 3px;
    cursor: pointer;
    background-color: #31C4F3;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    -webkit-transition: opacity .6s ease;
    transition: opacity .6s ease;
  }
  #port-carousel-slider .port-carousel-item .tablet-slides {
    display: none;
  }
  #port-carousel-slider .port-carousel-item .laptop-slides {
    display: block;
    height: auto;
  }
  #port-carousel-slider .port-carousel-caption {
    position: absolute;
    text-align: left;
    top: 28%;
    left: 11%;
    z-index: 10;
    color: #ffffff;
  }
  #port-carousel-slider .port-carousel-caption .port-caption-title {
    font-size: 3rem;
    font-weight: bold;
    font-family: "Ubuntu", sans-serif;
    font-style: normal;
  }
  #port-carousel-slider .port-carousel-caption p {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  #port-carousel-slider .port-carousel-caption a {
    margin-top: 10px;
  }
  #port-carousel-slider .port-scroll-icon {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 120px;
  }
  #port-carousel-slider .port-scroll-icon img {
    opacity: 1;
    width: 30px;
  }
  #port-carousel-slider .port-scroll-icon img:hover {
    opacity: .9;
  }
  #about-section {
    padding: 40px 0;
  }
  #about-section .section-heading {
    padding-top: 150px;
  }
  #about-section .about-port {
    margin-top: 80px;
  }
  #about-section .about-port .about-button {
    width: 46%;
    margin: 5px;
  }
  #truck-drawing {
    display: block;
  }
  #truck-drawing img {
    position: absolute;
    width: 350px;
    height: auto;
    top: 882px;
    opacity: .1;
  }
  #request-demo-squares-left .square-skew.light {
    top: 283px;
  }
  #request-demo-section #request-demo-form {
    width: 80%;
    margin: 0 auto;
  }
  #video-section {
    background-position-x: -185px;
    background-position-y: -85px;
  }
  #video-section .section-heading {
    margin-top: 60px;
  }
  #video-section .section-heading .heading-title {
    line-height: 40px;
    padding-bottom: 10px;
  }
  #video-section video {
    margin-top: 35px;
  }
  #modules-section {
    background-size: 100%;
    height: 458px;
  }
  #modules-section .feature-box img {
    width: 100%;
    height: auto;
    padding: 60px;
  }
  #modules-section .feature-description {
    background-color: #31C4F3;
  }
  #calendar-section {
    background-image: url("/images/icons/calendar.svg");
    background-repeat: no-repeat;
    background-size: 55%;
    background-position-x: -145px;
  }
  #calendar-section .row {
    margin-top: 125px;
  }
  #calendar-section .section-heading {
    padding-top: 80px;
  }
  #live-event-demo-modal .modal-dialog {
    max-width: 80%;
  }
  #live-event-demo-modal #live-demo-spots-1,
  #live-event-demo-modal #live-demo-spots-2,
  #live-event-demo-modal #live-demo-spots-3 {
    margin-top: 0;
    padding: 20px;
  }
  #live-event-demo-modal .modal-body .live-demo-legend {
    padding: 0 23px;
  }
  #nuba-section .nuba-section-illustration img {
    width: 95%;
  }
  #nuba-section .nuba-section-text img {
    width: 50%;
  }
  #port-footer .main-footer #footer-middle {
    margin-top: 0px;
  }
  #port-footer .main-footer #footer-middle ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

@media (min-width: 1200px) {
  #sub-nav .subnav-container .languages-block a {
    margin: 0 5px;
  }
  nav .navbar-brand img {
    width: 180px;
    height: auto;
  }
  nav #main-navbar li {
    padding: 24px;
  }
  #port-carousel-slider .port-carousel-indicators {
    bottom: 43%;
  }
  #port-carousel-slider .port-carousel-caption {
    top: 30%;
  }
  #port-carousel-slider .port-carousel-caption .port-caption-title {
    font-size: 4rem;
  }
  #port-carousel-slider .port-carousel-item .laptop-slides {
    display: none;
  }
  #port-carousel-slider .port-carousel-item .small-desktop-slides {
    display: block;
  }
  #about-section {
    padding: 75px 0;
  }
  #truck-drawing img {
    width: 433px;
  }
  #request-demo-squares-right .square-skew.dark {
    width: 65px;
    height: 150px;
    top: -80px;
  }
  #request-demo-squares-right .square-skew.light {
    width: 105px;
    height: 195px;
    top: -195px;
  }
  #request-demo-squares-right .square-skew.medium {
    width: 40px;
    height: 65px;
    top: -235px;
  }
  #request-demo-squares-left .square-skew.medium {
    width: 58px;
    height: 200px;
    top: 85px;
  }
  #request-demo-squares-left .square-skew.light {
    width: 80px;
    height: 225px;
    top: 214px;
  }
  #request-demo-squares-left .square-skew.dark {
    width: 32px;
    height: 206px;
    top: -163px;
  }
  #video-section {
    background-size: 725px;
  }
  #video-section .section-heading {
    margin-top: 100px;
  }
  #video-section .section-heading .heading-title {
    line-height: normal;
  }
  #video-section video {
    margin-top: 35px;
  }
  #modules-section {
    height: 503px;
  }
  #calendar-section {
    background-size: 31%;
    background-position-x: -58px;
  }
  #calendar-section .section-heading {
    padding-top: 65px;
  }
  #calendar-section .calendar-card .card-body button {
    width: 48%;
  }
  #calendar-section .calendar-card .card-body .card-button-container {
    text-align: center;
  }
  #calendar-section .calendar-card .card-body .card-button-container button:nth-child(2) {
    margin-left: 10px;
  }
  #view-event-map-modal .modal-dialog {
    max-width: 90%;
  }
  #nuba-section .nuba-section-text img {
    margin-top: 30px;
  }
  #nuba-section .nuba-section-text p:nth-child(3) {
    margin-bottom: 50px;
  }
  #port-footer .main-footer #footer-right {
    margin-top: 5px;
  }
  #special-modal .modal-footer {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (min-width: 1440px) {
  #port-carousel-slider {
    height: 88vh;
  }
  #port-carousel-slider .port-carousel-item .small-desktop-slides {
    display: none;
  }
  #port-carousel-slider .port-carousel-item .desktop-slides {
    display: block;
  }
  #port-carousel-slider .port-carousel-indicators {
    bottom: 44%;
  }
  #port-carousel-slider .port-carousel-caption {
    top: 27%;
  }
  #truck-drawing img {
    width: 475px;
    top: 863px;
  }
  #request-demo-squares-right .square-skew.dark {
    width: 115px;
    height: 150px;
    top: -75px;
  }
  #request-demo-squares-right .square-skew.light {
    width: 160px;
    height: 230px;
    top: -170px;
  }
  #request-demo-squares-right .square-skew.medium {
    width: 100px;
    height: 95px;
    top: -220px;
  }
  #request-demo-squares-left .square-skew.medium {
    width: 98px;
    height: 200px;
    top: 80px;
  }
  #request-demo-squares-left .square-skew.light {
    width: 135px;
    height: 220px;
    top: 222px;
  }
  #request-demo-squares-left .square-skew.dark {
    width: 61px;
    height: 200px;
    top: -155px;
  }
  #live-event-demo-modal .modal-dialog {
    max-width: 60%;
  }
  #live-event-demo-modal .modal-body button {
    max-height: 45px;
  }
  #live-event-demo-modal .modal-body .live-demo-legend {
    padding: 0 12px;
  }
  #live-event-demo-modal #live-demo-spots-1,
  #live-event-demo-modal #live-demo-spots-2,
  #live-event-demo-modal #live-demo-spots-3 {
    margin-top: 10px;
    padding: 0 10px;
  }
  #nuba-section .nuba-section-illustration img {
    width: 75%;
  }
  #special-modal .modal-dialog {
    width: 50%;
  }
}

@media (min-width: 1920px) {
  #port-carousel-slider .port-carousel-caption {
    top: 30%;
  }
  #truck-drawing img {
    width: 435px;
    top: 995px;
  }
  #request-demo-squares-right .square-skew.dark {
    width: 115px;
    height: 150px;
    top: -125px;
  }
  #request-demo-squares-right .square-skew.light {
    width: 160px;
    height: 280px;
    top: -230px;
  }
  #request-demo-squares-right .square-skew.medium {
    width: 100px;
    height: 80px;
    top: -260px;
  }
  #request-demo-squares-left .square-skew.medium {
    width: 110px;
    height: 243px;
    top: -60px;
  }
  #request-demo-squares-left .square-skew.light {
    width: 160px;
    height: 270px;
    top: 120px;
  }
  #request-demo-squares-left .square-skew.dark {
    width: 61px;
    height: 235px;
    top: -339px;
  }
  #video-section {
    background-position-x: -100px;
  }
  #modules-section {
    background-size: 80%;
    background-position-y: -615px;
    height: 502px;
  }
  #calendar-section {
    background-size: 38%;
    background-position-x: -66px;
  }
  #live-event-demo-modal .modal-dialog {
    max-width: 50%;
  }
  #live-event-demo-modal .modal-body {
    padding: 15px 35px;
  }
  #nuba-section .nuba-section-illustration img {
    margin-top: -70px;
    padding-left: 115px;
  }
  #nuba-section .nuba-section-text {
    padding: 50px;
  }
  #nuba-section .nuba-section-text img {
    width: 40%;
    margin-bottom: 40px;
  }
  #nuba-section .nuba-section-text p {
    padding: 10px 100px;
  }
  #nuba-section .nuba-section-text p:nth-child(3) {
    margin-bottom: 40px;
  }
}
/*# sourceMappingURL=styles.css.map */