@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/Inter-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "aAtmospheric";
  src: url("/assets/fonts/aAtmospheric.ttf") format("truetype");
}

body {
  font-family: "Inter";
  color: #444444;
}

a {
  color: #A5195D;
  text-decoration: none;
}

a:hover {
  color: #A5195D;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter";
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #A2185B;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #A2185B;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #A2185B;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #A2185B;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.whitetxt {
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 20px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  /* padding: 5px 0; */
  padding-top: 0px;
  /* height: 20%; */
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
}

#header.header-scrolled,
#header.header-inner-pages {
  background: #FFFFFF;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 1%;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 40px;
}
.headertext  {
  color: #A2185B;
  font-family:aAtmospheric ;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 20px;
}
.logo-text,.logo-text:hover{
  color: #A5195D;
  font-family:aAtmospheric;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  white-space: nowrap; 
  overflow: hidden; 
  text-overflow: ellipsis; 
  max-width: 100%; 

}
.logo-text-footer ,.logo-text-footer:hover{
  color: #FFF;
  font-family: aAtmospheric;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  white-space: nowrap; 
  overflow: hidden; 
  text-overflow: ellipsis; 
  max-width: 100%; 
}
.logo-container{
  display: flex;
  align-items: center;
}
.discover {
  color: #A5195D;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

.filter {
  color: rgba(22, 21, 21, 0.60);
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}

.lastestclient {
  color: #A5195D;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}


.navbar1 ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  /* align-items: center; */
  justify-content: flex-end;
}

.navbar1 li {
  position: relative;
}

.navbar1 a,
.navbar1 a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar1 a i,
.navbar1 a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar1 a:hover,
.navbar1 .active,
.navbar1 .active:focus,
.navbar1 li:hover>a {
  color: #fff;
}

.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 18px;
  font-weight: 500;
  color: #A2185B;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #A2185B;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  border: 2px solid #A2185B;
  font-weight: 600;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #31a9e1;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  color: #0c3c53;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #A5195D;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #A5195D;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mbl-search{
  display: none;
}

.mobile-nav-togglesearch {
  color: #A5195D;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .mbl-search{
    display: block;
  }
  .pc-search{
    display: none;
  }
  .mobile-nav-togglesearch {
    display: block;
  }

  .searchclass {
    display: none;
  }

  .searchclass.active {
    display: block;
  }

  .navbar ul {
    display: none;
  }
  .logo-text, .logo-text:hover{
    font-size:16px;
  }
  .logo-text-footer,.logo-text-footer:hover{
    font-size:16px;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #A5195D;
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #A5195D;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #A5195D;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
  color: #A5195D;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #A5195D;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
  visibility: visible !important;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 80vh;

}

#hero .container {
  padding-top: 72px;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 50px;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Inter";
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #fff;
  background: #A5195D;
}

#hero .btn-get-started:hover {
  background: #A5195D;
}

#hero .btn-watch-video {
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #fff;
  line-height: 1;
}

#hero .btn-watch-video i {
  line-height: 0;
  color: #fff;
  font-size: 32px;
  transition: 0.3s;
  margin-right: 8px;
}

#hero .btn-watch-video:hover i {
  color: #A5195D;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 991px) {
  #hero {
    height: 100vh;
    text-align: center;
  }

  #hero .animated {
    animation: none;
  }

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 50%;
  }
}
@media (max-width: 991.98px) {
  #hero-slider{
    margin-top: 22% !important;
  }
  #main #hero-slider{
    margin-top: 24% !important; 
  }
}
@media screen and (max-width: 480px) {
  #hero-slider{
    margin-top: 38% !important;
  }
  #main #hero-slider{
    margin-top: 38% !important; 
  }
  .helpline{
    font-size:10px !important; 
  }
}

@media (max-width: 768px) {
  .mobilemt {
    margin-top: 2%;
  }

  .has-search .form-control {
    padding-left: 2.375rem;
    border-radius: 20px;
    width: 300px !important;
    background-color: #F3F3F3;
  }

  .totalpadd {
    position: relative;
    margin: 0 auto;
    padding: 0% !important;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #footer .copyright,
  #footer .credits {
    text-align: center;
    float: none;
  }



  .col-2,
  .col-8 {
    width: 100%;
    /* Make the columns take full width */
  }

  .swiper {
    margin-bottom: 20px;
    /* Add some space between sections */
  }

  /* .col-lg-2 {
    width: 50%;
    
  } */
  /* Display two columns in a row */

  .col-md-4 {
    width: 50%;
    /* Display two columns in a row */
  }

  /* .col-lg-2,
  .col-md-4 {
    flex-basis: 50%;
    max-width: 50%;
  } */

  .col-md-4 {
    flex-basis: 50%;
    /* Display two columns in a row */
    max-width: 50%;
  }

  .col-lg-5,
  .col-lg-7 {
    width: 100%;
    /* Make both columns take full width */
  }

  .order-lg-1,
  .order-lg-2 {
    order: 1;
    /* Reset the order for small screens */
  }

  .order-2,
  .order-1 {
    order: 2;
    /* Reset the order for small screens */
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .hero-img img {
    width: 70%;
  }

  .makeitclass {
    font-family: Inter;
    font-size: 22px !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #A5195D;
    margin-right: 20px;
  }

  /* .row {
  flex-direction: column;
} */

  .col-3,
  .col-7 {
    width: 100%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }

  #hero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  /* padding: 60px 0; */
  padding: 20px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #A5195D;
  color:#fff;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #37517e;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #A5195D;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  /* padding: 12px 0; */
  padding: 5px 0;
  text-align: center;
  filter: none;
}

.clients img {
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  filter: none;

}

.clients img:hover {
  filter: none;
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li+li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #A5195D;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: "Inter";
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.3s;
  line-height: 1;
  color: #A5195D;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #A5195D;
}

.about .content .btn-learn-more:hover {
  background: #A5195D;
  color: #fff;
  text-decoration: none;
}







.contact .info {
  border-top: 3px solid #A5195D;
  border-bottom: 3px solid #A5195D;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
  background-image: url("/assets/img/contactimg.png");
}


@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f3f5fa;
  min-height: 40px;
  margin-top: 72px;
}

@media (max-width: 992px) {

  .breadcrumbs {
    margin-top: 68px;
  }
  
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 600;
  color: #37517e;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4668a2;
  content: "/";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: 14px;
  background: #901250;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #f3f5fa;
  text-align: center;
  font-size: 15px;
  color: #444444;
}



#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #901250;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #901250;
}

#footer .footer-top {
  padding: 60px 0 0px 0;
  background: #A71A5F;
}

.pd-right-10 {
  padding-right: 10px;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: #901250;
}

#footer .footer-top .footer-contact {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Inter", sans-serif;
  color: #5e5e5e;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #37517e;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
  /* padding: 3%; */
  padding: 1.5%;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  /* padding: 10px 0; */
  padding: 2px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}
#footer .footer-top .footer-links ul li a:hover {
  color: #fff;
}
.footerheading {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.footercontent {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  opacity: 0.8;
  text-align: left;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #901250;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #901250;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #901250;
  color: #fff;
  text-decoration: none;
}

#footer .footer-bottom {
  /* padding-top: 30px;
  padding-bottom: 30px; */
  padding-top: 20px;
  padding-bottom: 15px;
  color: #fff;
}

#footer .copyright {
  float: left;
}

#footer .credits {
  float: right;
  font-size: 13px;
}

#footer .credits a {
  transition: 0.3s;
}

@media (max-width: 768px) {
  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #footer .copyright,
  #footer .credits {
    text-align: center;
    float: none;
  }

  #footer .credits {
    padding-top: 4px;
  }
  #header .logo {
    width:280px;
  }
  #footer .logo{
    width:280px;
  }
  .tab-class h6{
    font-size: 8px;
  }
}


.contactus {
  padding: 40px 0;
  background: #F5C1DA;
  font-size: 15px;
  color: #444444;
  background-image: url('/assets/img/contactimg.png');
  background-size: cover;
  height: 400px;
  border-radius: 20px;

}

/* Swiper */
.img-bg {
  height: 500px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  background-position: unset;
  border-radius: 20px;
}

.aboutusimg {
  height: 250px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
  border-radius: 20px;
}

@media (max-width: 768px) {
  .img-bg {
    height: 400px;
  }

  .slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .slide img {
    max-width: 100%;
  }
}

.img-bg:before {
  position: absolute;
  content: "";
  /* background: rgb(0, 0, 0); */
  /* background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%); */
  opacity: 0.5;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  top: 0;
  border-radius: 20px;
}

.img-bg .img-bg-inner {
  position: relative;
  z-index: 2;
  max-width: 700px;
  position: relative;
  padding-left: 100px;
  padding-right: 100px;
  margin-bottom: 50px;
  border-radius: 20px;
}

@media (max-width: 768px) {
  .img-bg .img-bg-inner {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 50px;
    border-radius: 20px;
  }
}

.img-bg .img-bg-inner h2,
.img-bg .img-bg-inner p {
  color: var(--color-white);
}

@media (max-width: 500px) {
  .img-bg .img-bg-inner p {
    display: none;
  }
}

.custom-swiper-button-next,
.custom-swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}

@media (max-width: 768px) {

  .custom-swiper-button-next,
  .custom-swiper-button-prev {
    display: none;
    border-radius: 20px;
  }
}

.custom-swiper-button-next span,
.custom-swiper-button-prev span {
  font-size: 20px;
  /* color: rgba(var(--color-white-rgb), 0.7); */
  color:white;
  transition: 0.3s all ease;
  border-radius: 25px;
  padding: 10px;
  background: #a71a5f9e;
}

.custom-swiper-button-next:hover span,
.custom-swiper-button-next:focus span,
.custom-swiper-button-prev:hover span,
.custom-swiper-button-prev:focus span {
  color: rgba(var(--color-white-rgb), 1);
  border-radius: 20px;
}

/* .swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -5px;
  left: 0;
  width: 100%;

} */

.swiper-slide {
  border-radius: 5px;
}
.sliderFeaturedPosts .swiper-pagination-bullet{ 
  background-color:#fff;
}

.custom-swiper-button-next {
  right: 40px;
}

.custom-swiper-button-prev {
  left: 40px;
}

/* .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(var(--color-white-rgb), 0.8);
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: rgba(var(--color-white-rgb), 1);
} */

.mt-60 {
  margin-top: 60px;
}

.cardheaderbg {
  background-color: #A71A5F;
  text-align: center;
  color: #FFF;
  font-family: Inter;
  font-size: 20px;
  padding: 2%;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.b-r-20 {
  border-radius: 20px;
  /* height: 500px; */
}

.custom-card {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.discoverplace {
  position: relative;
  overflow: hidden;
}

.discoverplace img {
  width: 100%;
  height: auto;
  display: block;
}

.mt-20 {
  margin-top: 20px;
}

.discoverplacetemple {

  background-image: url('/assets/img/temple.png');
  position: relative;
  background-size: cover;
  background-position: center center;
  color: white;
  height: 437px;
  border-radius: 20px;
  padding: 20px;
}

.image-container {
  position: relative;
  /* This is important for positioning the centered text */
}

.centered-text {
  position: absolute;
    top: 93%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all ease-in-out 0.4s;
    color: #FFF;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 0 0 20px 20px;
    padding: 10px 0px;
    width: 100%;
    background: #A2185B;
    text-align: center;
}

/* .centered-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all ease-in-out 0.4s;
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 10px 20px;
  border-radius: 5px;
} */
.discoverplacerestaurant {
  background-image: url('/assets/img/restaurant.png');
  position: relative;
  background-size: cover;
  background-position: center center;
  color: white;
  padding: 20px;
  border-radius: 20px;
  height: 437px;
}

.discoverplacetheatre {
  position: relative;
  background-size: cover;
  background-position: center center;
  color: white;
  padding: 20px;
  border-radius: 20px;
  height: 434px;
  background-image: url('/assets/img/theatre.png');
}

.discoverplacemall {
  position: relative;
  background-size: cover;
  background-position: center center;
  color: white;
  padding: 20px;
  height: 434px;
  border-radius: 20px;
  background-image: url('/assets/img/mall.png');
}

.discoverplacetour {
  position: relative;
  background-size: cover;
  background-position: center center;
  color: white;
  padding: 20px;
  height: 434px;
  border-radius: 20px;
  background-image: url('/assets/img/tourism.png');
}

.discoverplacefurniture {
  position: relative;
  background-size: cover;
  background-position: center center;
  color: white;
  padding: 20px;
  height: 434px;
  background-image: url('/assets/img/furniture.png');
  border-radius: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.counts {
  background-color: #A5195D;
}

.countsection1 {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.5px;
}

.center-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.purecounter {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.counter{
  color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.kclass {
  color: #FFF;
  font-size: 56px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.countsectionfont {
  color: #FFF;
  font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    margin-left: 5px;
}

/* .pothys {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  color: #A5195D;
} */
.client-view{
  background: #A2185B!important;
  border-radius: 0 0 5px 5px!important;
}
.pothys {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* color: #A5195D; */
  color: #fff;
  white-space: nowrap;
  overflow: hidden; 
  text-overflow:ellipsis;
}

.openbtn {
  background-color: #A5195D;
  color: #fff;
  border-radius: 5px;
}

.openbtn:hover {
  background-color: #A5195D;
  color: #fff;
  border-radius: 5px;
}

.address {
  /* color: #A5195D; */
  color: #fff;
  /* font-size: 14px; */
  font-size: 12px;
  font-style: normal;
  /* font-weight: 600; */
  line-height: 140%;
  text-transform: capitalize;
}

.ratings {
  margin-right: 10px;
}

.ratings i {

  color: #cecece;
  font-size: 32px;
}

.rating-color {
  color: #fbc634 !important;
}

.review-count {
  font-weight: 400;
  margin-bottom: 2px;
  font-size: 24px !important;
}

.small-ratings i {
  color: #cecece;
}

.review-stat {
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 2px;
}

.stars {
  margin: 10px 0;
}

.stars i {
  color: #ffc107;
  margin: 0 1px;
}

.makeitclass {
  font-family: Inter;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #A5195D;
  margin-right: 20px;
}

.btn-contact {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #fff;
  background: #A5195D;
}

.btn-contact:hover {
  background: #A5195D;
}

.btn-cc {
  font-weight: 500;
  font-size: 12px;
  padding: 5px 10px 5px 10px;
  border-radius: 50px;
  color: #FFF;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: #A5195D;
  border: 2px solid #fff;
}

.btn-cc:hover {
  background: #A5195D;
}

.top {
  border-bottom: 1px solid #a71a5f;
  background: #A5195D;
}

.mt-12 {
  /* margin-top: 10%; */
  margin-top: 8%;
  /* margin-top:6%; */
}

.mt {
  margin-top: 1%;
}

/* .totalpadding{
  padding: 3%;
} */
.totalpadding {
  position: relative;
  margin: 0 auto;
  padding: 0 4%;
}

.has-search .form-control {
  padding-left: 2.375rem;
  border-radius: 20px;
  width: 450px;
  background-color: #F3F3F3;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #A5195D;

}

.helpline {
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.searchicon {
  color: #A5195D;
}

.branding {
  color: #FFF;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* Swiper */
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}


.search-bar {
  min-width: 360px;
  padding: 0 20px;
}

.search-bar-show {
  top: 60px;
  visibility: visible;
  opacity: 1;
}

.clientimage {
  width: 100%;
  height: 150px;
  /* height: 300px; */
  object-fit: fill;
  object-position: bottom;
}

.owl-carousel {
  height: 400px;
  /* Adjust as needed */
}

.owl-carousel .owl-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  transform: translateY(0);
  transition: transform 1s ease-in-out;
}

.owl-carousel .owl-item.active {
  transform: translateY(-100%);
}

.mt-130 {
  margin-top: 130px;
}

.mt-50 {
  margin-top: 50px;
}

.aboutustext {
  text-align: left;
}

.section1 {
  padding :0px !important;
  overflow:hidden;
}
  .list-autocomplete { padding:0; }
  .list-autocomplete em { font-style:normal; background-color:#e1f2f9; }
  
  .hasNoResults { color:#aaa; }
  .hasNoResults { display:block; padding:30px 15px; }
  .hasNoResults {  color:#aaa; }
  
  .dropdown-menu { padding:0; }
  .dropdown-item { line-height:30px; }
  .dropdown-menu hr { margin:0; }
  .image-container img{
    border-radius: 10px;
  }
  .search-container {
    display: flex;
    align-items: center;
}
/* Style for dropdown menus */
.search-dropdown {
    margin-right: 10px;
}
.btn-outline-light,
.dropdown-item {
  color: white !important;
  background-color: #901250 !important;
}
#quick-search-results{
  background: #fff;
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.25);
}
#quick-search-results a,#quick-search-results a:hover{
  color: white;
}
.q-list{
  margin-bottom: 5px;
  margin-top: 8px;
}
.dropdown-divider{
  background: #901250 !important;
  color: white !important;
  margin: 0px !important;
  border-top: 1px solid white !important;
}
.input-group .form-control input[type=text]{
  color:#fff;
}

.pc-search #mega-search-results {
    display: block;
    top: 40px;
    right: 11%;
    width: 70%;
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    background: #A5195D;
    color: white;
    margin: auto;
    border-radius: 4px;
}
.m-list{
  margin: 5px 8px;
}
.mbl-search #mobile-mega-search-results{
  display: block;
  top: 40px;
  right: 11%;
  width: 70%;
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  background: #A5195D;
  color: white;
  margin: auto;
  border-radius: 4px;
}
.popup {
  display: none;
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 1;
}

.popup-content {
  background-color: #fefefe;
  /* padding: 20px; */
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.25);
  width: 350px;
  max-width: calc(100% - 40px);
  padding: 15px 15px 15px 15px;
  margin: 20px 20px 20px 20px;
  background: #F5C1DA;
  overflow: visible;
  position: relative;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: -20px;
  right: -10px;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
#areas-slider .swiper-container {
  border-radius: 0 !important; /* Remove border-radius */
}
#areas-slider .swiper-slide {
  border-radius: 0 !important; /* Remove border-radius */
}
#areas-slider .img-bg {
  border-radius: 0 !important; /* Remove border-radius */
}
@media (min-width: 1200px)
{

}
@media (min-width: 992px){

}
@media (min-width: 768px){

}
@media (min-width: 576px){

}
.grid-view-container {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: wrap;
}
.grid-item {
  flex: 0 0 auto;
  /* width: 15%; */
  padding: 15px;
}
.person-list .pothys {
  font-size: 12px !important;
}
.person-list a,.person-list a:hover  {
  color: #A5195D;
}
.person-list .client-view{
  /* border-bottom: 2px solid #A5195D;
  border-left: 2px solid #A5195D;
  border-right: 2px solid #A5195D; */
  border-top: 5px solid #F5C1DA;
  background: #FFEBF0  !important;
  border-radius: 0 0 5px 5px !important;
}
.area-listing{
  background:linear-gradient(rgba(255, 72, 128, 0.05), rgba(255, 72, 128, 0.2));
}
.person-list .card{
box-shadow:0 0.5rem 1rem rgba(0,0,0,0.15) !important;
}
.person-list .card-body{
  padding: 2px 10px;
}
.person-list .card-title{
margin: 4px 0px;
color: #A5195D;
text-transform: capitalize;
text-wrap:balance;
}
.person-list .address{
  margin: 4px 0px;
  color: #A5195D;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15) !important;
}
.area-listing h2:hover,.area-listing h4:hover{
  color:#884cd2;
}
.areatitle h2{
      font-weight: bold;
    text-transform: uppercase;
    font-size:20px;
}
.areatitle h4{
  font-size:18px;
}
.areatitle:hover{
  color:#884cd2;
}
.person-img{
position: relative;
overflow: hidden;
}
.person-img img{
  transition: 0.5s;
}
.person-img .clientimage{
  height: 115px;
}
#state-person .clientimage{
  height: 150px;
}
.person-img:hover img {
  transform: scale(1.1);
}
.grid-item .person-img .team-icon,.pg-container .person-img .team-icon{
  position: absolute;
    bottom: -100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 25px;
    display: flex;
    opacity: 0;
    transition: 0.5s;
    z-index: 3;
}
.grid-item:hover .person-img .team-icon,.pg-container:hover .person-img .team-icon{
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}
.grid-item  .card-body,.pg-container .card-body {
  position: relative;
  background: #FFEBF0 ;
  z-index: 1;
  transition: 0.5s;
}
.grid-item .card .client-view {
  display: none; 
}

.grid-item:hover .card .client-view {
  display: block; 
}
.grid-item .card-body::after,.pg-container .card-body::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background:#884cd2;
  transition: 0.5s;
  z-index: -1;
}
.grid-item:hover .card-body a,.grid-item:hover .card-body a:hover,.grid-item:hover .card-body h5,
.grid-item:hover .card-body p,.pg-container:hover .card-body a,.pg-container:hover .card-body a:hover,.pg-container:hover .card-body h5,
.pg-container:hover .card-body p {
    color: var(--bs-white) !important;
}
.grid-item:hover .card-body::after,.pg-container:hover .card-body::after {
  height: 100% !important;
}
.person-list .sub-title{
margin:unset;
position: relative;
display: inline-block;
text-transform: uppercase;
margin-bottom: 8px;
}
.view-btn{
  background:#ff4880;
  transition: 0.5s;
  z-index: -1;
}
.view-btn:hover{
  background:#884cd2;
  transition: 0.5s;
  z-index: -1;
}
.person-list .areatitle h1:hover,.person-list .areatitle h4:hover{
  color:#884cd2;
}
.person-list .sub-title:before{
position: absolute;
    content: "";
    width: 150px;
    height: 5px;
    left: 0;
    bottom: 0;
    background: #A5195D;
    border-radius: 2px;
}
.person-list .sub-title:after{
  position: absolute;
    content: "";
    width: 6px;
    height: 5px;
    bottom: 0px;
    background: #FFFFFF;
    -webkit-animation: sub-title-run 5s infinite linear;
    animation: sub-title-run 5s infinite linear;
}
.person-list .sub-title::before {
  width: 90px;
  height: 3px;
}
.person-list .sub-title::after {
  width: 4px;
  height: 3px;
}
@-webkit-keyframes sub-title-run {
  0% {left: 0; } 50% { left : 85px; } 100% { left: 0; }
}
.e-book-container {
  border-radius: 10px;
  background: #FFEBF0 !important;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
}
.e-book-title{
  background-color: #901250;
    color: #fff;
}
.shop-cat-item{
  background-color: #F5C1DA !important;
  border-radius: 17px !important;
}
.shop-cat-item div{
  background: #FFFFFF;
    border: 1px dashed #901250;
    border-radius: 17px !important;
    transition: .5s;
}
.shop-cat-item:hover div * {
  color: #FFFFFF !important;
}
.shop-cat-item div * {
  color:#901250;
}
.shop-cat-item:hover div{
  background: #901250;
  border-color: transparent;
}
.shop-cat-item h6{
  font-weight: bold;
}
.shop-cat-item div * {
  transition: .5s;
}
.area-cat-item{
  background-color: #E5D9F5 !important;
}
.area-cat-item div{
  background: #FFFFFF;
    border: 1px dashed #884cd2;
    transition: .5s;
}
.area-cat-item:hover div * {
  color: #FFFFFF !important;
}
.area-cat-item div * {
  color:#884cd2;
}
.area-cat-item:hover div{
  background: #884cd2;
  border-color: transparent;
}
.area-cat-item h6{
  font-weight: bold;
}
.area-cat-item div * {
  transition: .5s;
}
.area-category .cat-icon {
/* padding: 22px; */
padding:0px;
display: inline-flex;
align-items: center;
justify-content: center;
background: #FFFFFF !important;
/* border-radius: 50px;
border: 1px dashed #884cd2 !important; */
}
.area-category .cat-icon .img-fluid{
  width: 40px;
  height: 40px; 
}

.area-category .cat-icon:hover img {
  transform: scale(1.2) rotate(5deg);
}
.area-category .cat-icon img {
  transition: .5s;
}
.overflow-hidden {
  overflow: hidden !important;
}
.fill-flex{
  flex: 1 1 auto !important;
    border: none !important;
}
.brand-galary-img {
  border-color: #ff4880 !important;
}
.brand-galary-img img{
  width: 100%;
    border-style: dotted;
    border-color: #ff4880;
    transition: 0.5s;
}
.text-brand{
  color: #ff4880;
  border-color: #ff4880;
  border-bottom: 2px solid #ff4880;
  text-transform: uppercase;
}
.brand-galary-img h6{
  color: #ff4880;
}
.brand-list .btn-primary{
  background: #ff4880;;
  color:#fff;
  border:#ff4880;
}
.brand-list div *,.brand-list h2:hover{color: #ff4880;}
.brand-galary-img img:hover {
  transform: scale(1.2);
}
/*---------------------------
    scroll Styles  
----------------------------*/

.scroll-animation-wrapper {
  position: relative;
  z-index: 1;
}
.scroll-animation-wrapper::before, .scroll-animation-wrapper::after {
  position: absolute;
  height: 100%;
  width: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, #fff, rgba(255, 255, 255, 0));
  background: -moz-linear-gradient(left, #fff 0, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg, #ffe0e9 0, rgb(255,224,233));
  z-index: 2;
  content: "";
}
@media only screen and (max-width: 767px) {
  .scroll-animation-wrapper::before, .scroll-animation-wrapper::after {
    width: 50px;
  }
}
.scroll-animation-wrapper::before {
  top: 0;
  left: 0;
}
.scroll-animation-wrapper::after {
  top: 0;
  right: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.scroll-animation-wrapper.no-overlay::before, .scroll-animation-wrapper.no-overlay::after {
  display: none;
}

.scroll-animation {
  display: flex;
  width: -webkit-calc((420px * 16) + (30px * 16));
  width: -moz-calc((420px * 16) + (30px * 16));
  width: 7200px;
  position: relative;
}
.scroll-animation.scroll-right-left {
  -webkit-animation: scroll 40s linear infinite;
  -moz-animation: scroll 40s linear infinite;
  animation: scroll 40s linear infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.scroll-animation.scroll-left-right {
  -webkit-animation: scrollLeft 40s linear infinite;
  -moz-animation: scrollLeft 40s linear infinite;
  animation: scrollLeft 40s linear infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.scroll-animation .single-column-20 {
  width: 500px;
  padding: 0 15px;
}
@media only screen and (max-width: 767px) {
  .scroll-animation .single-column-20 {
    width: 310px;
    padding: 0 10px;
  }
}

.rbt-testimonial-box {
  position: relative;
  z-index: 2;
  border-radius: var(--radius);
}
.rbt-testimonial-box .inner {
  position: relative;
  padding: 50px 40px;
  z-index: 2;
  background: var(--color-white);
  border-radius: var(--radius);
  box-shadow: var(--shadow-9);
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .rbt-testimonial-box .inner {
    padding: 40px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-testimonial-box .inner {
    padding: 40px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-testimonial-box .inner {
    padding: 30px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-testimonial-box .inner {
    padding: 22px 19px;
  }
}
.rbt-testimonial-box .inner::before {
  position: absolute;
  content: "";
  right: 40px;
  top: 40px;
  z-index: -1;
  background-image: url(../images/shape/quote.svg);
  background-repeat: no-repeat, repeat;
  width: 52px;
  height: 44px;
}
@media only screen and (max-width: 767px) {
  .rbt-testimonial-box .inner::before {
    right: 20px;
    top: 20px;
  }
}
.rbt-testimonial-box .inner.bg-color-primary-opacity::before {
  filter: grayscale(1);
}
.rbt-testimonial-box.no-box-shadow .inner {
  box-shadow: none;
}
.rbt-testimonial-box.bg-gray-light .inner {
  background: var(--color-gray-light);
}
.rbt-testimonial-box.bg-gradient-7 .inner {
  background: transparent;
  border-radius: var(--radius);
}
.rbt-testimonial-box.bg-gradient-7 .inner::before {
  background-image: url(../images/icons/quote.svg);
}
.rbt-testimonial-box.no-padding .inner {
  padding: 0;
}
.rbt-testimonial-box .clint-info-wrapper {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .rbt-testimonial-box .clint-info-wrapper {
    display: block;
  }
}
.rbt-testimonial-box .clint-info-wrapper .thumb {
  position: relative;
  z-index: 1;
  display: inline-block;
  height: 70px;
  padding: 3px;
  background: var(--color-white);
  border-radius: 100%;
  overflow: hidden;
  min-width: 70px;
  border: 2px solid var(--primary-opacity);
}
.rbt-testimonial-box .clint-info-wrapper .thumb img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  border-radius: 100%;
}
.rbt-testimonial-box .clint-info-wrapper .client-info {
  padding-left: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .rbt-testimonial-box .clint-info-wrapper .client-info {
    padding-left: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-testimonial-box .clint-info-wrapper .client-info {
    padding-left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-testimonial-box .clint-info-wrapper .client-info {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-testimonial-box .clint-info-wrapper .client-info {
    padding-left: 0;
    margin-top: 15px;
  }
}
.rbt-testimonial-box .clint-info-wrapper .client-info .title {
  margin-bottom: 5px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .rbt-testimonial-box .clint-info-wrapper .client-info .title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-testimonial-box .clint-info-wrapper .client-info .title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-testimonial-box .clint-info-wrapper .client-info .title {
    font-size: 20px;
  }
}
.rbt-testimonial-box .clint-info-wrapper .client-info span {
  line-height: 28px;
  display: inline-block;
  font-size: 16px;
}
.rbt-testimonial-box .description {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .rbt-testimonial-box .description {
    margin-top: 8px;
  }
}
.rbt-testimonial-box .description p {
  margin-bottom: 0;
}
.rbt-testimonial-box .description .rbt-btn-link {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .rbt-testimonial-box .description .rbt-btn-link {
    margin-top: 10px;
  }
}
.rbt-testimonial-box.style-2 .inner {
  text-align: center;
}
.rbt-testimonial-box.style-2 .inner::before {
  background-image: url(../images/icons/quote.svg);
}
.rbt-testimonial-box.style-2 .icons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rbt-testimonial-box.style-2 .icons img {
  max-height: 50px;
}
.rbt-testimonial-box.style-2 .clint-info-wrapper {
  display: flex;
  align-items: center;
  margin-top: 22px;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .rbt-testimonial-box.style-2 .clint-info-wrapper {
    display: block;
  }
}
.rbt-testimonial-box.style-2 .clint-info-wrapper .thumb {
  height: 40px;
  padding: 2px;
  min-width: 40px;
}
.rbt-testimonial-box.style-2 .clint-info-wrapper .thumb img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  border-radius: 100%;
}
.rbt-testimonial-box.style-2 .clint-info-wrapper .client-info {
  padding-left: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-testimonial-box.style-2 .clint-info-wrapper .client-info {
    padding-left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-testimonial-box.style-2 .clint-info-wrapper .client-info {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-testimonial-box.style-2 .clint-info-wrapper .client-info {
    padding-left: 0;
    margin-top: 15px;
  }
}
.rbt-testimonial-box.style-2 .clint-info-wrapper .client-info .title {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}
.rbt-testimonial-box.style-2 .clint-info-wrapper .client-info .title span {
  line-height: inherit;
  display: inline-block;
  font-size: inherit;
}
.rbt-testimonial-box.text-white .title {
  color: var(--color-white);
}
.rbt-testimonial-box.text-white .designation {
  color: var(--color-white-off);
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-webkit-calc(-250px * 7));
    transform: translateX(-1750px);
  }
}
@-moz-keyframes scroll {
  0% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -moz-transform: translateX(-moz-calc(-250px * 7));
    transform: translateX(-1750px);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-webkit-calc(-250px * 7));
    -moz-transform: translateX(-moz-calc(-250px * 7));
    transform: translateX(-1750px);
  }
}
@-webkit-keyframes scrollLeft {
  0% {
    -webkit-transform: translateX(-webkit-calc(-250px * 7));
    transform: translateX(-1750px);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes scrollLeft {
  0% {
    -moz-transform: translateX(-moz-calc(-250px * 7));
    transform: translateX(-1750px);
  }
  to {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes scrollLeft {
  0% {
    -webkit-transform: translateX(-webkit-calc(-250px * 7));
    -moz-transform: translateX(-moz-calc(-250px * 7));
    transform: translateX(-1750px);
  }
  to {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}

.rbt-categori-list {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-categori-list {
    gap: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-categori-list {
    gap: 10px;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.shops .section-title h2{
  color:#884cd2;
}
.rbt-categori-list a {
  border: 0 none;
  padding: 0px 35px;
  text-transform: capitalize;
  background: #FFEBF0 !important;
  color: #ff4880;
  box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
  height: 65px;
  line-height: 65px;
  border-radius: 500px;
  font-size: 18px;
  letter-spacing: -0.6px;
  transition: 0.4s;
  display: inline-block;
  min-width: 100px;
  transition: 0.4s;
  text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-categori-list a {
    padding: 0px 20px;
  }
  .centered-text {
    font-size:8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-categori-list a {
    padding: 0px 10px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-categori-list a {
    padding: 0px 20px;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    min-width: max-content;
  }
}
.rbt-categori-list a.blank {
  box-shadow: 19px 20px 34px 0 rgba(164, 160, 196, 0.19);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .rbt-categori-list a.blank {
    display: none;
  }
}
.rbt-categori-list a i {
  margin-right: 6px;
}
.rbt-categori-list a:hover {
  background: #FFEBF0 !important;
  color: #ff4880;
  transform: scale(1.1);
}
.rbt-categori-list.medium-size a {
  padding: 0px 25px;
  font-size: 16px;
  height: 50px;
  line-height: 49px;
}
.read-more-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.areatitle .read-more-btn{
  background-color:#A2185B;
  color:#fff;
}
.category .read-more-btn{
  background-color:#884cd2;
  color:#fff;
  }
.category #icons-list img{
  /* width: 45px;
  height: 45px; */
}
.category .grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
  background: transparent;
  border: none;
  color: #884cd2;
  margin-top: 5px;
  justify-content: center;
}

.category .grid-item {
  background-color: #E5D9F5; 
  padding: 10px;
  border-radius: 5px;
  text-align: center;
}

.category .area-name,.category .area-name a,.category .area-name a:hover {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 12px;
  text-transform: uppercase;}

.category .city-name {
  font-style: italic;
  color: #b490df;
}
.category  .grid-item:hover{
  background-color: #884cd2;
}

/* Text color change on hover */
.category .grid-item:hover .area-name,
.category .grid-item:hover .city-name {
  color: white;
}

.category .area-list{
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  color: #884cd2;
}
.member .grid-container1 {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto;
  gap: 5px;
  background: transparent;
  border: none;
  margin-top: 5px;
  justify-content: center;
}
.member .grid-container2 {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto;
  gap: 5px;
  background: transparent;
  border: none;
  margin-top: 5px;
  justify-content: center;
}
#member-district .grid-container2 {
  grid-template-columns: auto auto auto auto auto auto;
}
#member-district .grid-container3 {
  grid-template-columns: auto auto auto auto auto auto;
}
#member-state .grid-container3 {
  grid-template-columns: auto auto auto auto auto auto;
}
#member-state .member-container,#member-district .member-container,.member .member-container{
  background: rgb(167, 26, 95);
  background: radial-gradient(circle, rgba(167, 26, 95, 1) 0%, rgba(167, 26, 95, 1) 0%, rgba(167, 26, 95, 1) 20%, rgba(203, 61, 123, 1) 41%, rgba(196, 54, 117, 1) 53%, rgba(167, 26, 95, 1) 79%, rgba(167, 26, 95, 1) 98%, rgba(167, 26, 95, 0.9444152661064426) 100%);
  border-radius: 15px;
  padding: 1em;
}
.member .grid-container3 {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto;
  gap: 5px;
  background: transparent;
  border: none;
  margin-top: 5px;
  justify-content: center;
}
.member .grid-item {
  text-align: center; 
  padding:2px;
}
.member .grid-item img,.member .grid-container1 .grid-item img,.member .grid-container2 .grid-item img,.member .grid-container3 .grid-item img,.grid-container3 img {
  /* width: 200px;
  height: 100px; */
  width:100%;
  height: 100%;
  max-width: 200px;
  max-height: 100px;
}
.member .grid-container1 .grid-item img {
  /* max-width: 100%;
  height: auto; */
  border: 1px solid #A5195D; 
}
.member .grid-container2 .grid-item img {
  /* max-width: 100%;
  height: auto;  */
  border: 1px solid #A5195D;
}
.member .grid-container3 .grid-item img,.grid-container3 img {
  /* max-width: 100%;
  height: auto;  */
  border: 1px solid #A5195D;
}
.member .discover{
  color: #FFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
#member-state .grid-container3 .grid-item img{
  /* width: 200px;
  height: 100px; */
  width:100%;
  height: 100%;
  max-width: 200px;
  max-height: 100px;
}
.member #district .grid-item img,#member-state #district .grid-item img{
  width: 100%;
  height: 100%;
  max-width: 350px;
  max-height: 150px;
}
