@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

@font-face {
  font-family: "HK Grotesk";
  src: url("/fonts/homepage/HKGroteskMedium.woff2") format("woff2"),
    url("/fonts/homepage/HKGroteskMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HK Grotesk";
  src: url("/fonts/homepage/HKGroteskRegular.woff2") format("woff2"),
    url("/fonts/homepage/HKGroteskRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HK Grotesk";
  src: url("/fonts/homepage/HKGroteskBlack.woff2") format("woff2"),
    url("/fonts/homepage/HKGroteskBlack.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HK Grotesk";
  src: url("/fonts/homepage/HKGroteskSemiBold.woff2") format("woff2"),
    url("/fonts/homepage/HKGroteskSemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HK Grotesk";
  src: url("/fonts/homepage/HKGroteskBold.woff2") format("woff2"),
    url("/fonts/homepage/HKGroteskBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* ***** Common Css **** */
:root {
  scroll-behavior: initial;
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

img {
  display: block;
}

a {
  transition: 0.4s linear;
  -webkit-transition: 0.4s linear;
  text-decoration: none;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "HK Grotesk";
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
}

.main-wrpper {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.container {
  max-width: 1200px;
}

/* ***** End Common Css **** */

.calendly-overlay .calendly-popup {
  max-height: 700px!important;
}
.st-btn{
  display: flex!important;
}

/* **** Header **** */
header {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  background: transparent;
  padding: 24px 0;
  z-index: 120;
  transition: 0.4s linear;
  -webkit-transition: 0.4s linear;
}
#demo-video{
  margin: 0 0 30px;
}
.navbar .container .navbar-brand,
.navbar .container-fluid .navbar-brand {
  margin-left: 0;
}

.navbar-brand {
  float: none;
  height: auto;
  padding: 0;
}

.navbar-brand img {
  max-width: 100%;
  height: 40px;
}

.navbar {
  background: transparent;
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  z-index: 120;
  transition: 0.4s linear;
  -webkit-transition: 0.4s linear;
}

.navbar-light .navbar-nav {
  margin-left: auto;
}

.navbar-light .navbar-nav li {
  margin-right: 30px;
}

.navbar-light .navbar-nav li:last-child {
  margin-right: 0;
}

.navbar-light .navbar-nav .nav-link {
  padding: 0;
  color: #4e4b62;
  text-align: center;
  font-family: HK Grotesk;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.navbar-light .navbar-nav .nav-link img {
  max-width: 100%;
  margin: 0 10px;
}

.navbar .navbar-nav li a:focus,
.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li a:hover {
  color: #6c64fe;
}

.navbar .navbar-nav .active a,
.navbar .navbar-nav .active a:focus,
.navbar .navbar-nav .active a:hover {
  color: #6c64fe;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #6c64fe;
}

.navbar-light .navbar-nav.right-navabr {
  margin-left: auto;
  margin-right: 0;
}

.navbar-light .navbar-nav.right-navabr li {
  margin-right: 15px;
}

.navbar-light .navbar-nav.right-navabr li:last-child {
  margin: 0;
}

.navbar-light .navbar-nav.right-navabr li .btn-primary {
  color: #fff;
}

.navbar-light .navbar-nav.right-navabr li .btn-secondary {
  color: #6c64fe;
}

.navbar-light .navbar-nav.right-navabr li .btn-secondary:hover {
  color: #fff;
}

/* **** End Header **** */

/* **** toggler **** */
.navbar-light .navbar-toggler {
  background-color: transparent;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  border: none;
  height: auto;
  width: auto;
  padding: 0;
}

.navbar-light .navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}

.navbar-light .navbar-toggler .navbar-toggler-icon {
  background-image: unset;
}

.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none;
}

.navbar-light .navbar-toggler-icon {
  width: 14px;
  height: 12px;
  background-image: none;
  position: relative;
  border-bottom: 2px solid #6c64fe;
  transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
  width: 8px;
  position: absolute;
  height: 2px;
  background-color: #6c64fe;
  top: 0;
  left: auto;
  content: "";
  z-index: 2;
  transition: all 300ms linear;
  right: 0;
}

.navbar-light .navbar-toggler-icon:after {
  top: 5px;
  width: 10px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg);
  width: 14px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(5px) rotate(-45deg);
  width: 14px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}

/* **** End toggler **** */

/* ***** Fix Header **** */
header.nav-new {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header.nav-new .navbar {
  border-radius: 0;
  box-shadow: none;
}

/* ***** End Fix Header **** */

/* **** buttons **** */
.btn-primary {
  color: #fff;
  text-align: center;
  font-family: HK Grotesk;
  font-size: 16px;
  font-style: normal;
  border: 1px solid #6c64fe;
  font-weight: 600;
  line-height: normal;
  border-radius: 60px;
  background: #6c64fe;
  padding: 10px 30px;
  display: table;
  margin: 0;
}

.btn-primary:hover {
  background: #0b0c1a;
  border-color: #0b0c1a;
  color: #fff;
}

.btn-secondary {
  border-radius: 60px;
  border: 1px solid #6c64fe;
  background: #fff;
  padding: 10px 34px;
  color: #6c64fe;
  text-align: center;
  font-family: HK Grotesk;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: table;
  margin: 0;
}

.btn-secondary:hover {
  background: #6c64fe;
  border-color: #6c64fe;
  color: #fff;
}

.btn-white {
  color: #6c64fe;
  text-align: center;
  font-family: HK Grotesk;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border: 1px solid #fff;
  font-weight: 600;
  line-height: normal;
  border-radius: 60px;
  background: #fff;
  padding: 12px 40px;
  display: table;
  margin: 0;
}

.btn-white:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}

/* **** End buttons **** */

.hero-wrp {
  padding: 115px 0 50px;
  position: relative;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.hero-wrp:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(179deg,
      rgba(255, 255, 255, 0.87) 1%,
      #fff 58.05%);
}

/*.hero-wrp:before{
    position: absolute;
    content: "";
    height: 150%;
    width: 150%;
    background-image: url("../images/hero-bg@2x.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    left: -25%;
    top: -25%;
    opacity: 0.08;
    z-index: -1;
    animation: animName 12s linear infinite;
}
@keyframes animName {
 0%{
    transform: rotate(0deg);
   }
100%{
    transform: rotate(360deg);
   }
}*/

.description .btn-primary {
  font-size: 24px;
}

.hero-wrp .row {
  align-items: center;
  position: relative;
  z-index: 9;
}

.hero-wrp .description {
  max-width: 569px;
}

.hero-wrp .description h4 {
  color: #12102e;
  font-family: HK Grotesk;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 10px;
}

.hero-wrp .description h4 span {
  color: #6c64fe;
}

.hero-wrp .description h2 {
  color: #12102e;
  font-family: HK Grotesk;
  font-size: 55px;
  line-height: 66px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin: 0 0 0px;
}

.hero-wrp .description h2 span {
  color: #6c64fe;
  font-weight: 900;
}

.hero-wrp .description p {
  color: #57548d;
  font-family: HK Grotesk;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  max-width: 475px;
  max-width: 0 0 40px;
}

.hero-wrp .hero-img {
  margin: 0 0px;
}

.hero-wrp .hero-img img {
  width: 100%;
  transition: all 0.3s;
}

/* **** Featured **** */
.featured-wrp {
  padding: 32px 0 113px;
}

.featured-wrp ul{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.featured-wrp h2 {
  color: #57548d;
  font-family: HK Grotesk;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin: 0 0 40px;
  text-align: center;
}

.featured-wrp ul {
  display: flex;
  align-items: center;
}

.featured-wrp ul li {
  background-color: #fff;
  padding: 0px;
}

.featured-wrp ul li img {
  max-width: 100%;
  max-height: 58px;
  min-height: 35px;
}

/* **** End Featured **** */

/* **** Funds **** */
.funds-wrp {
  padding: 0 0 140px;
}

.funds-wrp .funds-title {
  padding: 130px 0 325px;
  background: #f6f5ff;
  position: relative;
}

.funds-wrp .funds-title:before {
  position: absolute;
  content: "";
  background-image: url("/images/homepage/funds-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 95%;
  width: 90%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.funds-wrp .funds-title h2 {
  color: #12102e;
  text-align: center;
  font-family: HK Grotesk;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin: 0 auto 24px;
  max-width: 666px;
  position: relative;
  z-index: 9;
}

.funds-wrp .funds-title p {
  color: #12102e;
  text-align: center;
  font-family: HK Grotesk;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
  position: relative;
  z-index: 9;
}

.funds-slider {
  border-radius: 30px;
  background: #fff;
  box-shadow: 0px 25px 45px 0px rgba(64, 57, 200, 0.11);
  padding: 42px;
  margin-top: -231px;
}

.funds-slider .slick-slide {
  z-index: 8;
  opacity: 0;
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.funds-slider .slick-slide.slick-active {
  transform: scale(0.8) translate(80px);
  z-index: 5;
  opacity: 1;
}

.funds-slider .slick-slide.slick-active+.slick-slide.slick-active {
  transform: scale(0.9) translate(20px);
  z-index: 10;
  opacity: 1;
}

.funds-slider .slick-slide.slick-current.slick-active.slick-center {
  transform: scale(1);
  z-index: 30;
  opacity: 1;
}

.funds-slider .slick-slide.slick-current.slick-active.slick-center+.slick-slide {
  transform: scale(0.9) translate(-20px);
  z-index: 10;
  opacity: 1;
}

.funds-slider .slick-slide.slick-current.slick-active.slick-center+.slick-slide+.slick-slide {
  transform: scale(0.8) translate(-80px);
  z-index: 5;
  opacity: 1;
}


.funds-slider .slider-box .fund-box img {
  height: 235px;
  width: 235px;
}

.funds-slider .slider-box .fund-box h3 {
  color: #12102e;
  font-family: HK Grotesk;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin: 0 0 10px;
}

.funds-slider .slider-box .fund-box p {
  color: #545374;
  font-family: HK Grotesk;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin: 0 0 24px;
}

.funds-slider .slider-box .fund-box h6 {
  color: #6c64fe;
  font-family: HK Grotesk;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
}

.funds-slider .slider-box .fund-box h5 {
  color: #545374;
  font-family: HK Grotesk;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.funds-slider .slider-box .fund-box .btn-primary {
  margin-left: auto;
  margin-right: 0;
}

.funds-slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 35px auto 0;
}

.funds-slider .slick-dots li {
  margin-right: 15px;
  line-height: 0;
}

.funds-slider .slick-dots li:last-child {
  margin: 0;
}

.funds-slider .slick-dots li button {
  width: 25px;
  height: 8px;
  border-radius: 8px;
  background: #dee1e5;
  font-size: 0;
  border: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.funds-slider .slick-dots li.slick-active button {
  background: #6c64fe;
}

/* **** End Funds **** */

/* **** Opportunities **** */
.opportunities-wrp {
  padding: 140px 0 205px;
  position: relative;
  background: #6c64fe;
}

.opportunities-wrp .opportunities-bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 15%;
}

.opportunities-wrp .row {
  align-items: center;
  position: relative;
  z-index: 9;
}

.opportunities-wrp .description h2 {
  color: #fff;
  font-family: HK Grotesk;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin: 0 0 20px;
}

.opportunities-wrp .description p {
  color: #fff;
  font-family: HK Grotesk;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin: 0 0 20px;
}

.opportunities-slider {
  position: relative;
}

.opportunities-slider .slider-box {
  border-radius: 30px;
  background: #fff;
  background-image: url('/images/homepage/hand-img.webp');
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 45px 0px rgba(64, 57, 200, 0.11);
  padding: 70px 52px;
  position: relative;
  overflow: hidden;
}

.opportunities-slider .slider-box .hand-img {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
}

.opportunities-slider .slider-box ul li {
  margin: 0 0 40px;
}

.opportunities-slider .slider-box ul li:last-child {
  margin: 0;
}

.opportunities-slider .slider-box h3 {
  color: #12102e;
  font-family: HK Grotesk;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin: 0 0 12px;
}

.opportunities-slider .slider-box p {
  color: #545374;
  font-family: HK Grotesk;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin: 0 0 12px;
}

.opportunities-slider .slider-box h6 {
  color: #6c64fe;
  font-family: HK Grotesk;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
}

.opportunities-slider .slider-box h5 {
  color: #545374;
  font-family: HK Grotesk;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
}

.opportunities-slider .slider-box .btn-primary {
  font-size: 12px;
  padding: 10px 35px;
}

.opportunities-slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
}

.opportunities-slider .slick-dots li {
  margin-right: 15px;
  line-height: 0;
}

.opportunities-slider .slick-dots li:last-child {
  margin: 0;
}

.opportunities-slider .slick-dots li button {
  width: 25px;
  height: 8px;
  border-radius: 8px;
  background: #a09bff;
  font-size: 0;
  border: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.opportunities-slider .slick-dots li.slick-active button {
  background: #ffffff;
}

/* **** End Opportunities **** */

/* **** Partners **** */
.partners-wrp {
  padding: 75px 0 140px;
}

.partners-wrp .container {
  max-width: 966px;
}

/* **** End Partners **** */

/* **** Testimonial **** */
.testimonial-wrp {
  position: relative;
  padding: 12px 0 140px;
}

.testimonial-wrp .testimonial-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  max-width: 100%;
  margin: 0 auto;
  z-index: -1;
}

.testimonial-wrp .testimonial-title h2 {
  color: #12102e;
  text-align: center;
  font-family: HK Grotesk;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin: 0 0 75px;
}

.testimonial-wrp .count-block {
  max-width: 739px;
  margin: 0 auto 75px;
}

.testimonial-wrp .count-block ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testimonial-wrp .count-block h2 {
  color: #6c64fe;
  text-align: center;
  font-family: HK Grotesk;
  font-size: 45px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: capitalize;
  margin: 0 0 5px;
}

.testimonial-wrp .count-block p {
  color: #767593;
  text-align: center;
  font-family: HK Grotesk;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}

.testimonial-wrp .slider-box {
  display: flex;
  align-items: center;
  margin: 0 15px 72px;
}

.testimonial-wrp .slider-box .bx-img {
  width: 207px;
  position: relative;
}

.testimonial-wrp .slider-box .bx-img:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
  background: rgba(108, 100, 254, 0.7);
}

.testimonial-wrp .slider-box .bx-img img {
  width: 207px;
  height: 309px;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
}

.testimonial-wrp .slider-box .description {
  padding: 75px 42px;
  display: none;
}

.testimonial-wrp .slider-box .description p {
  color: #585776;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 437px;
  margin: 0 0 16px;
}

.testimonial-wrp .slider-box .description h4 {
  color: #12102e;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
}

.testimonial-wrp .slider-box {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 15px 25px 0px rgba(108, 100, 254, 0.23);
}

.testimonial-wrp .slider-box .bx-img:before {
  opacity: 0;
}

.testimonial-wrp .slider-box .bx-img img {
  border-radius: 10px 0 0 10px;
}

.testimonial-wrp .slider-box .description {
  display: block;
}

/*.testimonial-wrp .slick-current.slick-active .slider-box{
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 15px 25px 0px rgba(108, 100, 254, 0.23);
}
.testimonial-wrp .slick-current.slick-active .slider-box .bx-img:before{
    opacity: 0;
}
.testimonial-wrp .slick-current.slick-active .slider-box .bx-img img{
    border-radius: 10px 0 0 10px;
}
.testimonial-wrp .slick-current.slick-active .slider-box .description{
    display: block;
}*/
.testimonial-wrp .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.testimonial-wrp .slick-dots li {
  margin-right: 15px;
  line-height: 0;
}

.testimonial-wrp .slick-dots li:last-child {
  margin: 0;
}

.testimonial-wrp .slick-dots li button {
  width: 25px;
  height: 8px;
  border-radius: 8px;
  background: #dee1e5;
  font-size: 0;
  border: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.testimonial-wrp .slick-dots li.slick-active button {
  background: #6c64fe;
}

/* **** End Testimonial **** */

/* **** Gallery **** */
.gallery-wrp {
  padding: 140px 0;
  background: #f6f5ff;
}

.gallery-wrp .container {
  max-width: 1374px;
}

.gallery-wrp h2 {
  color: #12102e;
  text-align: center;
  font-family: HK Grotesk;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  max-width: 992px;
  margin: 0 auto 72px;
}

.gallery-wrp .row {
  margin: 0;
}

.gallery-wrp .row>* {
  padding: 0;
}

.gallery-wrp .board-community-block {
  text-decoration: none;
  display: block;
  margin-right: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.featured-product {
  margin: 0 -65px 0 -65px;
}

.gallery-wrp .portfolio-gal .image-masonry {
  width: 25%;
}

.gallery-wrp .portfolio-gal .image-masonry.big-image-masonry {
  width: 50%;
}

.gallery-wrp .board-community-block img {
  width: 100%;
  height: 295px;
  object-fit: cover;
  object-position: center;
}

.gallery-wrp .board-community-block.large-image img {
  height: 610px;
}

/* **** End Gallery **** */

/* **** powefull-features **** */
.features-wrp {
  background: #6c64fe;
  position: relative;
  padding: 105px 0;
  z-index: 9;
}

.features-wrp .container {
  max-width: 900px;
}

.features-wrp .row {
  align-items: center;
}

.features-wrp .powefull-features-back-shape {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.features-wrp h2 {
  color: #fff;
  font-size: 44px;
  line-height: 55px;
  font-style: normal;
  font-weight: 900;
  /* line-height: normal; */
  text-transform: capitalize;
  margin: 0 0 24px;
}

.features-wrp ul {
  margin-left: auto;
  margin-right: 0;
  display: table;
}

.features-wrp ul li {
  color: #fff;
  font-family: HK Grotesk;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 55px;
  /* text-transform: lowercase; */
  position: relative;
  padding-left: 15px;
}

.features-wrp ul li:before {
  position: absolute;
  content: "";
  height: 5px;
  width: 5px;
  border-radius: 100%;
  background: #fff;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/* **** powefull-features **** */

/* **** board-consultancy **** */
.board-consultancy-wrp {
  padding: 140px 0 140px;
  position: relative;
}

.board-consultancy-wrp .consultancy-bg {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  bottom: -165px;
  width: 100%;
  z-index: -1;
  object-position: center;
  object-fit: cover;
}

.board-consultancy-wrp .row {
  align-items: center;
}

.board-consultancy-detail {
  max-width: 500px;
}

.board-consultancy-detail .board-logo img {
  max-width: 100%;
  height: 45px;
  margin: 0 0 24px;
}

.board-consultancy-detail .board-consultancy-image img {
  max-width: 100%;
  margin: 0 0 30px;
}

.board-consultancy-detail .board-detail h2 {
  color: #12102e;
  font-family: HK Grotesk;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin: 0 0 24px;
}

.board-consultancy-detail .board-detail p {
  color: #12102e;
  font-family: HK Grotesk;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
}

.board-consultancy-form {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 45px 0px rgba(108, 100, 254, 0.31);
  padding: 35px 35px 0;
  max-width: 514px;
  margin-left: auto;
}
#loginSignUpModal .modal-dialog{
  --bs-modal-width: 550px;
}
#loginSignUpModal .modal-header{
  padding: 25px 35px;
  color: var(--bs-link-color);
}
#loginSignUpModal .modal-body{
  padding: 0;
  position: relative;
  overflow: hidden;
}
#loginSignUpModal .modal-content{
  margin-bottom: 100px;
}
#modal-login-form{
  position: absolute;
  top: 0;
  opacity:0;
  pointer-events: none;
}
#loginSignUpModal .board-consultancy-form{
  max-width: none;
}

.formError{
  text-align: center;
  margin: 5px 0;
  display: none;
  color: red;
}
.modal .board-consultancy-form{
  box-shadow: none;
}

.error{
  color: red;
  padding-left: 20px;
  padding-top: 5px;
  font-size: 12px;
}

.board-consultancy-form .form-group {
  margin: 0 0 24px;
}

.board-consultancy-form .form-group .form-control {
  color: #8684a8;
  font-family: HK Grotesk;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 17px 18px;
  border-radius: 10px;
  border: 1px solid #bebeca;
  background: #fff;
  box-shadow: none;
  outline: none;
}

.board-consultancy-form .form-group .form-control.error {
  border: 1px solid #ed7c93;
}

.board-consultancy-form .robot-block {
  border-radius: 10px;
  background: #f6f6ff;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.board-consultancy-form .robot-captcha {
  margin-left: auto;
  margin-right: 0;
}

.board-consultancy-form .robot-captcha img {
  max-width: 100%;
}

.form-check {
  padding: 0;
  margin: 0;
}

.form-check input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-check label {
  position: relative;
  cursor: pointer;
  color: #7c78b2;
  text-align: center;
  font-family: HK Grotesk;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
}

.form-check label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #7c78b2;
  background: #f6f6ff;
  height: 20px;
  width: 20px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 11px;
}

.form-check input:checked+label:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 7px;
  width: 6px;
  height: 14px;
  border: solid #6c64fe;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.board-consultancy-form .form-submit .btn-primary {
  border-radius: 10px;
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin: 0 0 20px;
}

.board-consultancy-form .term-agreement-block h6 {
  color: #7c78b2;
  font-family: HK Grotesk;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin: 0 0 52px;
}

.board-consultancy-form .term-agreement-block h6 a {
  color: #07af0e;
  text-decoration: underline;
}

.board-consultancy-form .already-member-block {
  border-radius: 0px 0px 20px 20px;
  background: #f6f6ff;
  padding: 24px 35px;
  margin: 0 -35px;
}

.board-consultancy-form .already-member-block .row {
  align-items: center;
}

.board-consultancy-form .already-member-block h5 {
  color: #7c78b2;
  font-family: HK Grotesk;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
}

.board-consultancy-form .already-member-block .btn-primary {
  margin-left: auto;
  margin-right: 0;
}

/* **** End board-consultancy **** */

/* **** Subscribe **** */
.subscribe-wrp .subscribe-block {
  border-radius: 40px;
  /* background: #FFF; */
  background: #6c64fe;
  box-shadow: 0px 0px 25px 0px rgba(108, 100, 254, 0.23);
  max-width: 1130px;
  margin: 0 auto;
  padding: 72px 0;
  position: relative;
  z-index: 8;
}

.subscribe-wrp .subscribe-block .description {
  max-width: 635px;
  margin: 0 auto;
}

.subscribe-wrp .subscribe-block h2 {
  /* color: #57548D; */
  color: #fff;
  font-family: HK Grotesk;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  line-height: normal;
  margin: 0 0 15px;
}

.subscribe-wrp .subscribe-block p {
  /* color: #57548D; */
  color: #fff;
  text-align: center;
  font-family: HK Grotesk;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin: 0 0 24px;
}

.subscribe-wrp .subscribe-block .form-group {
  position: relative;
  margin: 0 0 20px;
}

.subscribe-wrp .subscribe-block .form-group .form-control {
  /* color: #C7C7D3;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    padding: 16px 175px 16px 32px;
    border-radius: 28px;
    border: 1px solid #6C64FE;
    background: #FFF;
    box-shadow: none;
    outline: none; */
  color: #6c64fe !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 16px 175px 16px 32px;
  border-radius: 28px;
  border: 1px solid #6c64fe;
  /* background: #6c64fe; */
  background: #fff;
  box-shadow: none;
  outline: none;
}

.subscribe-wrp .subscribe-block .form-group input[type]::placeholder {
  color: #fff;
}

.subscribe-wrp .subscribe-block .form-group .btn-primary {
  /* font-size: 16px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 17px 50px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear; */
  background: #fff;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 17px 50px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #6c64fe;
}

.subscribe-wrp .subscribe-block .form-group .btn-primary:hover {
  background: #353535;
  color: #fff;
}

.subscribe-wrp .subscribe-block h6 {
  color: #fff;
  /* color: #7C78B2; */
  font-family: HK Grotesk;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  text-align: center;
  margin: 0;
}

.subscribe-wrp .subscribe-block h6 a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

.subscribe-wrp .subscribe-block h6 a:hover {
  opacity: 0.7;
}

/* **** End Subscribe **** */

/* **** Footer **** */
footer {
  padding: 260px 0 30px;
  margin-top: -160px;
  background: #353535;
}

footer .foot-logo img.logo-img {
  margin: 0 0 30px;
}

footer .foot-logo img {
  max-width: 100%;
  height: 45px;
}

footer .foot-logo p {
  color: #aeaeae;
  font-family: HK Grotesk;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: capitalize;
  margin: 0 0 20px;
  max-width: 336px;
}

footer .quicklinks h3 {
  color: #fff;
  font-family: HK Grotesk;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin: 0 0 24px;
}

footer .quicklinks {
  display: table;
  margin: 0 auto;
}

footer .quicklinks ul li a {
  color: #aeaeae;
  font-family: HK Grotesk;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  text-transform: capitalize;
}

footer .quicklinks ul li a:hover {
  color: #fff;
}

footer .col-md-2 .quicklinks {
  display: table;
  margin: 0 0 0 auto;
}

footer .copyright {
  border-top: 1px solid #636271;
  padding: 30px 0 0;
  margin: 50px 0 0;
}

footer .copyright p {
  color: #aeaeae;
  text-align: center;
  font-family: HK Grotesk;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

/* **** End Footer **** */

.powefull-features-back-shape {
  transform: rotate(90deg);
}

.opportunities-wrp {
  overflow: hidden;
}

.opportunities-bg {
  transform: rotate(90deg);
}

.hero-bg {
  transform: rotate(90deg);
}

.opportunities-bg[data-aos^="fade"][data-aos^="fade"].aos-animate {
  opacity: 15%;
}

img.consultancy-bg.aos-init.aos-animate {
  opacity: 15% !important;
  transform: rotate(90deg);
}

[data-aos^="fade"][data-aos^="fade"].aos-animate {
  transform: translateZ(0) rotate(0deg);
}




.blog-slider {
  position: relative;
  z-index: 99;
}

.blog-slider .slick-slide {
  margin: 0 14px;
}

.blog-slider .slick-list {
  margin: 0 -14px;
}

.blog-slider .slider-box {
  border-radius: 20px;
  background: #fff;
}

.blog-slider .slider-box .box-img {
  position: relative;
}

/* .blog-slider .slider-box .box-img:before{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0.6;
    border-radius: 15px;
} */
.blog-slider .slider-box .box-img img {
  width: 100%;
  height: 350px;
  object-position: center;
  object-fit: cover;
  border-radius: 15px;
}

.blog-slider .slider-box span {
  color: #fff;
  text-align: center;
  font-family: HK Grotesk;
  font-size: 14px;
  font-weight: 500;
  border-radius: 10px;
  background: #6c64fe;
  padding: 8px 16px;
  display: table;
  margin: 0;
  position: absolute;
  left: 15px;
  top: 15px;
}

.blog-slider .slider-box .description {
  padding: 20px;
}

.blog-slider .slider-box .description a h3 {
  color: #12102e;
  font-family: HK Grotesk;
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 0 15px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.blog-slider .slider-box .description a h3:hover {
  color: #6c64fe;
}

.blog-slider .slider-box .description p {
  color: #545374;
  font-family: HK Grotesk;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0;
}

.blog-slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 35px auto 0;
  flex-wrap: wrap;
  row-gap: 25px;
}

.blog-slider .slick-dots li {
  margin-right: 15px;
  line-height: 0;
}

.blog-slider .slick-dots li:last-child {
  margin: 0;
}

.blog-slider .slick-dots li button {
  width: 25px;
  height: 8px;
  border-radius: 8px;
  background: #dee1e5;
  font-size: 0;
  border: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.blog-slider .slick-dots li.slick-active button {
  background: #6c64fe;
}


/* **** Sales **** */
.sales-hero-wrp {
  padding: 160px 0 95px;
  position: relative;
  overflow: hidden;
}
.sales-hero-wrp:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(179deg, rgba(255, 255, 255, 0.87) 1%, #fff 58.05%);
}
.sales-hero-wrp .row {
  align-items: center;
}
.sales-hero-wrp .sales-hero-block {
  position: relative;
  z-index: 9;
}
.sales-hero-wrp .description {
  max-width: 430px;
}
.sales-hero-wrp .description h2 {
  color: #12102e;
  font-family: HK Grotesk;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin: 0 0 24px;
}
.sales-hero-wrp .description h2 span {
  color: #6c64fe;
  font-weight: 900;
}
.sales-hero-wrp .description p {
  color: #57548d;
  font-family: HK Grotesk;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin: 0 0 24px;
}
.sales-hero-wrp .description .btn-primary {
  color: #fff;
  text-align: center;
  font-family: HK Grotesk;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 60px;
  background: #6c64fe;
  padding: 15px 55px;
  box-shadow: none;
  outline: none;
  border: none;
}
.sales-hero-wrp .description .btn-primary:hover {
  background: #000;
  color: #fff;
}
.sales-hero-wrp .hero-video {
  width: 100%;
  border-radius: 15px;
  position: relative;
  box-shadow: 0px 0px 45px 0px rgba(22, 20, 46, 0.13);
}
.sales-hero-wrp .hero-video video {
  height: 100%;
  border-radius: 15px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.sales-hero-wrp .hero-video a {
  position: absolute;
  left: 50%;
  top: 50%;
  background: #6c64fe;
  width: 62px;
  height: 62px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.sales-hero-wrp .hero-video a:hover {
  background: #000;
  color: #fff;
}

.sec-featured-wrp {
  padding: 100px 0;
  background: #f7f7f7;
}



.networker-wrp{
  background-image: linear-gradient(180deg, #f7f7f7, transparent);
}
.networker-wrp .networker-block {
  padding: 95px 0 120px;
/*    border-top: 3px solid #6c64fe;*/
}
.networker-wrp .networker-block .networker-title {
  max-width: 914px;
  margin: 0 auto 58px;
}
.networker-wrp .networker-block .networker-title h2 {
  color: #12102e;
  text-align: center;
  font-family: HK Grotesk;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 24px;
}
.networker-wrp .networker-block .networker-title p {
  color: #57548d;
  text-align: center;
  font-family: HK Grotesk;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin: 0;
}
.networker-wrp .networker-box {
  display: flex;
  align-items: flex-start;
  border-radius: 15px;
  border: 1px solid #6c64fe;
  background: #fff;
  margin: 0 0 30px;
  padding: 40px 35px;
  height: calc(100% - 30px);
}
.networker-wrp .networker-box img {
  max-width: 100%;
  margin-right: 30px;
}
.networker-wrp .networker-box h3 {
  display: flex;
  align-items: flex-start;
  margin: 0 0 20px;
  color: #12102e;
  font-family: HK Grotesk;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.networker-wrp .networker-box p {
  color: #57548d;
  font-family: HK Grotesk;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
.networker-wrp .networker-info {
  border-radius: 30px;
  border: 1px solid #6c64fe;
  background: #fff;
  padding: 66px;
  margin: 30px 0 0;
  height: auto;
}
.networker-wrp .networker-info h3 {
  color: #12102e;
  text-align: center;
  font-family: HK Grotesk;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 20px;
}
.networker-wrp .networker-info p {
  color: #12102e;
  text-align: center;
  font-family: HK Grotesk;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  max-width: 670px;
  margin: 0 auto 20px;
}
.networker-wrp .networker-info .btn-primary {
  padding: 15px 55px;
  margin: 0 auto;
}



.feedback-wrp {
  padding: 0 0 85px;
}
.feedback-wrp .feedback-title {
  margin: 0 0 55px;
}
.feedback-wrp .feedback-title .row {
  align-items: center;
}
.feedback-wrp .feedback-title h2 {
  color: #133240;
  font-family: HK Grotesk;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.8px;
  margin: 0 0 16px;
}
.feedback-wrp .feedback-title p {
  color: #133240;
  font-family: HK Grotesk;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
.feedback-wrp .feedback-title .btn-wrap ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.feedback-wrp .feedback-title .btn-wrap ul li {
  margin-right: 8px;
}
.feedback-wrp .feedback-title .btn-wrap ul li:last-child {
  margin: 0;
}
.feedback-wrp .feedback-title .btn-wrap ul li button {
  border: none;
  box-shadow: none;
  outline: none;
  border: 1px solid #6c64fe;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 28px;
  color: #6c64fe;
  background: transparent;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.feedback-wrp .feedback-title .btn-wrap ul li button:hover {
  background: #6c64fe;
  color: #fff;
}
.feedback-wrp .slick-slide {
  margin: 0 16px;
}
.feedback-wrp .slick-list {
  margin: 0 -16px;
}
.feedback-wrp .feedback-box {
  border-radius: 5.347px;
  border: 1.337px solid #e7eaec;
  background: #fff;
  padding: 32px;
}
.feedback-wrp .feedback-box img {
  width: 65px;
  height: 65px;
  border-radius: 100%;
  object-fit: cover;
  object-position: 0 28%;
  margin: 0 0 16px;
}
.feedback-wrp .feedback-box h3 {
  color: #133240;
  font-family: HK Grotesk;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.48px;
  margin: 0 0 16px;
}
.feedback-wrp .feedback-box p {
  color: #133240;
  text-overflow: ellipsis;
  font-family: HK Grotesk;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
}
.feedback-wrp .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 45px auto 0;
}
.feedback-wrp .slick-dots li {
  margin-right: 15px;
}
.feedback-wrp .slick-dots li:last-child {
  margin: 0;
}
.feedback-wrp .slick-dots li button {
  font-size: 0;
  border: none;
  background-color: #dee1e5;
  border-radius: 20px;
  height: 8px;
  width: 25px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.feedback-wrp .slick-dots li.slick-active button {
  background: #6c64fe;
}



.excellence-wrp {
  padding: 80px 0;
  background: #6c64fe;
  overflow: hidden;
  position: relative;
}
.excellence-wrp .row {
  align-items: center;
}
.excellence-wrp .description {
  max-width: 515px;
  position: relative;
  z-index: 9;
  padding: 0 20px;
}
.excellence-wrp .description h2 {
  color: #fff;
  font-family: HK Grotesk;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin: 0 0 24px;
}
.excellence-wrp .description p {
  color: #fff;
  font-family: HK Grotesk;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 24px;
}
.excellence-wrp .description .btn-primary {
  padding: 12px 35px;
}
.excellence-wrp img {
  max-width: 100%;
  margin: 0 auto;
  display: table;
}
.excellence-wrp .powefull-features-back-shape {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  transform: rotate(90deg);
}

.excellence-wrp.clarity-consultations .description {
max-width: 80%;
text-align: center;
margin: 0 auto;
}

.excellence-wrp.clarity-consultations {
border-radius: 15px;
}
/* **** End Sales **** */