@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  background: #f5f5f5;
  color: #808080;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5 {
  color: #333333;
  ;
}

body p {
  color: #808080;
  text-align: justify;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

.btn {
  font-weight: 700;
  border-radius: 10px;
  padding: 10px 30px;
}

a.btn.btn-orange.small {
  padding: 10px 20px;
}

.btn.btn-white {
  background: white;
  color: #f15a2b;
  border: 2px solid white;
}

.btn.extra-small {
  padding: 5px 10px;
}

.btn.btn-orange {
  background: #f15a2b;
  color: #fff;
  border: 2px solid #f15a2b;
}

.btn.btn-orange.outline {
  background: transparent;
  color: #f15a2b;
  border: 2px solid #f15a2b;
}

.btn.btn-orange.outline:hover {
  background: #f15a2b;
  color: #fff;
}

p.btn.btn-orange {
  cursor: text;
  margin: 0;
}

img,
svg {
  vertical-align: middle;
  width: 100%;
}

.section-padding {
  padding: 100px 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 900;
}

h2 {
  font-size: 46px;
  line-height: 1;
}

.text-orange {
  color: #f15a2b;
}

p:last-child {
  margin-bottom: 0;
}

b,
strong {
  font-weight: 900;
}

/* Header container */
header {
  background-color: transparent;
  padding: 15px 0;
}

.main-header {
  color: white;
}

/* Logo section */
.logo {
  display: flex;
  align-items: center;
}

.logo h1 {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
}

/* Nav menu */
.nav-menu ul {
  list-style: none;
  display: flex;
  gap: 25px;
  margin: 0;
  justify-content: flex-end;
}

#navbarNav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 15px;
}

.navbar-nav a {
  text-decoration: none;
  color: #333333;
  font-weight: 500;
  transition: color 0.3s ease;
}

.navbar-nav a:hover {
  color: #F15B2A;
}

.social-menu {
  display: flex;
  gap: 15px;
}

.social-menu a {
  font-size: 1.2rem;
  transition: color 0.3s ease;
}

nav.navbar.navbar-expand-lg {
  padding: 0;
}

a.navbar-brand {
  padding: 0;
}

ul.navbar-nav.ms-auto {
  gap: 25px;
}

.navbar-nav .nav-link {
  padding: 0 !important;
}

header .social-menu a {
  color: white;
  background: #f15a2b;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}

.social-menu a:hover {
  color: #333;
}

.top-menu {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 10px;
}

.search-bar input.form-control {
  border-radius: 50px;
  min-width: 400px;
  text-align: center;
  padding: 10px;
  padding-right: 40px;
}

form.search-form {
  position: relative;
}

.btn-search-submit {
  background: #F15B2A;
  color: #fff;
  position: absolute;
  top: 7px;
  right: 6px;
  border-radius: 50px;
  padding: 2px 6px;
}

.main-header img.main-logo {
  width: 180px;
}

.main-header .white-text-logo {
  display: none;
}

/* Footer Section */

footer {
  background: #f15a2b;
  padding: 50px 0;
  color: white;
  font-weight: 300;
  font-size: 14px;
}

footer p {
  color: white;
  font-weight: 300;
  font-size: 14px;
}

footer img.logo {
  max-width: 170px;
  margin-bottom: 15px;
}

footer ul li {
  margin-bottom: 5px;
}

footer h4 {
  margin-bottom: 30px;
  position: relative;
  font-weight: 600;
  color: white;
}

footer h4::after {
  content: "";
  background: white;
  position: absolute;
  height: 5px;
  width: 60px;
  bottom: -15px;
  left: 0;
}

.footer-bottom {
  border-top: 1px solid #ddd;
  padding-top: 30px;
}

footer .col-md-3:nth-child(2),
footer .col-md-3:nth-child(3) {
  padding: 0 50px;
}

footer .subscribe-form {
  position: relative;
}

footer .subscribe-form button {
  position: absolute;
}

footer .form-control {
  height: 50px;
}

footer .form-control {
  height: 50px;
  border-radius: 50px;
}

footer .subscribe-form button {
  position: absolute;
  border: none;
  background: #f15a2b;
  color: white;
  padding: 5px;
  border-radius: 50px;
  width: 33px;
  height: 33px;
  right: 10px;
  top: 8px;
}

.qr-code {
  max-width: 80px;
}

footer .contact-inline {
  display: flex;
  font-size: 18px;
  align-items: center;
  text-align: center;
}

footer .contact-inline .fa-phone-volume {
  width: 20px;
  margin-right: 15px;
}

.f-social-menu {
  display: flex;
  gap: 5px;
  margin-top: 10px;
}

.f-social p {
  margin: 0;
  font-size: 18px;
}

.f-social p b {
  font-weight: 900;
}

.f-social-menu a {
  font-size: 16px;
  height: 35px;
  width: 35px;
  background: white;
  color: #f15a2b;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}

/* Home page */

section.main-slider .slide .carousel-inner .screen {
  display: flex;
  height: calc(100vh);
  min-height: 700px;
  align-items: center;
  text-align: center;
  justify-content: center;
  background-size: 100%;
  background-position: top;
  padding-top: 100px;
  overflow: hidden;
  display: none;
}

section.main-slider .slide .carousel-inner .screen.active {
  display: flex;
}

section.main-slider .screen-1 {
  background: url(../assets/img/main-banner-01.png);
}

section.main-slider .screen-2 {
  background: url(../assets/img/main-banner-02.png);
}

section.main-slider .screen-3 {
  background: url(../assets/img/main-banner-03.png);
}

#SunraysMainSlider .banner-content {
  width: 45%;
  text-align: left;
  max-width: 600px
}

#SunraysMainSlider h1 {
  color: #f15a2b;
  font-weight: 300;
  font-size: 46px;
}

#SunraysMainSlider h1 span {
  font-weight: 700;
}

#SunraysMainSlider p {
  color: white;
  font-weight: 300;
}

img.precision-img {
  position: relative;
  margin-top: -100px;
}

.section-cap-homep .cap-box .cap-content p {
  display: none;
}

.section-cap-homep .cap-box .cap-content p.show {
  display: block;
}

.section-capabilities {
  background: url(../assets/img/CAPABILITIES-background-01.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.cap-box {
  background: white;
  padding: 30px 30px 20px;
  border-radius: 30px;
  position: relative;
}

.cap-tab-title.text-end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.nav.cap-nav-btns {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  border: none;
  position: relative;
}

.nav-tabs.cap-nav-btns .nav-link {
  padding: 0;
  margin: 0;
  border: none;
  border-left: 1px solid #1a1a1a40;
  border-radius: 0;
  position: relative;
}

.nav-tabs.cap-nav-btns .nav-link:last-child {
  border-right: 1px solid #1a1a1a40;
}

.nav-tabs.cap-nav-btns .nav-item.show .nav-link,
.nav-tabs.cap-nav-btns .nav-link.active {
  background: none;
}

.cap-nav-btns img {
  opacity: 0;
}

.cap-nav-btns .active img {
  opacity: 1;
}

.cap-nav-btns p {
  text-align: left;
  color: black;
  position: absolute;
  bottom: 230px;
  left: 0;
  right: 0;
  transform: rotate3d(0, 0, 1, 270deg);
  font-size: 22px;
}

.cap-nav-btns .active p {
  opacity: 0;
}

.cap-nav-btns span {
  font-size: 22px;
  color: black;
  border: 1px solid;
  border-radius: 50%;
  padding: 10px 20px;
  position: absolute;
  bottom: 60px;
  left: calc(50% - 26px);
  background: white;
  z-index: 1;
  font-weight: 700;
}

.cap-nav-btns .active span {
  color: #f15a2b;
  border: 2px solid;
}

.nav.cap-nav-btns::after {
  content: "";
  border-bottom: 1px solid #1a1a1a40;
  width: 100%;
  position: absolute;
  bottom: 87px;
  z-index: -1;
}

div#nav-tabContent ul {
  margin-bottom: 30px;
}

div#nav-tabContent ul li {
  margin-bottom: 5px;
}

div#nav-tabContent {
  padding: 100px 0;
}

.cap-tab-title img {
  width: 100px;
  margin-right: 30px;
}

.cap-box .cap-icon {
  background: #f15a2b;
  padding: 10px;
  border-radius: 10px;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  top: -30px;
  right: 30px;
}

.cap-box .cap-title h4 {
  font-size: 26px;
  font-weight: 700;
  color: #f15a2b;
}

.section-capabilities .col-md-6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-capabilities .col-md-5.text-end.flex-end {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}

.counter-box {
  background: white;
  padding: 30px;
  border-radius: 30px;
  text-align: center;
}

.counter-section .counter-label {
  font-weight: 700;
  font-size: 22px;
}

.counter-section .counter {
  font-weight: 700;
  font-size: 34px;
  color: #f15a2b;
}

.counter-section .count.counter.plus:after {
  content: "+";
  margin-left: 0;
}

.small-label {
  font-size: 14px;
  color: #808080;
  line-height: 1;
}

.leading-box .col-md-5,
.leading-box .col-md-7 {
  display: flex;
  align-items: center;
}

#Client_Logos .item {
  text-align: center;
}

#Client_Logos .owl-stage {
  display: flex;
  align-items: center;
}

#Client_Logos .owl-nav {
  position: absolute;
  width: 100%;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
}

#Client_Logos .owl-nav button {
  position: absolute;
  font-size: 30px;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
}

#Client_Logos .owl-nav button:hover {
  background: none;
  color: #f15a2b;
  text-decoration: none;
}

#Client_Logos .owl-nav button.owl-prev {
  left: -30px;
}

#Client_Logos .owl-nav button.owl-next {
  right: -30px;
}

.qr-code {
  max-width: 110px;
  padding: 5px;
  background: white;
  border-radius: 5px;
}

.stars ul.inline {
  list-style: none;
  padding: 0;
  margin: 0;
}

.stars ul.inline li {
  display: inline-block;
}

.stars ul.inline li {
  display: inline-block;
}

.stars ul.inline li .fa-star {
  font-size: 40px;
  color: #FFFF00;
}

.quote p.content {
  padding: 30px 0 50px;
  margin: 0;
  position: relative;
}

.quote p.content::before {
  content: url(../assets/img/quote-start.svg);
  position: absolute;
  width: 30px;
  margin-left: -40px;
  margin-top: -20px;
}

.quote p.content::after {
  content: url(../assets/img/quote-end.svg);
  position: absolute;
  width: 30px;
  margin-top: 30px;
  right: 0;
}

.quote p.name {
  color: black;
  font-weight: 700;
  font-size: 20px;
}

.home-contact-section .contact-form {
  padding: 50px;
  background: white;
  border-radius: 30px;
  box-shadow: 0 0 15px 10px #f15a2b0f;
}

.home-contact-section .contact-box {
  display: flex;
  align-items: flex-start;
  padding: 30px;
  background: white;
  border-radius: 30px;
  box-shadow: 0 0 15px 10px #f15a2b0f;
  margin-bottom: 15px;
}

.home-contact-section .contact-form .form-label {
  margin: 0;
  font-size: 20px;
  font-weight: 900;
}

.home-contact-section .contact-box .icon {
  margin-right: 15px;
  padding: 5px;
  background: #f15a2b40;
  color: #f15a2b;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}

.home-contact-section .contact-box .icon svg {
  font-size: 30px;
}

.home-contact-section .contact-box .details {
  width: calc(100% - 70px);
}

.home-contact-section .contact-box .details p {
  margin: 0;
  font-size: 20px;
  color: black;
}

.home-contact-section .contact-box .details p.title {
  font-weight: 900;
}

.home-contact-section .contact-box .details p.description {
  font-weight: 400;
}

.form-control {
  border: 1px solid #dddddd;
  border-radius: 15px;
}

.form-control::placeholder {
  color: #dddddd;
}

.timeline {
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: auto;
}

/* Vertical line */
.timeline::after {
  content: '';
  position: absolute;
  width: 1px;
  background-color: #999;
  top: 50px;
  bottom: 50px;
  left: 50%;
  margin-left: -1px;
}

.timeline-item {
  position: relative;
  display: flex;
  align-items: center;
}

.timeline-item:last-child {
  margin-bottom: 0;
}

.timeline-item::before {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #f15a2b;
  border: 4px solid #f15a2b;
  border-radius: 50%;
  left: calc(50% - 13px);
  z-index: 1;
}

/* Left (Text) */
.timeline-content {
  width: 50%;
  padding: 0 40px;
}

.timeline-content h4 {
  color: #f15a2b;
  font-weight: 600;
  margin: 0;
  font-size: 16px;
}

.timeline-content p {
  font-size: 12px;
  margin: 0;
  text-align: inherit;
}

.infra-built-box p {
  text-align: center;
  font-size: 14px;
  margin-bottom: 15px;
}

.team-box .content p {
  text-align: left;
  font-size: 14px;
}

/* Right (Image) */
.timeline-image {
  width: 50%;
  padding: 0 40px;
}

.timeline-image img {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 4px 15px #f15a2b30;
}

/* Responsive */
@media (max-width: 767px) {
  .timeline::after {
    left: 14px;
    top: 0;
    bottom: 280px;
  }

  .timeline-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .timeline-content,
  .timeline-image {
    width: 100%;
    text-align: left;
    padding: 0 20px;
  }

  .timeline-item::before {
    left: 0;
  }
}

.team-box {
  border-left: 15px solid #f15a2b;
  box-shadow: 0 4px 15px #f15a2b30;
  background: white;
  display: flex;
  align-items: center;
}

.team-box img {
  max-width: 270px;
}

.team-box .content {
  padding-right: 30px;
}

.d-grid.about-page-team-two .team-box img {
  max-width: 200px;
}

.d-grid.about-page-team-three .team-box img {
  max-width: 125px;
}

.managment-team h3 {
  text-align: left;
  font-size: 20px;
}

.team-box img.design-arrow {
  width: 20px;
  height: 50px;
  margin: 0 10px;
}

.team-box h3 {
  margin: 0;
}

.team-box-pop img {
  max-width: 400px;
  margin-right: 25px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.modal-dialog {
  max-width: 1100px;
}

.team-box-pop {
  display: flex;
  align-items: center;
  padding: 30px;
}

.modal-content {
  background: #F2F2F2;
  border-radius: 40px;
}

.modal button.btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 9;
}

span.team-more-text {
  display: none;
}

.d-grid.infra-built {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  padding: 10px;
}

.d-grid.about-page-team-one {
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.Investor-Box {
  background: white;
}

.d-grid.about-page-team-two {
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 1000px;
  margin: auto;
  margin-top: 50px;
}

.d-grid.about-page-team-three {
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 50px;
}

.infra-built-box img {
  margin-bottom: 30px;
  border-radius: 30px;
}

.infra-built-box {
  background: white;
  padding: 15px;
  border-radius: 30px;
  text-align: center;
  box-shadow: 0 4px 15px #f15a2b30;
}

.main-banner .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.main-banner .content h1 {
  font-size: 48px;
  line-height: 1;
  margin: 0;
  color: white;
}

.main-banner .content p {
  margin: 0;
  color: white;
}

.main-banner {
  position: relative;
}

.customers-slider .owl-nav {
  position: absolute;
  width: 100%;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
}

.customers-slider .owl-stage {
  display: flex;
  align-items: center;
}

.customers-slider .owl-nav button.owl-prev {
  left: -50px;
}

.customers-slider .owl-nav button.owl-next {
  right: -50px;
}

.owl-carousel.customers-slider .owl-nav button {
  position: absolute;
  font-size: 18px;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #f15a2b !important;
  color: white !important;
  padding: 5px 15px !important;
}

.customers-slider img {
  padding: 10px;
}

#TestimonialSlider .owl-stage img {
  padding: 0px;
}

.customers h4 {
  font-size: 28px;
  color: #808080;
}

.box {
  padding: 15px;
  background: white;
  border-radius: 30px;
  box-shadow: 0 0 15px 10px #f15a2b0f;
}

.solution-section .box .content {
  padding: 30px 30px;
}

p.btn.btn-orange.btn-certifications {
  font-size: 30px;
  width: 100%;
  height: auto;
}

.certification p {
  margin-bottom: 0;
  height: 50px;
  text-align: center;
}

.counter-box .col-12 {
  border-right: 3px solid;
}

.counter-box .col-12:last-child {
  border-right: none;
}

.awards p {
  text-align: center;
}

.career p {
  text-align: center;
}

.awards .margin-top {
  margin-top: 180px;
}

.awards .margin-bottom {
  margin-top: -300px;
}

.max-700 {
  max-width: 700px;
  margin: auto;
}

.solution-grid-section {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 10px;
}

.btn.btn-orange.sol-btn {
  width: 100%;
  height: 110px;
  text-align: left;
  line-height: 1;
  font-size: 22px;
  margin-top: 2px;
  padding: 15px;
  position: relative;
  margin: 1px 0px;
}

.btn.btn-orange.sol-btn::after {
  content: url(../assets/img/arrow.svg);
  position: absolute;
  width: 45px;
  bottom: 5px;
  right: -10px;
}

.sol-inner-banner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}

.sol-inner-banner .content {
  text-align: center;
  background: #333333;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-automotive ul li {
  color: #808080;
  margin-bottom: 10px;
}

section.main-banner.under-construction {
  padding: 100px 50px;
  text-align: center;
}

.under-construction img.banner-image {
  max-width: 800px;
  margin: auto;
}

.page-content .tags {
  display: flex;
}

.page-content .tags p {
  margin-bottom: 0;
}

.tags span {
  display: inline-block;
}

span.invest-ove-after {
  position: relative;
  height: 1px;
  background: #808080;
  width: 300px;
  display: inline-block;
  margin-bottom: 5px;
}

span.invest-ove-after::before {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  background: #808080;
  left: 0;
  top: -5px;
  border-radius: 50px;
}

span.invest-ove-after::after {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  background: #808080;
  right: 0;
  top: -5px;
  border-radius: 50px;
}

section.why-section {
  margin-top: -150px;
}

.keyp-grid-section {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 10px;
}

.boardp-grid-section {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 10px;
}

.boardp-grid-section img {
  border-radius: 15px;
}

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

.sol-box a {
  margin: 13px;
  margin-top: -17px;
  min-height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.career {
  background: #E3EFF1;
}

section.current-opning {
  background: url(../assets/img/career-bg-2.jpg);
  background-size: 100%;
  padding: 100px 0;
  display: flex;
  align-items: center;
}

.why-lead-box {
  padding: 15px;
  padding-top: 5px;
  background: white;
  border-radius: 30px;
  box-shadow: 0 0 15px 10px #f15a2b0f;
  text-align: center;
}

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

ul#automotiveTabs li,
ul#InvestorsTabs li {
  width: 100%;
}

.accordion-button {
  color: #000 !important;
  background-color: #fff !important;
  font-weight: bold;
  font-size: 18px;
  padding: 20px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: white;
  background-color: transparent;
  border: none;
  font-size: 18px;
  font-weight: 600;
}

.nav-tabs .nav-link {
  color: white;
  background-color: transparent;
  border: none;
  font-size: 18px;
  font-weight: 300;
  padding: 10px 0;
  text-align: left;
}

.nav-tabs {
  border-bottom: none;
}

.productssidebar {
  background: #f15a2b;
}

.accordion-header {
  width: 100%;
}

ul.nav.nav-tabs li {
  list-style: disc;
  color: white;
  margin-left: 40px;
  padding-right: 15px;
}

.products-grid-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
}

.product-box {
  background: white;
  padding: 10px;
  border-radius: 20px;
  box-shadow: 0 4px 15px #f15a2b30;
}

section.main-video-banner {
  padding: 100px;
  padding-bottom: 0;
  background: black;
}

ul#InvestorsTabs li {
  list-style: none;
  margin: 0;
}

ul#InvestorsTabs li .nav-link {
  background: #333333;
  margin: 0;
  margin-bottom: 10px;
  padding: 15px 20px;
  width: 100%;
}

ul#InvestorsTabs li .nav-link.active {
  background: #f15a2b;
}

ul#InvestorsTabs li:last-child button {
  margin-bottom: 0;
}

.InvestorsContent a {
    width: 100%;
    display: list-item;
    margin-bottom: 15px;
    color: #333333;
}