#navbarToggleExternalContent {
  transform: translateX(-100%);
  transition: transform 0.35s ease;
  display: block;
  height: 100%;
  min-height: 100%;
}

#navbarToggleExternalContent.menu-show {
  transform: translateX(0%);
}
.dark-background {
  --background-color: #2a2c39;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #404356;
  --contrast-color: #ffffff;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: linear-gradient(
    0deg,
    var(--background-color) 0%,
    color-mix(in srgb, var(--background-color) 90%, white 10%) 100%
  );
  /* background: url(img/banner.png) no-repeat center center;  */
  background: url(http://fexper.in/wp-content/uploads/2024/08/banner-3.png) no-repeat;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  background-size: 100%;
  height: 100vh;
	background-size:cover;
}
.hero .carousel-container img
{
	
}
.hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  min-height: 75vh;
  padding-top: 0px;
}

.hero h2 {
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
}
.hero .hero-waves {
  display: block;
  width: 100%;
  height: 60px;
  position: relative;
}

.hero .wave1 use {
  animation: move-forever1 10s linear infinite;
  animation-delay: -2s;
  fill: var(--default-color);
  opacity: 0.6;
}

.hero .wave2 use {
  animation: move-forever2 8s linear infinite;
  animation-delay: -2s;
  fill: var(--default-color);
  opacity: 0.4;
}

.hero .wave3 use {
  animation: move-forever3 6s linear infinite;
  animation-delay: -2s;
  fill: var(--default-color);
}

@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }

  100% {
    transform: translate(-90px, 0%);
  }
}

@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}
body {
  margin: 0;
  padding: 0;
 font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
/* #navbarToggleExternalContent{ */
/* transform: translateX(-100%); */
/* transition: transform .35s ease; */
/* display: block; */
/* height: 100%; */
/* min-height: 100%; */
/* min-width:225px; */
/* } */

/* #navbarToggleExternalContent.menu-show{ */
/* transform: translateX(0%); */
/* z-index:9; */
/* } */

#navbarToggleExternalContent {
  transform: translateX(100%);
  transition: transform 0.35s ease;
  display: block;
  height: 100%;
  min-height: 100%;
  min-width: 225px;
  position: fixed; /* Ensures it stays in place */
  right: 0; /* Aligns the menu to the right */
}

#navbarToggleExternalContent.menu-show {
  transform: translateX(0%);
  z-index: 9;
}
section,
.section {
  /* padding: 60px 0; */
  scroll-margin-top: 77px;
  overflow: clip;
}
.about-us p {
font-family: "Poppins", sans-serif;
  font-size: 16px;
	line-height:30px;
	letter-spacing:0.90px;
}
.our-brands article {
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.our-brands .brand-img {
  max-height: 240px;
  margin: -30px -30px 15px -30px;
  overflow: hidden;
  height: 204px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.our-brands .post-category {
  font-size: 16px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  margin-bottom: 10px;
}
.our-brands .title {
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 20px 0;
}
.team .team-member {
  background-color: var(--surface-color);
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  height: 100%;
  margin: 15px 0;
}
.slick-slider .element {
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  margin: 0px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
.slick-slider .slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.counter {
  background-color: #fff;
  padding: 20px 0;
  border-radius: 5px;
  box-shadow: 0px 4px 26px 0px rgba(0, 0, 0, 0.07058823529411765);
font-family: "Poppins", sans-serif;
}

.count-title {
  font-size: 40px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
font-family: "Poppins", sans-serif;
}

.count-text {
  font-size: 18px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}

.fa-2x {
  margin: 0 auto;
  float: none;
  display: table;
  color: #4ad1e5;
}
.navbar-toggler {
  position: fixed;
  right: 20px;
  z-index: 99;
  top: 15px;
  border: none;
  background: rgb(255 255 255 / 50%);
}
.navbar-toggler:focus {
  outline: none;
}
#navbarToggleExternalContent ul li {
  list-style: none;
  border-bottom: 1px solid #ccc;
  padding: 10px 10px;
}
#navbarToggleExternalContent ul li a {
  color: #fff;
 font-family: "Poppins", sans-serif;
}
#navbarToggleExternalContent ul li a {
  text-decoration: none;
}
#navbarToggleExternalContent ul li a:hover {
  color: blue;
}
#navbarToggleExternalContent ul {
  padding-left: 0;
  padding-top: 70px;
	margin-left:0;
}
.about-us {
  /* background:#F1F6F4 url(abouts-us.webp) no-repeat center center; */
  padding: 50px 0;
}
.our-brands {
  background: #f1f6f4 url(abouts-us.webp) no-repeat center center;
  padding: 100px 0;
  background-size: 100%;
}

.section-title h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
font-family: "Poppins", sans-serif;
  color: #333;
}
.section-title {
  padding: 20px 0;
  text-align: center;
}
.our-events-item {
  background: url(../img/rang-holi.png) no-repeat center center;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.event-content {
  color: #fff;
  max-width: 400px;
  text-align: center;
}
.member-info {
  padding: 15px;
}
.team .align-items-stretch {
  margin-bottom: 20px;
}
.team .ceo {
  max-width: 400px;
}
.testimonials {
  background: url(../img/testimonials-banner.png) no-repeat center center;
  background-size: 100%;
  min-height: 500px;
  padding: 100px 0;

  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.testimonials .slick-slide p {
  color: #fff;
font-family: "Poppins", sans-serif;
  font-size: 18px;
}

.testimonials .img-fluid {
  max-width: 225px;
  max-height: 225px;
}
.testimonials-content {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin: auto;
}
.testimonials-content p {
  padding-left: 25px;
}
.contact {
  background: #333;
  padding: 100px 0;
	color:#fff;
}
.contact h2 {
  color: #fff;
  text-align: left;
}
.contact input,
.contact select {
  margin-bottom: 10px;
  min-height: 50px;
}
.contact h3 {
  color: #fff;
}
.contact p {
  color: #fff;
}
.php-email-form button {
  border: 1px solid #4973d9;
  background: #4973d9;
  color: #fff;
  padding: 10px 30px;
  border-radius: 5px;
  margin-top: 15px;
  cursor: pointer;
  margin-top: 40px;
font-family: "Poppins", sans-serif;
}
.slick-prev,
.slick-next {
  display: none !important;
}
.slick-dots li {
  display: inline-block;
  margin: 0 2px;
  cursor: pointer;
}
.slick-dots {
  padding-left: 0;
  text-align: center;
}
.slick-dots li button {
  border-radius: 15px;
  padding: 5px 11px;
  font-size: 12px;
}
.team {
  padding: 100px 0;
}
.our-event {
  padding: 100px 0 0 0;
}
.navbar {
  padding: 0;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1370px;
  }
}

.event-content img {
  max-width: 175px;
}
.member-info p {
  margin-bottom: 0;
	font-size:14px;
}
.member-info {
  padding-bottom: 0;
 font-family: "Poppins", sans-serif;
}
.member-info h4,
.member-info span {
font-family: "Poppins", sans-serif;
}
.member-info span {
  color: #143da0;
  font-size: 16px;
	margin-bottom:10px;
}
.member-info h4 {
    font-size: 18px;
    margin-bottom: 3px;
    font-weight: 600;
}
.our-brands article p {
 font-family: "Poppins", sans-serif;
  font-size: 13px;
 min-height:120px;
}
.contact .info-item h3 {
font-family: "Poppins", sans-serif;
  font-size: 40px;
  margin-bottom: 20px;
}
.contact .info-item p {
font-family: "Poppins", sans-serif;
  font-size: 20px;
}
.contact .info-item {
  margin-top: 15px;
}
.our-brands article ul li {
  list-style: none;
  display: inline-block;
  cursor: pointer;
}
.our-brands article ul {
  padding-left: 0;
  margin-bottom: 0;
}
.testimonials-content h6 {
  padding-left: 20px;
  color: #fff;
font-family: "Poppins", sans-serif;
  font-size: 24px;
}
.testimonials-content-inner {
  position: relative;
  padding: 50px;
}
.testimonials-content-inner::before {
  content: "";
  position: absolute;
  top: 0;
  background: url(http://fexper.in/wp-content/uploads/2024/08/quotes-white.png) no-repeat center center;
  width: 64px;
  height: 64px;
  left: 0;
  background-size: 75%;
}
.php-email-form {
  background: #424242;
  padding: 15px;
}
.copy-right {
  background: #4973d9;
  text-align: center;
  padding: 10px 0;
}
.copy-right p {
  margin-bottom: 0;
  color: #fff;
font-family: "Poppins", sans-serif;
}
.navbar-toggler img {
  max-width: 40px;
}
.contact textarea
{
	height:100px !important;
}
.page
{
	margin-bottom:0;
}
.contact input
{
	padding-left:10px;
}
.contact input[type="submit"]
{
	    background: #007bff;
    border: none;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    padding: 5px 25px;
	margin-bottom:0;
}
.contact form
{
	    padding: 15px;
    background: rgb(0 0 0 / 15%);
}
.wpcf7 form.invalid .wpcf7-response-output
{
	color:#fff;
}
.testimonials .section-title h2 {color:#fff;}
.event-content p a:focus {outline:none;}
@media (max-width: 767px) {
	.member-img img {width:100%;}
	.about-us p br {display:none;}
	.team .team-member {border: 1px solid #dbdbdb;}
	.testimonials-content-inner {padding: 20px 15px 20px 40px;}
	iframe
	{
		height:275px;
	}
	.wpcf7-spinner
	{
		display:none;
	}
	.about-us .row.text-center
	{
		display:block;
	}
	.team-member .member-img
	{
		text-align:center;
	}
	.team-photo img
	{
	width: 100%;
    height: auto !important;
    object-fit: initial;
	}
  .hero {
    background-size: cover;
	  height:80vh;
  }
	.our-brands .brand-img
	{
		margin-top:0;
	}
	.our-brands .col-xl-3.col-md-6
	{
		margin-bottom:15px;
	}
	.our-event {
    padding: 30px 0 0 0;
}
	.event-content
	{
		padding: 0 15px;
	}
	.team {
    padding: 30px 0;
}
	.testimonials-content
	{
	flex-direction:column;	
	}
	.testimonials
	{
	padding:20px 0;	
	}
	.testimonials .slick-slide p
	{
		font-size:14px;
	}
	.contact
	{
		padding:20px 0;
	}
	.section-title h2
	{
		font-size:30px;
	}
	.contact .info-item h3
	{
	font-size:30px;	
	}
	.about-us .row.text-center .col
	{
		width:100%;
		margin-bottom:10px;
	}
	.count-title
	{
		font-size:30px;
	}
	.about-us
	{
		padding:50px 0;
	}
	.about-us p
	{
		padding:0 10px;
	}
	.our-brands
	{
		padding:30px 0;
	}
}
.phone
{
	margin-top:10px;
}
.footer-phone
{
	padding:0;
	margin:0;
}
.footer-phone li  p
{
	margin-bottom:10px;
}
.footer-phone li 
{
	list-style:none;
}
.social
{
    padding: 0 0px;
    margin: 25px 0 20px 0;
}
.social li 
{
	display:inline-block;
padding-right:10px;
}
.contact h6
{
	text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 24px;
}
.about-us p > span {font-weight:600;}
.our-videos h2 {color:#333 !important;}
.our-videos .slick-dots {margin-top:20px;}
.team-photo {text-align:center; display:none;}
.team-photo img {    width: 100%;
    height: auto;
    object-fit: cover;}
.our-brands article ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.our-brands article ul li a {font-size:15px; color:#333; text-decoration:underline;}
.event-content p a {display:block; color:#fff; display:block; text-decoration:underline;}
.our-brands .row.gy-4 {justify-content:center;}