body {
  margin:0;
  font-family: 'Roboto','Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.delay1s {
  animation-delay:0.5s !important;
}

@font-face {
  font-family: "Roboto-Thin";
  src: url(../webfonts/roboto/Roboto-Thin.ttf);
}

  .headerRow {
    display:block;
    text-align: center;
    padding:0;
    height:60px;
    background:linear-gradient(180deg, rgb(50 50 50) 0%, #111 100%);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  }

  #header-nav-wrap {
    margin-right:1.5rem;
    padding-bottom:3px;
    transition: all .3s ease-in-out;
  }

  #header-nav-wrap .header-main-nav li:last-child a {
    border-right:none;
  }

  #header-nav-wrap .header-main-nav li .dropdown-menu {
    background:linear-gradient(180deg, rgb(50 50 50) 0%, #111 100%);
  }
  #header-nav-wrap .header-main-nav li .dropdown-menu a,
  #header-nav-wrap .header-main-nav li .dropdown-menu a:visited,
  #header-nav-wrap .header-main-nav li .dropdown-menu a:focus {
    font-size: 1.25rem;
    width: 100%;
    height:30px;
    padding:0 1rem !important;
  }

  #header-nav-wrap .header-main-nav li .dropdown-menu a:hover {
    background-color:transparent;
  }

  #header-nav-wrap .header-main-nav li a, #header-nav-wrap .header-main-nav li a:visited {
    height:12px;
    display: inline-flex;
    align-items: center;
  }

  #header-nav-wrap .header-main-nav li a i {
    margin-left:.75rem;
  }

  .dropdown-submenu a {
    border:none !important;
  }

  .dropdown-submenu a i {
    width: 100%;
    text-align: right;
  }

  .dropdown-submenu {
    position: relative;
  }
  
  .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 105%;
    top:-6px;
    margin:0;
    position:absolute;
  }

  #header{
    animation-delay:5.5s;
    animation-duration: 1s;
  }
  .headerRow {
    transition: all .5s ease-in-out;
  }
  .headerRow nav {
    position: relative;
    padding-bottom: 12px;
  }

  .headerRow nav ul {
    padding: 0.5rem;
    margin: 0 auto;
    list-style: none;
    display: flex;
    justify-content: center
  }

  .headerRow nav ul li {
    margin: 0 40px 0 0;
    opacity: .8;
    transition: all 0.4s ease;
    padding-left: 2px;
    text-align: center;
  }
      
  .headerRow nav ul li:hover {
    opacity: 1;
  }
  .headerRow nav ul li.active {
    opacity: 1;
    border-bottom:2px solid #ff9823;
  }

  .headerRow nav ul li:last-child {
    margin-right: 0
  }
  .headerRow nav ul li a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    display: block;
    letter-spacing: .15em;
    font-size: 13px;
  }
  .header-logo h1 {
    display: inline-flex;
    color: #fff;
    margin: 0;
    margin-left: 1rem;
    font-family: 'Roboto-Thin';
    letter-spacing: .1em;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 1rem;
  }

  footer .row .col-md-6 div.address {
    padding: 0;
    line-height: 1.75;
    margin-bottom:3rem;
  }

  footer .row .col-md-6 div.address p {
    position:relative;
    font-size:14px;
    color: #fff;
    left:0;
    top:0;
    bottom:0;
    margin:0;
    margin-top:1.5rem;
    letter-spacing: .05em;
  }

  footer .row .col-md-6 div.address p a {
    padding:0;
  }

  footer .row .col-md-6 div.address span {
    position:relative;
    color: #aaa;
    margin:0;
  }

  footer .copyright {
    border-top:1px solid #ddd;
    text-align:center;
    padding-top:1rem;
    padding:1rem 0;
    color:#ddd;
    font-size:14px;
  }

  footer .copyright p {
    margin-bottom:1rem;
  }

  footer .copyright p:last-child {
    color:#999;
    font-size: 11px;
  }

  footer .copyright p a {
    padding:0 !important;
    color:#ddd;
  }

  footer .copyright p a:hover {
    color:#F16622;
  }
  .carousel-control-prev, .carousel-control-next {
    height:100px;
    top:84%;
  }

  .carousel-control-prev-icon, .carousel-control-next-icon {
    bottom:0 !important;
    width:3rem;
    height:3rem;
  }

  .carousel-control-prev {
    left:82%;
  }
  
  .carousel-control-next {
    left:88%;
  }
  
  .carousel-indicators .active {
    background-color: #ff9823 !important;
  }

  .object5 {
    animation: MoveLeftRightSmall 2s linear infinite;
  }
  
  .header-menu-toggle {
    top:5px;
    z-index:9;
  }

  .header-logo {
    display:flex;
  }

  .icon {
    position: absolute;
    right: 110px;
    top: 14px;
    animation-delay: 1s;
    filter: invert(1);
    z-index:5;
  }

  .login {
    right:70px;
  }

  .displayMobileMenu {
    left:0 !important;
    display:flex !important;
  }

  #intro {
    background:linear-gradient(180deg, rgb(239 239 239) 0%, rgb(255 255 255 / 0%) 100%);
  }

  #intro .row, #product .row:first-child, #news .row {
    max-width:1400px;
    margin:0 auto;
    padding:3rem 0;
    padding-bottom:0;
  }
  #intro .row p {
    color:#333;
    text-align: center;
  }

  #product {
    overflow:hidden;
  }

  #product .row{
    max-width:1400px;
    margin:0 auto;
    padding-bottom:3rem;
  }

  #intro div {
    padding:1rem;
    --bs-gutter-x:0;
  }
  
  .owl-carousel{
    display: flex !important;
    flex-direction: row;   
    justify-content: center;
    padding:0;
  }

  .owl-carousel .owl-nav .owl-prev {
    left: 0;
  }
  .owl-carousel .owl-nav .owl-next {
      right: -2px;
  }
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-nav .owl-prev {
      position: absolute;
      display: inline-block;
      font-size: 10rem;
      bottom: 0;
      opacity: 0.5;
      transition: opacity 200ms ease-out;
      line-height: 0;
  }
  .owl-carousel .owl-nav .owl-next:hover,
  .owl-carousel .owl-nav .owl-prev:hover {
      opacity: 1;
  }
  .owl-carousel .owl-nav .owl-next i,
  .owl-carousel .owl-nav .owl-prev i {
      font-size: 1.8rem;
      padding: 1.6rem 2rem;
      background: #000;
      color: #fff;
  }

  .owl-carousel .owl-nav .owl-prev i {
    border-bottom-right-radius: 50%;
    border-top-right-radius: 50%;
  }

  .owl-carousel .owl-nav .owl-next i {
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
  }

  @keyframes MoveLeftRightSmall {
    0%, 100% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(-4px);
    }
  }
  
div.preloader {
  width:100%;
  max-width:100%;
  height:100%;
  max-height:100vh;
  display:flex;
  padding:0;
  position: relative;
  justify-content: center;
  align-items: center;
  overflow:hidden;
  background: rgb(241,102,34);
  background: linear-gradient(0deg, rgba(189,62,0,1) 0%, rgba(7,43,77,1) 71%);
  /*-moz-animation: hideBanner 7s forwards;
  -webkit-animation: hideBanner 7s forwards;
  animation: hideBanner 7s forwards;*/
}

div.preloader .container .bannerTitle {
  position:absolute;
  top:15%;
  left:6%;  /* 10 */
  animation-delay: 5s;
  z-index:2;
  max-width:88vw; /* 82 */
}

div.preloader .container .bannerTitle .card {
  background:transparent;
  border:none;
}

div.preloader .container .bannerTitle .card strong {
  color:#ddd;
  font-size:26px;
  line-height: 1.5;
  font-family:Roboto-Thin;
  font-weight:600;
}

div.preloader .container .bannerTitle .card .detail {
  color:#fff;
  border-left:3px solid #0B4B87;
  padding-left:1rem;
  font-size:16px;
  line-height: 1.6;
  font-family:Roboto-Thin;
  text-shadow:0 0 #fff;

  letter-spacing: .07em;  /*.1*/
}

.col-xs-12 {
  padding:0;
}

div.preloader .container .bannerTitle .card a {
  margin-top:1rem;
  font-size:16px;
  box-shadow: 0 0 15px 1px rgba(255, 255, 255, 0.35);
  -webkit-box-shadow: 0 0 15px 1px rgba(255, 255, 255, 0.35);
  -moz-box-shadow: 0 0 15px 1px rgba(255, 255, 255, 0.35);
}

div.preloader .container .bannerTitle .card a i {
  margin-right:.5rem;
}

div.overlay{
  opacity: .4;
  z-index:1;
}

div.preloader:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity:.5;
  top:0;
  left:0;
}

div.preloadercontent {
  background-color:transparent;
  -moz-animation: expandwidth 6ms forwards;
  -webkit-animation: expandwidth 6s forwards;
  animation: expandwidth 6s forwards;
  width:100%;
  height:auto;
  overflow:hidden;
  box-shadow: 0 0 15px 1px rgba(255, 255, 255, 0.35);
  -webkit-box-shadow: 0 0 15px 1px rgba(255, 255, 255, 0.35);
  -moz-box-shadow: 0 0 15px 1px rgba(255, 255, 255, 0.35);
  font-family: Georgia, 'Times New Roman', Times, serif;
  z-index:1;
}

.object6 {
  animation: ScaleOutIn 60s linear infinite;
  animation-duration: 60s !important;
}

@keyframes ScaleOutIn {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.25);
  }
}

  @-webkit-keyframes expandwidth {
    0% {
      width: 0px;
      height:0px;
      border:none;
    }
    20% {
      width: 0px;
      height:0px;
      border:none;
    }
    35% {
        width: 0px;
        height:calc(100vh - 14rem);
        border:1px solid #333;
        background:linear-gradient(180deg, rgb(50 50 50) 0%, #111 100%);
    }
    45% {
        width: calc(100vw - 4rem);
        height:calc(100vh - 14rem);
        border:1px solid #333;
        background:linear-gradient(180deg, rgb(50 50 50) 0%, #111 100%);
    }
    100% {
      width: calc(100vw - 4rem);
      height:calc(100vh - 14rem);
      border:1px solid #333;
      background:linear-gradient(180deg, rgb(50 50 50) 0%, #111 100%);
    }
  }
  
  @-moz-keyframes expandwidth {
    0% {
      width: 0px;
      height:0px;
      border:none;
    }
    20% {
      width: 0px;
      height:0px;
      border:none;
    }
    35% {
        width: 0px;
        height:calc(100vh - 14rem);
        border:1px solid #333;
        background:linear-gradient(180deg, rgb(50 50 50) 0%, #e7e7e7 100%);
    }
    45% {
        width: calc(100vw - 4rem);
        height:calc(100vh - 14rem);
        border:1px solid #333;
        background:linear-gradient(180deg, rgb(50 50 50) 0%, #111 100%);
    }
    100% {
        width: calc(100vw - 4rem);
        height:calc(100vh - 14rem);
        border:1px solid #333;
        background:linear-gradient(180deg, rgb(50 50 50) 0%, #111 100%);
    }
  }
  
  @keyframes expandwidth {
    0% {
        width: 0px;
        height:0px;
        border:none;
    }
    20% {
      width: 0px;
      height:0px;
      border:none;
    }
    35% {
        width: 0px;
        height:calc(100vh - 14rem);
        border:1px solid #333;
        background:linear-gradient(180deg, rgb(50 50 50) 0%, #111 100%);
    }
    45% {
        width: calc(100vw - 4rem);
        height:calc(100vh - 14rem);
        border:1px solid #333;
        background:linear-gradient(180deg, rgb(50 50 50) 0%, #111 100%);
    }
    100% {
        width: calc(100vw - 4rem);
        height:calc(100vh - 14rem);
        border:1px solid #333;
        background:linear-gradient(180deg, rgb(50 50 50) 0%, #111 100%);
    }
  }

  @-webkit-keyframes hideBanner {
    0% {
      height:100%;
    }
    80% {
      height:100%;
    }
    100% {
      height:0%;
    }
  }
  
  @-moz-keyframes hideBanner {
    0% {
      height:100%;
    }
    80% {
      height:100%;
    }
    100% {
      height:0%;
    }
  }
  
  @keyframes hideBanner {
    0% {
      height:100%;
    }
    80% {
      height:100%;
    }
    100% {
      height:0%;
    }
  }

  
.preloader .container {
  width: 100%;
  height: 100vh;
  position: relative;
  max-width:100vw;
  padding:0;
  display:flex;
  justify-content: center;
}

.preloader .container img.animated {
  animation-delay:3.2s;
  animation-duration:3s;
}
.preloader .split-screen {
  width: 100%;
  background-color:transparent;
  position: absolute;
  left: -110vw;
  top: 0;
  bottom: 0;
  animation: 
    moveRight 1s 0.5s,
    moveRightAll 2.5s 3.5s;
  animation-fill-mode: forwards;
  display:flex;
  align-items: center;
}

.preloader .split-screen:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 150%;
  background: linear-gradient(180deg, rgb(50 50 50) 0%, #111 100%);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  transform: rotate(-5deg);
}

.preloader .split-screen img {
  position: relative;
  z-index:2;
  width:110px;
  position: absolute;
  top:35vh;
  left:calc(75vw - 55px);
}

.preloader .split-screen h1 {
  color:#F16622;
  position: absolute;
  font-size:34px !important;
  animation-delay: 1.5s;
  width:140px;
  top:calc(35vh + 100px);
  left:calc(75vw - 70px);
  display:block;
  text-align: center;
  font-family: Roboto-Thin;
  font-weight:600;
  letter-spacing: .1em;
  text-align: center;
  z-index:5;
}

.preloader .split-screen p {
  z-index:5;
  margin: 0;
  line-height:1.5;
  color:#ddd;
  position: absolute;
  font-size:20px !important;
  animation-delay: 1.75s;
  width:180px;
  top:calc(35vh + 150px);
  left:calc(75vw - 90px);
  display:block;
  text-align: center;
  font-family: Roboto-Thin;
  font-weight:600;
  letter-spacing: .1em;
  text-align: center;
}

iframe {
  width:100%;
}

@keyframes reduceSize {
  from {
    width: 100%;
  }
  to {
    width: 50%;
  }
}

@keyframes moveRight {
  from {
    left: -110vw;
  }
  to {
    left: -50vw;
  }
}

@keyframes moveRightAll {
  from {
    left: -50vw;
  }
  to {
    left: 110vw;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

  
.accordian{
  max-width: 100vw;
  height: auto;
  overflow: hidden;
  padding: 0;
  margin: 0 auto;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
}
.accordian a i {
  font-size:14px;
}

.accordian i.bg {
  font-size:140px;
  position: absolute;
  bottom:2rem;
  right:3rem;
  color:#072f55;
  z-index:0;
}

.accordian i.bgc {
  font-size:120px;
  bottom:3rem;
  color:#ad4b1a;
}
/*Reduce with of un-hovered elements*/
.accordian ul {
  display:flex;
  list-style: none;
  height:100%;
  margin-bottom:0;
  background-color:#F16622;
}

.accordian li {
  position: relative;
  width: 50%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  background-color:#efefef;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
}

.accordian li:nth-child(1) {
  background-color:#0B4B87;
  z-index:1;
}

.accordian li:nth-child(2) {
  background-color:#F16622;
}

/*Reduce with of un-hovered elements*/
.accordian ul:hover li {
  width: 10%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

/*Lets apply hover effects now*/
/*The LI hover style should override the UL hover style*/
.accordian ul li:hover {
  width: 90%;
  z-index:2;
}

.accordian ul li div {
  padding:1rem;
  position: relative;
  z-index:1;
  display: inline-block;
}

.accordian ul li div h3 {
  color:#ddd;
  min-width:35vw;
  font-size:14px;
  margin:0;
  display: inline-block;
  font-weight:600;
  font-family:Roboto-Thin;
  letter-spacing: 0.1em;
}

.accordian ul li div p {
  margin:0;
  color:#ddd;
}

.accordian ul li div i {
  color:#fff;
  font-size:20px;
  margin-right:.5rem;
  text-align: center;
}

.accordian ul li div a i {
  width:40px;
}

.accordian ul li div.btn-div {
  width:100%;
}

.accordian ul li div .btn {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 15px 1px rgba(255, 255, 255, 0.35);
  -webkit-box-shadow: 0 0 15px 1px rgba(255, 255, 255, 0.35);
  -moz-box-shadow: 0 0 15px 1px rgba(255, 255, 255, 0.35);
  min-width:150px;
  width:100%;
  margin:2rem auto;
}

.accordian ul li div .btn i {
  padding:0;
  width:auto;
}

/*Image title styles*/
.image_title {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  margin-bottom:2rem;
}

.accordian li img {
  display: block;
  height: 100%;
}

.image_title a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 10px 0;
  font-size: 14px;
  width:100%;
  min-width:50vw;
  font-family:Roboto-Thin;
  font-weight:600;
  letter-spacing:.01em;
}

.bannerFooter {
  min-height:140px;
  height:auto;
  position:absolute;
  width:100%;
  bottom:0;
  background-color:rgba(0,0,0,0.2);
  backdrop-filter: blur(5px);
  margin:0;
  padding:2rem 1rem;
  animation-delay: 5s;
  z-index:2;
}
.bannerFooter .col-md-6 {
  width:50%;
  color:#fff;
  font-size:20px;
  font-family:'Roboto-Thin';
  padding:0rem 2rem;
  display: flex;
  align-items: center;
}
.bannerFooter .col-md-6:first-child {
  border-right:1px solid #777;
  text-align: right;
  display:grid;
  padding-left:0;
}

.bannerFooter .col-md-6:first-child span {
  display:flex;
  align-items: center;
  justify-self: flex-end;
  line-height:1.5;
}

.bannerFooter .col-md-6:first-child img {
  transform: rotate(90deg);
  filter: invert(1);
  width:30px;
  height:30px;
  justify-self: flex-end;
}

video {
  max-height:calc(140px - 6rem);
  min-width:140px;
  max-width: calc(50vw - 6rem);
  box-shadow: 0 0 15px 1px rgba(255, 255, 255, 0.35);
  -webkit-box-shadow: 0 0 15px 1px rgba(255, 255, 255, 0.35);
  -moz-box-shadow: 0 0 15px 1px rgba(255, 255, 255, 0.35);
  margin-bottom:2rem;
}
.break {
  flex-basis: 100%;
  height: 0;
}
/* testimonial */

#testimonial {
  overflow: hidden;
  padding:1rem 0;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
}

/* About */

#about {
  overflow: hidden;
  padding:0;
  padding-bottom:5rem;
}

#about .row {
  width:1200px;
  max-width:100vw;
  margin:0 auto;
}

#about .row .col-md-12 {
  position: relative;
  padding:0 1.5rem;
}

#about .row .col-md-12 p {
  padding-left:2rem;
  color:#111;
  margin:0;
  padding:1.5rem 0;
  line-height:1.7;
  font-size:18px;
}
#about .row .col-md-12 h1, #testimonial h1, #significant h1, .flow h1:first-child, #monitor h1  {
  margin: 2rem auto;
  margin-top:3rem;
  font-family: Roboto-Thin;
  letter-spacing: .1em;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  color: #000;
  width: 100%;
}

#about .row .col-md-12 h1:before, #testimonial h1:before, #significant h1:before, .flow h1:first-child:before, #monitor h1:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: linear-gradient(280deg, rgb(239 239 239 ) 0%, #797575 100%);
  bottom: 0.75rem;
  left: calc(50% - 23px);
  width: 100px;
}

#testimonial h1:before {
  bottom: -.5rem;
  left: calc(50% - 120px);
  width: 240px;
}

#significant h1:before {
  bottom: -.5rem;
  left: calc(50% - 67px);
  width: 134px;
}
.flow h1:first-child:before, #monitor h1:before {
  left: calc(50% - 67px);
  width: 134px;
}

#about .row .col-md-12 h1 img, #testimonial h1 img {
  margin-right:1rem;
  vertical-align: middle;
  max-width:50px;
}

#about .row .col-md-12 div.purpose {
 /* background:linear-gradient(180deg, rgb(247 104 34) 0%, #efefef 100%);*/
  background:linear-gradient(0deg, #0f2941 0%, #00182f 100%);
  color:#ddd;
  padding:1rem 1.5rem;
  font-size:18px;
  margin-top:3rem;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
}

#about .row .col-md-12 div.purpose i {
  font-size:24px;
  /*color:#fff;*/
  color:#F16622;
  margin-right:1rem;
}

#about .row .col-md-12 div.purpose span {
  font-weight:600;
  margin-right:.5rem;
}

#about .row .col-md-12 div.model {
  /*background:linear-gradient(180deg, #468bcc 0%, #efefef 100%);*/
  background:linear-gradient(180deg, #ff7938 0%, #642707 100%);
}

#flow {
  background-image: url("../img/flow.jpg");
  background-size: cover;
  background-position-x: center;
  /*overflow:hidden;*/
}

#flow .row {
  margin:0;
  overflow: hidden;
  max-height:800px;
}

#flow .col-md-3 {
  border-collapse: collapse;
  margin:0;
  max-width:100vw;
  min-height:110px;
  border-bottom:1px solid #999;
  position:relative;
  cursor:pointer;
  padding:1rem;
  backdrop-filter: blur(2px);
  display:flex;
  flex-direction: column;
  align-items: center;
}


#flow .col-md-3 h1 {
  color: #fff;
  font-size: 16px;
  letter-spacing: .1em;
  margin-bottom: 1rem;
  z-index: 1;
  position: relative;
  text-transform: uppercase;
  width:100%;
  transition:all .2s ease-in-out;
  font-family:Roboto-Thin;
  font-weight:600;
}

#flow .col-md-3 p {
  color: #ddd;
  letter-spacing: .05em;
  z-index: 1;
  position: relative;
  font-size:14px;
  margin-bottom:0;
  width:100%;
}


#flow .col-md-3 img {
  display:none;
  width:25%;
  max-width:100vw;
  position: absolute;
  top:0;
  left:0;
}
#flow .col-md-3:hover h1, #flow .selected h1 {
  color:#F16622;
}

#flow .col-md-3:hover .overlay, #flow .selected .overlay {
  opacity:.8;
}

#flow .overlay {
  opacity:.6;
}


/* Join */

#services {
  overflow: hidden;
}
#services .row .col-md-6 {
  padding:1rem;
  background-color:#efefef;
  position: relative;
}
#services .row .col-md-6:last-child {
  background:linear-gradient(0deg, #0f2941 0%, #00182f 100%);
}

#services .row .col-md-6 table {
  margin:2rem 1rem;
  width:auto;
}

#services .row .col-md-6:first-child table {
  margin-top:13rem;
}

#services .row .col-md-6 table td {
  border:none;
  padding:1.5rem 1rem;
}

#services .row .col-md-6 table td:first-child {
  width:60px;
  text-align: center;
  vertical-align: baseline;
}

#services .row .col-md-6 table td h3 {
  margin:0;
  font-size:18px;
  z-index: 0;
  position: relative;
  font-family: 'Roboto-Thin';
  font-weight: 600;
  letter-spacing: .1em;
  color:#000;
}

#services .row .col-md-6:last-child table td h3 {
  color:#fff;
}

#services .row .col-md-6:last-child table td p {
  margin:.25rem 0;
  color:#aaa;
}

#services .row .col-md-6:first-child table td i {
  font-size:46px;
  vertical-align: middle;
  color:#0B4B87;
  z-index:1;
  position: relative;
}

#services .row .col-md-6:last-child table td i {
  font-size:46px;
  vertical-align: middle;
  color:#F16622;
  z-index:1;
  position: relative;
}
#services .row .col-md-6:first-child {
  border-top:5px solid #0B4B87;
}

#services .row .col-md-6:first-child:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color:transparent;
  background-image:url(../img/bg_rent.png);
  opacity:.1;
  background-size:contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  filter:invert(.5);
}

#services .row .col-md-6:last-child {
  border-top:5px solid #F16622;
  background-color:#efefef;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.35);
}

#services .row .col-md-6:last-child:before {
  content: ' ';
  display: block;
  position: absolute;
  right: 7%;
  bottom: 7%;
  width: 80%;
  height: 55%;
  background-color: transparent;
  background-image: url(../img/bg_invest.png);
  opacity: .05;
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  filter: invert(.5);
}

#services .row .col-md-6 i.fa-car-side, #services .row .col-md-6 i.fa-chart-line {
  position: absolute;
  bottom: 2rem;
  right: 5rem;
  color: #ddd;
  font-size: 150px;
  opacity:.5;
}

#services .row .col-md-6 i.fa-chart-line {
  color:#001e3a;
}

#services .row .col-md-6 .btn {
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  float:right;
  margin:1rem;
  margin-right:2rem;
  position: relative;
  z-index:1;
}

#services .row .col-md-6:last-child .btn {
  box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.35);
  -webkit-box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.35);
  -moz-box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.35);
  float:right;
  margin:1rem;
  margin-right:2rem;
}

#services .row .col-md-6:first-child h1 {
    position: relative;
    max-width: calc(100vw - 2rem);
    vertical-align: middle;
    padding: 1rem;
    background: linear-gradient(180deg, #103d68 0%, #031221 100%);
    color: #fff;
    justify-content: center;
    font-family: Roboto-Thin;
    letter-spacing: .1em;
    font-weight: 600;
    font-size: 16px;
    float: left;
    margin-left:1rem;
    margin-right: 2rem;
    margin-top:-1rem;
    width: 130px;
    height: 110px;
    display: inline-flex;
    padding-top: 75px;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

#services .row .col-md-6 h1 i {
  top: 1.25rem;
  left: calc(50% - 25px);
  font-size: 50px;
  display: block;
  position: absolute;
  right: 1rem;
}

#services .row .col-md-6:last-child h1 {
  position: relative;
  max-width: calc(100vw - 2rem);
  vertical-align: middle;
  padding: .5rem;
  background: linear-gradient(180deg, #ff7938 0%, #642707 100%);
  color: #fff;
  justify-content: center;
  font-family: Roboto-Thin;
  letter-spacing: .1em;
  font-weight: 600;
  font-size: 16px;
  margin-left:1rem;
  margin-top:-1rem;
  width: 130px;
  height: 110px;
  display: inline-flex;
  padding-top: 75px;
  box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.35);
  -webkit-box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.35);
  -moz-box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.35);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

#services .row .col-md-6:last-child h1 i {
  top: 2rem;
  left: calc(50% - 21px);
  font-size: 42px;
}

#flow .col-md-3:last-child {
  border-bottom:none;
}


/* quote */
.quote {
  display: inline-block;
  margin: 2rem 1rem;
  overflow: hidden;
  text-align: left;
  padding: .5rem;
  padding-bottom:2rem;
  width:1200px;
  letter-spacing:.05em;
  max-width:100%;
}
.quote blockquote {
  background-color: #fff;
  border: solid 2px #333;
  display: inline-block;
  margin: 0;
  padding: 2rem;
  position: relative;
  border-radius:10px;
  width:100%;
}
.quote blockquote:before {
  background-color: #fff;
  bottom: -11%;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: -11%;
  transform: rotate(-15deg) skew(5deg);
}
.quote blockquote cite {
  display: block;
  text-align: right;
  margin-bottom: 1.5rem;
  color: #0B4B87;
  font-size: 2rem;
}

.quote blockquote cite span {
  display: block;
  text-align: right;
  color: #555;
  font-size: 16px;
}

.quote blockquote cite:before {
  content: "- ";
}
.quote blockquote > * {
  position: relative;
  z-index: 1;
}
.quote p {
  font-size: 1.8rem;
  padding-bottom: 2rem;
  font-family: Roboto-Thin;
  color:#000;
  font-weight: 600;
  white-space: pre-wrap;
}

.carousel-indicators [data-bs-target] {
  width:18px;
  height:18px;
  background-color:#222;
  border-radius:50% !important;
}

.carousel-indicators .active {
  background-color: #F16622;
}

.icon  {
  text-decoration: none;
}
.icon span {
  font-size:14px !important;
  color:#fff !important;
  font-weight:600;
  filter:invert(1);
  letter-spacing: .05em !important;
  font-family: Roboto-Thin !important;
}

#counter {
  background:linear-gradient(180deg, rgb(50 50 50) 0%, #111 100%);
  font-family:Roboto-Thin;
  font-weight:600;
  letter-spacing:.1em;
  padding:1rem 2rem;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
}

#counter .row .col-md-3 {
  text-align: center;
  border-bottom:1px solid #555;
  padding:1rem 0;
}

#counter .row .col-md-3:last-child {
  border-bottom:none;
}

#counter .row .col-md-3 h4 {
  color:#fff;
  margin-bottom:1rem;
  position: relative;
  font-family:Roboto-Thin;
  font-weight:600;
}

#counter .row .col-md-3 h4:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 100%;
  bottom:-5px;
  left:calc(50% - 25px);
  background-color: #ddd;
  height:1px;
}

#counter .row .col-md-3 span {
  color:#ff7938;
  font-size:30px;
}

#significant {
  position: relative;
  margin:0;
  overflow-y: visible;
  overflow-x: clip;
  margin:0;
  padding:3rem 0;
  z-index:2;
}

#significant:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0%;
  top: 0;
  width: 100%;
  height: 100%;
  background: #efefef;
  background: linear-gradient(180deg, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 100%);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15);
}

#significant:after {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color:transparent;
  background-image:url(../img/logo-big.png);
  opacity:.05;
  background-size:contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  filter:invert(.5);
}

#significant .title {
  z-index:1;
}

#significant div.row {
    max-width: 100vw;
    margin: 0 auto;
    position: relative;
}

#significant .row .col-md-6:last-child {
  color: #ddd;
  padding: 2rem 3rem;
  z-index: 1;
}

#significant ul {
  list-style: none;
  position: relative;
}

#significant .row .col-md-6:first-child ul li {
  margin: 2rem 1rem;
  z-index: 1;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}

#significant .row .col-md-6:first-child ul li.active h2 {
  color:#ff7938;
}

#significant .row .col-md-6:first-child ul li.active i {
  color:#0B4B87;
}

#significant .row .col-md-6:first-child ul li.active div {
  box-shadow: 0 0 25px 1px rgb(0, 0, 0, 0.55);
  -webkit-box-shadow: 0 0 25px 1px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0 0 25px 1px rgba(0, 0, 0, 0.55);
}

#significant ul li div {
  display: inline-flex;
  width: 60px;
  justify-content: center;
  vertical-align: sub;
  align-items: center;
  height: 60px;
  background: linear-gradient(326deg, rgb(255 84 0) 0%, rgb(0 56 109) 71%);
  border-radius: 50%;
  transition: all.2s ease-in-out;
  text-align: center;
  box-shadow: 0 0 10px 1px rgb(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
}

#significant .row .col-md-6:last-child div {
  position: absolute;
  top: 1rem;
  left: calc(100vw + 10px);
  transition: all.2s ease-in-out;
  padding: 4rem 2rem;
  width: 700px;
  max-width: calc(100vw - 10px);
  background: linear-gradient(180deg, rgb(50 50 50) 0%, #111 100%);
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  box-shadow: 0 0 25px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 25px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 25px 1px rgba(0, 0, 0, 0.35);
}

#significant .row .col-md-6:last-child div p {
  line-height: 2;
  letter-spacing: .05em;
}


#significant .row .col-md-6:first-child {
  margin: 2rem 0;
}

#significant img {
  max-width: 100%;
  max-height: 100%;
}
#significant  .row .col-md-6:first-child span {
  max-width: 100%;
  max-height: 100%;
  font-size: 30px;
  color:#fff;
  font-family: 'Roboto-Thin';
  font-weight: 600;
}
#significant ul li h2 {
  display: inline-block;
  color: #0B4B87;
  text-shadow: 0 0 #0B4B87;
  font-family: Roboto-Thin;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .1em;
  margin-left: 2rem;
  padding-top:4px;
  line-height: 1.5;
  transition: all.2s ease-in-out;
}

#significant ul li h2 a {
  color: #000;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: .075em;
}

#significant ul li h2 a i {
  color: #ff7938;
  margin-left: 0.75rem;
  vertical-align: middle;
}

#significant .row .col-md-6:last-child div.active {
  position: absolute;
  left: 10px;
}


#significant .close-link {
  width: 16px;
  right: 1rem;
  top: 0.5rem;
  cursor: pointer;
  filter: invert(1);
  font-size: 15px;
  text-decoration: none;
  color: #444;
  position: absolute;
}

.object {
  animation: MoveLeftRightSmall 2s linear infinite;
}

.sidebar .map {
  font-size: 16px;
  padding: 0;
  text-decoration: underline;
}

.sidebar .map:hover {
  color:#ff7938;
}

.alert .btn-close {
  filter:none;
  margin:0;
  top:5px !important;
  right:5px !important;
  width:auto;
  padding:1.25rem 1rem;
  width:1em;
  height:1em;
}

#message {
  white-space: pre-wrap;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #ccc;
  -webkit-text-fill-color: #fff;
}

.sidebarContact form button i {
  margin-right:.5rem;
}

@media only screen and (min-width: 390px) {
  #significant ul li div {
      width: 65px;
      height: 65px;
  }
}

@media (min-width: 768px) {
  .preloader .container img#bg {
    min-width:100%;
  }
  div.preloader .container .bannerTitle .card .detail {
    font-size:20px;
  }
  div.preloader .container .bannerTitle .card a {
    margin-top:1.5rem;
  }
  #significant .row .col-md-6:first-child ul li {
    justify-content: flex-end;
    padding-right: 120px;
  }
  #significant ul li h2 {
    display: inline-block;
    font-size: 18px;
    line-height: 1.7;
    text-align: right;
  }
  #significant ul li h2 a {
    font-size:14px;
  }
  #significant ul li div {
    position:absolute;
    right:2rem;
    width: 70px;
    height: 70px;
  }
  #significant {
    padding: 4rem 0 !important;
  }
  #significant .row .col-md-6:first-child {
    border-right: 1px solid #010b14;
  }
  .accordian ul li div i {
    width:60px;
  }
  .image_title {
    display: block;
  }
  .bannerFooter .col-md-6 {
    font-size:28px;
  }
  #significant .row .col-md-6:last-child div {
    top: 6%;
    height: 88%;
    overflow: auto;
    width: 48%;
    transition: all .4s ease-in-out;
    opacity: .8;
    background: #000;
  }
  #significant .row .col-md-6:last-child {
    padding-right:0;
    color:#fff;
  }
  #significant .row .col-md-6:last-child div.active {
    left: 52%;
  }
  #flow .col-md-3 {
    height:auto;
    max-height:360px;
    min-height:210px !important;
    padding:1rem !important;
    border-right:1px solid #999;
    border-bottom:none !important;
  }
  
  #flow .col-md-3 img {
    display:flex !important;
    width:25vw !important;
  }
  #flow .col-md-3 h1 {
    font-size: 15px !important;
  }

  .image_title a {
    font-size: 20px;
  }

  .accordian ul li div {
    padding-left:2rem;
  }
  
  .accordian ul li div h3 {
    min-width:40vw;
    font-size:20px;
  }

  .accordian ul li:last-child div h3 {
    border-bottom:1px solid #ddd;
  }
  .accordian ul li div .btn {
    width:150px;
    margin-left:0;
  }

  .accordian ul li div p {
    padding-left:7rem;
    width:45vw;
    margin-top:.5rem;
  }
}

@media (min-width: 500px) {
  video {
    min-width:160px;
    max-height:calc(140px - 4rem);
    max-width: calc(50vw - 4rem);
    margin-bottom:0;
  }
  #counter .row .col-md-3 h4 {
    font-size:13px;
  }
}

@media (min-width: 768px) {
  #counter .row .col-md-3 {
    border-bottom:none;
    border-right:1px solid #555;
  }
  #counter .row .col-md-3:last-child {
    border:none;
  }
  .preloader .split-screen img {
    width:200px !important;
    left:calc(75vw - 100px) !important;
  }
  .preloader .split-screen h1 {
    top:55%;
  }
  .preloader .split-screen p {
    font-size:28px !important;
    width:400px !important;
    left:calc(75vw - 200px) !important;
    top:60% !important;
  }
  .preloader .container img.animated {
    animation-duration:2s !important;
  }
  div.preloader .container .bannerTitle {
    top:15% !important;
  }

  #services .row .col-md-6 i.fa-car-side, #services .row .col-md-6 i.fa-chart-line {
    bottom: 5rem;
    right: 8rem;
    font-size: 200px;
  }

  #about .row .col-md-12 p {
    line-height: 1.5;
    padding-bottom:.5rem;
  }

  .accordian a i {
    font-size:20px;
  }
}

  @media (min-width: 912px) {
    #counter .row .col-md-3 h4 {
      font-size:1.7rem;
    }
    #header, .headerRow {
      height:70px !important;
    }
    #services .row .col-md-6 i.fa-car-side, #services .row .col-md-6 i.fa-chart-line {
      font-size: 300px;
    }
    .header-menu-toggle {
      right:3.5rem;
    }
    .icon {
      top: 20px !important;
    }
    .carousel-item img {
      height:auto!important;
    }
    .carousel-caption {
      height:100% !important;
      left:-50%;
      width:38%;
      max-width:400px;
      top:0 !important;
    } 
    .active .carousel-caption {
      width:38%;
      max-width:400px;
    }
    .carousel-caption .container div.pointer {
      right: -16px;
      top:10%;
      transform: none;
    }  
    #home {
      margin-top:13.5rem;
    }
    .header-logo {
      display:none;
    }
    .headerRow {
      padding:1rem 0;
      background-color:transparent;
      box-shadow: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
    }
    .headerRow a {
      align-items: center;
      display: flex;
      max-width: 400px;
      margin: 0 auto;
      justify-content: center;
      text-decoration: none;
    }
    .headerRow h1 {
      display: inline-flex;
      margin: 0;
      margin-left: 1rem;
      text-transform: uppercase;
      font-size: 20px;
      letter-spacing: .1em;
      color: #fff;
      font-family: 'Roboto-Thin';
      /*font-weight: 600;*/
    }
    .headerRow span {
      display: inline-block;
      margin-left: .75rem;
      color: #fff;
      font-size: 20px;
      font-family: 'Roboto-Thin';
      letter-spacing: .1em;
    }
    .headerRow .row:nth-child(3) {
      margin-top:.9rem;
      background-color:rgba(0,0,0,.5);
    }
    .header-scroll {
      margin-top:-7rem !important;
      box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
      -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
      -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
    }
    .header-scroll .headerRow #header-nav-wrap {
      background-color:#222;    
    }
    .icon:hover {
      transform:translateY(-2px) !important;
    }

    .header-scroll .headerRow .icon {
      top:10px;
    }
    #intro div h1, #product div h1, #news div h1 {
      text-align: left;

    }
    #intro div h1:before, #product div h1:before, #news div h1:before {
      left:0;
      width:100%;
    }
      
    #product div h1:before, #news div h1:before  {
      left:1rem !important;
      width:calc(100% - 1rem);
    }
    footer .row {
      padding-bottom: 1rem !important;;
    }
    div.preloadercontent .row .col-md-6:first-child {
      justify-content: flex-end;
      border-right:1px solid #444;
      padding:0 7rem;
    }
    div.preloadercontent .row .col-md-6:last-child  {
      padding:4rem;
      text-align: left;
    }
    div.preloadercontent .row .col-md-6:last-child img {
      margin:0;
    }
    .preloader .container .content img {
      margin-top:0;
      margin-bottom:2rem;
    }
    .preloader .container .content p {
      font-size:26px !important;
      letter-spacing: 0.2em;
    }
    .preloader .background-image {
      background-image: url(../img/bg2.jpg) !important;
    }
    #intro div iframe {
      height:300px;
    }
    #intro .row p {
      text-align: left;
    }
    #flow .col-md-3 {
      height:360px;
      padding:2.75rem 2rem !important;
    }
    
    #flow .col-md-3 h1 {
      font-size: 20px !important;
    }
  
    #flow .col-md-3 p {
      margin-top:3rem;
      font-size:18px !important;
    }  
  
    #flow .col-md-3 img {
      top:0;
    }
  }

  @media (min-width: 1024px) {
    .carousel-item img {
      height:auto!important;
    }
  }

  .badge {
    animation-delay: 5s;
    border-radius: 60px !important;
    position: absolute;
    bottom: 170px;
    display: flex;
    right: calc(50% - 102px);
    width: 215px;
    align-items: center;
    z-index: 2;
    border: none;
    color: #fff;
    padding: 1rem;
    padding-right: 2rem;
    border-radius: 50px;
    font-family: Roboto-Thin;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .1em;
    background-color:rgba(189,62,0,.9);
    box-shadow: 0 0 15px 1px rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0 0 15px 1px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0 0 15px 1px rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition:all .2s ease-in-out;
  }
  
  .badge i {
    padding: 1rem;
    height: 36px;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 1.25rem;
    transition: all.2s ease-in-out;
    color: #131F28 !important;
    font-size: 20px;
    box-shadow: 0 0 15px 1px rgba(255, 255, 255, 0.35);
    -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 15px 1px rgba(255, 255, 255, 0.35);
  }

  .badge:hover {
    opacity: 1;
    transform:translateY(-2px) !important;
    background-color:rgba(189,62,0,1);
  }

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.nodelay {
  animation-delay:0s !important;
}

.delay1s {
  animation-delay:0.5s !important;
}
