@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500&display=swap');

:root {
  --site-color: #e38f10;
  --site-color1: #103c82;
  --font-head:"Archivo Black", sans-serif;
}

html {
  scroll-behavior: smooth;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 28px;
  background: #f4f4f4;
  color: #000;
  overflow-x: hidden;
}

.container {
  max-width: 1270px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.container-fluid {
  max-width: 100%;
  padding: 0 2%;
}

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


.relative {
  position: relative;
}

.padt80 {
  padding-top: 80px;
}

.padt40 {
  padding-top: 40px;
}

.padt20 {
  padding-top: 20px;
}

.padb80 {
  padding-bottom: 80px;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px;
}

.mb20 {
  margin-bottom: 20px;
}

.m-none {
  margin-bottom: 0 !important;
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.d-flex {
  display: flex;
}

.jsb {
  justify-content: space-between;
}

.aic {
  align-items: center;
}

.site-color {
  color: var(--site-color);
}

.site-color1 {
  color: var(--site-color1);
}

/* top banner */

.logo .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* section 2 */


.stt-t {
  width: 100%;
}
.site-title {
  font-size: 48px;
  font-weight: 400;
  line-height: 58px;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: var(--font-head);
  text-transform:uppercase;
}

.sub-title {
  font-size: 36px;
  font-weight: 400;
  line-height: 46px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: var(--font-head);
  text-transform:uppercase;
}

.text-white {
  color: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

.padb20 {
  padding-bottom: 20px;
}


.charts .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

}

.chartone {
  width: 100%;
  margin-bottom: 30px;
}

.chart.charttwo {
  width: 48%;
}

.chart.charttwo iframe {
  height: 500px !important;
  width: 100% !important;
}



.disclaimer h2.site-title {
  font-size: 70px;
}

.disclaimer .container {
  max-width: 1050px;
}

.disclaimer p {
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
}

footer {
  background: var(--site-color);
  padding-bottom: 10px;
  padding-top: 10px;
  color: #fff;
  font-size: 14px;
}



footer .container {
  max-width: 1050px;
}


.symbol-ticker span {
  background: var(--site-color);
  color: #fff;
  font-weight: 700;
  padding: 8px 15px;
}

.two-col img {
  width: 100%;
}


.overlay::before {
  content: '';
  background: #000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.z-index {
  z-index: 2;
}


.white-bg {
  background: #fff;
}

.quotes {
  background: var(--site-color1);
  padding: 30px;
  color: #fff;
  border-radius: 36px 0;
  box-shadow: 15px 15px 0 #280157;
}


.summary-text {
  background: var(--site-color1);
  color: #fff;
  padding: 25px;
  border-radius: 0 0 60px 60px;
}

.quote-name {
  font-style: italic;
  font-weight: 700;
}


/* new css */



.section-one.top-banner {
  height: 100vh;
  background:url(../images/banner.jpg) no-repeat #191919;
  position: relative;
  background-size: cover;
  overflow: hidden;
  display:flex;
  align-items:center;
}



.b-right {
  position: absolute;
  right: -100px;
  bottom: 350px;
  transform: rotate(50deg);
}

.top-banner h1 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 400;
  margin: 0;
  font-family: var(--font-head);
  max-width: 100%;
  color: #fff;
  max-width:760px;
  text-transform:uppercase;
}

.logo {
  position: absolute;
  width: 100%;
  z-index: 2;
  top: 15px;
}

.float {
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
	0% {
		transform: rotate(50deg);
	}
	50% {
		transform: rotate(55deg);
	}
	100% {
		transform: rotate(50deg);
	}
}

.shadow-white {
  background: url(../images/shape-10.webp) no-repeat #fff;
  box-shadow: 0 15px 35px #ddd;
  padding: 30px;
  border-radius: 15px;
  background-size:cover;
  border-top: 5px solid var(--site-color);
}
.asti-t-text {
  background: #191919;
}

.ast-img img{display: block;}
.ast-text{display:flex; align-items:center;}
.ast-text h3 {
  color: #fff;
  font-family: var(--font-head);
  font-weight: 400;
  font-size: 26px;
  line-height: 34px;
  margin: 0;
}

.quote-bg{
  position: relative;
  margin-top: 15px;
  padding: 0 45px 40px;
  box-shadow: 0 0 15px rgba(0,0,0,.06);
  background-color: #fff;
  transition: all .3s ease;
  border-top: 3px solid var(--site-color);
  text-align: center;
}

.quote-bg:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  height: 0;
  pointer-events: none;
  background-color: var(--site-color);
  transition: all .3s ease;
}

.icon-box {
  position: relative;
  bottom: 15px;
  width: 121px;
  height: 83px;
  margin: 0 auto 5px;
  transition: all .3s ease;
}

.icon-box::before {
  position: absolute;
  left: -7px;
  right: -7px;
  top: 0;
  height: 14px;
  content: "";
  -webkit-clip-path: polygon(5% 0,95% 0,100% 100%,0 100%);
  clip-path: polygon(5% 0,95% 0,100% 100%,0 100%);
  background-color: var(--site-color);
  transition: all .3s ease;
}

.icon-box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--site-color);
  transition: all .3s ease;
  -webkit-clip-path: polygon(0 0,100% 0,90% 100%,10% 100%);
  clip-path: polygon(0 0,100% 0,90% 100%,10% 100%);
}

.icon-box .icon {
  position: relative;
  display: inline-block;
  z-index: 2;
}

.icon-quote {
  width: 82px;
  height: 82px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url(../images/icon-quote.f1528c8d.png);
}



.greeting-investors {
  background: #fff5e5;
}


.greeting-investors-inner {
  background: #fff;
  color: #000;
  position: relative;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 15px 40px #e6d3b5;
}


.title-bg span {
  background: var(--site-color);
  color: #fff;
  padding: 10px 40px;
  border-radius: 0 50px;
  box-shadow: 8px 6px 0 #000;
  display: inline-block;
}


.ul-points {
  padding: 0;
  margin: 0;
}

.ul-points li {
  list-style: none;
  display: flex;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
  gap: 15px;
}

.ul-points li .icon-p {
  color: var(--site-color1);
  font-size: 36px;
}

.top-reasons{background:url(../images/vigoride-with-environment.jpeg) no-repeat left top; background-size:cover; background-attachment: fixed;}

.top-reasons .ul-points li .icon-p {
  color: #fff;
  font-size: 24px;
  width: 50px;
  height: 50px;
  background: var(--site-color);
  line-height: 50px;
  text-align: center;
  border-radius: 36px;
  font-weight: 700;
}
.top-reasons .ul-points li {flex-wrap:wrap;gap:0; justify-content:space-between;}
.top-reasons .ul-points li .li-content {
  width: 94%;
}

.top-reasons .site-title{color:#fff;}


.top-reasons .ul-points li {
  background: #fff;
  color: #000;
  padding: 15px;
  border-radius: 10px;

}

.top-reasons .ul-points li a {
  color: var(--site-color);
}




.company-bg {
  background: url(../images/about.jpg) no-repeat center;
  background-size: cover;
}

.company-text {
  max-width: 600px;
  color: #fff;
  background: var(--site-color);
  padding: 30px;
  margin-left: auto;
}

.company-box ul {
  padding: 0;
  margin: 0;
}

.company-box ul > li {
  list-style: none;
  background: #0a3066;
  padding: 15px;
  margin-bottom:25px;
  color:#fff;
}
.company-box ul > li:nth-child(2){  background: #0e418c;}
.company-box ul > li:nth-child(3){  background: #1256ba;}
.company-box ul > li:nth-child(4){  background: #1564d9;}
.company-box ul > li:nth-child(5){  background: #4589ed;}
.company-box ul > li ol{margin-top:10px;padding:0 0 0 20px;}
.company-box ul > li ol li{list-style: circle; margin-bottom:10px;}

.three-col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.company-box ul li img {
  width: 100%;
}

.company-box ul li h3 {
  font-size: 28px;
  margin-top: 10px;
  margin-bottom: 0;
}

.sector-space{
  background:url(../images/icon-dots-2.b6cc04bb.png) no-repeat left 50px #191919;
  min-height:740px;
  display: flex;
  align-items: center;
}

.float-image {
  position: absolute;
  top: 0;
  right: 0;
}

.sec-text {
  color: #fff;
  max-width: 600px;
}

.sec-text ul{padding:0; margin:0; display:grid; grid-template-columns:repeat(2, 1fr); gap:20px;}

.sec-text ul li {
  background: #fff;
  color: #000;
  margin-bottom: 0;
  list-style: none;
  padding: 15px;
  font-weight: 700;
  font-size: 24px;
}

.sector-space-text h3 {
  margin-top: 0;
  font-size: 24px;
}

.unlocking-stories ul{margin:0; padding:0}
.unlocking-stories ul.three-col{grid-template-columns: repeat(3, 1fr); gap:15px;}

.unlocking-stories ul li {
  list-style: none;
  background: #fff;
  padding: 15px;
  display: flex;
  justify-content: flex-start;
  text-align: left;
  gap: 15px;
  align-items: center;
}

.unlocking-stories ul li .tc-img img {
  height: 100%;
  object-fit: cover;
}
.unlocking-stories ul li .tc-img {
  height: 140px;
  overflow: hidden;
  width: 100%;
  max-width: 100px;
}
.unlocking-stories ul li h3{margin-top:20px;}

.company-bg.space-heritage {background:url(../images/vigoride-with-environment.jpeg) no-repeat; background-attachment: fixed; background-size:cover;}


.company-bg.space-heritage .company-text{background: var(--site-color1);}

.awards-research{
  background:#191919;
  color:#fff;
}

.awards-research ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 30px;
}

.awards-research ul li{list-style:none;}



.shadow-white.dark {
  background: var(--site-color);
  color: #fff;
}

.shadow-white.v1 {
  background: var(--site-color1);
  color: #fff;
}

.shadow-white.v1 h3 {
  margin: 0;
    margin-bottom: 0px;
}
.shadow-white.v1 h3 a{color:#fff;}

.note {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}

.dark-bg {
  background: var(--site-color1);
  color: #fff;
}

.dark-bg a{color:#fff;}

.latest-news ul {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.latest-news ul li {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  list-style: none;
  text-align: center;
}

.latest-news ul li  a{color:#000; text-decoration:none;}

.top-reasons .note{color:#fff;}