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

:root {
  --site-color: #1034a6;
  --site-color1:#192751;
  --site-color2:#71e14d;
  --font-head: "Inter", 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:"Inter", 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;
}

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










.summary-text{/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c4e701+0,d8ff00+100 */
  background: #fff;
  color:#000; padding:30px; border-radius:10px;}




  .site-title {
    font-size: 44px;
    font-weight: 800;
    line-height: 54px;
    margin-top: 0;
    margin-bottom: 30px;
    font-family: var(--font-head);
 
  }
  
  .sub-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;
    margin-top: 0;
    margin-bottom: 20px;
    font-family: var(--font-head);

  
  }

  


    
.logo {margin-bottom:25px;}




/* New Css */


  
.top-banner {
  height:100vh;
  width:100%;
  display:flex;
  align-items:center;
  padding-bottom:180px;
}


.top-banner video{width:100%; height:100%; position:absolute; left:0; right:0; top:0; bottom:0; object-fit: cover;}

.top-banner h1 span{
  background-color: transparent;
  background-image: linear-gradient(105deg, #29A8FF 0%, #71e14d 60%);
  color: #289C2800;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

.banner-left{max-width:1100px; margin:0 auto;}

  .symbol-right-text {
    font-size: 100px;
    font-weight: 700;

    position: absolute;
    bottom: 50px;
    width: 100%;
    line-height:100px;
  }

  .symbol-right-text span{
  
    color: #fff;
    display:inline-block;
    padding:10px 15px;
    border-radius:6px;
  }

  .g-bg{
    background:url(../images/background-gradient.svg) no-repeat;
    background-size:cover;
  }
  .blur{overflow-x: hidden;}

  .blur:before{
    background-color: transparent;
  background-image: radial-gradient(at center center, #06C16F33 0%, #2B689200 75%);
  border-radius: 50% 50% 50% 50%;
  width:50%;
  height:100%;
  position:absolute;
  content:'';
  left:-10%;
  }


  .text-bg span{
    background-color: transparent;
    background-image: linear-gradient(105deg, var(--site-color) 0%, #71e14d 60%);
    color: #289C2800;
  
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .tile-bg span{display:inline-block; padding:5px 10px; border-radius:6px; color:#fff;}

  .list-ul {
    padding: 0;
  }

  .list-ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
    background: #fff;
  box-shadow: 0 5px 35px #d9d9d9;
  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;
  }

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

  .highlight-text{padding:15px; color:#fff; border-radius:6px;}

  .dark-bg{
    background-color: var(--site-color1);
  background-image: url(../images/gradient-hero.svg);
  background-position: center center;
  background-size: cover;
  }

  .market-size {background:url(../images/hero-what-we-do.jpg) no-repeat center right; background-size:cover;}

  .market-size-text {
    max-width: 700px;
  }


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

    




.quote_icon svg{fill:#fff;}

.quote-bg p {
  font-size: 24px;
  line-height: 34px;
}
.quote-name span{padding:5px; border-radius:6px;}

.quote-block {
  border-radius: 10px;
  padding: 40px;
  color:#fff;
}

.quote-bg:before{
  background-color: transparent;
background-image: radial-gradient(at center center, #06C16F33 0%, #2B689200 75%);
border-radius: 50% 50% 50% 50%;
width:50%;
height:100%;
position:absolute;
content:'';
right:-10%;
top:0;
}

.quote-bg:after{
  background-color: transparent;
  background-image: radial-gradient(at center center, #2B689233 0%, #2B689200 70%);
border-radius: 50% 50% 50% 50%;
width:50%;
height:100%;
position:absolute;
content:'';
left:-10%;
top:0;
}



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





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

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

.top-reasons .ul-points li {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0;
  background:#fff;
  padding: 10px;
  border-radius: 6px;
  box-shadow: 0 0 50px #dfdfdf;
}

.top-reasons .ul-points li .icon-p {

  font-size: 40px;
 
  font-weight: 800;
width: 60px;
  text-align: center;

  background-color: transparent;
  background-image: linear-gradient(105deg, var(--site-color) 0%, #71e14d 60%);
  color: #289C2800;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

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




.about-company {
  background:var(--site-color);
  color:#fff;
}

.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; height:100%; object-fit:cover;}

.abt-logo {
position: absolute;
background: #000;
border-radius: 10px;
padding: 15px;
width: 100%;
bottom: 30px;
left: 30px;
max-width: 400px;
}

.mission-bg{
padding: 35px 30px 35px 30px;
border-radius: 10px;
box-shadow: 0px 0px 52px 11px rgba(0, 0, 0, 0.05);
background-color:#1a1a1a;
}

.col-three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.col-three p{margin-top:0;}
.col-three h2{margin-bottom:0;}

.featured-company .tile-bg span{background:#fff; color:#000;}






.team-list {
  padding: 0;
  margin-top: 30px;
}

.team-list li{list-style: none;}


.team-list li .sub-title {
  margin-bottom: 0;

}



.team-list > li {
  list-style: none;
  display: grid;
  text-align: left;
  margin-bottom: 30px;
  grid-template-columns: 35% 1fr;
  gap: 30px;
  border-bottom: 1px dashed #fff;
  padding-bottom: 20px;
}

.team-list li ul{padding:0 0 0 18px;}

.team-list > li h4 {
  margin: 0;
  opacity: 0.7;
}

.site-button a {
  background: var(--site-color2);
  color: #000;
  text-decoration: none;
  padding: 15px 25px;
  font-size: 30px;
  font-weight: 700;
  border-radius: 10px;
  display: inline-block;
}

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

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

.news-list li a{color:#000; font-weight:600;}

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

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



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

 
  .quote-bg {
    overflow-x: hidden;
  }