@import url(bootstrap.min.css);
body {
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  font-size: 20px;
}

@media (min-width: 1200px) {
  .h1, h1 {
    font-size: 3rem;
  }

  .h2, h2 {
    font-size: 2.5rem;
  }
}
.h1 span, h1 span, .h2 span, h2 span, .h3 span, h3 span {
  color: #f2852a;
}

a {
  color: #f2852a;
  text-decoration: none;
}

.btn {
  border-radius: 0;
  --bs-btn-font-size: 1.125rem;
}

.btn-outline-primary {
  --bs-btn-color: #000;
  --bs-btn-border-color: #f2852a;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f2852a;
  --bs-btn-hover-border-color: #f2852a;
  --bs-btn-focus-shadow-rgb: 13,110,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #f2852a;
  --bs-btn-active-border-color: #f2852a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f2852a;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f2852a;
  --bs-gradient: none;
}

.btn-primary {
  --bs-btn-color: #000;
  --bs-btn-bg: #f2852a;
  --bs-btn-border-color: #f2852a;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #f2852a;
  --bs-btn-hover-border-color: #f2852a;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #f2852a;
  --bs-btn-active-border-color: #f2852a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #f2852a;
  --bs-btn-disabled-border-color: #f2852a;
}

.btn-dark {
  color: #f2852a;
}

.text-primary {
  color: #f2852a !important;
}

.bg-primary {
  background-color: #f2852a !important;
}

.bg-dark {
  background-color: #000 !important;
}

:root {
  --bs-border-radius: 0;
  --bs-border-width: 2px;
  --bs-border-color: #000;
}

.header {
  position: relative;
  z-index: 3;
}
@media (min-width: 992px) {
  .header {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 3;
  }
}
@media (min-width: 992px) {
  .header .navbar-nav .nav-item {
    margin-left: 2rem;
    font-size:1rem;
  }
}
.header .navbar-nav .btn-outline-primary {
  border: 2px solid #f2852a;
}
@media (min-width: 992px) {
  .header .navbar {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 992px) {
  .header .navbar {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }
}

.dropdown-menu {
  --bs-dropdown-link-active-bg: #f2852a;
}

.sub-page .header {
  position: static;
}
.sub-page .intro-banner {
  position: relative;
  background-size: cover;
}
.sub-page .intro-banner .overlay {
  display: none;
}
.sub-page .intro-banner .container-content {
  position: relative;
}

.navbar-dark, .navbar[data-bs-theme=dark] {
  background-color: #000 !important;
  --bs-navbar-color: #fff;
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
}

.navbar-brand img {
  max-width: 18rem;
}

.intro-banner {
  background-repeat: no-repeat;
  background-size: cover;
}
.intro-banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
}
.intro-banner .container-content {

}
.intro-banner h1, .intro-banner p {
  color: #fff;
}
.intro-banner h1 span, .intro-banner p span {
  color: #f2852a;
}
@media (min-width: 992px) {
  .intro-banner h1 {
    margin-bottom: 2rem;
  }
  .intro-banner p {
    margin-bottom: 2.5rem;
  }
}
.intro-banner .btn-outline-primary {
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #fff;
}
@media (max-width: 991px) {
  .intro-banner {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .intro-banner.ratio-21x9 {
    --bs-aspect-ratio: 100%;
  }
}

.bg-pattern {
  background-repeat: no-repeat;
}

.bg-pattern-1 {
  background-repeat: no-repeat;
  background-color: #000;
  background-size: contain;
}

.bg-pattern-2 {
  background-repeat: no-repeat;
}

.section-spacing {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.how-roboteon-drivers-value h2, .how-roboteon-drivers-value h3, .how-roboteon-drivers-value p {
  color: #fff;
}
.how-roboteon-drivers-value .icon {
  margin-bottom: 2rem;
}

.resources h2, .resources h5, .resources p {
  color: #fff;
}
.resources .card {
  background-color: transparent;
  border: 0;
}
.resources .card .card-body {
  padding-left: 0;
  padding-right: 0;
}

ul.list-with-bullets {
  list-style: none;
  padding: 0 0 0 0rem;
  margin: 0 0 2rem;
}

ul.list-with-bullets > li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
  font-weight: 500;
}

ul.list-with-bullets > li .icon-arrow {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25rem;
}


ul.list-with-bullets > li:before {
 /*
  position: relative;
  margin-bottom: 1rem;
  font-weight: 500;
  position: absolute;
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNS4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZD0iTTQzOC42IDI3OC42YzEyLjUtMTIuNSAxMi41LTMyLjggMC00NS4zbC0xNjAtMTYwYy0xMi41LTEyLjUtMzIuOC0xMi41LTQ1LjMgMHMtMTIuNSAzMi44IDAgNDUuM0wzMzguOCAyMjQgMzIgMjI0Yy0xNy43IDAtMzIgMTQuMy0zMiAzMnMxNC4zIDMyIDMyIDMybDMwNi43IDBMMjMzLjQgMzkzLjRjLTEyLjUgMTIuNS0xMi41IDMyLjggMCA0NS4zczMyLjggMTIuNSA0NS4zIDBsMTYwLTE2MHoiLz48L3N2Zz4=);
  width: 0.9em;
  height: 0.9em;
  fill: #000;
  left: 0px;
  */
  
}

ul.list-with-bullets > li:before {
    position: absolute;
    width: 0.4em;
    height: 0.4em;
    left: 0px;
    content: "";
    list-style-type: square;
    background-color: #e67322;
    top: 10px;
}

   ul.list-with-bullets > li {
          position: relative;
padding-left: 2em;          
}

@media (min-width: 992px) {
  .video {
    margin-bottom: -12rem;
  }
}
.video .link {
  cursor: pointer;
}

.link
{
  cursor: pointer;
}

@media (min-width: 992px) {
  .how-roboteon-drivers-value-spacing-top {
    padding-top: 15rem;
  }
}

@media (min-width: 992px) {
  .markets-we-serve-spacing-top {
    padding-top: 12rem;
  }
}

.ready-to-discuss {
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .ready-to-discuss {
    margin-top: -6rem;
    margin-bottom: -9rem;
  }
}

@media (min-width: 992px) {
  .what-makes-us-different-spacing-btm {
    padding-bottom: 10rem;
  }
}

footer {
  color: #fff;
  font-size: 0.75rem;
}
footer .social-links a {
  background-color: #f3862a;
  color: #000;
  border-radius: 100%;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.75rem;
}
footer .text-address {
  line-height: 1.75;
}
footer a {
  color: #fff;
  text-decoration: none;
  font-size: 0.75rem;
}
footer hr {
  border-top-width: 1px;
  opacity: 1;
}
footer hr.thick {
  border-width: 4px;
}

hr.thick {
  border-width: 4px;
  opacity: 1;
}

.recent-videos .card {
  border: 0;
}
.recent-videos .card .card-body {
  padding-left: 0;
  padding-right: 0;
}

.border-light {
  border-color: #9e9e9e !important;
}

.list-links .icon {
  font-size: 1.5rem;
}
.list-links .disabled {
  border-color: #9e9e9e !important;
}
.list-links .disabled .icon {
  color: #9e9e9e;
}

.border-dark {
  border-color: #000 !important;
  opacity: 1;
}

.published-by {
  font-size: 0.875rem;
}

.designation {
  font-size: 0.875rem;
}

.border-primary {
  border-color: #f2852a !important;
}

.bg-light {
  background-color: #eeedf2 !important;
}

@media (max-width: 991px) {
  .img-content-solutions-6 {
    width: 100%;
  }
}

.our-vision-content {
  margin-bottom: -15rem;
  position: relative;
}

.our-core-values {
  padding-top: 0;
}

.address {
  position: relative;
  padding-left: 2rem;
}
.address .icon {
  position: absolute;
  left: 0;
  top: 0.25rem;
  font-size: 1.125rem;
  color: #f2852a;
}
.address a {
  color: #000;
}

.modal-video .btn-close {
  position: absolute;
  right: -0.5rem;
  top: -2rem;
  background-color: transparent;
  opacity: 1;
  width: 2rem;
  height: 2rem;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="%23fff"><path d="M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z"/></svg>');
  font-size: 0.8rem;
}
.modal-video .modal-body {
  padding: 0;
}
.modal-video .modal-content {
  border-radius: 0;
}
.modal-video iframe, .modal-video video {
  float: left;
}

.modal-backdrop {
  --bs-backdrop-opacity: 0.9;
}

.modal .modal-header {
  background-color: #f2852a;
  border-bottom-color: #f2852a;
}
.modal .modal-header .modal-title {
  color: #fff;
}
.modal .modal-header .btn-close {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="%23fff"><path d="M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z"/></svg>');
}

.team-members .btn[data-bs-toggle=collapse][aria-expanded=false] .icon.icon-minus {
  display: none;
}
.team-members .btn[data-bs-toggle=collapse][aria-expanded=true] .icon.icon-plus {
  display: none;
}

.bg-img {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-height: 10rem;
}

.bg-gradient-subscribe {
  background: lightgray;
  background: linear-gradient(280deg, lightgray 0%, white 100%);
}

.link-view {
  cursor: pointer;
}

.text-justified {
  text-align: justify;
}

audio::-webkit-media-controls-play-button,
audio::-webkit-media-controls-panel {
  background-color: #ffb941;
}

.card-media-contact {
  background-color: #000;
  position: relative;
  border: 0;
  overflow: hidden;
  border-bottom: 4px solid #f2852a;
}
.card-media-contact .card-body {
  padding: 2rem 2rem !important;
}
.card-media-contact:after {
  top: -40px;
  right: -40px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #f2852a;
  border-width: 40px;
  margin-left: -30px;
  transform: rotate(45deg);
}
.card-media-contact .card-title {
  color: #fff;
  margin-bottom: 1rem;
}
.card-media-contact .card-text {
  color: #fff;
}
.card-media-contact .btn-outline-primary {
  color: #f2852a;
}
.card-media-contact .btn-outline-primary:hover {
  color: #000;
}


.uagb-button__icon.uagb-button__icon-position-before svg {
  width: 10px;
}

.uagb-cta__buttons svg {
  width: 10px;
}

.wp-block-uagb-container.uagb-block-9e2190bb {
  min-height: 115px;

  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0px;
  padding-right: 0px;

  overflow: visible;

  background-color: #fff;
  row-gap: 20px;
  column-gap: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.glossary-menu-list {
  display: flex;
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
}

.glossary-menu-list .glossary-cat__menu.has-posts a {
    background: none;
    opacity: 1;
    cursor: pointer;
    pointer-events: painted;
    transition: all 0.3s ease;
    color: #666666;
}

.glossary-menu-list .glossary-cat__menu a {
    font-size: 1.875rem;
    padding: 0.2rem 1.4rem;
    min-width: 38px;
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "roc-grotesk-wide", "Roc Grotesk", sans-serif;
    font-weight: 700;
    background-color: #f8f9fa !important;
    border-color: #f8f9fa !important;
    margin: 0.4rem;
    pointer-events: none;
    text-transform: uppercase;
    opacity: 0.3;
    color: #666666;
}

.glossary-menu-list .glossary-cat__menu#numerical {
  order: 100;
}

.glossary-menu-list .glossary-cat__menu {
  flex: 0 1 38px;
}

.glossary-menu-list .glossary-cat__menu a span {
  position: relative;
  top: 2px;
}

.glossary-cat__row .glossary-card__link-group a span {
  position: relative;
  top: -4px;
}



.glossary-menu-list .glossary-cat__menu.has-posts a:hover,
.glossary-menu-list .glossary-cat__menu.has-posts a:active {
  background: none;
  color: #f3862a;
}

.glossary-menu-list .glossary-cat__menu.G {
  order: 7;
}

.glossary-menu-list .glossary-cat__menu.A {
  order: 1;
}

.glossary-menu-list .glossary-cat__menu.B {
  order: 2;
} 

.glossary-menu-list .glossary-cat__menu.C {
  order: 3;
}

.glossary-menu-list .glossary-cat__menu.D {
  order: 4;
}

.glossary-menu-list .glossary-cat__menu.E {
  order: 5;
}

.glossary-menu-list .glossary-cat__menu.F {
  order: 6;
}

.glossary-menu-list .glossary-cat__menu.H {
  order: 8;
}

.glossary-menu-list .glossary-cat__menu.I {
  order: 9;
}


.glossary-menu-list .glossary-cat__menu.J {
  order: 10;
}

.glossary-menu-list .glossary-cat__menu.K {
  order: 11;
}

.glossary-menu-list .glossary-cat__menu.L {
  order: 12;
}

.glossary-menu-list .glossary-cat__menu.M {
  order: 13;
}

.glossary-menu-list .glossary-cat__menu.N {
  order: 14;
}

.glossary-menu-list .glossary-cat__menu.O {
  order: 15;
}

.glossary-menu-list .glossary-cat__menu.P {
  order: 16;
}

.glossary-menu-list .glossary-cat__menu.Q {
  order: 17;
}



.glossary-menu-list .glossary-cat__menu.R {
  order: 18;
}

.glossary-menu-list .glossary-cat__menu.S {
  order: 19;
}

.glossary-menu-list .glossary-cat__menu.T {
  order: 20;
}

.glossary-menu-list .glossary-cat__menu.U {
  order: 21;
}

.glossary-menu-list .glossary-cat__menu.V {
  order: 22;
}

.glossary-menu-list .glossary-cat__menu.W {
  order: 23;
}

.glossary-menu-list .glossary-cat__menu.X {
  order: 24;
}

.glossary-menu-list .glossary-cat__menu.Y {
  order: 25;
}

.glossary-menu-list .glossary-cat__menu.Z {
  order: 26;
}

.glossary-cat__row .glossary-card__title {
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-left: 15px;
    font-weight: 700 !important;
    font-family: "roc-grotesk-wide", "Roc Grotesk", sans-serif;
    border-bottom: 1px solid #666666;
}

.site-content .h2 {
  line-height: 1.1 !important;
  font-size: 42px;
  font-weight: 800;
}

.glossary-cat__row .glossary-card__link-group a {
    display: inline-block;
    padding: 15px 15px;
    width: 48%;
    padding-right: 2%;
    background: transparent;
    transition: all 0.3s ease;
    text-decoration: none;
    line-height: 1;
    font-weight: 700;
    font-size: 20px;
    font-family: "roc-grotesk", "Roc Grotesk", sans-serif;
    position: relative;
    color: #0e1e11;
}


.glossary-cat__row .glossary-card__link-group a::before {
  content: "";
  width: 14px;
  height: 18px;
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translate(0px, -50%);
  background-color: #000;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  display: block;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-image: url(../images/chevron-right.svg);
  -webkit-mask-image: url(../images/chevron-right.svg);
  display: none;
}


.glossary-cat__row .glossary-card__link-group a:hover::before {
  opacity: 1;
}

.glossary-cat__row .glossary-card__link-group a:hover {
  background: none;
  /* border-bottom: 1px solid #dcdedc; */
  text-decoration: underline;
}

.glossary-content-single {
  padding: 100px;
}


.glossary-cat__row.glossary-card {
  padding: 30px 0;
}


.wp-block-uagb-container.uagb-block-ba6c3a84 {
  box-shadow: 0px 0px #00000070;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
  margin-top: 60px !important;
  margin-bottom: 0px !important;
  margin-left: 0px;
  margin-right: 0px;
  overflow: visible;
  border-color: inherit;
  background-color: #f3862a;
  width: 70%;
  margin: auto;
}

.glossary-header .wp-block-button__link::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #f3862a;
  opacity: 0;
  transition: all 0.3s ease-out 0s;
  left: 0;
  bottom: -3px;
}

.glossary-header .wp-block-button__link {
  border-color: transparent !important;
  color: #0e1e11;
  padding: 0;
  background: none !important;
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.uagb-buttons__outer-wrap .uagb-buttons__wrap {
  display: inline-flex;
  width: 100%;

}

.uagb-block-642a3e7c.uagb-buttons__outer-wrap .uagb-buttons__wrap {
  justify-content: left;
  align-items: center;
}

.uagb-block-642a3e7c.wp-block-uagb-buttons.uagb-buttons__outer-wrap .uagb-buttons__wrap {
  gap: 10px;
}

.wp-block-uagb-container.uagb-block-44852c3a {
  box-shadow: 0px 0px #00000070;
  padding-top: 72px;
  padding-bottom: 130px;
  padding-left: 0px;
  padding-right: 0px;

  overflow: visible;
  border-color: inherit;
  row-gap: 32px;
  column-gap: 32px;
  width: 70%;
  margin: auto;
}

body .glossary-header .wp-block-button__link:hover::before {
  opacity: 1;
}

.entry-content h3 {
  font-size: 34px;
  font-size: 1.8888888888889rem;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.1em;
}

.uagb-block-55c43781.wp-block-uagb-call-to-action {
  /* text-align: center; */
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 60px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

.uagb-block-55c43781.wp-block-uagb-call-to-action p{
  font-size: 15px;
}

/* .uagb-block-55c43781.wp-block-uagb-call-to-action {
  display: flex;
  justify-content: space-between;
}

.uagb-block-55c43781.wp-block-uagb-call-to-action {
  flex-direction: column;
  align-items: center;
} */

.uagb-block-55c43781.wp-block-uagb-call-to-action .uagb-cta__desc {
  margin-bottom: 23px;
}

.uagb-block-55c43781.wp-block-uagb-call-to-action .uagb-cta__title {
  margin-bottom: 20px;
}

.wp-block-uagb-container.uagb-block-cb6ef4a3 {
  box-shadow: 0px 0px #00000070;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;

  overflow: visible;
  border-color: inherit;
  background-color: rgba(119, 161, 187, 0.15);
  row-gap: 20px;
  column-gap: 20px;
}

.glossary-body .glossary-body-call-action .wp-block-button__link:hover {
  color: #f3862a !important;
  border-color: #0e1e11;
  background-color: #0e1e11;
}

.glossary-body .glossary-body-call-action .wp-block-button__link {
  border: 1px solid #0e1e11;
  color: #0e1e11;
  padding: 15px 21px 11px;
  background: none;
  display: flex;
  align-items: center;
  column-gap: 4px;
}

.glossary-body .glossary-body-single h3 {
  margin-bottom: 30px;
}


@media screen and (max-width: 767px) {
  .glossary-content-single {
    padding: 0px;
  }

  .wp-block-uagb-container.uagb-block-44852c3a {
    width: 95%;
  }

  .uagb-buttons__outer-wrap .uagb-buttons__wrap {
    padding-top: 50px;
  }

  .uagb-block-55c43781.wp-block-uagb-call-to-action {
    padding-left: 30px;
    padding-right: 30px;
  }
}



.resources h2,
.resources h5,
.resources p {
  color: #fff;
}

.resources .card {
  background-color: transparent;
  border: 0;
}

.resources .card .card-body {
  padding-left: 0;
  padding-right: 0;
}

ul.list-with-bullets {
  list-style: none;
  padding: 0 0 0 0rem;
  margin: 0 0 2rem;
}

ul.list-with-bullets>li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
  font-weight: 500;
}

ul.list-with-bullets>li .icon-arrow {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25rem;
}

@media (min-width: 992px) {
  .video {
    margin-bottom: -12rem;
  }
}

.video .link {
  cursor: pointer;
}

@media (min-width: 992px) {
  .how-roboteon-drivers-value-spacing-top {
    padding-top: 15rem;
  }
}

@media (min-width: 992px) {
  .markets-we-serve-spacing-top {
    padding-top: 12rem;
  }
}

.ready-to-discuss {
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) {
  .ready-to-discuss {
    margin-top: -6rem;
    margin-bottom: -9rem;
  }
}

@media (min-width: 992px) {
  .what-makes-us-different-spacing-btm {
    padding-bottom: 10rem;
  }
}

footer {
  color: #fff;
  font-size: 0.75rem;
}

footer .social-links a {
  background-color: #f3862a;
  color: #000;
  border-radius: 100%;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.75rem;
}

footer .text-address {
  line-height: 1.75;
}

footer a {
  color: #fff;
  text-decoration: none;
  font-size: 0.75rem;
}

footer hr {
  border-top-width: 1px;
  opacity: 1;
}

footer hr.thick {
  border-width: 4px;
}

hr.thick {
  border-width: 4px;
  opacity: 1;
}

.recent-videos .card {
  border: 0;
}

.recent-videos .card .card-body {
  padding-left: 0;
  padding-right: 0;
}

.border-light {
  border-color: #9e9e9e !important;
}

.list-links .icon {
  font-size: 1.5rem;
}

.list-links .disabled {
  border-color: #9e9e9e !important;
}

.list-links .disabled .icon {
  color: #9e9e9e;
}

.border-dark {
  border-color: #000 !important;
  opacity: 1;
}

.published-by {
  font-size: 0.875rem;
}

.designation {
  font-size: 0.875rem;
}

.border-primary {
  border-color: #f2852a !important;
}

.bg-light {
  background-color: #eeedf2 !important;
}

@media (max-width: 991px) {
  .img-content-solutions-6 {
    width: 100%;
  }
}

.our-vision-content {
  margin-bottom: -15rem;
  position: relative;
}

.our-core-values {
  padding-top: 0;
}

.address {
  position: relative;
  padding-left: 2rem;
}

.address .icon {
  position: absolute;
  left: 0;
  top: 0.25rem;
  font-size: 1.125rem;
  color: #f2852a;
}

.address a {
  color: #000;
}

.modal-video .btn-close {
  position: absolute;
  right: -0.5rem;
  top: -2rem;
  background-color: transparent;
  opacity: 1;
  width: 2rem;
  height: 2rem;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="%23fff"><path d="M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z"/></svg>');
  font-size: 0.8rem;
}

.modal-video .modal-body {
  padding: 0;
}

.modal-video .modal-content {
  border-radius: 0;
}

.modal-video iframe,
.modal-video video {
  float: left;
}

.modal-backdrop {
  --bs-backdrop-opacity: 0.9;
}

.modal .modal-header {
  background-color: #f2852a;
  border-bottom-color: #f2852a;
}

.modal .modal-header .modal-title {
  color: #fff;
}

.modal .modal-header .btn-close {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="%23fff"><path d="M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z"/></svg>');
}

.team-members .btn[data-bs-toggle=collapse][aria-expanded=false] .icon.icon-minus {
  display: none;
}

.team-members .btn[data-bs-toggle=collapse][aria-expanded=true] .icon.icon-plus {
  display: none;
}

.bg-img {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-height: 10rem;
}

.bg-gradient-subscribe {
  background: lightgray;
  background: linear-gradient(280deg, lightgray 0%, white 100%);
}

.link-view {
  cursor: pointer;
}

.text-justified {
  text-align: justify;
}

audio::-webkit-media-controls-play-button,
audio::-webkit-media-controls-panel {
  background-color: #ffb941;
}

.card-media-contact {
  background-color: #000;
  position: relative;
  border: 0;
  overflow: hidden;
  border-bottom: 4px solid #f2852a;
}

.card-media-contact .card-body {
  padding: 2rem 2rem !important;
}

.card-media-contact:after {
  top: -40px;
  right: -40px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #f2852a;
  border-width: 40px;
  margin-left: -30px;
  transform: rotate(45deg);
}

.card-media-contact .card-title {
  color: #fff;
  margin-bottom: 1rem;
}

.card-media-contact .card-text {
  color: #fff;
}

.card-media-contact .btn-outline-primary {
  color: #f2852a;
}

.card-media-contact .btn-outline-primary:hover {
  color: #000;
}

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

.white-paper a {
  display: inline-block;
  border: 1px solid #f2852a;
  color: #f2852a;
  padding: 10px 42px;
}

.white-paper a:hover {
  color: #fff;
}

.white-paper {
  padding-top: 5rem;
}

.topic-area {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.topic-box {
  display: flex;
  align-items: center;
  background: white;
  border-radius: 0px 25px 25px 25px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  /* padding: 6px 0px 6px 0; */
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
.topic-icon {
  background: #e67322;
  color: white;
  padding: 10px;
  border-radius: 0px 25px 25px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  width: 50px;
  height: 50px;
}

.topic-icon svg{
  font-size: 1rem;
}

.dilvers-area { border: 1px solid #e8eaef; border-top: none; height: 350px;}
.dilvers-area.deliver-1,
.dilvers-area.deliver-2{
  height: 290px;
}

.needs-validation-subscribe .form-control{
  padding: 0.45rem 0.75rem;
}


.resource-carousel .card-body{
  background-color: #fff;
  min-height: 260px;
  padding: 40px 30px!important;
}
 







.resources .project-links-left{
  position: absolute;
  bottom: 5%;
  left: 46%;
  z-index: 1;
  cursor: pointer;
 
}

.resources .project-links-right {
  position: absolute;
  bottom: 5%;
  right: 47%;
  z-index: 1111;
  cursor: pointer;

}

.resources .project-links-left a .line-left{
  color: #202020;
  font-size: 48px;
  transition: .5s ease;
  width: 65px;
  height: 5px;
  background-color: #6d6d6d;
}

.resources .project-links-right a .line-right {
  color: #202020;
  font-size: 48px;
  transition: .5s ease;
  width: 65px;
  height: 5px;
  background-color: #6d6d6d;
}


.resources .project-links-left a:hover .line-left,
.resources .project-links-right a:hover .line-right {
  background-color: #f2852a; /* Change to desired color */
}

/* Change color when active (clicked) */
.resources .project-links-left a:active .line-left,
.resources .project-links-right a:active .line-right {
  background-color: #f2852a; /* Change to another desired color */
}

@media (max-width: 1599px) and (min-width: 1367px) {
  .intro-banner.ratio-21x9 {
    --bs-aspect-ratio: 36%!important;
}
.intro-banner h1{
  font-size: 2.5rem;
  width: 90%!important;
  line-height: 48px!important;
  margin-bottom: 1rem;
}
}

@media (max-width: 1366px) and (min-width: 1281px) {
  .intro-banner h1 {
    font-size: 33px;
    line-height: 44px!important;
    margin-bottom: 1rem;
  }

}

@media (max-width: 1280px) and (min-width: 1201px) {
  .header .navbar-nav .nav-item {
    margin-left: 1rem;
    font-size: 1rem;
  }
  .intro-banner h1 {
    font-size: 33px;
    margin-bottom: 1rem;
    line-height: 44px!important;
  }
  .intro-banner.ratio-21x9 {
    --bs-aspect-ratio: 44%;
}
}

@media (max-width: 1152px) and (min-width: 1024px) {
  .navbar-brand img {
    max-width: 10rem;
  }

  .header .navbar-nav .nav-item {
    margin-left: 0rem;
    font-size: 1rem;
  }
  .intro-banner.ratio-21x9 {
    --bs-aspect-ratio: 50%!important;
}
.intro-banner h1{
  line-height: 42px!important;
}
}

@media (max-width: 1023px) and (min-width: 992px) {
  .navbar-brand img {
    max-width: 10rem;
}
.intro-banner.ratio-21x9 {
  --bs-aspect-ratio: 50%!important;
}
.intro-banner h1{
  line-height: 40px!important;
}
}

@media (max-width: 991px) and (min-width: 768px) {
  body {
    font-size: 18px;
}
  .topic-area {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  } 
  .dilvers-area{
    height: auto;
  }
  .dilvers-area.deliver-1, .dilvers-area.deliver-2{
     height: 290px;
  }
  .intro-banner.ratio-21x9 {
    --bs-aspect-ratio: 50%!important;
  
  }
  
  
  .banner-btn-image {
    width: 100%!important;
  }

   .btn-videos{
      margin-top:1rem!important;
      position: relative!important;
    }
    .banner-video img{
  position: relative!important;
}

  .banner-btn-image img{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)!important;
  }
  .banner-video img{
    margin-bottom: 2rem;
  }
  .intro-banner h1{
    color: #fff!important;
    width: 100%!important;
    line-height: 40px!important;
  }
  .intro-banner .overlay{
    z-index: 11;
  }
  .z-index-1{
    z-index: 111;
  }
  .intro-banner .container-content {
    z-index: auto;
  }
}

.home.intro-banner .container-content{
  padding: 100px 0 0;
}


@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
}
  .topic-area {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  } 
  .dilvers-area {
    border: 1px solid #e8eaef;
    border-top: none;
    height: auto;
    margin-bottom: 20px;
}
.resources .project-links-right {
  right: 54%;
}
.resources .project-links-left {
  left: 54%;
}
.dilvers-area.deliver-1, .dilvers-area.deliver-2{
  height: auto;
}
.ready-to-discuss a{
  font-size: 16px;
}
.intro-banner.ratio-21x9 {
  --bs-aspect-ratio: 100%!important;

}


.banner-btn-image {
  width: 100%!important;
}
.banner-btn-image img{
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)!important;
}
.banner-video img{
  margin-bottom: 2rem;
}
.intro-banner h1{
  color: #fff!important;
  width: 100%!important;
  line-height: 40px!important;
}
.navbar-brand img {
  max-width: 16rem;
}
.intro-banner .overlay{
  z-index: 11;
}
.z-index-1{
  z-index: 111;
}
.intro-banner .container-content {
  z-index: auto;
  padding:0px 0 0 !important;
}

.btn-videos{
      margin-top:1rem!important;
      position: relative!important;
    }
.banner-video img{
  position: relative!important;
}

.topic-area {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 0 15px;
  }
 
  .topic-box {
    flex-direction: column;
    align-items: center;
    padding: 12px;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  }
 
  .topic-icon {
    margin: 0 0 10px 0;
    width: 60px;
    height: 60px;
    border-radius: 15px;
  }


}

.bg-blue-gray{
  background-color: #e8ebf0;
}

ul.list-with-bullets>li .icon-arrow {
    content: "";
    position: absolute;
    left: 0;
    top: 0.25rem;
}

svg:not(:host).svg-inline--fa, svg:not(:root).svg-inline--fa {
    overflow: visible;
    box-sizing: content-box;
}
.text-orange {
    color: #f2852a;
}


@media (max-width: 991px) and (min-width: 768px) {
 .home.intro-banner .container-content{
      padding: 0px 0 0!important;
    }
}