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

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */ :root {
  --white: #ffffff;
  --black: #000000;
  --darkOrenge: #FFA700;
  --green: #30C1A4;
}
body {
  color: #3C3871;
  background-color: #ffffff;
    font-family: "Inter", sans-serif;
  font-optical-sizing: auto;

}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        justify-content: center;
    }
}



h2 {
  font-size: 3rem;
  text-align: center;
}
.padding_50_top {
  padding-top: 50px;
}
.padding_50_bottom {
  padding-bottom: 50px;
}
.padding_50_left {
  padding-left: 50px;
}
.padding_50_right {
  padding-right: 50px;
}
@media (min-width:992px) {
  .navbar .container {
    max-width: 84%
  }
}
section {
  margin: 100px 0 50px 0;
}
p {
  font-size: 1rem;
}
.btn-lg {
  padding: 0.7rem 2rem;
  font-size: 1.25rem;
  border-radius: 2rem;
}
.btn {
  background-color: #ffffff24;
}
.swiper-pagination-bullet {
  background: var(--white) !important;
}
.navbar {
  background: none !important;
  padding: 10px 0;
}
.navbar-brand {
  font-size: 24px; /* Adjust the brand font size */
}
.navbar-nav .nav-link {
  font-size: 15px; /* Adjust the navigation links font size */
  margin-right: 20px; /* Add spacing between navigation links */
  color: #fff !important;
}
.navbar-nav .nav-item:nth-last-child(1) .nav-link {
  margin-right: 0;
}
.navbar-collapse {
  flex-direction: row-reverse
}
header {}
/* Banner Styles */
.banner {
  background-size: cover;
  background-position: center;
  color: #350e0e;
  padding: 0;
  width: 100%;
  height: auto;
  display: block;
  margin-top: 0px;
    
    
    background: rgb(50, 49, 119) !important;
  background: linear-gradient(90deg, rgba(50, 49, 119, 1) 0%, rgba(245, 115, 116, 1) 100%) !important;
}
.banner img {
  min-width: 100%;
  max-width: 100%;
}
.what_is_the {
  flex-direction: column;
  align-items: center;
  position: relative;
}
.what_is_the .btn {
  position: absolute;
  bottom: 100px;
}
.banner-text {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
}
.banner-text h1 {
  font-size: 2.6rem;
  color: #000;
  font-weight: 700; /* Adjust the banner title font size */
}
.banner-text h1 span {
  color: #FF8D21;
}
.banner-text p {
  font-size: 18px; /* Adjust the banner description font size */
  margin-bottom: 20px; /* Add spacing between elements */
}
.banner-text .btn {
  font-size: 18px;
  background: #7ABFFF;
  border: 0;
  padding: 10px 40px;
  font-weight: 600;
  color: #000;
  border-radius: 30px;
  min-width: 150px; /* Adjust the button font size */
}
.video-thumb {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  min-height: 70vh;
}
.video-right-txt {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  min-height: 70vh;
}
.timeline {
  margin: 50px 0;
  list-style-type: none;
  display: flex;
  padding: 0;
  text-align: center;
  justify-content: center;
}
.timeline li {
  transition: all 200ms ease-in;
}
.timestamp {
  width: 100%;
  margin-bottom: 20px;
  padding: 0px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 100;
}
.status {
  padding: 0px 40px;
  display: flex;
  justify-content: center;
  border-top: 4px solid #e8e8e8;
  position: relative;
  transition: all 200ms ease-in;
}
.status span {
  font-weight: 600;
  padding-top: 20px;
}
.status span:before {
  content: '';
  width: 25px;
  height: 25px;
  background-color: #ff7f01;
  border-radius: 25px;
  position: absolute;
  top: -15px;
  left: calc(50% - 12px);
  transition: all 200ms ease-in;
}
.team {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
/* swiper */
.slider {
  position: relative;
}
.swiper-container {
  padding-bottom: 20px;
}
.swiper-scrollbar {
  background: #d6d6d6;
}
.swiper-container-horizontal > .swiper-scrollbar {
  border-radius: 2px;
  height: 5px;
  width: 200px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.swiper-wrapper {
  /* padding: 30px !important; */
}
.swiper-wrapper img {
  width: 100%;
}
.swiper-container-horizontal > .swiper-scrollbar {
  display: none !important;
}
.swiper-slide {
  height: 50vh;
  width: 100%;
}
/* swiper */
.subscription {
  background-color: #8adcfd;
}
.subscription .innersub {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px;
}
.add-email {
  width: 61%;
  border-radius: 30px;
  height: 44px;
  padding: 19px;
  border: none;
  margin-bottom: 14px;
}
.innersub .btn {
  color: #5c5858;
  background-color: #ffffff;
  border-color: #ffffff;
  width: 200px;
  border-radius: 50px;
}
.footer {
  background-color: #ffffff;
  margin-bottom: 0;
  color: #3C3871;
}
form div {
  float: left;
}
input {
  width: 100%;
  background: #ffffff;
  border: 1px solid #707070;
  padding: 8px 8px;
  color: #3C3871;
    border-radius: 8px;
}
textarea {
  width: 100%;
  min-height: 100px;
  color: #3C3871;
  background: #ffffff;
  padding: 8px 8px;
  border: 1px solid #707070;
     border-radius: 8px;
}
label {
  width: 100%;
  font-weight: bold;
  color: #3C3871;
    padding-left: 8px;
}
.spacer_2 {
  float: left;
  width: 100%;
  height: 20px;
}
.tt-select {
  position: relative;
  height: auto;
  margin-bottom: 0;
  text-align: left;
     border-radius: 8px;
}
.tt-select select {
  display: none;
}
.select-selected {
  background-color: #ffffff;
  border: 1px solid #707070;
     border-radius: 8px;
}
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 25px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
}
.select-selected:before {
  position: absolute;
  content: "";
  top: 18px;
  right: 25px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: transparent transparent #707070 transparent;
  transform: rotate(180deg);
}
.select-selected.select-arrow-active:before {
  border: none;
}
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #707070 transparent;
  top: 10px;
}
.select-items div, .select-selected {
  padding: 8px 16px;
  position: relative;
  cursor: pointer;
  width: 100%;
}
.select-items {
  position: absolute;
  background-color: #cccccc;
  top: 100%;
  left: 0px;
  right: 0;
  z-index: 99;
  width: 100%;
     border-radius: 8px;
}
.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
.form button {
  padding: 10px 45px;
  background: rgb(50, 49, 119) !important;
  background: linear-gradient(90deg, rgba(50, 49, 119, 1) 0%, rgba(245, 115, 116, 1) 100%) !important;
  border: 2px solid #707070;
  color: #fff;
  text-transform: normal;
  font-weight: bold;
  border: none;
  border-radius: 45px;
    margin-top: 25px;
    float: right;
}
.form {
  padding: 100px 0px;
}
.form h3 {
  width: 100%;
    text-align: left;
    margin: 0 auto 30px auto;
}
.form .leftcolumn p {
     text-align: center;
    color: #3C3871;
    font-size: 19px
    
}
.form .leftcolumn p a{
    color: #914B9D;
    font-size: 20px;
    font-weight: bold;
}
.form .leftcolumn p span {
    display: block;
    font-size: 24px;
    color: #914B9D;
    font-weight: bold;
}

.form .leftcolumn .margin-tb-70{
    margin: 60px auto;
}
.form .leftcolumn .margin-tb-70 p{
    margin-bottom: 0;
}

footer ul.footernav {
  list-style: none;
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 0;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
footer ul.social {
  display: flex;
  list-style: none;
  justify-content: flex-start;
  margin-left: 0;
  padding-left: 0;
  margin-top: 145px;
}

@media (max-width:991px) {
   footer ul.social  {
        justify-content: center
    }
        
    .form button {
        float: none;
        margin-left:auto;
        margin-right:auto;
        display: block;
    }
}


footer ul.social li {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 5px;
}
footer ul.social li img {
  max-width: 100%;
}
footer ul li a {
  text-decoration: none;
  color: #fff;
}
footer ul li a:hover {
  color: #FFA700;
}
/*---------Babu-------------*/
.slider {
  position: relative;
}
.slider .swiper-slide {
  background-color: transparent;
}
.slider .swiper-slide .block-text {}
.swiper-container {
  padding-bottom: 20px;
}
.swiper-scrollbar {
  background: #d6d6d6;
}
.swiper-container-horizontal > .swiper-scrollbar {
  border-radius: 2px;
  height: 5px;
  width: 200px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.swiper-wrapper {
  /* padding: 30px !important; */
}
.swiper-wrapper img {
  width: 100%;
}
.swiper-button-next {
  right: 15% !important;
}
.swiper-button-prev {
  left: 15% !important;
}
.swiper-button-next, .swiper-button-prev {
  top: calc(55% + 40px) !important;
  width: 40px !important;
  height: 40px !important;
  background-size: 40px 40px !important;
  color: #3C3871 !important;
}
.swiper-container-horizontal > .swiper-scrollbar {
  display: none !important;
}
.slider .swiper-button-next {
  right: -25px !important;
}
.slider .swiper-button-prev {
  left: -25px !important;
}
.slider .swiper-button-next, .slider .swiper-button-prev {
  top: calc(48% + 40px) !important;
  width: 40px !important;
  height: 40px !important;
  background-size: 40px 40px !important;
}
.slidernew {
  position: relative;
}
.slidernew .swiper-button-next {
  right: -25px !important;
}
.slidernew .swiper-button-prev {
  left: -25px !important;
}
.slidernew .swiper-button-next, .slidernew .swiper-button-prev {
  top: calc(48% + 40px) !important;
  width: 40px !important;
  height: 40px !important;
  background-size: 40px 40px !important;
}


.slider-container {
  position: relative;
}
.slider-container .swiper-button-next {
  right: -35px !important;
}
.slider-container .swiper-button-prev {
  left: -35px !important;
}
.slider-container .swiper-button-next, .slider-container .swiper-button-prev {
  top: calc(48% + 40px) !important;
  width: 40px !important;
  height: 40px !important;
  background-size: 40px 40px !important;
}



    







/* .swiper-button-next::after, .swiper-button-prev::after {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 1rem;
  width: 2rem;
  height: 2rem;
  opacity: 0.75;
  border-radius: 50%;
  color: var(--white-100);
  background: var(--black-300);
} */
.swiper-slider-gallery .swiper-slide {
  height: 70vh;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-slider-gallery .swiper-slide img {
  max-width: 100%;
}
/* Card hover */
.card {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
  transform: translateX(-50%) translateY(-50%) translateZ(0);
  width: 370px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  -webkit-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
}
.card a {
  color: inherit;
  text-decoration: none;
}
.card:hover {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
}
.card__thumb {
  height: 245px;
  overflow: hidden;
  background-color: #000;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}
.card__thumb img {
  width: 100%;
  display: block;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.card:hover .card__thumb {
  height: 130px;
}
.card:hover .card__thumb img {
  opacity: 0.6;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
/**
* card_BODY
**/
.team {
  position: relative;
  background: rgb(10, 26, 67);
  overflow: hidden;
}
.team:hover {
  background: linear-gradient(180deg, rgba(10, 26, 67, 1) 0%, 20%, rgba(49, 193, 164, 1) 20%, 100%);
}
.team span {
  position: absolute;
  z-index: 0;
  height: 80%;
  width: 100%;
  bottom: 0;
  left: 0;
  display: block;
  background: rgba(49, 193, 164, 1);
  transition: all 0.3s ease;
}
.team:hover span {
  height: 100%;
}
.team img {
  max-width: 100%;
  z-index: 1;
  position: relative;
  transition: all 3s ease;
}
.team:hover img {
  margin-top: 10px;
}
.team .teamCaption {
  position: absolute;
  bottom: 20px;
  display: block;
  width: 100%;
  z-index: 3;
  left: 0;
  bottom: 0;
  padding: 0px 20px 0px 20px;
  text-align: center;
  color: #fff;
  transition: all 0.3s ease;
}
.team:hover .teamCaption {
  padding: 0px 20px 40px 20px;
}
.profile-photo-block {
  display: block;
  position: relative;
  height: auto;
}
.bluebgone {
  background: #449AAC;
  padding: 0 60px 60px
}
.yellowbgone {
  background: #EC8F3A;
  padding: 0 60px 60px
}
.block-one {
  background: #fff;
  text-align: center;
  padding: 0 30px 30px 30px;
  color: #000;
  border-radius: 30px;
}
.block-one::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 30px;
  padding: 5px;
  background: linear-gradient(45deg, #B2638A, #B2638A, #493D74, #493D74);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.testimonial-block {
  position: relative;
  min-height: 300px;
}
.profile-photo-block {
  padding: 30px 0;
  width: 100%;
  display: block;
  clear: both;
}
.profile-photo-block .testimonial-photo {
  width: 150px;
  height: 150px;
  position: relative;
  border-radius: 100px;
}
.testimonial-block h3 {
  
  color: #313131;
  font-weight: 600;
  font-size: 1.4rem
}
.testimonial-block h6 {
  color: #3C3871;
  margin: 0px 0 20px 0;
  font-size: 1.2rem;
}
.testimonial-block p {
  color: #313131;
  font-size: 1.1rem;
}
.spacer30 {
  height: 30px;
}
.spacer50 {
  height: 50px;
}
/*----------------anwar------------*/
section {
  position: relative;
}
.anchor_tag {
  position: absolute;
  top: -70px;
  display: block;
  height: 1px;
  width: 100px;
  left: 0;
}
.visible_mobile {
  display: none
}
#whatIsThe, #teamSection, #purposeStories, #photoGallery, #testimonials {}
.no-padd {
  padding: 0 !important;
}
.none_pc {
  display: none;
}
.swiper-slider-gallery {
  width: 100%;
  margin: 40px 0;
  padding: 45px 0;
}
.swiper-slider-gallery .swiper-slide {
  opacity: 0.4;
  overflow: hidden;
  transition: .7s;
}
.swiper-slider-gallery .swiper-slide img {
  width: 100%;
}
.swiper-slider-gallery .swiper-slide-active {
  opacity: 1;
  z-index: 1;
  transform: scale(1.5);
}
.card__image p {
  transition: all 0.5s ease-in;
}
.card__image:hover p {
  padding-top: 50px;
}
.swiper-slide .captions {
  position: absolute;
  width: 35%;
  top: 50%;
  left: 100px;
  -ms-transform: translate(-50%, -50%);
  transform: translate(0%, -50%);
}

.swiper-slide .captions img {
    margin-bottom: 20px;
}

.swiper-slide .captions h3 {
  font-size: 2.5rem;
  color: var(--white);
  font-weight: normal;
  text-transform: uppercase;
}
.cards_tpa div div {
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  margin-bottom: 25px;
  min-height: 500px;
  transition: all 0.5s ease-in;
}
.cards_tpa div:nth-child(1) div {
  background-image: url(../../images/cards/card1.png);
  background-color: #E57658;
}
.cards_tpa div:nth-child(1) div:hover {
  background-color: #e57658c4;
}
.cards_tpa div:nth-child(2) div:hover {
  background-color: #757DC8c4;
}
.cards_tpa div:nth-child(3) div:hover {
  background-color: #17AC5Cc4;
}
.cards_tpa div:nth-child(4) div:hover {
  background-color: #7FC2D1c4;
}
.cards_tpa div:nth-child(5) div:hover {
  background-color: #0480AFc4;
}
.cards_tpa div:nth-child(6) div:hover {
  background-color: #F4BC47c4;
}
.cards_tpa div:nth-child(2) div {
  background-image: url(../../images/cards/card2.png);
  background-color: #757DC8;
}
.cards_tpa div:nth-child(3) div {
  background-image: url(../../images/cards/card3.png);
  background-color: #17AC5C;
}
.cards_tpa div:nth-child(4) div {
  background-image: url(../../images/cards/card4.png);
  background-color: #7FC2D1;
}
.cards_tpa div:nth-child(5) div {
  background-image: url(../../images/cards/card5.png);
  background-color: #0480AF;
}
.cards_tpa div:nth-child(6) div {
  background-image: url(../../images/cards/card6.png);
  background-color: #F4BC47;
}
.cards_tpa div:nth-child(2) div p {
  width: 55%;
}
.cards_tpa div div p {
  font-size: 1.3rem;
  font-weight: 800;
  line-height: normal;
  padding: 35px 0px 0 45px;
  width: 70%;
}
.gurus {
  padding: 0;
}
.violet_bg {
  background-color: #5D2E6D;
}
.pink_bg {
  background-color: #C63965;
}
.text_alignment {
  width: 80%;
  position: relative;
  margin: 0 auto;
}
.text_alignment h3 {
  position: relative;
  left: -25%;
  font-size: 2.3rem;
  font-weight: 800;
}
.violet_bg .text_alignment h3 {
  right: -25%;
  text-align: right;
  left: initial;
}
#lottie {
  width: 100%;
  height: auto;
}
/* Nav / Navbar Styles
===================================*/
.navbar {
  background: #aeaeae;
  border-bottom: none;
  padding: 30px 0;
  transition-duration: 0.6s;
}
.navbar-default .navbar-brand, .navbar-default .navbar-nav > li > a {
  color: #183532;
}
/* jQuery Styles
===================================*/
.navbar-scroll {
  background: rgb(50, 49, 119) !important;
  background: linear-gradient(90deg, rgba(50, 49, 119, 1) 0%, rgba(245, 115, 116, 1) 100%) !important;
  padding: 0;
  box-shadow: 0px 1px 10px rgb(0 0 0 / 7%);
  transition-duration: 0.6s;
}
.nav-dropdown-scroll {
  background: #e7eaea;
  box-shadow: 0px 10px 9px rgba(0, 0, 0, 0.4);
}
.navbar-brand img {
  max-height: 80px;
}
.navbar-scroll .navbar-brand img {
  height: 50px;
}
#PurposeStories .container {
  position: relative;
}
#PurposeStories .container h2 {
  width: 100%;
  position: absolute;
  z-index: 9;
  text-align: center;
  top: 70px;
}
#team_block .container .row .col-lg-3:nth-child(even) .team span {
  background-color: #0580AF;
}
.team .teamCaption h3 {
  font-size: 1.3rem;
  font-weight: 800;
}
/* gallery 2 */
/* */
.swiper-slider-gallery_2 .swiper-slide .captions {
  width: 40%;
  display: flex;
  flex-direction: column;
}
.swiper-slider-gallery_2 .swiper-slide .captions h2 {
  color: #ffffff;
  font-weight: 700;
  text-transform: inherit;
  font-size: 1.9rem;
  text-align: center;
}
.swiper-slider-gallery_2 .swiper-slide .captions h3 {
  color: #ffffff;
  font-weight: 700;
  text-transform: inherit;
  font-size: 1.4rem;
  text-align: left;
    padding-left: 50px;
    background: url("../../images/icon.png") no-repeat left top;
    background-size: 40px;
    min-height: 40px;
    padding-top: 5px;
}
.swiper-slider-gallery_2 .swiper-slide .captions h5 {
  font-size: 1.2rem;
  margin: 10px 0px 40px 0px;
  text-align: center;
}
.swiper-slider-gallery_2 .swiper-slide .captions img {
  width: 40%;
}
.swiper-slider-gallery_2 .swiper-slide:nth-child(even) {
  background: rgb(177,98,137);
background: linear-gradient(109deg, rgba(177,98,137,1) 0%, rgba(60,56,113,1) 100%);
  border-radius: 30px;
  overflow: hidden;
}

.swiper-slider-gallery_2 .swiper-slide:nth-child(odd) {
  background: rgb(177,98,137);
background: linear-gradient(109deg, rgba(60,56,113,1) 0%, rgba(177,98,137,1) 100%);
  border-radius: 30px;
  overflow: hidden;
}


.new-sections {
  display: flex !important;
  align-items: center !important;
  min-height: 700px !important;
  justify-content: space-between !important;
  background-image: url("../../images/testimonials/testimonial-bg.png");
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
  flex-direction: row;
}
.new-sections-column {
  width: 50%;
  color: #ffffff;
}
@media (max-width: 991px) {
  .new-sections {
    flex-direction: column;
  }
  .new-sections-column {
    width: 100%;
    padding: 0;
    
  }
  .new-sections-column p {
    padding: 0px 20px;
  }
  .swiper-slider-gallery_2 .swiper-slide .captions h3 {
    text-align: left;
  }
  .swiper-slider-gallery_2 .swiper-slide .captions h2 {
    font-size: 1.3rem;
    text-align: center;
    margin-top: 20px;
  }
  .swiper-slider-gallery_2 .swiper-slide .captions img {
    width: 200px;
    margin-top: 20px
  }
  .padding_50_bottom {
    padding-bottom: 30px;
  }
}
/* ANIMATED BACKGROUND */
.circles {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  float: left;
  pointer-events: none;
}
.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 40px solid red;
  border-bottom: 20px solid transparent;
  animation: animate 25s linear infinite;
  bottom: -150px;
}
.circles li:nth-child(1) {
  left: 1%;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 40px solid #43ba7f;
  border-bottom: 20px solid transparent;
  animation-delay: 0s;
}
.circles li:nth-child(2) {
  left: 3%;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 40px solid #ff8d8d;
  border-bottom: 20px solid transparent;
  animation-delay: 11s;
  animation-duration: 30s;
}
.circles li:nth-child(3) {
  right: 12%;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 40px solid #ff7f00;
  border-bottom: 20px solid transparent;
  animation-delay: 4s;
  animation-duration: 20s;
}
.circles li:nth-child(4) {
  right: 2%;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 40px solid #e2ffb4;
  border-bottom: 20px solid transparent;
  animation-delay: 22s;
  animation-duration: 18s;
}
.circles li:nth-child(5) {
  right: 5%;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 40px solid #8ed9fe;
  border-bottom: 20px solid transparent;
  animation-delay: 8s;
}
.circles li:nth-child(7) {
  left: 35%;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 40px solid red;
  border-bottom: 20px solid transparent;
  animation-delay: 7s;
}
.circles li:nth-child(8) {
  left: 50%;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 40px solid red;
  border-bottom: 20px solid transparent;
  animation-delay: 15s;
  animation-duration: 45s;
}
.circles li:nth-child(9) {
  left: 20%;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 40px solid red;
  border-bottom: 20px solid transparent;
  animation-delay: 2s;
  animation-duration: 35s;
}
.circles li:nth-child(10) {
  left: 85%;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 40px solid red;
  border-bottom: 20px solid transparent;
  animation-delay: 0s;
  animation-duration: 11s;
}
@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }
  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}
.image_bottom {
  display: flex;
  align-items: flex-end;
}
.image_bottom img {
  width: 100%
}
@media (max-width: 769px) {
  .banner-text {
    min-height: auto;
    margin-top: 170px;
  }
  .banner {
    height: auto;
  }
}
/* .navbar-light .navbar-toggler {
  color: rgb(255 255 255 / 55%);
  border-color: rgb(255 255 255 / 35%);
}
  */
@media (max-width: 1200px) {
  .navbar-dark .navbar-brand {
    width: 90px;
  }
  .navbar-nav .nav-link {
    font-size: 13px;
    margin-right: 5px;
  }
  .swiper-slide .captions h3 {
    font-size: 2rem;
  }
  section {
    margin: 50px 0 50px 0;
  }
  h2 {
    font-size: 2.6rem;
  }
  .teamCaption p {
    font-size: 0.6rem;
  }
  #PurposeStories .container h2 {
    width: 100%;
    margin-bottom: 30px;
    position: initial;
  }
  .swiper-slide .captions p {
    font-size: 0.8rem;
  }
  .swiper-slider-gallery .swiper-slide {
    height: 60vh;
  }
}
@media (max-width: 992px) {
  .swiper-slide .captions h3 {
    font-size: 2rem;
  }
  .teamCaption p {
    font-size: 1rem;
  }
  .swiper-slide .captions {
    width: 100% !important;
    position: relative;
    bottom: 0;
    padding: 20px 0;
    left: 0;
    top: 0;
    transform: translate(0%, 0%);
  }
  .swiper-slide {
    background-color: transparent;
  }
  .swiper-slider-gallery_2 .swiper-slide {
    border: 0;
    background-color: transparent;
  }
  .navbar {
    background: rgb(50, 49, 119) !important;
    background: linear-gradient(90deg, rgba(50, 49, 119, 1) 0%, rgba(245, 115, 116, 1) 100%) !important;
  }
  .swiper-slider-gallery .swiper-slide {
    height: 400px;
  }
  .navbar-nav .nav-link {
    font-size: 16px;
    margin-right: 0;
  }
  .text_alignment h3 {
    font-size: 1.7rem;
  }
  .hide_mobile {
    display: none;
  }
  .text_alignment h3 {
    position: relative;
    left: 0;
  }
  .text_alignment {
    padding: 40px 0px;
  }
  .violet_bg .text_alignment h3 {
    right: 0;
    text-align: left;
  }
  .hide_slider_mobile {
    display: none
  }
  .visible_mobile {
    display: block
  }
}
@media (max-width: 768px) {
  .swiper-slide .captions h3 {
    font-size: 1.5rem;
  }
  .btn-lg {
    padding: 0.4rem 1rem;
    font-size: 1rem;
  }
  .navbar {
    padding: 13px 0;
  }
  .circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 10px solid red;
    border-bottom: 5px solid transparent;
    animation: animate 25s linear infinite;
    bottom: -150px;
  }
  .circles li:nth-child(1) {
    left: 1%;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 10px solid #43ba7f;
    border-bottom: 5px solid transparent;
    animation-delay: 0s;
  }
  .circles li:nth-child(2) {
    left: 3%;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 10px solid #ff8d8d;
    border-bottom: 5px solid transparent;
    animation-delay: 11s;
    animation-duration: 30s;
  }
  .circles li:nth-child(3) {
    right: 12%;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 10px solid #ff7f00;
    border-bottom: 5px solid transparent;
    animation-delay: 4s;
    animation-duration: 20s;
  }
  .circles li:nth-child(4) {
    right: 2%;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 10px solid #e2ffb4;
    border-bottom: 5px solid transparent;
    animation-delay: 22s;
    animation-duration: 18s;
  }
  .circles li:nth-child(5) {
    right: 5%;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 10px solid #8ed9fe;
    border-bottom: 5px solid transparent;
    animation-delay: 8s;
  }
  .circles li:nth-child(7) {
    left: 35%;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 10px solid red;
    border-bottom: 5px solid transparent;
    animation-delay: 7s;
  }
  .circles li:nth-child(8) {
    left: 50%;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 10px solid red;
    border-bottom: 5px solid transparent;
    animation-delay: 15s;
    animation-duration: 45s;
  }
  .circles li:nth-child(9) {
    left: 20%;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 10px solid red;
    border-bottom: 5px solid transparent;
    animation-delay: 2s;
    animation-duration: 35s;
  }
  .circles li:nth-child(10) {
    left: 85%;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 10px solid red;
    border-bottom: 5px solid transparent;
    animation-delay: 0s;
    animation-duration: 11s;
  }
  #lottie {
    display: none;
  }
  .none_pc {
    display: block;
  }
  .swiper-button-prev, .swiper-button-next {
    display: none !important;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0 !important;
  }
  h2 {
    font-size: 1.5rem;
  }
  .padding_50_right {
    padding-right: 30px;
  }
  .padding_50_left {
    padding-left: 30px;
  }
  section {
    margin: 50px 0 30px 0;
  }
  .cards_tpa div div {
    min-height: 560px;
  }
  .cards_tpa div div p {
    padding: 35px 0px 0 25px;
    width: 90%;
  }
  .team {
    margin: 0px 20px;
    margin-bottom: 40px;
  }
  #teamSection .container .row .col-md-3:nth-last-child() .team {
    margin-bottom: 0;
  }
  .text_alignment h3 {
    position: relative;
    left: 0;
  }
  .text_alignment {
    padding: 40px 0px;
  }
  .violet_bg .text_alignment h3 {
    right: 0;
    text-align: left;
  }
  .text_alignment h3 {
    font-size: 1.1rem;
  }
  .swiper-slider-gallery .swiper-slide {
    height: 200px;
  }
  .yellowbgone, .bluebgone {
    padding: 0 30px 30px;
  }
  .form {
    padding: 30px 20px;
  }
  .form h3 {
    width: 100%;
      
      
  }
  .p-2 {
    padding: 0 !important;
  }
  form div {
    width: 100%;
  }
  .what_is_the .btn {
    position: relative;
    bottom: 0;
  }
  .anchor_tag {
    top: -90px;
  }
}
.image-cards .cards {
  position: relative;
  background-color: transparent;
}
.cards-top-body {
  padding: 1rem 0rem;
  text-align: center;
}
.gradient-bg {
  background: rgb(50, 49, 119);
  background: linear-gradient(263deg, rgba(245, 115, 116, 1) 32%, rgba(50, 49, 119, 1) 100%);
}
.gradient-bg-reverse {
  background: rgb(50, 49, 119);
  background: linear-gradient(263deg, rgba(50, 49, 119, 1) 32%, rgba(245, 115, 116, 1) 100%);
}
.program-highlight {
  padding: 100px 0
}
section.partnership {
  margin: 0 !important;
  padding: 100px 0
}
section.footer {
  margin: 0;
}
/*  testimonial  */
.text-gradient {
  background: -webkit-linear-gradient(#F57374, #1E1D3F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.banner-content {
  position: absolute;
  display: block;
  bottom: 20%;
  left: 0;
  width: 100%;
  padding: 0 9%;
}
.banner-content h1 {
  color: #ffffff;
}
.signupButton {
  padding: 12px 30px;
  border: none;
  background: #fff;
  color: #000;
  margin-top: 30px;
}

.text-secondary {
    color: #000!important;
}

.signupButton:hover, 
.signupButton:active,
.signupButton:focus{
    background: #fff;
    color: #000;
}
.text-gradient {
  /* Fallback: Set a background color. */
  background-color: #F57374;
  /* Create the gradient. */
  background-image: linear-gradient(45deg, #F57374, #1E1D3F);
    
  /* Set the background size and repeat properties. */
  background-size: 100%;
  background-repeat: repeat;
  /* Use the text as a mask for the background. */
  /* This will show the gradient as a text color rather than element bg. */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
.text-gradient-blue {
  /* Fallback: Set a background color. */
  background-color: #5B5AB2;
  /* Create the gradient. */
  background-image: linear-gradient(45deg, #5B5AB2, #1E1D3F);
  /* Set the background size and repeat properties. */
  background-size: 100%;
  background-repeat: repeat;
  /* Use the text as a mask for the background. */
  /* This will show the gradient as a text color rather than element bg. */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
.text-gradient-dark {
  /* Fallback: Set a background color. */
  background-color: #F57374;
  /* Create the gradient. */
  background-image: linear-gradient(45deg, #F57374, #1E1D3F);
  /* Set the background size and repeat properties. */
  background-size: 100%;
  background-repeat: repeat;
  /* Use the text as a mask for the background. */
  /* This will show the gradient as a text color rather than element bg. */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
.text-bold {
  font-weight: bold;
}
.oversized-para {
  font-size: 1.4rem
}
.icon-circle {
  width: 120px;
  margin-bottom: 40px;
}
.bsb-fact-pro-4-counter {
  color: #3C3871;
}
.color-white {
  color: #fff;
}
.program-highlight {
  color: #fff;
}
@media (max-width: 991px) {
  .banner {
    background: rgb(50, 49, 119) !important;
    background: linear-gradient(90deg, rgba(50, 49, 119, 1) 0%, rgba(245, 115, 116, 1) 100%) !important;
    min-height: auto;
    height: auto;
    margin-top: 90px;
  }
  .banner-content {
    position: relative;
    bottom: auto;
      top: auto;
    padding: 20px 20px;
  }
  .signupButton {
    margin-top: 10px;
  }
  .colomn-50, .colomn-100 {
    padding-left: 0 !important;
  }
  footer ul.social {
    margin-top: 50px;
    margin-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .colomn-50, .colomn-100 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important
  }
}
.swiper-slider-gallery_2 .swiper-slide .captions h5 {
  color: #fff;
}
.padding_100 {
  padding: 100px 0;
}
.mentor-section {
  color: #fff;
  text-align: center;
}
.mentor-section h3 {
  margin-top: 20px
}
.mentor-columns {
  padding-bottom: 30px;
}
.mentor-photo {
  max-width: 100%;
}
.spotlight-block {
  background: rgb(60, 56, 113);
  background: linear-gradient(0deg, rgba(60, 56, 113, 1) 32%, rgba(177, 98, 137, 1) 100%);
  padding: 20px 20px 40px 20px;
  border-radius: 30px
}
.spotlight-block h3 {
  color: #fff;
  margin-top: 20px;
  font-size: 1.5rem;
  font-weight: bold;
}
.readmore-link {
  display: block;
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: url("../../images/Arrow 1.png") no-repeat right center;
  padding: 0 50px 0 0;
  color: #fff;
  text-decoration: none;
}
.readmore-link:hover {
    text-decoration: underline;
    color: #fff;
}
.text-underline {
  display: block;
  padding-bottom: 6px!important;
  border-bottom: 1px dashed #fff;
}
.spotlight-block p {
  padding-bottom: 30px;
  color: #fff;
}
.text-uppercase .NormalFont {
  text-transform: none !important;
  font-size: 1.8rem;
}
h2.text-uppercase {
  line-height: 1.1em;
}
.margin-top-0 {
  margin-top: 0
}
.colomn-100 {
  width: 100%;
  padding: 0 20px;
  margin-bottom: 10px;
}
.colomn-50 {
  width: 50%;
  padding: 0 20px;
  margin-bottom: 10px;
}
.row-flex {
  display: flex;
  flex-wrap: wrap;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 1);
}

.smallHeading {
    font-size: 2.2rem;
}

.oversized-para-big {
    font-size: 1.8rem;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
}


.whatsappFloatbtn {
    position: fixed;
      display: block;
      width: 260px;
      height: auto;
      right: 10px;
      bottom: 0px;
      text-decoration: none;
        text-align: center;
    color: #000;
    background: transparent;
    z-index: 9999;
}
.whatsappFloatbtn img {
    max-width: 100%;
}
.whatsappFloatbtn:hover,
.whatsappFloatbtn:focus{
    color:#000;
    outline: none;
}


@media (max-width: 767px) {
    .whatsappFloatbtn{
    width: 170px;
    right:0px;
    bottom:0px;
}
}