@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Exo:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;600&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
:root {
  --ltn__body-font:"Fira Sans", sans-serif;
  --font-exo:"Exo", sans-serif;
  --font-nunito:"Nunito", sans-serif;
  --font-source:"Source Sans Pro", sans-serif;
  --font-roboto:"Roboto", sans-serif;
  --black: #000000;
  --white:#fff;
  --color-1:#3d43a7;
  --color-2:#ff9100;
  --color-3:#5f6368;
  --color-4:#848484;
  --color-5:#1bb6f4;
  --color-6:#484848;
  --color-7:#3a3a3a;
  --color-8:#8a99b4;
  --border-1:#e4e4e4;
  --background-1:#07193d;
  --background-2:#152b54;
  --background-3:#0b2048;
  --transition: all .3s ease-in-out;
  --e-global-color-el_color_1_5: #E1F5FE;
}

body {
  font-family: var(--ltn__body-font) !important;
  overflow-x: hidden;
}

.padding40 {
  padding: 40px 0;
}

.padding60 {
  padding: 60px 0;
}

.padding80 {
  padding: 80px 0;
}

.padding100 {
  padding: 100px 0;
}

.padding140 {
  padding: 140px 0;
}

:focus {
  outline: none;
}

.height {
  height: 650px;
  overflow: hidden;
}

.background-1 {
  background: url("../images/index-p1.png") var(--e-global-color-el_color_1_5) no-repeat right top;
  position: relative;
}

.background-7 {
  background-image: url(../images/bg-3.png), url(../images/map2.png);
  background-position: top center, center center;
  background-repeat: no-repeat, no-repeat;
}

.background-2 {
  background: url(../images/bg-2.png) center top repeat-x;
}

.background-3 {
  background: url(../images/map.png) center center no-repeat;
}

.background-4 {
  background: url(../images/background-4.png) no-repeat top center;
  background-size: cover;
  height: 164px;
}

.background-5 {
  background: #e8f5ff;
}

.background-6 {
  background: url(../images/background-5.png) no-repeat top right;
}

header {
  box-shadow: 0 0 10px #ccc;
  padding: 10px 0;
  background: var(--white);
}
header .logo {
  width: 150px;
}
header .navbar {
  padding: 0;
}
header .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}
header .nav-link {
  color: var(--black);
  padding: 0 10px !important;
  font-size: 16px;
  transition: var(--transition);
  font-weight: 500;
  text-transform: uppercase;
}
header .nav-link:hover {
  color: var(--color-1);
}
header .nav-link:focus {
  color: var(--color-1);
}
header .nav-item .active {
  color: var(--orange);
}
header .navbar-toggler {
  background: var(--color-5);
  border-color: var(--color-5);
}
header .dropdown-item:focus, header .dropdown-item:hover {
  color: var(--white);
  text-decoration: none;
  background-color: #1ebdc2 !important;
}
header .dropdown-item {
  color: #3c3c3c;
  font-size: 14px;
}
header .dropdown-item.active, header .dropdown-item:active {
  color: var(--white);
  text-decoration: none;
  background-color: #2196F3;
}
header .navbar-toggler {
  outline: none !important;
}
header .navbar-tog {
  color: #1ebdc2;
}
header .megamenu-li {
  position: static;
}
header .megamenu {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  padding: 15px;
  z-index: 99999;
  background: none;
  border: none;
}
header .megamenu .white-bg {
  padding: 20px;
  background: var(--white);
  border: solid 1px var(--light-blue);
}
header .megamenu ul {
  margin: 0px;
  padding: 0px;
}
header .megamenu ul li {
  list-style: none;
  font-weight: 400;
  border: solid 1px var(--light-blue);
  border-width: 0px 0px 1px 0px;
  font-size: 13px;
  padding: 7px 12px;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}
header .megamenu ul li:hover {
  background: var(--blue-bg2);
}
header .megamenu ul li a {
  color: var(--black);
  text-decoration: none;
  cursor: pointer;
  text-transform: capitalize;
}
header .single-dropdown .dropdown-menu {
  padding: 10px;
  background: var(--white);
  border: solid 1px var(--light-blue);
  width: 250px;
  border-radius: 0px;
}
header .single-dropdown .dropdown-menu ul {
  margin: 0px;
  padding: 0px;
}
header .single-dropdown .dropdown-menu ul li {
  list-style: none;
  font-weight: 400;
  border: solid 1px var(--light-blue);
  border-width: 0px 0px 1px 0px;
  font-size: 13px;
  padding: 7px 12px;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}
header .single-dropdown .dropdown-menu ul li:hover {
  background: var(--blue-bg2);
}
header .single-dropdown .dropdown-menu ul li a {
  color: var(--black);
  text-decoration: none;
  cursor: pointer;
  text-transform: capitalize;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgb(255, 255, 255);
  z-index: 999999;
  box-shadow: 0 0 10px #ccc;
}
.sticky .nav-link {
  color: #000;
  padding: 0 10px !important;
  font-size: 16px;
  text-transform: uppercase;
}
.sticky .nav-link:hover {
  color: var(--color-1);
}

.sticky + .content {
  padding-top: 102px;
}

figure h1 {
  font-family: var(--font-exo);
  font-weight: 700;
  font-size: 52px;
  color: var(--color-1);
}
figure h1 span {
  color: var(--color-2);
}
figure p {
  font-family: var(--font-nunito);
  font-weight: 600;
  color: var(--color-3);
  font-size: 17px;
  line-height: 35px;
}

section .investor h2 {
  font-family: var(--font-exo);
  font-weight: 700;
  font-size: 40px;
  color: var(--color-1);
}
section .investor h2 span {
  color: var(--color-2);
}
section .investor p {
  color: var(--color-4);
  font-size: 20px;
}
section .investor .list ul {
  margin: 0;
  padding: 0;
}
section .investor .list ul li {
  list-style: none;
  transition: var(--transition);
  float: left;
  margin-right: 0px;
  position: relative;
}
section .investor .list ul li a {
  text-decoration: none;
  display: block;
}
section .investor .list ul li .line {
  position: relative;
  bottom: -20px;
  text-align: center;
}
section .investor .list ul li .line2 {
  position: relative;
  bottom: 190px;
  margin: 0 auto;
  width: 196px;
  left: 160px;
}
section .investor .list2 ul {
  margin: 0;
  padding: 0;
}
section .investor .list2 ul li {
  list-style: none;
  transition: var(--transition);
  float: left;
  margin-right: 0px;
  position: relative;
}
section .investor .list2 ul li a {
  text-decoration: none;
  display: block;
}
section .investor .list2 ul li .line {
  position: relative;
  bottom: -20px;
  text-align: center;
}
section .investor .list2 ul li .line2 {
  position: relative;
  bottom: 190px;
  margin: 0 auto;
  width: 196px;
  left: 160px;
}
section .investor .item {
  background: url(../images/item.png) no-repeat;
  height: 292px;
  transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 322px;
  position: relative;
}
section .investor .item::before {
  background-image: url(../images/item-hover.png);
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 292px;
  width: 100%;
  opacity: 0;
  transition: var(--transition);
}
section .investor .item:hover::before {
  opacity: 1;
}
section .investor .item:hover h3, section .investor .item:hover p {
  color: var(--white);
}
section .investor .item:hover .icon {
  background-image: url(../images/icon1-2.png);
}
section .investor .item:hover .icon-2 {
  background-image: url(../images/icon-2-2.png);
}
section .investor .item:hover .icon-3 {
  background-image: url(../images/icon-3-2.png);
}
section .investor .item h3 {
  font-family: var(--font-exo);
  font-size: 20px;
  color: var(--black);
  font-weight: 700;
  position: relative;
  z-index: 99;
}
section .investor .item p {
  font-size: 14px;
  color: var(--black);
  margin: 0 0 10px;
  position: relative;
  z-index: 99;
}
section .investor .item .icon {
  background: url(../images/icon1-1.png) no-repeat;
  width: 48px;
  height: 52px;
  margin: 0 auto;
  position: relative;
  z-index: 99;
}
section .investor .item .icon-2 {
  background: url(../images/icon-2-1.png) no-repeat;
  width: 48px;
  height: 52px;
  margin: 0 auto;
  position: relative;
  z-index: 99;
}
section .investor .item .icon-3 {
  background: url(../images/icon-3-1.png) no-repeat;
  width: 48px;
  height: 52px;
  margin: 0 auto;
  position: relative;
  z-index: 99;
}
section .investor .item-2 {
  background: url(../images/item-2.png) no-repeat;
  height: 292px;
  transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 322px;
  position: relative;
  left: 160px;
  top: -170px;
}
section .investor .item-2::before {
  background-image: url(../images/item-2-hover.png);
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 292px;
  width: 100%;
  opacity: 0;
  transition: var(--transition);
}
section .investor .item-2:hover::before {
  opacity: 1;
}
section .investor .item-2:hover h3, section .investor .item-2:hover p {
  color: var(--white);
}
section .investor .item-2:hover .icon-4 {
  background-image: url(../images/icon-4-2.png);
}
section .investor .item-2 h3 {
  font-family: var(--font-exo);
  font-size: 20px;
  color: var(--black);
  font-weight: 700;
  position: relative;
  z-index: 99;
  margin-top: 10px;
}
section .investor .item-2 p {
  font-size: 14px;
  color: var(--black);
  margin: 0 0 0;
  position: relative;
  z-index: 99;
}
section .investor .item-2 .icon-4 {
  background: url(../images/icon-4-1.png) no-repeat;
  width: 48px;
  height: 52px;
  margin: 0 auto;
  position: relative;
  z-index: 99;
}
section .documents {
  position: relative;
  z-index: 9999;
}
section .documents h2 {
  font-family: var(--font-exo);
  font-weight: 700;
  font-size: 40px;
  color: var(--color-1);
}
section .documents h2 span {
  color: var(--color-2);
}
section .documents h3 {
  font-family: var(--font-exo);
  font-weight: 700;
  color: var(--color-5);
  font-size: 30px;
}
section .documents p {
  font-size: 16px;
  color: var(--black);
  font-weight: 600;
  line-height: 25px;
}
section .documents p a {
  color: var(--black);
  text-decoration: none;
  transition: var(--transition);
}
section .documents p a:hover {
  color: var(--color-5);
}
section .documents .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -9;
}
section .documents .icon2 {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: -9;
}
section .documents .kyc {
  width: 80%;
  float: right;
  margin-top: 6%;
}
section .documents .kyc .list ul {
  margin: 0;
  padding: 0;
}
section .documents .kyc .list ul li {
  list-style: none;
  transition: var(--transition);
  font-size: 16px;
  padding: 5px 10px;
  transition: var(--transition);
  background: none;
  line-height: 25px;
}
section .documents .kyc .list ul li:hover {
  background: var(--color-5);
}
section .documents .kyc .list ul li:hover a {
  color: var(--white);
}
section .documents .kyc .list ul li img {
  margin-right: 5px;
}
section .documents .kyc .list ul li a {
  color: var(--color-6);
  text-decoration: none;
  display: block;
  transition: var(--transition);
}
section .documents .kyc2 {
  width: 80%;
  float: left;
  margin-top: 6%;
}
section .documents .kyc2 h3 {
  font-family: var(--font-exo);
  font-weight: 700;
  color: var(--color-2);
  font-size: 30px;
}
section .documents .kyc2 p {
  font-size: 16px;
  color: var(--black);
  font-weight: 700;
}
section .documents .kyc2 p a {
  color: var(--black);
  text-decoration: none;
  transition: var(--transition);
}
section .documents .kyc2 p a:hover {
  color: var(--color-5);
}
section .documents .kyc2 .list ul {
  margin: 0;
  padding: 0;
}
section .documents .kyc2 .list ul li {
  list-style: none;
  transition: var(--transition);
  font-size: 16px;
  padding: 5px 10px;
  transition: var(--transition);
  background: none;
}
section .documents .kyc2 .list ul li:hover {
  background: var(--color-2);
}
section .documents .kyc2 .list ul li:hover a {
  color: var(--white);
}
section .documents .kyc2 .list ul li img {
  margin-right: 5px;
}
section .documents .kyc2 .list ul li a {
  color: var(--color-6);
  text-decoration: none;
  display: block;
  transition: var(--transition);
}
section .documents .select-box {
  background: var(--white);
  padding: 3px 20px;
  border-radius: 60px;
  border: solid 1px #ccc;
}
section .documents .select-box select {
  width: 100%;
  border: none;
  background: none;
  font-size: 16px;
  padding: 10px 0;
}
section .documents .select-box select option {
  font-size: 14px;
  font-weight: normal;
}
section .documents .myDiv {
  display: none;
  font-weight: 400;
  line-height: 1.7;
  margin-top: 20px;
  color: #243c62;
}
section .disclosure h2 {
  font-family: var(--font-exo);
  font-weight: 700;
  font-size: 40px;
  color: var(--color-1);
}
section .disclosure h2 span {
  color: var(--color-2);
}
section .disclosure .tab {
  background: rgb(0, 144, 255);
  background: linear-gradient(to right, rgb(0, 144, 255) 0%, rgb(54, 218, 233) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0090ff", endColorstr="#36dae9",GradientType=1 );
  border-radius: 30px;
  padding: 0 30px;
}
section .disclosure .tab .nav-pills {
  padding: 7px 0;
}
section .disclosure .tab .nav-pills .nav-item button {
  background: none;
  padding: 7px 18px;
  border-radius: 30px;
  border: none;
  min-width: 120px;
  font-family: var(--font-source);
  font-weight: 600;
  color: var(--white);
  text-transform: uppercase;
}
section .disclosure .tab .nav-pills .nav-item .active {
  background: var(--white);
  color: var(--black);
}
section .disclosure .tab-content {
  background: var(--white);
  padding: 40px;
  box-shadow: 0 0 10px #ccc;
  min-height: 250px;
}
section .disclosure .tab-content h3 {
  color: var(--color-1);
  font-size: 25px;
  font-weight: 700;
  font-family: var(--font-exo);
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}
section .disclosure .tab-content h3::before {
  content: "";
  width: 46px;
  height: 1px;
  background: var(--color-1);
  display: block;
  position: absolute;
  right: -60px;
  top: 13px;
}
section .disclosure .tab-content h3::after {
  content: "";
  width: 37px;
  height: 1px;
  background: var(--color-1);
  display: block;
  position: absolute;
  right: -51px;
  top: 19px;
}
section .disclosure .tab-content h4 {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: normal;
}
section .disclosure .tab-content p {
  font-size: 16px;
  color: var(--color-6);
  line-height: 28px;
}
section .disclosure .tab-content p a {
  color: var(--color-1);
  font-weight: 500;
  text-decoration: none;
}
section .disclosure .tab-content b {
  font-weight: 500;
}
section .disclosure .tab-content .list ul {
  margin: 0;
  padding: 0;
}
section .disclosure .tab-content .list ul li {
  list-style: none;
  transition: var(--transition);
  font-size: 16px;
  color: var(--color-6);
  padding: 5px 15px;
  position: relative;
  line-height: 28px;
}
section .disclosure .tab-content .list ul li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 900;
  position: absolute;
  left: 0px;
  top: 5px;
}
section .disclosure .tab-content .list2 ol li {
  font-size: 16px;
  color: var(--color-6);
  padding: 5px 0;
  position: relative;
  line-height: 28px;
}
section .timelines #piechart {
  margin: 0 auto;
  width: 550px;
  height: 380px;
}
section .timelines h3 {
  font-family: var(--font-exo);
  font-weight: 700;
  font-size: 40px;
  color: var(--color-1);
  position: relative;
  display: inline-block;
}
section .timelines h3 .line::before {
  content: "";
  width: 46px;
  height: 1px;
  background: var(--color-1);
  display: block;
  position: absolute;
  left: -57px;
  top: 19px;
}
section .timelines h3 .line::after {
  content: "";
  width: 37px;
  height: 1px;
  background: var(--color-1);
  display: block;
  position: absolute;
  left: -51px;
  top: 27px;
}
section .timelines h3 .line2::before {
  content: "";
  width: 46px;
  height: 1px;
  background: var(--color-1);
  display: block;
  position: absolute;
  right: -57px;
  top: 19px;
}
section .timelines h3 .line2::after {
  content: "";
  width: 37px;
  height: 1px;
  background: var(--color-1);
  display: block;
  position: absolute;
  right: -51px;
  top: 27px;
}
section .timelines p {
  font-size: 16px;
  color: var(--color-7);
}
section .timelines .table {
  font-family: var(--font-roboto);
  font-size: 14px;
}
section .timelines .table th {
  background: #5c6877;
  color: var(--white);
}
section .sebi h3 {
  font-family: var(--font-exo);
  font-weight: 700;
  font-size: 40px;
  color: var(--color-1);
  position: relative;
  display: inline-block;
}
section .sebi h3 .line::before {
  content: "";
  width: 46px;
  height: 1px;
  background: var(--color-1);
  display: block;
  position: absolute;
  left: -57px;
  top: 19px;
}
section .sebi h3 .line::after {
  content: "";
  width: 37px;
  height: 1px;
  background: var(--color-1);
  display: block;
  position: absolute;
  left: -51px;
  top: 27px;
}
section .sebi h3 .line2::before {
  content: "";
  width: 46px;
  height: 1px;
  background: var(--color-1);
  display: block;
  position: absolute;
  right: -57px;
  top: 19px;
}
section .sebi h3 .line2::after {
  content: "";
  width: 37px;
  height: 1px;
  background: var(--color-1);
  display: block;
  position: absolute;
  right: -51px;
  top: 27px;
}
section .sebi h3 .text {
  color: var(--color-2);
}
section .sebi .item {
  border: solid 1px #dae7f0;
  border-radius: 5px;
  transition: var(--transition);
  height: 100%;
  background: var(--white);
}
section .sebi .item:hover {
  background: var(--color-5);
  border-color: var(--color-5);
}
section .sebi .item:hover p {
  color: var(--white);
}
section .sebi .item a {
  text-decoration: none;
  display: block;
  padding: 10px;
  height: 100%;
}
section .sebi .item p {
  margin: 0;
  color: var(--color-7);
  font-size: 15.8px;
  transition: var(--transition);
}

footer {
  background: var(--background-1);
}
footer .info .item {
  border-right: solid 1px var(--background-2);
  padding: 50px 0 30px;
  height: 100%;
}
footer .info .item .icon {
  width: 80px;
  height: 80px;
  background: var(--background-2);
  color: var(--white);
  border-radius: 5px;
  line-height: 80px;
  text-align: center;
}
footer .info .item .title {
  font-size: 16px;
  color: var(--white);
  font-family: var(--font-exo);
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 5px;
}
footer .info .item p {
  color: var(--color-8);
  font-size: 15px;
}
footer .info .item .num {
  font-size: 20px;
}
footer .info .item .num a {
  color: var(--color-8);
  text-decoration: none;
  transition: var(--transition);
}
footer .info .item .num a:hover {
  color: var(--white);
}
footer .border1 {
  border-bottom: solid 1px var(--background-2);
}
footer h3 {
  font-family: var(--font-exo);
  font-size: 20px;
  font-weight: 700;
  color: var(--white);
}
footer p {
  color: var(--color-8);
  font-size: 15px;
  line-height: 24px;
}
footer .nav ul {
  margin: 0;
  padding: 0;
}
footer .nav ul li {
  list-style: none;
  transition: var(--transition);
  padding: 3px 0;
  font-size: 16px;
}
footer .nav ul li a {
  color: var(--color-8);
  text-decoration: none;
  transition: var(--transition);
  position: relative;
  left: 0;
}
footer .nav ul li a:hover {
  left: 20px;
  color: var(--white);
}
footer .copyright {
  background: var(--background-3);
  padding: 15px 0;
  color: var(--white);
  font-size: 13px;
}

/*back to top button*/
.back-to-top {
  display: none;
  position: fixed;
  z-index: 999;
  right: 20px;
  bottom: 80px;
  font-size: 35px;
  color: var(--white);
  transition: var(--transition);
  background: var(--color-5);
  width: 48px;
  height: 48px;
  text-align: center;
  font-size: 20px;
  line-height: 48px;
}
.back-to-top:hover {
  background: var(--background-3);
  color: var(--white);
}

/*end*/
.circle-text {
  text-transform: uppercase;
  font-family: "Exo", sans-serif;
  position: absolute;
  top: 76px;
  text-align: center;
  color: #000;
  width: 150px;
  margin-left: -110px;
  font-weight: 400;
  left: 68px;
}

.circle-icon {
  font-size: 40px;
  color: #fff;
}

.slidercircle {
  width: 450px;
  height: 450px;
}

.circle-middle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 159px;
  margin-top: 158px;
  width: 140px;
  height: 140px;
  background: linear-gradient(330deg, rgba(95, 95, 95, 0.4) 0%, rgb(103, 103, 103) 100%);
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  transition: 1s;
}

.circle-one {
  margin-left: 95px;
  margin-top: 95px;
  width: 270px;
  height: 270px;
  border: 2px solid #6b6b6b;
  position: absolute;
  border-radius: 50%;
}

.circle-two {
  width: 450px;
  height: 450px;
  border: 2px solid #6b6b6b;
  position: absolute;
  border-radius: 50%;
}

.circle-arround-two-1, .circle-arround-two-2, .circle-arround-two-3, .circle-arround-two-4 {
  cursor: pointer;
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  top: 210px;
  left: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle-arround-two-1 {
  transform: rotate(45deg) translateX(250px) rotate(-45deg);
  animation: orbit2 30s linear infinite;
  transition: 1s;
  background: rgb(0, 144, 255);
  background: linear-gradient(to bottom, rgb(0, 144, 255) 0%, rgb(54, 218, 233) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0090ff", endColorstr="#36dae9",GradientType=0 );
}

.circle-arround-two-2 {
  transform: rotate(45deg) translateX(-250px) rotate(-45deg);
  animation: orbit3 30s linear infinite;
  transition: 1s;
  background: rgb(0, 144, 255);
  background: linear-gradient(to bottom, rgb(0, 144, 255) 0%, rgb(54, 218, 233) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0090ff", endColorstr="#36dae9",GradientType=0 );
}

.circle-arround-two-3 {
  transform: rotate(45deg) translateY(250px) rotate(-45deg);
  animation: orbit4 30s linear infinite;
  transition: 1s;
  background: rgb(0, 144, 255);
  background: linear-gradient(to bottom, rgb(0, 144, 255) 0%, rgb(54, 218, 233) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0090ff", endColorstr="#36dae9",GradientType=0 );
}

.circle-arround-two-4 {
  transform: rotate(45deg) translateY(-250px) rotate(-45deg);
  animation: orbit5 30s linear infinite;
  transition: 1s;
  background: rgb(0, 144, 255);
  background: linear-gradient(to bottom, rgb(0, 144, 255) 0%, rgb(54, 218, 233) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0090ff", endColorstr="#36dae9",GradientType=0 );
}

.circle-arround-two-6 {
  transform: rotate(45deg) translateY(250px) rotate(-45deg);
  animation: orbit4 30s linear infinite;
  transition: 1s;
  background: rgb(0, 144, 255);
  background: linear-gradient(to bottom, rgb(0, 144, 255) 0%, rgb(54, 218, 233) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0090ff", endColorstr="#36dae9",GradientType=0 );
}

.circle-arround-two-1 i:hover, .circle-arround-two-2 i:hover, .circle-arround-two-3 i:hover, .circle-arround-two-4 i:hover {
  animation: rotate-center 0.6s ease-in-out both;
}

.circle-arround-two-1:hover, .circle-arround-two-2:hover, .circle-arround-two-3:hover, .circle-arround-two-4:hover {
  box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.25);
}
@keyframes rotate-center {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes orbit2 {
  from {
    transform: rotate(0deg) translateX(250px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(250px) rotate(-360deg);
  }
}
@keyframes orbit3 {
  from {
    transform: rotate(0deg) translateX(-250px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(-250px) rotate(-360deg);
  }
}
@keyframes orbit4 {
  from {
    transform: rotate(0deg) translateY(250px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateY(250px) rotate(-360deg);
  }
}
@keyframes orbit5 {
  from {
    transform: rotate(0deg) translateY(-250px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateY(-250px) rotate(-360deg);
  }
}
.stopanima {
  animation-play-state: paused !important;
}

/******************************/
.creator {
  position: fixed;
  right: 5px;
  top: 5px;
  font-size: 13px;
  font-family: sans-serif;
  text-decoration: none;
  color: #f1f1f1;
}

.creator:hover {
  color: pink;
}

.creator i {
  font-size: 12px;
}

.holderCircle {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  position: relative;
  top: -60px;
  float: right;
  overflow: hidden;
}

.dotCircle {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  z-index: 20;
}

.dotCircle .itemDot {
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  background: #ffffff;
  color: var(--color-1);
  border-radius: 30px;
  text-align: center;
  line-height: 60px;
  font-size: 30px;
  z-index: 3;
  cursor: pointer;
  border: 2px solid #e6e6e6;
}

.dotCircle .itemDot.active .forActive {
  display: block;
}

.round {
  position: absolute;
  left: 40px;
  top: 45px;
  width: 330px;
  height: 330px;
  border: 2px dotted #000;
  border-radius: 100%;
  -webkit-animation: rotation 100s infinite linear;
  background: var(--white);
}

.dotCircle .itemDot:hover, .dotCircle .itemDot.active {
  color: #ffffff;
  transition: 0.5s;
  background: rgb(0, 144, 255);
  background: linear-gradient(to right, rgb(0, 144, 255) 0%, rgb(54, 218, 233) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0090ff", endColorstr="#36dae9",GradientType=1 ); /* IE6-9 */
  border: 2px solid #ffffff;
  box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.13);
}

.dotCircle .itemDot:hover .text, .dotCircle .itemDot.active .text {
  color: #000;
}

.dotCircle .itemDot {
  font-size: 22px;
}

.contentCircle {
  width: 250px;
  border-radius: 100%;
  color: #222222;
  position: relative;
  top: 180px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
}

.contentCircle .CirItem {
  border-radius: 100%;
  color: #222222;
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 0;
  opacity: 0;
  transform: scale(0);
  transition: 0.5s;
  font-size: 15px;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  margin: auto;
  line-height: 250px;
}

.CirItem.active {
  z-index: 1;
  opacity: 1;
  transform: scale(1);
  transition: 0.5s;
}

.contentCircle .CirItem i {
  font-size: 110px;
  position: absolute;
  top: 0;
  left: 50%;
  color: #828282;
  opacity: 0.1;
  z-index: -9;
}

@media only screen and (min-width: 300px) and (max-width: 599px) {
  .holderCircle { /* width: 300px; height: 300px;*/
    margin: 50px auto;
    top: 0px !important;
  }
  .holderCircle::after {
    width: 100%;
    height: 100%;
  }
  .dotCircle {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
}
.title-box a {
  text-decoration: none;
}

.title-box .title {
  font-weight: 600;
  font-size: 24px;
  position: relative;
  z-index: -1;
}

.title-box span {
  text-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
  color: var(--color-1);
}

.title-box p {
  font-size: 17px;
  line-height: 25px;
}
.title-box p a {
  color: var(--color-3);
  text-decoration: none;
  transition: var(--transition);
}
.title-box p a:hover {
  color: var(--color-2);
}

.itemDot .text {
  position: absolute;
  top: 40px;
  font-size: 15px;
  text-align: center;
  width: 100%;
  font-weight: 500;
  color: #000;
  display: none;
}

figure {
  position: relative;
}

figure .air {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: url(../images/wave.png);
  background-size: 1000px 100px;
}

figure .air.air1 {
  animation: wave 30s linear infinite;
  z-index: 1000;
  opacity: 1;
  animation-delay: 0s;
  bottom: 0;
}

figure .air.air2 {
  animation: wave2 15s linear infinite;
  z-index: 999;
  opacity: 0.5;
  animation-delay: -5s;
  bottom: 10px;
}

figure .air.air3 {
  animation: wave 30s linear infinite;
  z-index: 998;
  opacity: 0.2;
  animation-delay: -2s;
  bottom: 15px;
}

figure .air.air4 {
  animation: wave2 5s linear infinite;
  z-index: 997;
  opacity: 0.7;
  animation-delay: -5s;
  bottom: 20px;
}

@keyframes wave {
  0% {
    background-position-x: 0px;
  }
  100% {
    background-position-x: 1000px;
  }
}
@keyframes wave2 {
  0% {
    background-position-x: 0px;
  }
  100% {
    background-position-x: -1000px;
  }
}
@media (max-width: 575.98px) {
  .m-padding40 {
    padding: 40px 0 !important;
  }
  .height {
    height: auto;
  }
  .holderCircle {
    float: none;
    margin: 0;
  }
  .round {
    width: 320px;
    height: 320px;
    left: 15px;
  }
  .dotCircle .itemDot {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .dotCircle {
    left: -50px;
  }
  .contentCircle {
    left: 45%;
  }
  header .nav-link {
    text-transform: capitalize;
  }
  .sticky .nav-link {
    text-transform: capitalize;
  }
  figure h1 {
    font-family: var(--font-exo);
    font-weight: 700;
    font-size: 30px;
    color: var(--color-1);
  }
  figure h1 span {
    color: var(--color-2);
  }
  figure p {
    font-family: var(--font-nunito);
    font-weight: 600;
    color: var(--color-3);
    font-size: 17px;
    line-height: 35px;
    margin: 0;
  }
  figure p br {
    display: none;
  }
  section .investor h2 {
    font-size: 25px;
  }
  section .investor p {
    font-size: 15px;
    line-height: 25px;
  }
  section .investor .item-2 {
    top: 0px;
    left: 0px;
  }
  section .documents {
    position: relative;
    z-index: 9999;
  }
  section .documents h2 {
    font-size: 27px;
  }
  section .documents h3 {
    font-size: 22px;
  }
  section .documents p {
    font-size: 15px;
  }
  section .documents p a {
    color: var(--black);
    text-decoration: none;
    transition: var(--transition);
  }
  section .documents p a:hover {
    color: var(--color-5);
  }
  section .documents .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -9;
  }
  section .documents .icon img {
    width: 50%;
  }
  section .documents .icon2 {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: -9;
  }
  section .documents .icon2 img {
    width: 50%;
    float: right;
  }
  section .documents .kyc {
    width: 80%;
    float: right;
    margin-top: 6%;
  }
  section .documents .kyc .list ul {
    margin: 0;
    padding: 0;
  }
  section .documents .kyc .list ul li {
    list-style: none;
    transition: var(--transition);
    font-size: 15px;
    padding: 5px 10px;
    transition: var(--transition);
    background: none;
  }
  section .documents .kyc .list ul li:hover {
    background: var(--color-5);
  }
  section .documents .kyc .list ul li:hover a {
    color: var(--white);
  }
  section .documents .kyc2 {
    width: 80%;
    float: left;
    margin-top: 6%;
  }
  section .documents .kyc2 h3 {
    font-family: var(--font-exo);
    font-weight: 700;
    color: var(--color-2);
    font-size: 22px;
  }
  section .documents .kyc2 p {
    font-size: 15px;
    color: var(--black);
    font-weight: 700;
  }
  section .documents .kyc2 p a {
    color: var(--black);
    text-decoration: none;
    transition: var(--transition);
  }
  section .documents .kyc2 p a:hover {
    color: var(--color-5);
  }
  section .documents .kyc2 .list ul {
    margin: 0;
    padding: 0;
  }
  section .documents .kyc2 .list ul li {
    list-style: none;
    transition: var(--transition);
    font-size: 16px;
    padding: 5px 10px;
    transition: var(--transition);
    background: none;
  }
  section .documents .kyc2 .list ul li:hover {
    background: var(--color-2);
  }
  section .documents .kyc2 .list ul li:hover a {
    color: var(--white);
  }
  section .disclosure h2 {
    font-size: 27px;
  }
  section .disclosure .tab {
    background: rgb(0, 144, 255);
    background: linear-gradient(to right, rgb(0, 144, 255) 0%, rgb(54, 218, 233) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0090ff", endColorstr="#36dae9",GradientType=1 );
    border-radius: 30px;
    padding: 0 30px;
  }
  section .disclosure .tab .nav-pills {
    padding: 7px 0;
  }
  section .disclosure .tab .nav-pills .nav-item button {
    background: none;
    padding: 7px 9px;
    border-radius: 4px;
    border: none;
    min-width: auto;
    font-family: var(--font-source);
    font-weight: 600;
    color: var(--white);
    text-transform: capitalize;
    font-size: 13px;
  }
  section .disclosure .tab-content {
    padding: 40px 20px;
  }
  section .timelines h3 {
    font-size: 27px;
  }
  section .timelines h3 .line::before, section .timelines h3 .line2::before {
    top: 11px;
  }
  section .timelines h3 .line::after, section .timelines h3 .line2::after {
    top: 17px;
  }
  section .sebi h3 {
    font-size: 27px;
  }
  section .sebi h3 .line::before, section .sebi h3 .line2::before {
    top: 11px;
  }
  section .sebi h3 .line::after, section .sebi h3 .line2::after {
    top: 17px;
  }
  footer {
    background: var(--background-1);
  }
  footer .info {
    margin-top: 20px;
  }
  footer .info .item {
    border-right: solid 1px var(--background-2);
    padding: 20px 0 20px;
    height: 100%;
  }
  footer .info .item p {
    color: var(--color-8);
    font-size: 15px;
    margin: 0;
  }
  footer .border1 {
    border-bottom: solid 1px var(--background-2);
  }
  footer h3 {
    font-family: var(--font-exo);
    font-size: 20px;
    font-weight: 700;
    color: var(--white);
    margin: 20px 0;
  }
  footer p {
    color: var(--color-8);
    font-size: 15px;
    line-height: 24px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .m-padding40 {
    padding: 40px 0 !important;
  }
  .height {
    height: auto;
  }
  .holderCircle {
    float: none;
    margin: 0;
  }
  .round {
    width: 320px;
    height: 320px;
    left: 15px;
  }
  .dotCircle .itemDot {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .dotCircle {
    left: -50px;
  }
  .contentCircle {
    left: 45%;
  }
  header .nav-link {
    text-transform: capitalize;
  }
  .sticky .nav-link {
    text-transform: capitalize;
  }
  figure h1 {
    font-family: var(--font-exo);
    font-weight: 700;
    font-size: 30px;
    color: var(--color-1);
  }
  figure h1 span {
    color: var(--color-2);
  }
  figure p {
    font-family: var(--font-nunito);
    font-weight: 600;
    color: var(--color-3);
    font-size: 17px;
    line-height: 35px;
    margin: 0;
  }
  figure p br {
    display: none;
  }
  section .investor h2 {
    font-size: 25px;
  }
  section .investor p {
    font-size: 15px;
    line-height: 25px;
  }
  section .investor .item-2 {
    top: 0px;
    left: 0px;
  }
  section .documents {
    position: relative;
    z-index: 9999;
  }
  section .documents h2 {
    font-size: 27px;
  }
  section .documents h3 {
    font-size: 22px;
  }
  section .documents p {
    font-size: 15px;
  }
  section .documents p a {
    color: var(--black);
    text-decoration: none;
    transition: var(--transition);
  }
  section .documents p a:hover {
    color: var(--color-5);
  }
  section .documents .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -9;
  }
  section .documents .icon img {
    width: 50%;
  }
  section .documents .icon2 {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: -9;
  }
  section .documents .icon2 img {
    width: 50%;
    float: right;
  }
  section .documents .kyc {
    width: 80%;
    float: right;
    margin-top: 6%;
  }
  section .documents .kyc .list ul {
    margin: 0;
    padding: 0;
  }
  section .documents .kyc .list ul li {
    list-style: none;
    transition: var(--transition);
    font-size: 15px;
    padding: 5px 10px;
    transition: var(--transition);
    background: none;
  }
  section .documents .kyc .list ul li:hover {
    background: var(--color-5);
  }
  section .documents .kyc .list ul li:hover a {
    color: var(--white);
  }
  section .documents .kyc2 {
    width: 80%;
    float: left;
    margin-top: 6%;
  }
  section .documents .kyc2 h3 {
    font-family: var(--font-exo);
    font-weight: 700;
    color: var(--color-2);
    font-size: 22px;
  }
  section .documents .kyc2 p {
    font-size: 15px;
    color: var(--black);
    font-weight: 700;
  }
  section .documents .kyc2 p a {
    color: var(--black);
    text-decoration: none;
    transition: var(--transition);
  }
  section .documents .kyc2 p a:hover {
    color: var(--color-5);
  }
  section .documents .kyc2 .list ul {
    margin: 0;
    padding: 0;
  }
  section .documents .kyc2 .list ul li {
    list-style: none;
    transition: var(--transition);
    font-size: 16px;
    padding: 5px 10px;
    transition: var(--transition);
    background: none;
  }
  section .documents .kyc2 .list ul li:hover {
    background: var(--color-2);
  }
  section .documents .kyc2 .list ul li:hover a {
    color: var(--white);
  }
  section .disclosure h2 {
    font-size: 27px;
  }
  section .disclosure .tab {
    background: rgb(0, 144, 255);
    background: linear-gradient(to right, rgb(0, 144, 255) 0%, rgb(54, 218, 233) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0090ff", endColorstr="#36dae9",GradientType=1 );
    border-radius: 30px;
    padding: 0 30px;
  }
  section .disclosure .tab .nav-pills {
    padding: 7px 0;
  }
  section .disclosure .tab .nav-pills .nav-item button {
    background: none;
    padding: 7px 9px;
    border-radius: 4px;
    border: none;
    min-width: auto;
    font-family: var(--font-source);
    font-weight: 600;
    color: var(--white);
    text-transform: capitalize;
    font-size: 13px;
  }
  section .disclosure .tab-content {
    padding: 40px 20px;
  }
  section .timelines h3 {
    font-size: 27px;
  }
  section .timelines h3 .line::before, section .timelines h3 .line2::before {
    top: 11px;
  }
  section .timelines h3 .line::after, section .timelines h3 .line2::after {
    top: 17px;
  }
  section .timelines .chart {
    width: 500px;
  }
  section .sebi h3 {
    font-size: 27px;
  }
  section .sebi h3 .line::before, section .sebi h3 .line2::before {
    top: 11px;
  }
  section .sebi h3 .line::after, section .sebi h3 .line2::after {
    top: 17px;
  }
  footer {
    background: var(--background-1);
  }
  footer .info {
    margin-top: 20px;
  }
  footer .info .item {
    border-right: solid 1px var(--background-2);
    padding: 20px 0 20px;
    height: 100%;
  }
  footer .info .item p {
    color: var(--color-8);
    font-size: 15px;
    margin: 0;
  }
  footer .border1 {
    border-bottom: solid 1px var(--background-2);
  }
  footer h3 {
    font-family: var(--font-exo);
    font-size: 20px;
    font-weight: 700;
    color: var(--white);
    margin: 20px 0;
  }
  footer p {
    color: var(--color-8);
    font-size: 15px;
    line-height: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .sticky .nav-link {
    padding: 0 9px !important;
    font-size: 13px;
  }
  header .nav-link {
    padding: 0 9px !important;
    font-size: 13px;
  }
}/*# sourceMappingURL=stylesheet.css.map */