body {
  font-family: "Nunito", sans-serif;
  margin: auto;
}

.desktopslider {
  display: block;
}

.mobileslider {
  display: none;
}

:root {
  --mon: "Montserrat", sans-serif;
  --blue: #aa6bff;
  --darkblue: #0a0a36;
}

.btn {
  border-radius: 0px;
}

a {
  text-transform: capitalize;
  text-decoration: none;
}

.p-r-0 {
  padding-right: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: capitalize;
}

footer h5 {
  font-family: "Lobster", sans-serif;
}

ul {
  padding: 0px;
  margin: 0px;
}

.container-fluid {
  padding: 0px 40px;
  max-width: 1440px;
}

.totop {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 999;
  background-color: #000;
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
}
.totop:hover {
  color: #fff;
}

header {
  border-bottom: 1px solid #eee;
}
header .topbar {
  background: #f0cff3;
  text-align: center;
  color: #000000;
}
header .topbar p {
  margin: 0px;
  color: #000000;
  font-size: 14px;
  padding: 5px 0px;
}
header .topbar ul {
  padding: 5px;
  align-items: center;
}
header .topbar ul li {
  display: inline-block;
  margin-right: 10px;
}
header .topbar ul li a {
  color: #fff;
  font-size: 12px;
  transition: 0.3s ease-in-out;
  text-transform: lowercase;
}
header .topbar ul li a i {
  margin-right: 5px;
}
header .topbar ul li a:hover {
  color: #ffdde4;
}
header .topbar .socialbx {
  text-align: right;
}
header .topbar .socialbx li {
  background-color: rgba(255, 255, 255, 0.46);
}
header .topbar .socialbx li a {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #bb69b8;
}
header .topbar .socialbx li a i {
  margin: 0px;
  color: #4d494d;
}
header .topbar .tpright {
  font-size: 12px;
  text-align: left;
}
header .topbar .tpright a {
  font-size: 12px;
  color: #bb69b8;
}
header .topbar .tpright a i {
  margin: 0px;
}
header .topbar .left {
  text-align: left;
}
header .topbar .ftsocial {
  text-align: right;
}
header .topbar .ftsocial li a {
  font-size: 18px;
}
header .topbar form.d-flex {
  padding: 5px;
}
header .topbar form.d-flex input {
  border-radius: 0px;
  max-height: 37px;
  outline: unset;
  border: 0px;
}
header .topbar form.d-flex input:focus {
  box-shadow: unset;
  background: #eee;
  outline: unset;
  border: 0px;
}
header .topbar form.d-flex .btn-primary {
  background: #ebc4a1;
  border-color: #ffdde4;
  transition: 0.3s ease-in-out;
  color: white;
  position: relative;
  left: -42px;
}
header .topbar form.d-flex .btn-primary:hover {
  color: #ffe1c6;
}
header .navbar {
  padding: 0px;
}
header ul li a {
  color: #1d1d1d !important;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
}
header ul li a:hover {
  color: #bb69b8 !important;
}
header ul li a i.fa-solid.fa-house {
  font-size: 9px;
  /* margin-top: 7px; */
  position: relative;
  top: -1px;
}
header ul li .nav-link {
  padding: 20px 10px;
}
header .dropdown-menu {
  top: 100%;
  min-width: 200px;
  transition: 0.4s;
}
header .dropdown-menu .dropdown-item {
  padding-left: 5px;
  padding-right: 5px;
}
header .dropdown-menu .ulinner {
  padding: 0px 15px;
}
header .dropdown-menu .ulinner .col-md-6:nth-child(odd) {
  padding-right: 0px;
}
header .dropdown-menu .ulinner h5 {
  font-weight: 700;
  text-transform: capitalize;
  border-bottom: 1px solid #eee;
  padding: 10px;
  font-size: 12px;
  display: none;
  position: relative;
}
header .dropdown-menu .ulinner h5:after {
  position: absolute;
  width: 30%;
  height: 2px;
  left: 0px;
  bottom: 0px;
  content: "";
  background: #8a8585;
}
header .dropdown-menu .ulinner ul li {
  list-style: none;
}
header .dropdown-menu .ulinner ul li a {
  transition: 0.3s ease-in-out;
  font-size: 13px;
  font-weight: 700;
}
header .dropdown-menu .ulinner ul li a:hover {
  background-color: #8a8585;
  text-decoration: none;
  color: #fff !important;
}
header .navbar-brand {
  width: 190px;
  POSITION: relative;
  BACKGROUND: #FFF;
  BOTTOM: 0PX;
  Z-INDEX: 99;
  border-radius: 10px;
  padding: 12px;
}
header .cninfo {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 0px 15px;
  background-color: #f0f0ed;
}
header .cninfo li {
  display: inline-flex;
  list-style: none;
  font-size: 14px;
  border-bottom: 1px solid rgba(238, 238, 238, 0.168627451);
  line-height: 40px;
  align-items: center;
}
header .cninfo li span {
  width: 20px;
  color: #bb69b8;
  margin-right: 5px;
  display: inline-flex;
}
header .cninfo li span img {
  width: 20px;
}
header .cninfo li a {
  margin-right: 5px;
  text-transform: capitalize;
}
header .cninfo li .right span {
  display: flex;
  width: 100%;
  text-transform: capitalize;
}
@media only screen and (min-width: 1024px) {
  header .dropdown .dropdown-menu {
    display: unset;
    visibility: hidden;
    border: 0px;
    border-radius: 0px;
    opacity: 0;
    transform: translateY(16px);
  }
  header .dropdown .dropdown-menu li a {
    padding: 10px;
  }
  header .dropdown:hover .dropdown-menu {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    display: block;
    border: 0px;
  }
}

footer {
  background: linear-gradient(45deg, #1b1b1b, #2f2c2c);
  color: #dedede;
  overflow: hidden;
  display: block;
}
footer h5 {
  font-size: 27px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 10px;
  border-bottom: 2px solid #3a3939;
}
footer h5:before {
  width: 50px;
  position: absolute;
  bottom: -2px;
  left: 0px;
  content: "";
  background-color: #f5195b;
  height: 2px;
}
footer .ft-inner {
  text-transform: capitalize;
  text-align: left;
}
footer ul li {
  list-style: none;
  border: 0px;
}
footer ul li a {
  text-transform: capitalize;
  color: #dedede;
  transition: color 0.15s ease-out;
  padding-bottom: 0.05em;
  transition: border-color 0.15s ease-out, color 0.15s ease-out;
  display: inline-block;
  line-height: 36px;
  display: block;
}
footer ul li a i {
  color: #f5195b;
}
footer ul li a:hover {
  color: #f5195b;
}
footer .socialbx {
  display: flex;
  margin: 0px;
  align-items: center;
}
footer .socialbx li {
  display: inline-flex;
}
footer .socialbx li a {
  margin-right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  padding-top: 3px;
}

.fadeindown {
  animation: fadeindown 0.5s ease-in-out;
}

.fadeup {
  animation: fadeinup 0.5s ease-in-out;
}

.fadeinleft {
  animation: fadeinleft 0.5s ease-in-out;
}

@keyframes fadeindown {
  0% {
    opacity: 0;
    transform: translate3d(0px, -100%, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeinup {
  0% {
    opacity: 0;
    transform: translateY(45px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fadeinleft {
  0% {
    opacity: 0;
    transform: translateX(-45px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
    transform: none;
  }
}
.support {
  position: fixed;
  bottom: 90px;
  left: 30px;
  z-index: 9999;
  width: 40px;
  display: flex;
  background: #f5195b;
  color: #fff;
  align-items: center;
  border-radius: 5px;
  justify-content: center;
  height: 40px;
  text-decoration: none;
  padding: 7px;
}

a.whatsapp {
  position: fixed;
  bottom: 90px;
  right: 30px;
  z-index: 9999;
  width: 40px;
  display: flex;
  border-radius: 5px;
  background: #27f519;
  color: #fff;
  align-items: center;
  justify-content: center;
  height: 40px;
  text-decoration: none;
  font-size: 24px;
}

a.callbtn {
  position: fixed;
  bottom: 138px;
  right: 15px;
  border-radius: 5px;
  z-index: 9999;
  background: #e35c61;
  color: #fff;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 100px;
  text-decoration: none;
  font-size: 17px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.mbtext .content {
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  display: block;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.mbtext .showfull {
  display: block !important;
}
.mbtext .rmore {
  color: #f5195b;
  text-align: left;
  display: block;
  display: none;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  #navbarSupportedContent {
    z-index: 999999;
  }
  footer .mbhide {
    display: none;
  }
  header .cninfo {
    border: 1px solid #f9f9f9;
    background-color: #f9f9f9;
    margin-bottom: 10px;
  }
  footer ul li a {
    font-size: 13px;
    line-height: 30px;
  }
  footer .col-6:nth-child(odd) {
    padding-right: 0px;
  }
  footer .col-6:nth-child(even) {
    padding-left: 10px;
  }
  footer i.fa-solid.fa-heart {
    font-size: 11px;
  }
  footer .mbhide {
    display: none;
  }
  .support {
    bottom: 35px;
    left: 15px;
  }
  .totop {
    bottom: 35px;
    right: 15px;
    z-index: 9999;
  }
  .callnowarea {
    width: 95%;
  }
  a.whatsapp {
    bottom: 90px;
    right: 15px;
  }
  section .mheading h2 {
    width: 100% !important;
  }
  section {
    overflow-X: hidden;
  }
  .container-fluid {
    padding: 0px 10px;
  }
  header .navbar-brand {
    width: 176px;
    left: 10px;
    position: relative;
    border: 0px;
    left: 0px;
    bottom: unset;
  }
  .navbar-light .navbar-toggler {
    margin-left: auto;
  }
  .topbar {
    display: none;
  }
  header .cninfo {
    border-radius: 0px;
  }
  header ul li .nav-link {
    padding: 10px 10px;
  }
  .pagesubheader {
    height: 110px;
  }
  ul.navbar-nav.ms-auto {
    background: #f9f9f9;
    padding: 15px;
  }
  header .dropdown-menu {
    max-width: 100%;
    min-width: 100%;
  }
  .navbar-light .navbar-toggler {
    border: 0px;
  }
  .navbar-light .navbar-toggler:focus {
    box-shadow: unset;
    background: #f9f9f9;
  }
  .btns {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 413px) {
  footer h5 {
    font-size: 20px;
  }
  footer ul li a {
    font-size: 12px;
  }
  body {
    font-family: "Nunito", sans-serif;
    margin: 0px;
    width: 100%;
    display: block;
    overflow: hidden;
    overflow-y: auto;
  }
  section {
    overflow: hidden;
    display: block;
    width: 100%;
    overflow-y: auto;
  }
}
@media only screen and (max-width: 359px) {
  section {
    display: block;
    width: 100%;
    overflow-x: hidden;
  }
}/*# sourceMappingURL=headerfooter.css.map */