@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
}

* {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

.text-center {
  text-align: center;
}

::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #FD6C3C;
  border-radius: 4px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

a:hover {
  opacity: 0.7;
  transition: 0.2s all linear;
}

.french-text {
  display: none;
}

.creole-text {
  display: none;
}

.english-language .english-text {
  display: block;
}
.english-language .french-text {
  display: none;
}
.english-language .creole-text {
  display: none;
}

.french-language .english-text {
  display: none;
}
.french-language .french-text {
  display: block;
}
.french-language .creole-text {
  display: none;
}

.creole-language .english-text {
  display: none;
}
.creole-language .french-text {
  display: none;
}
.creole-language .creole-text {
  display: block;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.goog-te-banner-frame.skiptranslate, .goog-te-gadget-icon {
  display: none !important;
}

body {
  top: 0px !important;
}

.goog-tooltip {
  display: none !important;
}

.goog-tooltip:hover {
  display: none !important;
}

.goog-text-highlight {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

#goog-gt-tt, .goog-te-balloon-frame {
  display: none !important;
}

.goog-text-highlight {
  background: none !important;
  box-shadow: none !important;
}

.goog-logo-link {
  display: none !important;
}

.goog-te-gadget {
  color: transparent !important;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.landing-page-wrapper p {
  font-size: 18px;
}
.landing-page-wrapper h2 {
  font-size: 25px;
}

.moris-container {
  padding: 40px 150px;
}

.language-select, .goog-te-combo {
  border: none;
  display: block;
  background: #fff;
  margin: auto;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
}
.language-select:focus, .goog-te-combo:focus {
  outline: none;
}

#google_translate_element {
  margin-top: 20px;
  margin-right: 13px;
}

#goog-gt-tt {
  display: none;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.15);
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1;
  display: none;
  transition: 0.3s all linear;
  opacity: 0;
}
.header .navbar-brand {
  max-width: 140px;
  display: inline-block;
}
.header .navbar-brand img {
  width: 100%;
}
.header .navbar-center {
  display: flex;
  margin: 0;
  flex-wrap: nowrap;
}
.header .navbar-center li {
  list-style: none;
  margin: 0;
}
.header .navbar-center .nav-link {
  font-size: 18px;
  color: #746C6C;
  padding: 35px 20px;
  text-decoration: none;
  transition: 0.2s all linear;
  display: block;
}
.header .navbar-center .nav-link:hover, .header .navbar-center .nav-link.active {
  color: #000;
  font-weight: 500;
}
.header .navbar-right {
  display: flex;
  align-items: center;
}
.header .navbar-right .language-select {
  margin-right: 50px;
}
.header .navbar-right .multilingual {
  width: 20px;
  margin-right: 10px;
}
.header .navbar-right .multilingual img {
  width: 100%;
}
.header .gov-logo {
  max-width: 50px;
}
.header .gov-logo img {
  width: 100%;
}

.has-header .header {
  display: flex;
  opacity: 1;
}

.hero-section .row {
  align-items: center;
}
.hero-section .robo-graphics {
  background-image: url(./images/hero-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 50px;
  padding-left: 20px;
}
.hero-section .moris-logo {
  max-width: 250px;
  margin-bottom: 20px;
}
.hero-section h1 {
  font-size: 60px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 20px;
}
.hero-section .hero-text {
  font-size: 35px;
  margin-top: 0;
}
.hero-section .hero-animation {
  width: 100%;
}

.mitc-tech {
  background: linear-gradient(91.07deg, #FF3E3E 0.08%, #FF7500 0.09%, #FFB93E 151.03%);
  text-align: center;
}
.mitc-tech p {
  margin-bottom: 30px;
  color: #fff;
}
.mitc-tech p:last-child {
  margin-bottom: 0;
}

.whatis-moris {
  padding-top: 100px;
  padding-bottom: 100px;
}
.whatis-moris .row {
  align-items: center;
}
.whatis-moris img {
  width: 80%;
}
.whatis-moris p {
  color: #626262;
}

.benefits-section {
  text-align: center;
  background-image: url(./images/benefit-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 100px;
}
.benefits-section p {
  color: #626262;
}

.features-section img {
  width: 100%;
}
.features-section ul {
  padding-left: 25px;
}
.features-section ul li {
  font-size: 18px;
  margin-bottom: 20px;
  color: #626262;
}
.features-section .tabs-panel {
  display: flex;
  width: 100%;
  margin-bottom: 30px;
}
.features-section .tabs-panel input {
  display: none;
}
.features-section .tabs-panel .tabs-item {
  width: 50%;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}
.features-section .tabs-panel .tabs-item h3 {
  padding: 20px;
  margin: 0;
  position: relative;
  font-weight: normal;
  background-color: #C4C4C4;
}
.features-section .tabs-panel .tabs-item:first-child {
  margin-right: 20px;
}
.features-section .tabs-panel input[name=featuresTab]:checked ~ h3 {
  background-color: #FF7500;
  color: #fff;
}
.features-section .tabs-panel input[name=featuresTab]:checked ~ h3::before {
  content: "";
  height: 0px;
  width: 0px;
  border-top: 10px solid #FF7500;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.future-plans-section {
  text-align: center;
  background-image: url(./images/fplans-bg.png);
}
.future-plans-section .row {
  margin: 70px 0;
  justify-content: center;
}
.future-plans-section .fplans-box {
  padding: 30px;
  border-radius: 8px;
  background: #F3F3F3;
}
.future-plans-section .fplans-box:hover img {
  transform: rotateY(360deg);
}
.future-plans-section .fimg-wrapper {
  max-width: 140px;
  border-radius: 4px;
  background-color: rgba(255, 138, 0, 0.85);
  padding: 25px;
  margin: auto;
  margin-bottom: 40px;
  margin-top: 30px;
}
.future-plans-section .fimg-wrapper img {
  width: 100%;
  transition: 0.5s all linear;
}
.future-plans-section p {
  min-height: 70px;
}
.future-plans-section .col-md-4:first-child .fplans-box {
  margin-right: 35px;
}
.future-plans-section .col-md-4:nth-child(2) .fplans-box {
  margin: 0 20px;
}
.future-plans-section .col-md-4:last-child .fplans-box {
  margin-left: 35px;
}

.cookies-block {
  position: fixed;
  left: 20px;
  bottom: 20px;
  max-width: 375px;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-left: 0;
  z-index: 99999;
}
.cookies-block a {
  color: #FF7500;
  text-decoration: none;
}
.cookies-block p {
  margin: 0;
  line-height: 25px;
}
.cookies-block .accept-button {
  text-align: right;
  margin-top: 15px;
}
.cookies-block .btn {
  padding: 12px 20px;
  background-color: #FF7500;
  color: #fff;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  margin-left: auto;
}

.get-app {
  text-align: center;
}
.get-app h3 {
  font-size: 22px;
  font-weight: 500;
}
.get-app .app-links-wrapper {
  display: flex;
  justify-content: center;
}
.get-app .social-wrapper {
  display: flex !important;
  align-items: center;
  text-decoration: none;
  color: #000;
  border: 1px solid #000;
  max-width: 170px;
  padding: 5px 10px;
  border-radius: 8px;
  margin-right: 10px;
  transition: 0.2s all linear;
}
.get-app .social-wrapper:hover {
  background-color: #ffa251;
  color: #fff;
  border-color: #ffa251;
}
.get-app .social-wrapper:hover img {
  transform: rotateY(360deg);
}
.get-app .social-wrapper img {
  width: 30px;
  transition: 0.5s all linear;
}
.get-app .social-wrapper .social-icon {
  line-height: 0;
}
.get-app .social-wrapper .social-text {
  margin-left: 11px;
  font-size: 13px;
  text-align: left;
}
.get-app .social-wrapper .social-text h4 {
  margin: 0;
  font-size: 15px;
}

.footer-section {
  background: linear-gradient(91.07deg, #FF7500 0.09%, #FF943A 151.03%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer-section .left-footer {
  max-width: 500px;
  color: #fff;
}
.footer-section .left-footer .copyright {
  margin-left: 20px;
  color: #fff;
  font-size: 18px;
}
.footer-section .left-footer .nvision-logo {
  width: 110px !important;
  max-width: none !important;
  margin-left: 15px;
}
.footer-section .left-footer p {
  /* display: flex; */
  /* align-items: center; */
  display: block;
  margin: 0;
}
.footer-section img {
  width: 40px;
}
.footer-section .right-footer {
  display: flex;
  color: #fff;
}
.footer-section .right-footer a {
  color: #fff;
  text-decoration: none;
  padding: 0 10px;
  font-size: 18px;
}

@media only screen and (max-width: 1439px) {
  .moris-container {
    padding: 40px 80px;
  }

  .header {
    padding-top: 0;
    padding-bottom: 0;
  }
  .header .navbar-brand {
    max-width: 100px;
  }
  .header .navbar-center {
    padding-left: 0;
  }
  .header .navbar-center li {
    margin: 10px;
  }
  .header .navbar-center .nav-link {
    font-size: 12px;
    padding: 20px 10px;
  }
  .header .navbar-right .language-select {
    font-size: 12px;
  }
  .header .navbar-right img {
    width: 60px;
  }

  .hero-section .row {
    align-items: center;
  }
  .hero-section h1 {
    font-size: 40px;
  }
  .hero-section .moris-logo {
    max-width: 160px;
    margin-bottom: 20px;
  }
  .hero-section .robo-graphics {
    margin-right: 30px;
  }
  .hero-section .hero-text {
    font-size: 30px;
  }

  .landing-page-wrapper p {
    font-size: 14px;
  }
  .landing-page-wrapper h2 {
    font-size: 22px;
  }

  .features-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .features-section .col-md-5:first-child {
    padding-right: 50px;
  }
  .features-section ul li {
    font-size: 16px;
  }
  .features-section .tabs-panel .tabs-item {
    font-size: 15px;
  }

  .future-plans-section {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .future-plans-section .fimg-wrapper {
    max-width: 120px;
    border-radius: 4px;
    background-color: rgba(255, 138, 0, 0.85);
    padding: 20px;
  }
  .future-plans-section .fimg-wrapper img {
    width: 100%;
  }
  .future-plans-section p {
    min-height: 60px;
  }
  .future-plans-section .col-md-4:first-child .fplans-box {
    margin-right: 25px;
  }
  .future-plans-section .col-md-4:nth-child(2) .fplans-box {
    margin: 0 10px;
  }
  .future-plans-section .col-md-4:last-child .fplans-box {
    margin-left: 25px;
  }

  .get-app h3 {
    font-size: 20px;
  }
  .get-app .app-links {
    margin-left: 10px;
    height: 45px;
  }

  .footer-section {
    padding: 20px 80px;
  }
  .footer-section .left-footer {
    max-width: 300px;
  }
  .footer-section .left-footer .copyright {
    font-size: 16px;
  }
  .footer-section img {
    max-width: 30px;
  }
  .footer-section .right-footer a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1023px) {
  .moris-container {
    padding: 40px 50px;
  }

  .header {
    padding: 10px 50px;
  }
  .header .navbar-center {
    display: none !important;
  }
  .header #google_translate_element {
    margin-top: 13px;
    margin-right: 13px;
  }
  .header .navbar-brand {
    max-width: 75px;
  }
  .header .navbar-right .language-select {
    margin: 0;
    margin-right: 20px;
  }
  .header .navbar-right img {
    width: 50px;
  }

  .hero-section .row {
    align-items: center;
  }
  .hero-section h1 {
    font-size: 40px;
  }
  .hero-section .moris-logo {
    max-width: 300px;
    margin-bottom: 10px;
  }
  .hero-section .hero-heading {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .hero-section .hero-text {
    font-size: 18px;
  }

  .landing-page-wrapper p {
    font-size: 12px;
  }
  .landing-page-wrapper h2 {
    font-size: 16px;
  }

  .features-section {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .features-section .col-md-5, .features-section .col-md-7 {
    width: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .features-section .col-md-5:first-child {
    padding-right: 30px;
  }
  .features-section ul li {
    font-size: 12px;
  }
  .features-section .tabs-panel {
    margin-bottom: 10px;
  }
  .features-section .tabs-panel .tabs-item {
    font-size: 12px;
  }
  .features-section .tabs-panel .tabs-item h3 {
    padding: 10px;
  }

  .french-language .tabs-panel .tabs-item h3, .creole-language .tabs-panel .tabs-item h3 {
    min-height: 53px;
  }

  .future-plans-section .fplans-box {
    padding: 20px;
  }
  .future-plans-section .fimg-wrapper {
    max-width: 80px;
    border-radius: 4px;
    background-color: rgba(255, 138, 0, 0.85);
    padding: 20px;
    margin: 20px auto 0;
  }
  .future-plans-section .fimg-wrapper img {
    width: 100%;
  }
  .future-plans-section .row {
    margin: 40px 0 0;
  }
  .future-plans-section p {
    min-height: 40px;
  }
  .future-plans-section .col-md-4:first-child .fplans-box {
    margin-right: 25px;
  }
  .future-plans-section .col-md-4:nth-child(2) .fplans-box {
    margin: 0 10px;
  }
  .future-plans-section .col-md-4:last-child .fplans-box {
    margin-left: 25px;
  }

  .get-app h3 {
    font-size: 15px;
  }
  .get-app .app-links {
    margin-left: 10px;
    height: 35px;
  }

  .footer-section {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .footer-section .left-footer {
    max-width: 800px;
  }
  .footer-section .left-footer .copyright {
    font-size: 12px;
  }
  .footer-section img {
    max-width: 30px;
  }
  .footer-section .right-footer a {
    font-size: 12px;
  }

  .cookies-block {
    max-width: 300px;
  }
  .cookies-block .btn {
    padding: 10px 15px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-section .robo-graphics {
    margin-right: 0;
    padding-left: 20px;
  }

  .moris-container {
    padding: 15px;
  }

  .header .navbar-right .multilingual {
    width: 16px;
  }

  .header .navbar-brand {
    max-width: 60px;
  }
  .header .goog-te-gadget .goog-te-combo {
    max-width: 90px;
  }
  .header .navbar-center {
    display: none !important;
  }
  .header #google_translate_element {
    margin-top: 9px;
    margin-right: 13px;
  }
  .header .navbar-right {
    display: flex;
  }
  .header .navbar-right img {
    width: 45px;
  }

  .future-plans-section .row {
    margin: 5px -10px 0;
  }
  .future-plans-section .fplans-box {
    margin: 0 0 20px 0 !important;
    box-shadow: none;
    padding: 15px;
  }
  .future-plans-section .col-md-4:last-child .fplans-box {
    margin-bottom: 0 !important;
  }

  .features-section ul {
    margin-bottom: 0;
  }

  .features-section ul li:last-child {
    margin-bottom: 0;
  }

  .hero-section {
    text-align: center;
  }
  .hero-section .sm-o-2 {
    order: 2;
  }
  .hero-section .moris-logo {
    max-width: 120px;
    margin: 20px auto 10px;
  }
  .hero-section .hero-heading {
    font-size: 20px;
  }
  .hero-section .hero-text {
    font-size: 15px;
  }

  .get-app {
    text-align: center;
  }
  .get-app h3 {
    font-size: 15px;
  }
  .get-app .app-links-wrapper {
    flex-wrap: wrap;
  }
  .get-app .social-wrapper {
    max-width: 150px;
    margin-bottom: 15px;
  }
  .get-app .social-wrapper img {
    width: 20px;
  }
  .get-app .social-wrapper .social-text {
    font-size: 11px;
  }
  .get-app .social-wrapper .social-text h4 {
    font-size: 12px;
  }

  .whatis-moris {
    text-align: center;
  }
  .whatis-moris img {
    width: 100%;
  }
  .whatis-moris h2 {
    margin-top: 30px;
  }

  .features-section .tabs-panel {
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .features-section .tabs-panel .tabs-item h3 {
    padding: 10px;
    font-size: 13px;
  }
  .features-section .col-md-5:first-child {
    padding-right: 15px;
  }
  .features-section .col-md-5, .features-section .col-md-7 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .french-language .tabs-panel .tabs-item h3, .creole-language .tabs-panel .tabs-item h3 {
    min-height: 53px;
  }

  .footer-section {
    display: block;
  }
  .footer-section .left-footer {
    justify-content: center;
  }
  .footer-section .left-footer .copyright {
    margin-left: 10px;
    font-size: 12px;
  }
  .footer-section img {
    max-width: 20px;
  }
  .footer-section .right-footer {
    justify-content: center;
    margin-top: 10px;
  }
  .footer-section .right-footer a {
    font-size: 12px;
  }

  .cookies-block {
    transform: translateX(-50%);
    left: 50%;
    width: calc(100% - 30px);
    padding: 15px;
  }
}

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