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

:root {
  --site-color: #f40000;
  --font-head: "Alumni Sans", 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: 30px;
  background: #fff;
  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;
}

.padb40 {
  padding-bottom: 40px;
}

.padt20 {
  padding-top: 20px;
}

.padb80 {
  padding-bottom: 80px;
}

.mb0 {
  margin-bottom: 0 !important;
}

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

.mt40 {
  margin-top: 40px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb50 {
  margin-bottom: 50px;
}

.mb20 {
  margin-bottom: 20px;
}

.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);
}




.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;
}

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

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



.credits {
  text-align: center;
  font-size: 14px;
  margin-top: 35px;
  opacity: 0.5;
}

.credits h4 {
  margin: 0;
}



.flex-col {
  display: flex;
  flex-wrap: wrap;
}



.note {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
}




.site-title {
  font-size: 60px;
  font-weight: 700;
  line-height: 57px;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: var(--font-head);
}

.sub-title {
  font-size: 44px;
  font-weight: 700;
  line-height: 46px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: var(--font-head);


}




.ul-points {
  padding: 0;
  margin: 0;
  text-align: left;
}

.ul-points li {
  list-style: none;
  display: flex;
  margin-bottom: 20px;
  gap: 15px;
}

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



.abt-text .head-bg span {
  background-color: var(--site-color);
  padding: 10px 22px 10px 22px;
}


.abt-text {
  position: relative;
  z-index: 1;
}

.abt-text h3 {
  margin: 0;
}

.abt-img img {
  border-radius: 25px;
}

.section19 {
  word-break: break-word;
}


.text-dark {
  color: #000;
}


.head-bg span {
  display: inline-block;
  padding: 10px 22px 5px 22px;
  border-radius: 6px;
  margin-bottom: 15px;
  background-color: var(--site-color);
  border: 2px solid rgba(16, 16, 16, 0.1);
  color: #fff;

}






.list-ul {
  padding: 0;
}

.list-ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
  background: #fff;
  border-radius: 6px;
  padding: 15px;
  text-align: left;


}

.list-ul li .icon {
  width: 5%;
  font-size: 40px;
}

.list-ul li .li-content {
  width: 95%;
  font-size: 18px;
  line-height: 28px;
}







/* new css */



.top-banner {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  background-image: url(../images/banner-top.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position:left top;
}

.top-banner-part{background:url(../images/banner-main.png) no-repeat center bottom; background-size:cover; width:100%; position:absolute; top:0; padding:20px 0 120px 0;}





.top-banner h1 {
  font-size:66px;
  line-height: 70px;
  font-weight: 700;
  margin: 30px 0 0 0;
  font-family: var(--font-head);
  color: #fff;
}



.stock-ticker {
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  padding: 10px;
  border-radius: 6px;
  font-size: 30px;
  font-family:var(--font-head);
}

.banner-left{max-width:700px;}

.img-radius{border-radius:36px;}

.left-text{max-width:740px;}

.box-text {
  background: var(--site-color);
  color: #fff;
  border-radius: 0 36px;
  padding: 45px;
  box-shadow: 10px 10px 0 #000;
}

.mt-block {
  border: 1px solid var(--site-color);
  border-radius: 15px;
  padding: 30px;
  border-top-width: 10px;
}


.grerting-bg {
  background: url(../images/greeting.jpg) no-repeat center bottom;
  background-size: cover;
}

.special-tag {
  padding: 24px 20px 24px 24px;
  border-style: solid;
  border-width: 8px 0px 0px 0px;
  border-color: var(--site-color);
  border-radius: 20px 0;
  box-shadow: 0px 10px 50px 0px rgba(63.99999999999993, 71.99999999999993, 81.99999999999991, 0.13);
  background:rgba(255, 255, 255, 0.8);
}




.top-reasons .ul-points {
  margin-top: 40px;
}

.top-reasons .ul-points li a {
  color: #000;
}

.top-reasons .ul-points li {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0;
  background: #fff;
  padding: 10px;
  border-radius: 6px;
  border: 2px solid var(--site-color);
  box-shadow: 2px 3px 0 var(--site-color);
  align-items:center;
}

.top-reasons .ul-points li .icon-p {
  font-size: 40px;
  font-weight: 800;
  width: 60px;
  text-align: center;
  color: #fff;
  background: var(--site-color);
  line-height: 60px;
  border-radius: 0 20px;
}

.top-reasons .ul-points li .li-content {
  width: 94%;
  color: #000;
}

.top-reasons .ul-points li .li-content p {
  margin: 0;
}


.quote-bg{background:url(../images/red-pattern.png) no-repeat left top #000; background-size:cover; }

.quote-block{
  border-radius: 30px;
  background-color: rgba(255,255,255,0.07);
  padding:30px;
}



.quote-name {
  font-weight: 700;
  font-style: italic;
  color: var(--site-color);
}

.quote-name a{color:#fff;}

.tile-bg span {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 6px;
  color: #fff;
  background:var(--site-color);
  text-transform:uppercase;
}




.team-list {
 background:#000;
  color: #fff;
}

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

.team-ul li {
  margin-bottom: 20px;
  list-style: none;
  border: 2px solid rgba(255, 255, 255, 0.3);
  padding: 20px;
  box-shadow: 10px 10px 0 #201e1e;
  border-top: 5px solid var(--site-color);
}
.team-ul li .sub-title {
  margin-bottom: 0;
}

.team-ul li h4 {
  margin: 0;
  opacity: 0.7;
  font-weight: 300;
}


.summary-text {
  background: #fff;
  color: #000;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid var(--site-color);
  border-top-width: 5px;
  box-shadow: 5px 10px 0 var(--site-color);
}

.ps-block{background:url(../images/infra.jpg) no-repeat center bottom #000;}


.tweet-block {
  background: #000;
  color: #fff;
  padding: 30px;
  border-radius: 15px;
  margin-bottom: 30px;
  text-align: center;
}