@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/*font-family: "Montserrat", serif;*/
@import url("https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap");
/*font-family: "Fjalla One", serif;*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");

/*font-family: "DM Sans", serif;*/
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0px;
  font-family: "Montserrat", serif;
}

button:focus {
  outline: none;
}

input:focus {
  outline: none;
}

a {
  color: #1b70bb;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  list-style: none;
  padding-left: 0px;
}

/*#### Common css start ####*/
.common-btn1 {
  position: relative;
  display: inline-block;
  padding: 8px 15px;
  background-color: #005FED;
  border-color: #005FED;
  color: #fff;
  font-size: 15px;
}

.common-btn1 i {
  transform: rotate(-45deg);
  margin-left: 6px;
}

.common-btn1:hover {
  background-color: #005FED;
  border-color: #005FED;
  color: #fff;
}

.common-title {
  position: relative;
  width: 100%;
}

.common-title h3 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 50px;
  margin-bottom: 15px;
}

.common-title p {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
}

/*#### Common css end ####*/
/*#### Header css start ####*/
.header-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.0648634454) 20%, rgb(0, 0, 0) 100%);
  padding: 5px 0px;
  z-index: 9;
  border-bottom: 1px solid #61687D;
}

.header-wrapper .navbar {
  position: relative;
}

.header-wrapper .navbar .logo-wrap {
  position: relative;
}

.header-wrapper .navbar .logo-wrap img {
  width: 165px;
}

.header-wrapper .navbar .navbar-nav {
  position: relative;
}

.header-wrapper .navbar .navbar-nav li {
  position: relative;
  padding: 0px 20px;
}

.header-wrapper .navbar .navbar-nav li a {
  position: relative;
  color: #FFFFFF;
  font-size: 16px;
  border-bottom: 1px solid transparent;
  transition: all 0.5s;
}

.header-wrapper .navbar .navbar-nav li a:hover {
  color: #005FED;
  border-bottom-color: #005FED;
  transition: all 0.5s;
}

.header-wrapper .navbar .navbar-nav li.active a {
  color: #005FED;
  border-bottom-color: #005FED;
  transition: all 0.5s;
}

.header-wrapper .navbar .head-right-btn {
  position: relative;
}

.header-wrapper .navbar .head-right-btn ul {
  position: relative;
  margin-bottom: 0px;
}

.header-wrapper .navbar .head-right-btn ul .common-btn1 {
  padding: 10px 20px;
  font-size: 16px;
}

/*#### Header css end ####*/
/*#### Banner css start ###*/
.banner-wrapper {
  position: relative;
  width: 100%;
}

.banner-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1040791317) 8%, rgba(0, 0, 0, 0.3505777311) 25%, rgba(0, 0, 0, 0.9023984594) 100%);
  z-index: 1;
}

.banner-wrapper:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1040791317) 8%, rgba(0, 0, 0, 0.3505777311) 25%, rgba(0, 0, 0, 0.7511379552) 100%);
  z-index: 1;
}

.banner-content-wrap {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 3;
}

.banner-content-wrap .banner-content {
  position: relative;
  width: 100%;
}

.banner-content-wrap .banner-content h3 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 10px;
}

.banner-content-wrap .banner-content h5 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
}

.banner-content-wrap .banner-content .subscription-form-wrap {
  position: relative;
  width: 100%;
  padding: 5px 5px;
  border: 1px solid #9793A4;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}

.banner-content-wrap .banner-content .subscription-form-wrap .form-control {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  color: #fff;
}

#subscription-form>input {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  color: #fff;
}

.banner-content-wrap .banner-content .subscription-form-wrap .form-control::-moz-placeholder {
  color: #808080;
}

.banner-content-wrap .banner-content .subscription-form-wrap .form-control::placeholder {
  color: #808080;
}

.banner-content-wrap .banner-content .subscription-form-wrap .input-group-text {
  padding: 0px;
  border: 0;
}

.banner-content-wrap .banner-content .subscription-form-wrap .input-group-text .btn-light {
  padding: 8px 15px;
  background-color: #fff;
  border-radius: 0;
  font-size: 18px;
  font-weight: 600;
}

/*#### Dots css start ###*/
#banner-slider .slick-dots {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  margin-bottom: 0px;
  z-index: 5;
}

#banner-slider .slick-dots li {
  position: relative;
  margin: 5px 0px;
}

#banner-slider .slick-dots li button {
  padding: 0;
  font-size: 0;
  line-height: 0;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

#banner-slider .slick-dots li button:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF;
  display: block;
  border-radius: 50%;
}

#banner-slider .slick-dots li.slick-active button:before {
  width: 10px;
  height: 10px;
  background-color: #FFFFFF;
  border: 2px solid #fff;
  outline: 1px solid #fff;
  outline-offset: 4px;
}

/*#### Dots css end ###*/
/*#### Banner social css start ###*/
.banner-wrapper .follow-social-wrap {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50px);
  z-index: 3;
}

.banner-wrapper .follow-social-wrap ul {
  position: relative;
}

.banner-wrapper .follow-social-wrap ul li {
  position: relative;
  margin-bottom: 10px;
}

.banner-wrapper .follow-social-wrap ul li a {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50%;
  font-size: 16px;
}

.banner-wrapper .follow-social-wrap span {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: #fff;
  transform: rotate(180deg);
}

/*#### Banner social css end ###*/
.banner-bottom-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.1797093838) 42%, rgb(0, 0, 0) 100%);
}

/*#### Banner css end ###*/
/*#### Banner css start ####*/
.about-us-wrapper {
  position: relative;
  width: 100%;
  background-color: #000000;
  padding: 60px 0px;
}

.about-us-wrapper .about-bg-img {
  position: absolute;
  left: 0;
  top: 55px;
  width: 60%;
}

.about-us-wrapper .about-bg-img::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 40%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1040791317) 8%, rgba(0, 0, 0, 0.3505777311) 25%, rgba(0, 0, 0, 0.99) 100%);
}

.about-us-wrapper .about-bg-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.0648634454) 20%, rgb(0, 0, 0) 100%);
}

.about-left-title {
  position: relative;
  width: 100%;
}

.about-left-title img {
  position: relative;
  mix-blend-mode: hard-light;
}

.about-left-title h5 {
  position: relative;
  width: 100%;
  font-size: 29px;
  color: #fff;
  font-weight: 600;
}

.about-right-content {
  position: relative;
  width: 100%;
}

.about-right-content p {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 15px;
}

.about-img-list {
  position: relative;
  width: 100%;
  border: 1px solid #005FED;
  border-radius: 10px;
  overflow: hidden;
}

.about-img-list img {
  position: relative;
  width: 100%;
  transition: all 0.5s;
}

.about-img-list:hover img {
  transform: scale(1.1);
}

/*#### Banner css end ####*/
/*#### invest section css start ####*/
.invest-wrapper {
  position: relative;
  width: 100%;
  padding: 80px 0px;
  background-image: url(../images/invest-section-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.invest-wrapper .invest-text {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 200px;
  font-weight: 600;
  color: #fff;
  opacity: 0.1;
  line-height: 170px;
}

.invest-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.0648634454) 20%, rgb(0, 0, 0) 100%);
}

.invest-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.1797093838) 42%, rgb(0, 0, 0) 100%);
}

.invest-wrap {
  position: relative;
  width: 100%;
  padding: 30px 30px;
  border: 1px solid rgba(255, 255, 255, 0.27);
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: 2;
}

.invest-wrap .invest-left-title {
  position: relative;
  width: 100%;
}

.invest-wrap .invest-left-title h3 {
  position: relative;
  width: 100%;
  font-size: 60px;
  color: #fff;
  font-family: "Fjalla One", serif;
  margin-bottom: 10px;
}

.invest-wrap .invest-left-title h5 {
  position: relative;
  width: 100%;
  font-size: 30px;
  color: #fff;
  font-family: "DM Sans", serif;
  margin-bottom: 10px;
}

.invest-wrap .invest-right-title {
  position: relative;
  width: 100%;
}

.invest-wrap .invest-right-title h4 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 40px;
  margin-bottom: 10px;
}

.invest-wrap .invest-right-title p {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-family: "DM Sans", serif;
  margin-bottom: 10px;
}

.invest-wrap .invest-today-btn-wrap {
  position: relative;
  width: 100%;
  margin-bottom: -50px;
}

.invest-wrap .invest-today-btn-wrap .btn-light {
  position: relative;
  width: 100%;
  border-radius: 30px;
  background-color: #fff;
  padding: 14px 15px;
  font-size: 18px;
  font-weight: 600;
}

.invest-list {
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #FFFFFF;
  padding: 15px 10px;
  border-radius: 10px;
  text-align: center;
}

.invest-list .icon {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}

.invest-list .icon img {
  position: relative;
  height: 90px;
}

.invest-list p {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

/*#### invest section css end ####*/
/*#### invest model css start ###*/
.invest-today-model-wrap .modal-content {
  border: 1px solid #707070;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.invest-today-model-wrap .modal-content .btn-close {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 25px;
  height: 25px;
  background-color: #000000;
  color: #fff;
  border-radius: 50%;
  opacity: 1;
  z-index: 9;
}

.invest-today-model-wrap .modal-content .modal-body {
  padding: 40px 40px;
}

.invest-today-model-wrap .modal-content .modal-body .form-group {
  position: relative;
  width: 100%;
}

.invest-today-model-wrap .modal-content .modal-body .form-group label {
  position: relative;
  width: 100%;
  font-size: 17px;
  color: #fff;
  margin-bottom: 7px;
}

.invest-today-model-wrap .modal-content .modal-body .form-group .form-control {
  position: relative;
  width: 100%;
  background-color: #fff;
  border: 0;
  padding: 10px 10px;
  border-radius: 0;
}
.invest-today-model-wrap .form-title{
  position: relative;
  width: 100%;
  border-bottom: 1px solid #5e5e5e;
  padding-bottom: 5px;
}
.invest-today-model-wrap .form-title h3{
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
}

.form-check-wrap {
  position: relative;
  width: 100%;
}
.form-check-wrap h6 {
  position: relative;
  width: 100%;
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}
.form-check-wrap ul {
  position: relative;
  width: 100%;
}
.form-check-wrap ul li {
  position: relative;
  width: 100%;
  padding: 3px 0px;
}
.form-check-wrap ul li .form-check label{
  color: #fff;
  font-size: 14px;
}

.form-hide{
  display: none;
}
/*#### invest model css end ###*/
/*#### meet-the-team css start #####*/
.meet-the-team-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0;
  background-color: #000000;
}

/*Slider css*/
#meet-team-slider .meet-team-sld-items {
  position: relative;
  padding: 0px 10px;
}

#meet-team-slider .meet-team-sld-items.slick-cloned.slick-active .team-wrap {
  position: relative;
  transform: perspective(560px) rotateY(12deg);
}

#meet-team-slider .meet-team-sld-items.slick-active.slick-current+.slick-slide.slick-active .team-wrap {
  position: relative;
  transform: perspective(560px) rotateY(-12deg);
}

#meet-team-slider .meet-team-sld-items.slick-active.is-before .team-wrap {
  position: relative;
  transform: perspective(560px) rotateY(12deg);
}

#meet-team-slider .meet-team-sld-items.slick-active.slick-current .team-wrap {
  margin-top: 0px;
}

/*## Static css*/
@media (min-width: 768px) {
  .meet-team-above-wrap .col-12:nth-child(1) .team-wrap {
    position: relative;
    transform: perspective(560px) rotateY(12deg);
  }

  .meet-team-above-wrap .col-12:nth-child(3) .team-wrap {
    position: relative;
    transform: perspective(560px) rotateY(-12deg);
  }
}

.team-wrap {
  position: relative;
  width: 100%;
  transition: all 0.5s;
}

.team-wrap .team-img {
  position: relative;
  width: 100%;
}

.team-wrap .team-img img {
  position: relative;
  width: 100%;
  z-index: 1;
}

.team-wrap .team-img::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
  background-color: #1D2021;
}

.team-wrap .team-content {
  position: relative;
  width: 100%;
  padding: 10px 10px;
  text-align: center;
}

.team-wrap .team-content h4 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 30px;
  margin-bottom: 10px;
}

.team-wrap .team-content h5 {
  position: relative;
  width: 100%;
  color: #005FED;
  font-size: 18px;
  margin-bottom: 10px;
}

.team-wrap .team-content p {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 16px;
  margin-bottom: 5px;
}

/*#### meet-the-team css end #####*/
/*#### who-worked-with css start ####*/
.who-worked-with-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background-color: #000000;
}

.worked-with-list {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 30px 10px;
  border: 1px solid #313131;
  background-color: #121316;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

/*#### who-worked-with css end ####*/
/*#### faq Video section css start ####*/
.faq-video-wrapper {
  position: relative;
  width: 100%;
  padding: 50px 0;
  background-color: #000000;
}

.faq-wrap {
  position: relative;
  width: 100%;
}

.faq-wrap h3 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 30px;
  margin-bottom: 25px;
}

.faq-wrap .accordion-item {
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: #121316;
  border: 0px solid #121316;
}

.faq-wrap .accordion-item .accordion-button::after {
  content: "+";
  font-family: "fontawesome";
  background-image: none;
  transform: none;
}

.faq-wrap .accordion-item .accordion-button:not(.collapsed)::after {
  content: "\f068";
  color: #fff;
}

.faq-wrap .accordion-item .accordion-button:not(.collapsed) {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  color: #fff;
}

.faq-wrap .accordion-item .accordion-button {
  background-color: transparent;
  border-color: transparent;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  box-shadow: none;
}

.faq-wrap .accordion-item .accordion-body {
  position: relative;
  width: 100%;
}

.faq-wrap .accordion-item .accordion-body p {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 15px;
}

.featured-show-wrap {
  position: relative;
  width: 100%;
}

.featured-show-wrap h3 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 30px;
  margin-bottom: 25px;
}

.featured-show-wrap .video-wrap {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.featured-show-wrap .video-wrap .play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.featured-show-wrap .video-wrap iframe {
  position: relative;
  width: 100%;
  height: 500px;
}

/*#### faq Video section css end ####*/
/*### Footer css start ####*/
.footer-wrapper {
  position: relative;
  width: 100%;
  padding-top: 50px;
  background-color: #000000;
  overflow: hidden;
}

.footer-wrapper .footer-logo {
  position: relative;
  width: 100%;
  text-align: center;
}

.footer-wrapper .footer-logo h4 {
  position: relative;
  width: 100%;
  font-size: 75px;
  color: #fff;
  font-weight: 600;
  text-shadow: 4px 2px 7px rgba(0, 95, 237, 0.8);
  margin-bottom: 0;
}

.footer-contact-details-list {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.footer-contact-details-list .icon {
  position: relative;
  width: 35px;
  font-size: 26px;
  color: #005FED;
  line-height: 0;
}

.footer-contact-details-list .details {
  position: relative;
  width: calc(100% - 35px);
  padding-left: 5px;
}

.footer-contact-details-list .details h5 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 18px;
  margin-bottom: 0px;
}

.footer-contact-details-list .details h5 a {
  color: #fff;
}

.footer-social-icon {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.footer-social-icon h4 {
  position: relative;
  color: #fff;
  font-size: 18px;
  margin-bottom: 0;
  margin-right: 15px;
}

.footer-social-icon ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0px;
}

.footer-social-icon ul li {
  position: relative;
  padding: 0px 12px;
  color: #005FED;
}

.footer-social-icon ul li a {
  position: relative;
  width: 45px;
  height: 45px;
  color: #fff;
  border: 2px solid #fff;
  font-size: 18px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.footer-social-icon ul li:first-child {
  padding-left: 0px;
}

.trams-menu-wrap {
  position: relative;
  width: 100%;
}

.trams-menu-wrap ul {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0px;
}

.trams-menu-wrap ul li {
  position: relative;
  padding: 0px 15px;
  border-right: 1px solid #828282;
}

.trams-menu-wrap ul li a {
  color: #828282;
  font-size: 14px;
}

.trams-menu-wrap ul li:last-child {
  border-right: 0px;
}

.footer-copyright {
  position: relative;
  width: 100%;
}

.footer-copyright p {
  position: relative;
  width: 100%;
  color: #828282;
  font-size: 14px;
  margin-bottom: 0;
}

.footer-copyright p a {
  color: #005FED;
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 95, 237, 0.3), 0 0 0 5px rgba(0, 95, 237, 0.3), 0 0 0 15px rgba(0, 95, 237, 0.3), 0 0 0 25px rgba(0, 95, 237, 0.3);
  }

  100% {
    box-shadow: 0 0 0 5px rgba(0, 95, 237, 0.3), 0 0 0 15px rgba(0, 95, 237, 0.3), 0 0 0 25px rgba(0, 95, 237, 0.3), 0 0 0 35px rgba(0, 95, 237, 0);
  }
}

.circle-ripple {
  position: absolute;
  width: 150px;
  height: 150px;
  left: 0;
  top: 0;
  border-radius: 50%;
}

.back-to-top {
  position: relative;
  width: 100%;
  text-align: center;
}

.back-to-top .back-totop-btn {
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #005FED;
  border: 0px;
  font-size: 22px;
  color: #fff;
  margin-bottom: -50px;
}

/*### Footer css end ####*/
.inner-banner-wrapper {
  position: relative;
  width: 100%;
  padding: 0px 0px;
  z-index: 1;
}

.inner-banner-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.inner-banner-wrapper img {
  position: relative;
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}

.inner-banner-wrapper .inner-banner-content {
  position: absolute;
  bottom: 10%;
  width: 100%;
  left: 0;
  z-index: 2;
}

.inner-banner-wrapper .inner-banner-content h1 {
  position: relative;
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.main-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}

.cms-content {
  position: relative;
  width: 100%;
}

.cms-content h3 {
  position: relative;
  width: 100%;
  color: #000000;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
}

.cms-content h4 {
  position: relative;
  width: 100%;
  color: #005FED;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.cms-content h5 {
  position: relative;
  width: 100%;
  color: #5D5D5D;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.cms-content p {
  position: relative;
  width: 100%;
  color: #5D5D5D;
  font-size: 15px;
  margin-bottom: 10px;
}

.cms-content ul {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}

.cms-content ul li {
  position: relative;
  width: 100%;
  padding-left: 20px;
  font-size: 15px;
  color: #5D5D5D;
  margin-bottom: 8px;
}

.cms-content ul li:before {
  content: "\f111";
  font-family: fontawesome;
  font-size: 10px;
  position: absolute;
  left: 0px;
  top: 4px;
  color: #005FED;
}

/*### Invest page css start ####*/
.invest-main-wrapper {
  position: relative;
  width: 100%;
  padding: 50px 0px;
  background-color: #fff;
}

.invest-main-wrapper .invest-left-images {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.invest-main-wrapper .invest-left-images img {
  position: relative;
  width: 100%;
}

.invest-main-content-wrap {
  position: relative;
  width: 100%;
}

.invest-main-content-wrap h3 {
  position: relative;
  width: 100%;
  color: #000000;
  font-size: 30px;
  font-family: "DM Sans", serif;
  margin-bottom: 10px;
}

.invest-main-content-wrap p {
  position: relative;
  width: 100%;
  color: #000000;
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 10px;
}

.projects-seeking-support-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background-color: #000000;
}

.projects-seeking-list {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 15px 15px;
  background-color: #121316;
  border: 1px solid #313131;
}

.projects-seeking-list .projects-seeking-img {
  position: relative;
  width: 100%;
}

.projects-seeking-list .projects-seeking-img img {
  position: relative;
  width: 100%;
}

.projects-seeking-list .projects-seeking-content {
  position: relative;
  width: 100%;
  padding: 10px 0px;
}

.projects-seeking-list .projects-seeking-content h3 {
  position: relative;
  width: 100%;
  font-size: 25px;
  color: #fff;
  margin-bottom: 10px;
}

.projects-seeking-list .projects-seeking-content p {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 14px;
  margin-bottom: 5px;
}

.projects-seeking-list .projects-seeking-content .investor-conunt {
  position: relative;
  width: 100%;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #313131;
}

.projects-seeking-list .projects-seeking-content .investor-conunt h5 {
  position: relative;
  width: 100%;
  font-size: 20px;
  color: #005FED;
  font-weight: 600;
  margin-bottom: 8px;
}

/*### team- page css start ###*/
.team-listing {
  position: relative;
  background-color: #121316;
  padding: 30px 30px 0px 0px;
  border-radius: 20px;
  overflow: hidden;
}

.team-listing .team-bios-left-img {
  position: relative;
  width: 100%;
}

.team-listing .team-bios-left-img img {
  position: relative;
}

.team-listing .team-bios-wrap {
  position: relative;
  width: 100%;
  padding: 20px 20px;
}

.team-listing .team-bios-wrap h3 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 30px;
  margin-bottom: 10px;
}

.team-listing .team-bios-wrap h5 {
  position: relative;
  width: 100%;
  color: #005FED;
  font-size: 18px;
  margin-bottom: 25px;
}

.team-listing .team-bios-wrap p {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
}

.team-listing.flex-lg-row-reverse {
  padding-right: 0;
  padding-left: 30px;
}

/*### team- page css end ###*/
/*### Contact us css start ###*/
.contact-us-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background-color: #000000;
}

.contact-inner-wrap {
  position: relative;
  width: 100%;
  padding: 30px;
  background-color: #121316;
  border: 1px solid #313131;
  border-radius: 10px;
}

.contact-inner-wrap .comon-title h3 {
  font-size: 35px;
}

.contact-inner-wrap .form-group {
  position: relative;
  width: 100%;
}

.contact-inner-wrap .form-group .form-control {
  position: relative;
  width: 100%;
  padding: 15px 12px;
  border: 0px;
  background-color: #fff;
}

.contact-inner-wrap .form-group .form-control:focus {
  outline: none;
  box-shadow: none;
}

.contact-inner-wrap .form-group .btn-danger {
  padding: 10px 30px;
}

.contact-us-right {
  position: relative;
  width: 100%;
  padding-left: 30px;
  border-left: 1px solid #313131;
}

.contact-us-right .contact-details-list {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.contact-us-right .contact-details-list .icon {
  position: relative;
  width: 35px;
  font-size: 26px;
  color: #005FED;
  line-height: 0;
}

.contact-us-right .contact-details-list .details {
  position: relative;
  width: calc(100% - 35px);
  padding-left: 5px;
}

.contact-us-right .contact-details-list .details h5 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 18px;
  margin-bottom: 5px;
}

.contact-us-right .contact-details-list .details p {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}

.contact-us-right .contact-details-list .details p a {
  color: #fff;
}

.contact-us-right .contact-us-social-wrap {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 15px 10px;
  border: 1px solid #D0DAE9;
  border-radius: 5px;
}

.contact-us-right .contact-us-social-wrap .social-icon {
  justify-content: center;
}

.contact-us-right .contact-us-social-wrap .social-icon li a {
  border-radius: 5px;
  background-color: #F2F2F2;
  color: #005FED;
  border: 0px;
}

.contact-us-right .contact-us-social-wrap .social-icon li a:hover {
  background-color: #005FED;
  color: #fff;
}

.social-icon {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0px;
}

.social-icon li {
  position: relative;
  padding-right: 10px;
  display: inline-flex;
}

.social-icon li a {
  font-size: 15px;
  width: 35px;
  height: 35px;
  background-color: transparent;
  color: #C9C9C9;
  border: 1px solid #C9C9C9;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.5s;
}

.social-icon li a:hover {
  transition: all 0.5s;
  color: #005FED;
  border: 1px solid #005FED;
}

/*### Contact us css end ###*/
/*# sourceMappingURL=style.css.map */


.wpcf7 form .wpcf7-response-output{
  color: #fff;
}

#poster-slider .poster-sld-items {
  position: relative;
  padding: 0px 10px;
}
