@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

body p {
  /* font-family: "Hind Vadodara", sans-serif; */
  font-family: "Poppins", sans-serif;
  font-size: 16px!important;
  color: #69798d;
  font-weight: 300;
  line-height: 26px;
}

body {
  font-family: "Poppins", sans-serif;
}

.title, h1, h2, h3,  h4, h5, h6, a{
  font-family: "Poppins", sans-serif;
}
.navbar {
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 3% 10px 3%;
  background-color: #492f6a;
  position: fixed;
  z-index: 99;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.navbar.scrolled {
  background-color: #534887;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 transparent !important;
}

.navbar-nav .nav-item {
  margin-left: 19px;
}

.nav-item a {
  color: #fff;
  font-size: 15px;
  line-height: 2.6rem;
  margin: 0;
  padding: 15px 0;
  /* text-transform: uppercase; */
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  font-weight: 500;
  /* font-family: "Hind Vadodara", sans-serif; */
  font-family: "Poppins", sans-serif;
  text-decoration: none;
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 8px 3px 8px !important;
  clear: both;
  font-weight: 400;
  line-height: 2.428571;
  color: #555;
  white-space: nowrap;
  border-bottom: 1px solid #dedede;
}

.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.india-flag {
  width: 50px;
}

/* #navbarNav{
  position: absolute;
  top: 30;
  z-index: 9999999;
} */

#navbarNav .dropdown-menu {
  position: absolute;
  top: 26px;
  left: 0;
  float: left;
  min-width: 198px;
  padding: 0px 0px;
  margin: 8px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-clip: padding-box;
  border: none;
  border-radius: 4px;
  z-index: 999999;
  background-color: #fff0;
}

#navbarNav .dropdown-menu li.dropdown {
  background: #fff;
  margin-left: 0;
  left: 65px;
}

#navbarNav .dropdown-menu li:hover.dropdown {
  background: #eee;
}

#navbarNav .dropdown-menu li:first-child.dropdown {
  border-top: 2px solid #6d1e61;
}

#navbarNav .typo-color-c .dropdown-menu {
  right: 0;
  float: right;
  left: auto;
}

.nav-item:hover .dropdown-menu {
  display: block;
}

#navbarNav .dropdown-menu li:first-child.dropdown {
  border-top: 2px solid #6d1e61;
}

.nav-item ul.dropdown-menu a {
  color: #6d1e61;
  line-height: 2!important;
}

.navbar button.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -6px);
  -ms-transform: rotate(45deg) translate(-8px, -6px);
  transform: rotate(45deg) translate(-8px, -6px);
}

.navbar button .custom-toggler-icon {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

/* .navbar-toggler span {
    width: 3rem;
    height: .3rem;
    border-radius: 20px;
    display: block;
    margin: .6rem 0;
} */

.navbar-toggler {
  font-size: 1.15rem;
  line-height: 1;
  background-color: transparent;
  border-radius: .25rem;
  padding: 5px !important;
}

.navbar-brand.logo-globe {
  display: none;
}

.navbar-collapse .navbar-brand {
  display: block !important;
  
}

.india-flag {
  margin: 0px 15px 0px 15px;
  width: 60px;
}

.carousel-control-prev {
  width: fit-content;
  justify-content: start;
  opacity: 1!important;
}

.carousel-control-next {
  width: fit-content;
  justify-content: end;
  opacity: 1!important;
}

.carousel-control-next-icon:hover,
.carousel-control-prev-icon:hover {
  background-color: #0000009d;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 3rem;
  height: 4rem;
}


.tp-caption {
  /* font-family: "Fira Sans", sans-serif !important; */
  font-family: "Poppins", sans-serif;
  color: #172b43 !important;
  line-height: 32px !important;
  font-size: 34px !important;
  font-weight: 900 !important;
}

.tp-para {
  font-family: "Poppins", sans-serif;
  /* font-size: 18px; */
  /* font-weight: 500; */
  line-height: 26px;
  color: #485768;
}

.tp-btn {
  margin-top: 3rem !important;
  font-size: 1rem !important;
  line-height: 30px !important;
  padding: 0.8rem 1.5rem !important;
  max-width: 100% !important;
  display: inline-block;
  color: #fff !important;
  font-weight: 500 !important;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  cursor: pointer !important;
  border-radius: 50px;
  vertical-align: middle;
  white-space: nowrap !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none;
  user-select: none !important;
  -webkit-transition: all .5s !important;
  -o-transition: all .5s;
  transition: all .5s;
  background-image: -webkit-linear-gradient(45deg, #9a9fff, #6245fe);
  background-image: -o-linear-gradient(45deg, #9a9fff, #6245fe);
  background-image: linear-gradient(45deg, #646fb6, #44245c) !important;
  background-repeat: repeat-x;

  margin-top: 1rem !important;
  margin-bottom: 3rem !important;
  /* font-size: 0.8rem !important; */
  /* line-height: 20px !important; */
  padding: 0.5rem 1rem !important;
  box-shadow: 0 18px 26px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.tp-btn:hover{
  background-image: -webkit-linear-gradient(45deg, #9a9fff, #eae9ed);
  background-image: -o-linear-gradient(45deg, #9a9fff, #6245fe);
  background-image: linear-gradient(45deg, #646fb6, #e7e4ea) !important;
  color: #485768 !important;
}

.tp-caption.btn:hover {
  text-decoration: none;
  color: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);


  background-image: -webkit-linear-gradient(45deg, #9a9fff, #6245fe);
  background-image: -o-linear-gradient(45deg, #9a9fff, #6245fe);
  background-image: linear-gradient(45deg, #646fb6, #44245c) !important;
  background-repeat: repeat-x;
}

.tp-div {
  width: 100%;
  height: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
  /* padding-left: -200px; */


  background-size: 100% 100%;
  background-position: left center;
  background-repeat: repeat;
  background-image: url("data:image/svg+xml;utf8,%3Csvg viewBox=%220 0 1000 1000%22 xmlns=%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3CclipPath id=%22a%22%3E%3Cpath fill=%22currentColor%22 d=%22M888 654q-80 154-234 176.5T326.5 850Q153 847 97 673.5T111.5 341Q182 182 341 144t296.5 21.5q137.5 59.5 234 197T888 654Z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg clip-path=%22url(%23a)%22%3E%3Cpath fill=%22%23e1e8f7%22 d=%22M888 654q-80 154-234 176.5T326.5 850Q153 847 97 673.5T111.5 341Q182 182 341 144t296.5 21.5q137.5 59.5 234 197T888 654Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}


.tp-img {
  height: 90vh;
}

#mission_section {
  padding: 50px 0px 50px 0px;
  border-bottom: 1px solid #ebebeb;
}

#mission_section h2 {
  font-weight: 800;
}

#mission_section p {
  font-size: 16px;
}

#mission_section h4 {
  font-size: 23px;
  color: #646fb6;
  margin-bottom: 20px;
  font-weight: 700;
}

#mission_section .font-sz-18 {
  font-weight: 500;
}

.management-team {
  padding: 35px 0px 35px 24px;
  border-bottom: 1px solid #ebebeb;
}

.section-title {
  text-align: center;
  font-weight: 900;
  margin-bottom: 2.1rem;
}

.section-title span {
  color: #646fb6;
}

.section-subheading {
  text-align: center;
  font-size: 26px;
  line-height: 1rem;
  color: #485768;
}

.icon-container {
  width: 225px;
  height: 220px;
  border-radius: 110px;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(0deg);
  margin-bottom: 2rem;
  position: relative;
}

.grad-style-ef-light {
  background-image: -webkit-linear-gradient(45deg, #f1efff, #f3f3ff);
  background-image: -o-linear-gradient(45deg, #f1efff, #f3f3ff);
  background-image: linear-gradient(45deg, #f1efff, #f3f3ff);
  background-repeat: repeat-x;
}

.img-rdus {
  border-radius: 20px 20px 20px 20px;
  box-shadow: 0px 20px 71px -12px rgba(0, 0, 0, 0.31);
}

.img-responsive {
  width: 100%;
}

.team-member-cards .team-member-card {
  height: 440px;
  background: #fff;
  border-radius: 4px;
  text-decoration: none;
  box-shadow: 0px 20px 30px 10px rgba(0, 0, 0, 0.1);
  width: 370px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  position: relative;
  transition: all 0.4s ease;
  margin: 40px;
  padding: 0px 0px 0px 0px;
}

.team-member-cards .team-member-card:before {
  height: 190px;
  width: calc(100% + 100px);
  content: "";
  position: absolute;
  background-image: linear-gradient(to top, #3e265e 0%, #7167a5 100%);
  border-radius: 4px 4px 100% 100%;
  transition: all 0.4s ease-out;
  top: 0;
}

.team-member-cards .team-member-card .close {
  width: 18px;
  height: 18px;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  background-image: url("https://rafaelalvucas.github.io/assets/icons/misc/cross.svg");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  right: 0;
  margin: 10px;
  padding: 5px;
  transition: all 0.2s ease;
}

.team-member-cards .team-member-card .close:hover {
  background-size: 100%;
  opacity: 0.8;
}

.team-member-cards .team-member-card .arrow {
  display: none;
}

.team-member-cards .team-member-card article {
  z-index: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.team-member-cards .team-member-card article h2 {
  color: white;
  margin: 0;
  padding: 40px 20px 10px 20px;
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0.5px;
}

.team-member-cards .team-member-card article .title {
  color: white;
  padding: 10px 20px;
  letter-spacing: 0.8px;
  transition: all 0.4s ease;
}

.team-member-cards .team-member-card article .desc {
  padding: 10px 30px;
  font-size: 20px;
  text-align: center;
  line-height: 24px;
  color: #666;
  /* height: 90px; */
  font-weight: 600;
  transition: all 0.4s ease-out;
}

.team-member-cards .team-member-card article .pic {
  width: 50%;
  height: 50%;
  overflow: hidden;
  border-radius: 100%;
  margin: 20px 0;
  box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.3);
  transition: all 0.6s ease;
}

.team-member-cards .team-member-card article .pic img {
  width: 100%;
  /* -webkit-filter: grayscale(100%); */
  /* filter: grayscale(100%); */
}

.team-member-cards .team-member-card .actions {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: white;
  z-index: 1;
}

.team-member-cards .team-member-card .actions .btn {
  border: 0;
  background-color: transparent;
  box-sizing: border-box;
  width: 100%;
  height: 36px;
  margin: 0;
  text-transform: uppercase;
  font-size: 15px;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
  color: #646fb6;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  /* font-family: "Barlow", sans-serif; */
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.5px;
  background: rgba(68, 129, 235, 0.08);
}

.team-member-cards .team-member-card .actions .btn span {
  z-index: 1;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}

.team-member-cards .team-member-card .actions .btn .icon {
  width: 10px;
  opacity: 0;
  position: absolute;
  transition: all 0.2s ease-in-out;
}

.team-member-cards .team-member-card .actions .btn:before {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  background: #4481eb;
  transition: all 0.4s ease;
  bottom: 0;
  opacity: 0.2;
}

.team-member-cards .team-member-card .actions .btn:focus {
  outline: 0;
}

.team-member-cards .team-member-card .actions .btn:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.team-member-cards .team-member-card .actions .btn:hover span {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.team-member-cards .team-member-card .actions .btn:hover .icon {
  width: 22px;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}

.team-member-cards .team-member-card .actions .btn:hover:nth-child(3) .icon {
  width: 18px;
}

.team-member-cards .team-member-card .actions .btn:hover:before {
  height: 100%;
}

.team-member-cards .team-member-card .actions .btn.clicked span {
  display: none;
}

.team-member-cards .team-member-card .actions .btn.clicked .icon {
  width: 22px;
  opacity: 1;
  animation: icon 0.5s ease forwards;
}

@keyframes icon {
  0% {
    width: 22px;
  }

  50% {
    width: 40px;
  }

  100% {
    width: 22px;
  }
}

.team-member-cards .team-member-card .actions .btn.clicked:before {
  opacity: 0.3;
  height: 100%;
}

.team-member-cards .team-member-card:hover {
  transform: translateY(-10px);
  box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.3);
}

.team-member-cards .team-member-card:hover:before {
  height: 100%;
  border-radius: 4px;
}

.team-member-cards .team-member-card:hover .desc {
  color: white;
}

.team-member-cards .team-member-card:hover .pic {
  box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.3);
}

.team-member-cards .team-member-card:hover .pic img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.team-member-cards .team-member-card.closed {
  min-width: 120px;
  max-width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.6s ease;
  cursor: pointer;
}

.team-member-cards .team-member-card.closed .title,
.team-member-cards .team-member-card.closed .desc,
.team-member-cards .team-member-card.closed .actions,
.team-member-cards .team-member-card.closed .close {
  display: none;
}

.team-member-cards .team-member-card.closed h2 {
  padding: 0;
  height: 100%;
  transform: rotate(-90deg);
  width: 440px;
  z-index: 2;
  transition: all 0.6s ease;
}

.team-member-cards .team-member-card.closed .pic {
  border-radius: 100%;
  height: 400px;
  width: 400px;
  position: absolute;
  top: -20px;
  margin: 0;
  box-shadow: 0;
  transition: all 0.6s ease;
}

.team-member-cards .team-member-card.closed .pic img {
  object-fit: cover;
  height: 100%;
  transform: translateY(20px);
}

.team-member-cards .team-member-card.closed .pic:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
  transition: all 0.4s ease;
  transform: translateY(20px);
}

.team-member-cards .team-member-card.closed:before {
  height: 100%;
  border-radius: 4px;
}

.team-member-cards .team-member-card.closed .arrow {
  width: 18px;
  height: 18px;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  bottom: 15px;
  padding: 5px;
  display: flex;
  justify-content: center;
  background-image: url("https://rafaelavlucas.github.io/assets/icons/misc/expand.svg");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.2s ease;
}

.team-member-cards .team-member-card.closed:hover .arrow {
  background-size: 100%;
  opacity: 0.6;
}

#service_section {
  padding: 35px 0px 50px 0px;
  border-bottom: 1px solid #ebebeb;
}

.box-area {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 40px;
  margin-top: 50px;
}

.box {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.9);
}

.box img {
  width: 100%;
  border-radius: 10px;
  display: block;
  /* transition: transform 0.5s; */
}

.box .overlay {
  width: 100%;
  height: 0;
  background: linear-gradient(transparent, #492f6a 99%);
  border-radius: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 40px;
  text-align: center;
  font-size: 14px;
  transition: height 0.5s;
}

.box-cover{
  margin-inline: 20px !important; 
  padding: 35px 35px 35px 35px !important; 
  background-color: rgba(0, 0, 0, 0.6); 
  background-blend-mode: overlay; 
  background-size: cover;
  background-position: center; 
  background-repeat: norepeat;
}

.box .overlay h3 {
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 50%;
  /* font-family: 'Bebas Neue', sans-serif; */
  font-family: "Poppins", sans-serif;
  font-size: 23px;
  letter-spacing: 2px;
  color: white;
}

.box .overlay a {
  margin-top: 10px;
  color: #44245c;
  text-decoration: none;
  font-size: 14px;
  background: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 8px 15px;
  font-weight: bold;
  transition: all .5s ease;
}

.box .overlay a:hover {
  margin-left: 30px;
  background: transparent;
  color: white;
  border: 2px solid white;
}

/* .box:hover img {
  transform: scale(1.1);
} */

.box:hover .overlay {
  height: 100%;
}

#partner_section {
  padding: 35px 0px 50px 0px;
  border-bottom: 1px solid #ebebeb;
}

.partner-card{
  width: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  box-shadow: 0px 20px 71px -12px rgba(0, 0, 0, 0.1);
}

.partner-img{
  margin: -20px !important;
  background-color: #5248871e;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.partner-content{
  padding: 20px;
  margin-inline: 10px;
}

.partner-title{
  text-align: right;
  font-style: italic;
}

#blogs_section {
  padding: 35px 0px 50px 0px;
  border-bottom: 1px solid #ebebeb;
}

#news_letter_section {
  padding: 35px 0px 50px 0px;
  border-bottom: 1px solid #ebebeb;
}

.news-letter-input{
  width: 100%;
  font-size: 20px;
  border-radius: 5px;
  outline: none;
  padding: 8px 20px;
  /* font-family: "Hind Vadodara", sans-serif; */
  font-family: "Poppins", sans-serif;
  border: 3px solid #f1f0ff;
  transition: all .5s ease;
}

.news-letter-input:focus{
  border: 3px solid #646fb6;
}

.select2-country{
  width: 100% !important;
  font-size: 20px !important;
  border-radius: 5px !important;
  outline: none !important;
  padding: 8px 20px !important;
  /* font-family: "Hind Vadodara", sans-serif; */
  font-family: "Poppins", sans-serif !important;
  border: 3px solid #f1f0ff !important;
  transition: all .5s ease !important;
}

.select2-country:focus{
  border: 3px solid #646fb6 !important;
}

.news-letter-btn{
  width: 100%;
  border-radius: 50px;
  padding: 15px 20px;
  font-size: 17px;
  background-image: linear-gradient(to top, #3e265e 0%, #7167a5 100%);
  font-weight: 600;
  color: white;
  /* font-family: "Hind Vadodara", sans-serif; */
  font-family: "Poppins", sans-serif;
  outline: none!important;
  border: none!important;
}

.owl-slide-icon{
  font-size: 25px;
  padding: 10px;
}

#blogs_section .card{
  border: none; 
  /* padding-left: 20px; */
}

.blog-card{
  border: none;
  box-shadow: 0px 20px 71px -12px rgba(0, 0, 0, 0.1);
  margin: 40px;
  padding: 40px 80px 40px 80px;
}

.blog-card .blog-card-img{
  /* width: 45%!important; */
  /* margin-left: -100px; */
  /* border-radius: 10px; */
  box-shadow: 0px 10px 10px 0px #492f6a;
}

.blog-card .blog-card-img img{
  border-radius: 10px;
}

.blog-card-dsec{
  width: 55%;
  margin: 20px;
  display: flex;
  align-items: center;
}

.blog-card-dsec h5{
  color: #492f6a !important;
  font-weight: 500;
}

.blog-card-btn{
  padding: 7px 12px 7px 12px;
  background-color: #492f6a;
  border: 2px solid #492f6a;
  font-weight: 500;
  border-radius: 5px;
  margin-top: 20px !important;
  transition: all .5s;
  text-decoration: none;
  color: white;
  font-size: 14px;
}

.blog-card-btn:hover{
  background-color: transparent !important;
  border: 2px solid #492f6a;
  margin-left: 10px;
  color: #492f6a;
}

.blog-card-btn a{
  color: white;
  text-decoration: none;
}

.blog-card-btn:hover a{
  color: #492f6a;
}

.footer-first{
  display: flex;
  flex-direction: column;
  justify-items: center;
}

.social-media-icons{
  display: flex;
  justify-content: space-evenly;
  list-style: none;
  margin-top: 20px;
  padding: 0px;
}

.social-media-icons li{
  font-size: 20px;
  color: white;
  padding: 6px 12px 5px 12px;
  border-radius: 50px;
  background-color: white;
  transition: all .5s;
}

.social-media-icons li a{
  font-weight: bold;
  transition: all .5s;
}

/* facebook */
#footer-social-link-facebook a{
  color: #1877F2;
}

#footer-social-link-facebook:hover{
  background-color: #1877F2;
  color: white;
}

#footer-social-link-facebook:hover a{
  color: white;
}

/* instagram */
#footer-social-link-instagram a{
  background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #515bd4);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

#footer-social-link-instagram:hover{
  background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #515bd4);
  color: white;
}

#footer-social-link-instagram:hover a{
  color: white;
}

/* twitter */
#footer-social-link-twitter a{
  color: #000000;
}

#footer-social-link-twitter:hover{
  background-color: #000000;
  color: white;
}

#footer-social-link-twitter:hover a{
  color: white;
}

/* linkedin */
#footer-social-link-linkedin a{
  color: #095c8a; 
}

#footer-social-link-linkedin:hover{
  background-color: #095c8a;
  color: white;
}

#footer-social-link-linkedin:hover a{
  color: white;
}

.footer-page-menu{
  list-style: none;
}

.footer-page-menu a {
  color: #f1f0ff;
  font-size: 16px;
  line-height: 30px;
  text-decoration: none;
}

.page-title h3{
  align-items: center;
  font-weight: bold;
  font-size: 40px;
  color: #172b43;
}

.page-title{
  padding: 20px 0px 20px;
}

.page-title hr {
  text-align: center;
  align-items: center;
  width: 5%;
  border: none; /* Remove the default border */
  height: 3px; /* Set thickness */
  background-color: #172b43; /* Set color */
  opacity: 1;
  margin: 10px 0; /* Optional: Add spacing around the line */
}

.paragraph{
  
  font-size: 18px;
  /* font-weight: 500; */
}

.paragraph a{
  text-decoration: none;
  color: #492f6a;
}

.paragraph button{
  border-radius: 50px;
  background: linear-gradient(45deg, #646fb6, #44245c);
  padding: 10px 20px 10px 20px;
  border: none;
  transition: all 2s ease;
}

.paragraph button a{
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.blog-page .card{
  /* box-shadow: ; */
  box-shadow: 0px 20px 20px -10px rgba(0, 0, 0, 0.31);
  text-decoration: none;
  min-height: 470px;
  transition: all .5s;
}

.blog-page .card:hover{
  box-shadow: 0px 20px 20px 7px #44245c;
}

.blog-page .card .card-title{
  font-weight: bold;
  line-height: 28px;
  font-size: 15px;
  color: #44245c;
}

.blog-page .card .flag-item {
  background-image: -webkit-linear-gradient(45deg, #f58ce6, #6d1e61);
  background-image: -o-linear-gradient(45deg, #f58ce6, #6d1e61);
  background-image: linear-gradient(45deg, #f58ce6, #6d1e61);
  background-repeat: repeat-x;
  position: absolute;
  /* left: 15px; */
  top: -1.5rem;
  width: 120px;
  height: 30px;
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 3;
  text-align: center;
}

.blog-page .card .flag-item::before {
  content: " ";
  position: absolute;
  top: 0px;
  left: 120px;
  display: block;
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #843178;
}

.blog-page .card .flag-item::after {
  content: " ";
  position: absolute;
  top: 16px;
  left: 120px;
  display: block;
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #843178;
}

.contact-social ul {
  list-style: none;
  padding: 0;
  display: flex;
}

.contact-social ul li {
  margin: 0 10px;
}

.social-icons{
  font-size: 25px;
  color: #492f6a;
}

.social-icons li .facebook{
  color: #1877F2; 
}

.social-icons li .twitter{
  color: #000000;
}

.social-icons li .linkedin{
  color: #095c8a;
}

.social-icons li .instagram{
  background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #515bd4);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.face-card {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.face-card img {
  width: 100%;
  /* height: 300px; */
  /* min-height: 300px; */
  object-fit: contain; 
  display: block;
  transition: transform 0.5s;
}

.face-card .overlay {
  width: 100%;
  height: 65%;
  background: linear-gradient(transparent, #492f6a 98%);
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 0px;
  text-align: center;
  font-size: 14px;
  transition: height 0.5s;
}

.face-card .overlay h3 {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 50%;
  /* font-family: 'Bebas Neue', sans-serif; */
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
  color: white;
}

.face-card .overlay p {
  font-weight: 500;
  margin-bottom: 10%;
  /* font-family: 'Bebas Neue', sans-serif; */
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
  color: white;
}

.face-card .overlay a {
  margin-top: 10px;
  color: #44245c;
  text-decoration: none;
  font-size: 16px;
  background: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 10px 20px;
  font-weight: bold;
  transition: all .5s ease;
}

.face-card .overlay a:hover {
  margin-left: 30px;
  background: transparent;
  color: white;
  border: 2px solid white;
}

.face-card:hover img {
  transform: scale(1.1);
}

.face-card:hover .overlay {
  height: 100%;
}

.header-gap{
  margin-bottom: 70px !important;
}

.active a{
  background-color: #fff;
  border-radius: 8px;
  padding: 5px 15px;
  
}

.active a{
  color: #6d1e61 !important;
}

.service-img-sm{
  display: none !important;
}

.service-img-lg{
  display: block !important;
}

@media screen and (max-width: 767px) {

  .box-cover{
    margin: 0px !important; 
    padding: 30px !important;
  }

  .box-title{
    font-size: 16px !important;
  }

  .box .overlay a{
    font-size: 12px !important;
    padding: 4px 8px !important;
    font-weight: 600 !important;
  }

  .navbar-brand.logo-globe {
    display: block;
  }

  .india-flag {
    margin: 0px !important;
    width: 50px !important;
  }

  .navbar-collapse.show .navbar-brand {
    display: none !important;
  }

  .navbar-nav {
    padding: 10px 15px 10px;
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .navbar-nav {
    background-color: #eee;
  }

  .nav-item a {
    color: #6d1e61;
    font-size: 14px !important;
  }

  .navbar-nav .nav-item {
    width: 100%;
    margin-left: 0;
    text-align: left;
    border-bottom: 1px solid #ced4da;
  }

  #navbarNav .dropdown-menu {
    position: initial !important;
    /* z-index: 0!important; */
    width: 100%;
    left: 0 !important;
    top: 0 !important;
    margin: 2px 0 0;
  }

  #navbarNav .dropdown-menu li.dropdown {
    left: 0;
    border-bottom: 0px !important;
  }

  .navbar-brand img.logo-main {
    width: 55%;
  }

  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid {
    padding-right: 0;
    padding-left: 0;
  }

  .shimmer-card{
    display: flex;
    flex-direction: column;
  }
  .loader-shimmer-banner {
    width: 100% !important;
    margin: -20px 0px 20px 0px !important;
  }

  /* .tp-caption {
    line-height: 21px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
  } */

  /* .tp-para {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
  } */

  /* .tp-btn {
    margin-top: 1rem !important;
    margin-bottom: 3rem !important;
    font-size: 0.8rem !important;
    line-height: 20px !important;
    padding: 0.5rem 1rem !important;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);

  } */
  
  .tp-btn:hover {
    /* background-color: #fff !important;
    color: #492f6a !important;
    opacity: 1;
    font-size: 100px;
  }
  .tp-img {
    height: 400px;
  }

  #mission_section p {
    font-size: 15px;
  }

  #mission_section .mission-text {
    margin-top: 40px;
  }

  .section-subheading {
    font-size: 18px;
    line-height: 2rem;
  }

  .team-member-cards .team-member-card {
    width: 100%;
    margin: 20px 0px 20px 0px !important;
  }

  .overlay h3{
    font-size: 24px;
  }

  .overlay a{
    padding: 5px 10px;
    font-size: 13px;
    font-weight: 600;
  }

  .partner-cards{
    margin-right: 10px;
    margin-left: 10px;
  }

  .partner-card{
    border-radius: 10px;
    box-shadow: 0px 20px 71px -12px rgba(0, 0, 0, 0.31);
    padding: 20px;
  }

  .partner-name{
    margin-top: 20px;
    text-align: center;
  }
  #blogs_section .card{
    border: none; 
    padding-left: 0px;
    margin: 50px 0px 50px 0px;
  }
  
  .blog-card{
    border: none;
    box-shadow: 0px 20px 71px -12px rgba(0, 0, 0, 0.31);
    margin: 10px;
    padding: 10px 20px 10px 20px;
  }
  
  .blog-card .blog-card-img{
    width: 100%!important;
    margin: 0px;
    margin-top: -30px;
    border-radius: 10px;
    /* min-height: 400px; */
    box-shadow: 2px 2px 10px 3px #492f6a;
  }
  
  .blog-card .blog-card-img img{
    border-radius: 10px;
  }
  
  .blog-card-dsec{
    width: 100%;
    margin: 20px 0px 20px 0px !important;
    display: flex;
    align-items: center;
  }

  .blog-card-dsec h5{
    font-size: 16px;
  }

  .blog-card-dsec p{
    font-size: 14px;
  }

  .header-gap{
    margin-bottom: 40px !important;
  }

  .service-img-sm{
    display: block !important;
  }
  
  .service-img-lg{
    display: none !important;
  }

  .date-box {
    width: 60% !important;
  }
}



/* added later */
@media screen and (max-width: 767px) {

  .partner-card{
    display: inline-block;
  }

  .partner-img{
    margin: -20px 10px -20px 10px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 40px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 40px !important;
  }

  .partner-title{
    text-align: center;
  }

  footer .footer-page-menu {
    margin-top: 10px;
  }

  footer .footer-page-menu li {
    margin-bottom: 4px !important;
    line-height: 1.3 !important;
  }

  footer .footer-section {
    margin-bottom: 15px !important;
  }

  .social-media-icons {
    justify-content: center !important;
    gap: 10px;
    flex-wrap: wrap;
  }

  .social-media-icons li {
    font-size: 18px !important;
    margin: 0 5px 10px 5px;
    padding: 8px 10px !important;
  }

  .footer-first {
    align-items: center;
    text-align: center;
  }

  .footer-first img.logo-main {
    max-width: 140px;
    margin-bottom: 10px;
  }

  .footer .col-md-3 {
    margin-bottom: 10px !important;
  }

  .footer-page-menu a {
    font-size: 14px;
  }

  .footer-section:last-child {
    margin-bottom: 0 !important;
  }
}


.footer-page-menu a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-page-menu a:hover {
  color: #dcd2ff;
}

.footer-icon {
  width: 36px;
  height: 36px;
  background-color: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #492f6a;
  font-size: 16px;
  transition: background-color 0.3s ease, color 0.3s ease;
  text-decoration: none;
}

.footer-icon:hover {
  background-color: #dcd2ff;
  color: #492f6a;
}
@media (max-width: 767.98px) {

/* Reduce vertical spacing between all footer sections */
.footer-section {
margin-bottom: 10px !important;
}

/* Reduce spacing between footer links */
.footer-page-menu li {
margin-bottom: 4px !important;
line-height: 1.4 !important;
}

.footer-page-menu {
padding-left: 0 !important;
margin-bottom: 0 !important;
}

/* Social icon alignment and sizing */
.footer-icon {
width: 36px !important;
height: 36px !important;
font-size: 14px !important;
margin-right: 6px !important;
padding: 0 !important;
display: inline-flex !important;
justify-content: center;
align-items: center;
}

.footer-icon i {
font-size: 16px !important;
}

/* Logo adjustment */
.footer-logo {
max-width: 140px;
margin-bottom: 10px;
}

/* Remove Bootstrap default mb-4 on columns */
.footer .col-md-3 {
margin-bottom: 10px !important;
}
}
@media (max-width: 767.98px) {
.footer-section {
  margin-bottom: 8px !important;
}

.footer-page-menu li {
  margin-bottom: 2px !important;
  line-height: 1.3 !important;
}

.footer-icon {
  width: 32px !important;
  height: 32px !important;
  font-size: 13px !important;
  margin-right: 4px !important;
  margin-bottom: 6px;
}

.footer-icon i {
  font-size: 14px !important;
}

.footer-logo {
  max-width: 120px !important;
  margin-bottom: 6px !important;
}

.footer .col-md-3 {
  margin-bottom: 8px !important;
}

.footer-page-menu {
  margin-top: 6px;
}
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-toggler {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}

.partner-init {
  max-width: 620px;
  padding: 10px;
}

.partner-card {
  padding-top: 50px;
  border: 3px solid rgb(255, 255, 255);
  transform-style: preserve-3d;
  background: linear-gradient(135deg, #0000 18.75%, #f3f3f3 0 31.25%, #0000 0),repeating-linear-gradient(45deg, #f3f3f3 -6.25% 6.25%, #ffffff 0 18.75%);
  background-size: 60px 60px;
  background-position: 0 0, 0 0;
  background-color: #f0f0f0;
  width: 100%;
  box-shadow: rgba(142, 142, 142, 0.3) 0px 30px 30px -10px;
  margin: 30px 0px;
  transition: all 0.5s ease-in-out;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.partner-card:hover {
  background-position: -100px 100px, -100px 100px;
  transform: rotate3d(0.5, 1, 0, 5deg);
}

.partner-content-box {
  background: #534887;
  /* border-radius: 10px 100px 10px 10px; */
  transition: all 0.5s ease-in-out;
  padding: 60px 25px 25px 25px;
  transform-style: preserve-3d;
  min-height: 300px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

@media (max-width: 767.98px) {
  .partner-content-box {
    height: 100%;
    min-height: 500px;
    overflow-y: scroll;
  }
}

.partner-content-box .partner-card-title {
  display: inline-block;
  color: white;
  font-size: 25px;
  font-weight: 700;
  transition: all 0.5s ease-in-out;
  transform: translate3d(0px, 0px, 25px);
}

.partner-content-box .partner-card-title:hover {
  transform: translate3d(0px, 0px, 30px);
}

.partner-content-box .partner-card-partner-content {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 500;
  color: #f2f2f2;
  transition: all 0.5s ease-in-out;
  transform: translate3d(0px, 0px, 15px);
  height: 150px;
  min-height: 150px;
}

.partner-content-box .partner-card-partner-content:hover {
  transform: translate3d(0px, 0px, 30px);
}

.partner-content-box .see-more {
  cursor: pointer;
  margin-top: 1rem;
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: #534887;
  /* border-radius: 5px; */
  background: white;
  padding: 0.5rem 0.7rem;
  transition: all 0.5s ease-in-out;
  transform: translate3d(0px, 0px, 10px);
  text-decoration: none;
}

.partner-content-box .see-more:hover {
  transform: translate3d(0px, 0px, 30px);
}

.date-box {
  position: absolute;
  top: -15px;
  right: 5px;
  width: 40%;
  background: white;
  border: 1px solid #534887;
  padding: 10px;
  border-radius: 7px;
  transform: translate3d(0px, 0px, 40px);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 17px 10px -10px;
}

.date-box span {
  display: block;
  text-align: center;
}

.date-box .month {
  color: rgb(4, 193, 250);
  font-size: 9px;
  font-weight: 700;
}

.date-box .date {
  font-size: 20px;
  font-weight: 900;
  color: rgb(4, 193, 250);
}

.get-in-touch{
  background-color: #543480;
  border-bottom: 10px solid #7d5da7 !important;
  border-left: none;
  border-top: none;
  border-right: none;
  padding: 10px;
  border-radius: 12px !important;
  font-size: 18px;
  font-weight: bold;
  min-width: 20%;
  margin: 20px 0px 20px 0px;
  text-decoration: none;
  color: white;
  text-decoration: none;
  font-size: 20px;
  transition: all .3s ease-in-out;
  text-align: center;
}

.get-in-touch:hover{
  margin: 35px 0px 20px 0px;
  border-bottom: 6px solid #7d5da7 !important;
  border-left: none;
  border-top: none;
}

.shimmer-card {
  padding: 10px;
  display: flex;
  margin: 10px auto;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin: 20px 30px 20px 30px;
}

@keyframes placeholderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.shimmer-animation {
  background-color: #f6f7f8;
  background-image: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 800px 104px;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeholderShimmer;
  animation-timing-function: linear;
}

.loader-shimmer-content{
  display: flex;
  align-items: center;
  padding: 0px 0px 0px 20px;
}

.loader-shimmer-banner {
  width: 40%;
  height: 170px;
  background-size: 100%;
  border-radius: 5px;
  margin: 10px 10px 10px -30px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.loader-shimmer-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.loader-shimmer-title {
  height: 25px;
  flex: 0 0 auto;
  width: 120px;
}
.loader-shimmer-rating {
  height: 25px;
  flex: 0 0 auto;
  width: 70px;
}
.loader-shimmer-list {
  height: 20px;
  width: 190px;
  margin-bottom: 5px;
}
.loader-shimmer-list:last-child {
  margin-bottom: 0;
}
.loader-shimmer-info {
  height: 20px;
  width: 220px;
  margin-bottom: 5px;
}
.loader-shimmer-info:last-child {
  margin-bottom: 0;
}

.tdn{
  text-decoration: none;
}