@import url('https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

@font-face{
    font-display:block;
    font-family:bootstrap-icons;
    src:url("../fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6") format("woff2"),url("../fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6") format("woff");
}

.bi::before,[class*=" bi-"]::before,[class^=bi-]::before{
    display:inline-block;
    font-family:bootstrap-icons !important;
    font-style:normal;
    font-weight:400 !important;
    font-variant:normal;
    text-transform:none;
    line-height:1;
    vertical-align:-.125em;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
.bi-list::before{
    content:"\f479"
}
.bi-x::before {
  content: "\f62a";
}
.bi-x-circle::before {
  content: "\f623";
}
.bi-check2-circle::before {
  content: "\f270";
}
.bi-currency-rupee::before {
  content: "\F636C";
}
.bxs-quote-alt-left::before {
  content: "\edd5";
}
.bxs-quote-alt-right::before {
  content: "\edd6";
}
.breadcrumb-item + .breadcrumb-item::before {
  color: var(--light-gray);
}
.btn-outline-light:hover {
  color: var(--black);
  background-color: var(--primary);
  border-color: var(--primary);
}

:root {
    --primary:#ffdb4e;
    --secondary: #e64c10;
    --tertiary: #780303;
    --light: #ffffff;
    --dark: #282A2E;
    --dark-blue: #16305d;
    --light-gray: #bec0ca;
    --black: #000000;
}

body {
  /* background: var(--primary); */
  font-family: "Philosopher",sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--black);
  -webkit-text-size-adjust: 100%;
}
h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{font-family:'Philosopher',sans-serif;}
h1, .h1, h2, .h2, .fw-bold {font-weight: 700 !important;}
h3, .h3, h4, .h4, .fw-medium {font-weight: 500 !important;}
h5, .h5, h6, .h6, .fw-semi-bold {font-weight: 600 !important;}

a {
  color: #9a0202;
  text-decoration: none;
}

.shadow-radius { border-radius: 20px;}


h1, .h1, h2, .h2, .fw-bold {
  font-weight: 700 !important;
}

h3, .h3, h4, .h4, .fw-medium {
  font-weight: 500 !important;
}

h5, .h5, h6, .h6, .fw-semi-bold {
  font-weight: 600 !important;
}

.text-tertiary {
  color: var(--tertiary)!important;
}

.text-primary{
  color:var(--primary) !important
}
.text-secondary{
  color:var(--secondary) !important
}
.text-dark{
  color:var(--dark) !important
}
.text-dark-blue{
  color:var(--dark-blue) !important
}
.text-tertiary{
  color:var(--tertiary) !important
}
.text-light-gray{
  color:var(--light-gray) !important
}

.bg-primary{
  background:var(--primary) !important
}
.bg-secondary{
  background:var(--secondary) !important
}
.bg-dark{
  background:var(--dark) !important
}
.bg-dark-blue{
  background:var(--dark-blue) !important
}

.btn-primary{
  color:#000000 !important;
  background-color:var(--primary) !important;
  border-color:var(--primary) !important
}
.btn-primary:hover{
  color:#fff !important;
  background-color:#ba9400 !important;
  border-color:#ba9400 !important
}
 .btn-outline-primary{
  color: var(--light) !important;
  border-color: var(--black) !important;
 }
  .btn-outline-primary:hover{
  color: var(--primary) !important;
  background: var(--black) !important;
 }

.btn-secondary{
  color:#000 !important;
  background-color:var(--secondary) !important;
  border-color:var(--secondary) !important
}
.btn-secondary:hover{
  color:#000 !important;
  background-color:var(--secondary) !important;
  border-color:var(--secondary) !important
}

.btn-dark {
  color: #fff;
  background-color: var(--dark) !important;
  border-color: var(--dark) !important;
}
.btn-dark:hover{
  color:#fff;
  background-color:var(--dark) !important;
  border-color:var(--dark) !important
}

.btn-light {
  color: #ffffff !important;
  background-color:transparent !important;
  border-color: var(--light) !important;
}
.btn-dark:hover{
  color:#fff;
  background-color:var(--dark) !important;
  border-color:var(--dark) !important
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 26px;
    height: 26px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.fixed-top {
    transition: .5s;
}

.top-bar {
    height: 50px;
    background:  var(--secondary);
    border-bottom: 1px solid rgba(53, 94, 252, .07);
}


#header {
    background: rgb(50, 50, 68);
    border-bottom: 1px solid rgba(12, 11, 9, 0.6);
    transition: all 0.5s;
    z-index: 997;
    padding: 15px 0;
    top: 0px;
  }


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/

.navbar {
    padding: 0;
    background: #fff;
  }
  
  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }
  
  .navbar li {
    position: relative;
  }
  
  .navbar a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 20px;
    color: #000000;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
  }
  
  .navbar a i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
  
  .navbar a:hover, .navbar .active, .navbar li:hover > a {
    color: var(--secondary);
  }
  
  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 15px;
    top: calc(100% + 30px);
    margin: 0;
    /* padding: 10px 0; */
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: var(--light);
    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 li a {
    padding: 10px 20px;
    color: var(--black);
    border-bottom: .1px solid #ccc;
  }

  .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: var(--black);
    background: var(--primary);
  }
  
  .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;
  }

  .visit-online a{
    color: var(--light);
    margin: 0 20px;
  }
  
  @media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
      left: -90%;
    }
    .navbar .dropdown .dropdown:hover > ul {
      left: -100%;
    }
  }
  
  /**
  * Mobile Navigation 
  */
  .mobile-nav-toggle {
    color: #888;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
  }

   @media (max-width: 991px) {
    .mobile-nav-toggle {
      display: block;
    }
    .navbar ul {
      display: none;
    }
  }
  
  .navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    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: 6px;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
  }
  
  .navbar-mobile a {
    padding: 10px 20px;
    font-size: 15px;
    color: #1a1814;
  }
  
  .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
    color: var(--primary);
  }
  
  .navbar-mobile .getstarted {
    margin: 15px;
  }
  
  .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: var(--black);
  }
  
  .navbar-mobile .dropdown > .dropdown-active {
    display: block;
  }

  .navbar-mobile .visit-online a{
    color: var(--light);
    margin: 0 20px;
    text-align: center;
    display: block;
  }
  


/*** Header ***/
/* .banner{
    margin-top: 164px;
    margin-bottom: 65px;
} */
/* .banner::before{
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 96vh;
  z-index: 11;
} */
.bann-img {
  /* width: 400px; */
  margin: 40px 0 40px 0;
  border-radius: 360px;
  animation: glow, rotation 13s infinite linear;
  background-color: #ffffff00;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
    box-shadow: 0 0 20px -10px #0011aa;
  }
  to {
    transform: rotate(-360deg);
    box-shadow: 0 0 20px 50px #ffe60000;
  }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(17, 0, 255, 0.116);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: start;
    z-index: 1;
}

.carousel-caption h1{
font-size: 3rem;
line-height: 3.4rem;
}

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

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

.carousel-control-prev-icon {
    border-radius: 0 3rem 3rem 0;
}

.carousel-control-next-icon {
    border-radius: 3rem 0 0 3rem;
}

.page-header {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: url(../img/header.jpg) top left no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-weight: 500;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--tertiary);
}

.read-more {
  font-size: .87rem;
  color: var(--bs-secondary);
  text-decoration: none;
  position: absolute;
  bottom: 0;
}
.read-more img {
  width: 1rem;
}

section{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.section-title h2{ font-size: 2.5rem;}

.meet-acharya{
  margin-top: 140px;
  background: url(../img/about-bg.png) center center no-repeat;
  background-size: cover;
}

.about img{
   border-radius: 20px;
}

.inner-banner {
  margin-top: 155px;
  margin-bottom: 65px;
}

.inner-banner h3{
  font-size: 2rem;
}
.makeup-banner {
  background: url(../img/makeup-banner.png) center center no-repeat;
  background-size: cover;
}
.astrology-banner {
  background: url(../img/astrology-banner.png) center center no-repeat;
  background-size: cover;
}
.cutting-banner {
  background: url(../img/cutting-banner.png) center center no-repeat;
  background-size: cover;
}
.cosmeto-banner {
  background: url(../img/cosmeto-banner.png) center center no-repeat;
  background-size: cover;
}
.certificate-banner {
  background: url(../img/certificate-banner.png) center center no-repeat;
  background-size: cover;
}
.blog-banner {
  background: url(../img/blog-banner.png) center center no-repeat;
  background-size: cover;
}
.contact-banner {
  background: url(../img/contact-banner.png) center center no-repeat;
  background-size: cover;
}

.query-ph-icon{padding: 1rem;}
.query-ph-icon svg{width: 25px; height: 25px;}
.query h5{font-size: 1.5rem;}
.query h4{font-size: 1.5rem;}

.service-item {
  border-color: rgb(58, 58, 61) !important;
}

.service h2{
  font-size: 4rem;
  color: var(--primary);
  font-weight: 700 !important;
  line-height: 3.8rem;
}

.list ul {
  margin-bottom: 0rem;
  padding-left: 0rem;
}
.list ul li {
  list-style: none;
  padding: 7px 0;
  padding-left: 32px;
  position: relative;
  text-decoration: none;
  width: 100%;
}
.list ul li svg {
  color: var(--secondary) !important;
  height: 20px;
  left: 0;
  margin-right: 10px;
  position: absolute;
  top: 0.4rem;
  width: 20px;
}
.list ul li p {
  margin-bottom: 0 !important;
}

/*-------- inner_service -----------*/
.inn-service{
  padding: 5rem 0 10rem 0;
}

.courses{background:#f4f8ff}
.courses-card{
  background:#e1e7f6;
  border-radius: 2rem;
  padding: 3rem;
}
.courses-item, .service-item{
  background: var(--light);
  position: relative;
  box-shadow: 0 0 45px rgba(0, 0, 0, .07);
  border-radius: 8px;
}

.courses-item .courses-img, .service-item .service-img {
  position: absolute;
  padding: 12px;
  width: 90px;
  height: 90px;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--secondary);
  box-shadow: 0 0 45px rgba(0, 0, 0, .09);
  z-index: 2;
  border-radius: 100px;
  border: 5px solid #fff;
}
.courses-item h4{
  font-size: 1.6rem;
}

.service-item .service-detail {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
  border-radius: 23px;
}

.service-item .service-title {
  position: absolute;
  padding: 65px 30px 25px 30px;
  width: 100%;
  height: 100%;
  top: 18px;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  text-align: center;
  /* background: rgba(238, 242, 253, 0.9); */
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0) 36%,rgba(255,255,255,0.7) 64%,rgba(255,255,255,0.94) 93%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  transition: .5s;
}

.service-item:hover .service-title {
  top: -100%;
}
.service-item .service-title h3{
  font-size: 1.3rem;
}

.service-item .service-text {
  position: absolute;
  overflow: hidden;
  padding: 65px 30px 25px 30px;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  display: flex;
  align-items: center;
  text-align: center;
  background: rgba(2, 36, 91, .7);
  transition: .5s;
}

.service-item:hover .service-text {
  top: 0;
}
.service-item .service-text p{
  font-size: 1rem;
}
/* .service-item .service-text::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100px;
  top: -100%;
  left: 0;
  transform: skewY(-12deg);
  background: #FFFFFF;
  transition: .5s;
} 

.service-item:hover .service-text::before {
  top: -55px;
}
*/
.service-item .btn {
  position: absolute;
  /* width: 130px;
  height: 50px; */
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--secondary);
  background: var(--dark);
  border: none;
  box-shadow: 0 0 45px rgba(0, 0, 0, .09);
  z-index: 2;
  padding: .7rem 1.5rem;
}

.service-item .btn:hover {
  color: #FFFFFF;
  background: var(--primary);
}


.blog .blog-item {
  position: relative;
  margin: 10px 0 25px 0;
}
.blog .blog-item .blog-detail {
  background: #fffaee;
  border-radius: 1rem;
}
.blog .blog-title h3{font-size: 1.3rem; line-height: 1.8rem;}

.blog .btn {
  position: absolute;
  /* width: 130px;
  height: 50px; */
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--secondary);
  background: var(--dark);
  border: none;
  box-shadow: 0 0 45px rgba(0, 0, 0, .09);
  z-index: 2;
  padding: .7rem 1.5rem;
}

/* -----------Google-Review ----------- */
.google-review{
  position: relative;
  padding-top: 63px;
}
.google-review .title-card h2 {
  font-size: 2rem;
  font-weight: 300 !important;
}
.google-review .title-card h2 span{
  color: var(--dark);
  font-weight: 700 !important;
}
.google-review .content h2:before {
  content: "";
  width: 50px;
  height: 5px;
  background: #28AAED;
  display: block;
  position: relative;
  margin: 0 auto;
  margin-bottom: 10px;
}

.review{
  font-size: 16px;
  color: #000;
}
.review-no{
  display: block;
}
.review-no span{
  font-size: 14px;
  color: #f8be00;
}
.review-no span> span{
  font-size: 10px;
  color: #636363;
}
.title{
  font-size: 24px;
  font-weight: 700;
}
.reviewer-area {
  display: block;
  vertical-align: middle;
}
.reviewer-area .reviewer-area-img {
  margin-right: 8px;
  float: left;
}
.reviewer-area .view-name {
  font-size: 14px;
  color: #000;
}

.google-review .my-slider{
  padding: 0 70px;
}

.google-review .slick-initialized .slick-slide{
  padding: 24px;
  margin-bottom: 20px;
  background:#fff;
  border-radius: 7px;
  border: 2px solid #e9e9e9;
  box-shadow: 0px 0px 20px -9px rgba(0,50,255,0.64);
  -webkit-box-shadow: 0px 0px 20px -9px rgba(0,50,255,0.64);
  -moz-box-shadow: 0px 0px 20px -9px rgba(0,50,255,0.64);
  color: #000000;
  /* height: 200px; */
  margin: 15px;
  display: block;
  align-items: center;
  justify-content: center;
}
.google-review .slick-initialized .slick-slide img{
  width: 150px;
}
.google-review .slick-initialized .slick-slide .title{
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}
.google-review .slick-initialized .slick-slide p{
  font-size: 9px;
  color: #f8be00;
  position: relative;
  top: -5px;
}
.google-review .slick-initialized .slick-slide p> span{
  font-size: 13px;
  color: #202020;
}
.google-review .slick-initialized .slick-slide .descrip{
  margin-top: 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}
.google-review .slick-initialized .slick-slide .descrip p{
  color: #53525a;
  font-size: .9rem;
}
.google-review .slick-next, .slick-prev{
  z-index: 5;
}
.google-review .slick-next{
  right: -15px;
}
.google-review .slick-prev{
  left: -15px;
}
.google-review .slick-next:before, .slick-prev:before{
  color: #000;
  font-size: 26px;
}
.slick-dots{
  display: none !important;
}

#testimonial {
  padding: 30px;
}

.testimonial{
  margin-bottom: 20px;
}
.testimonial .card, .service-inner .card {
  border: 2px solid rgb(229, 239, 255) !important;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0px 0px 20px -9px rgba(0,50,255,0.64);
-webkit-box-shadow: 0px 0px 20px -9px rgba(0,50,255,0.64);
-moz-box-shadow: 0px 0px 20px -9px rgba(0,50,255,0.64);
}

.testimonial .card-body, .service-inner .card-body {
  padding: 2rem;
}
.testimonial-slider-pad {
  margin: 0 60px;
  margin-top: 50px !important;
}

.testimonial .review{
  margin: 8px 0 26px;
}
.testimonial img{
  width: 160px;
}
.testimonial h3{
  background: var(--dark);
  border-radius: 30px;
  color: var(--light);
  float: left;
  height: 50px;
  margin-right: 12px;
  padding: 11px 13px;
  text-align: center;
  width: 50px;
  font-size: 1.5rem;
}
.testimonial h5{
  font-size: 1.1rem;
  font-weight: 400 !important;
  margin-bottom: .2rem;
  padding-top: .3rem;
}
.testimonial p{
  font-size: 14px;
  font-weight: 400 !important;
}

.testimonial .review-no {
  display: flex;
  align-items: center;
}
.testimonial .review-no span {
  font-size: 14px;
  color: #f8be00;
}
.testimonial .review-no span i{
  position: relative;
  top: -2px;
}
.testimonial .readmore{
  font-size: .8rem;
  color: var(--tertiary);
}



.awards-certificate {
  background: linear-gradient(rgba(255, 255, 255, 0.986), rgba(255, 255, 255, 0.78)), url(../img/awards-certificate.png) center center no-repeat;
  background-size: cover;
  padding: 6rem 0 5rem 0;
}

#awards-certificate .MS-content {
  margin: 15px 0;
  overflow: hidden;
  white-space: nowrap;
  /* border: 1px solid red; */
}

#awards-certificate .MS-content .item {
  display: inline-block;
  height: 100%;
  overflow: hidden;
  position: relative;
  vertical-align:middle;
  text-align: center;
  background: #fff;;
  width: 19.5%;
  margin: 0 3px;
  padding: 10px 6px;
}
#awards-certificate .MS-content .item img {
  margin: 0 auto;
}

.glightbox-clean .gslide-description {
  background: none !important;
}
.glightbox-clean .gslide-title {
  color: var(--light) !important;
}

.gallery-certificate .gallery-certificate-item {
  margin-top: 30px;
}

.gallery-certificate .gallery-certificate-img {
  width: 70px;
  border-radius: 50%;
  float: left;
  border: 5px solid rgba(255, 255, 255, 0.2);
}

.gallery-certificate .gallery-certificate-content {
  /* margin-left: 85px; */
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.gallery-certificate .gallery-certificate-content a {
  padding-right: 10px;
  background: var(--primary);
  position: relative;
  padding: .5rem;
  z-index: 3;
  font-weight: 700;
  color: white;
  transition: 0.3s;
}

.gallery-certificate .gallery-certificate-content a:hover {
  color: #cda45e;
}

.gallery-certificate .gallery-certificate-content span {
  background: #1a1814;
  position: relative;
  z-index: 3;
  padding: 0 10px;
  font-weight: 600;
  color: #cda45e;
}

.gallery-certificate .gallery-certificate-ingredients {
  margin-left: 85px;
  font-style: italic;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: rgba(255, 255, 255, 0.5);
}

.gallery-certificate .img-contaner {
  position: relative;
}
.gallery-certificate .image {
  display: block;
  width: 100%;
  height: 100%;
}
/* .gallery-certificate .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
  text-align: center;
    padding-top: 30%;

}

.gallery-certificate .img-contaner:hover .overlay {
  width: 100%;
}

.gallery-certificate .img-contaner .content {
  color: white;
  font-size: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.gallery-certificate .img-contaner .content span{
  color: var(--bs-secondary);
  font-size: 2rem;
  font-weight: 900;
  padding: 0;
} */

.whats-app {
  width: 50px;
  height: 50px;
  background-color: #11bb3e;
  border-radius: 30px;
  position: fixed;
  padding: 11px 10px 12px 13px;
  right: 8px;
  bottom: 118px;
  z-index: 99;
}
.whats-app svg{
  color: var(--light);
}

.footer h4{
  font-size: 1.5rem;
  text-transform: uppercase;
}
.footer p, .footer .btn{
  font-size: .9rem;
}
.footer .btn.btn-link {
    display: block;
    margin-bottom: 4px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    text-transform: capitalize;
    transition: .8s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    /* letter-spacing: 1px; */
    box-shadow: none;
}

.copyright {
    font-size: .8rem;
    color: var(--light);
    padding: 1rem 0;
    border-top: 1px solid #484b52;
}

.copyright a {
    color: var(--light);
}

.copyright a:hover {
    color: var(--primary);
}



@media (max-width: 1200px) {
  #awards-certificate .MS-content .item {
    width: 25%;
  }
}

@media (max-width: 991px) {
  #awards-certificate .MS-content .item {
    width: 32.3%;
  }
  #awards-certificate .MS-controls .MS-left {
    left: -2px;
  }
  #awards-certificate .MS-controls .MS-right {
    right: -2px;
  }
}

@media screen and (max-width: 768px) {
.inner-banner {
    margin-top: 100px;
    margin-bottom: 0px;
}
  #header-carousel .carousel-item {
    position: relative;
    min-height: 815px;
  }

  #header-carousel .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #header-carousel .carousel-caption .astro-img img {
    position: relative;
    width: 100%;
    height: 100%;
  }
  #header-carousel .carousel-caption .cosme-img img{
    position: relative;
    width: 100%;
    height: 100%;
  }
   #header-carousel .carousel-caption .makeup-img img{
    position: relative;
    width: 100%;
    height: 100%;
  }
   #header-carousel .carousel-caption .embroidery-img img {
    position: relative;
    width: 100%;
    height: 100%;
  }
  #awards-certificate .MS-content {
  margin: 0;
  }
  #awards-certificate .MS-content .item {
    width: 49%;
  }
  #awards-certificate .MS-controls button {
    display: none;
  }
}

@media (max-width: 512px) {
.logo img{width: 287px;}
.meet-acharya {margin-top: 100px;}
.banner {margin-top: 5px;}

.section-title h2 {font-size: 2rem;}

.query-ph-icon{padding: .5rem;}
.query-ph-icon svg{width: 20px; height: 20px;}
.query h5{font-size: 14px;}
.query h4{font-size: 20px;}

  #awards-certificate .MS-content .item {
    width: 47%;
  }
  #awards-certificate .MS-content .item p {
    font-size: 13px;
  }
}
