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

@font-face {
    font-family: 'Butler_Regular';
    src: url('../fonts/Butler_Regular.eot');
    src: url('../fonts/Butler_Regular.eot') format('embedded-opentype'),
         url('../fonts/Butler_Regular.woff2') format('woff2'),
         url('../fonts/Butler_Regular.woff') format('woff'),
         url('../fonts/Butler_Regular.ttf') format('truetype'),
         url('../fonts/Butler_Regular.svg#Butler_Regular') format('svg');
}

@font-face {
    font-family: 'Butler_Bold';
    src: url('../fonts/Butler_Bold.eot');
    src: url('../fonts/Butler_Bold.eot') format('embedded-opentype'),
         url('../fonts/Butler_Bold.woff2') format('woff2'),
         url('../fonts/Butler_Bold.woff') format('woff'),
         url('../fonts/Butler_Bold.ttf') format('truetype'),
         url('../fonts/Butler_Bold.svg#Butler_Bold') format('svg');
}

@font-face {
    font-family: 'Mariyam';
    src: url('../fonts/Mariyam.eot');
    src: url('../fonts/Mariyam.eot') format('embedded-opentype'),
         url('../fonts/Mariyam.woff2') format('woff2'),
         url('../fonts/Mariyam.woff') format('woff'),
         url('../fonts/Mariyam.ttf') format('truetype'),
         url('../fonts/Mariyam.svg#Mariyam') format('svg');
}


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Poppins", sans-serif;
  color: #444444;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

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

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

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

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

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  padding: 0;
  font-size: 14px;
  height: 40px;
  transition: all 0.5s;
  background: #000;
  z-index: 996;
  color: rgba(255, 255, 255, 0.7);
}

#topbar.topbar-transparent {
  /* background: transparent; */
}

#topbar i {
  color: #f37021;
  line-height: 0;
}

#topbar i span {
  color: #fff;
  font-style: normal;
  padding-left: 5px;
}

#topbar .social-links a {
	color: #ffffff;
	padding-left: 15px;
	display: inline-block;
	transition: 0.3s;
	font-size:14px;
	font-size: 13px !important;
	font-family: 'poppins', serif !important;
	position:relative;
}

#topbar .social-links a:hover {
  color: #ff7f28;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

#topbar .social-links a:after {
    content: '';
    width: 1px;
    height: 14px;
    position: absolute;
    border-right: 1px solid #c0bebd;
    top: 3px;
    right: -8px;
}
#topbar .social-links a:last-child:after {
    border-right: 0px solid #c0bebd;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  top: 40px;
  height: 70px;
  z-index: 997;
  transition: all 0.5s;
  padding: 10px 0;
  background: rgb(0 0 0 / 40%);
}

#header.header-transparent {
  background: transparent;
}

#header.header-scrolled {
  color: #FFFFFF !important;
  background: rgba(26, 24, 22, 0.85);
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 54px;
}

/*--------------------------------------------------------------
# Book a table button Menu
--------------------------------------------------------------*/
.book-a-table-btn {
  background: #f37021;
  color: #fff;
  border-radius: 50px;
  margin: 0 0 0 20px;
  padding: 10px 25px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.3s;
  white-space: nowrap;
}

.book-a-table-btn:hover {
  background: #ffa012;
  color: #fff;
}

@media (max-width: 992px) {
  .book-a-table-btn {
    margin: 0 15px 0 0;
    padding: 8px 20px;
    letter-spacing: 1px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

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

.navbar li {
  position: relative;
}
.navbar li:after {
    content: '';
    width: 1px;
    height: 14px;
    position: absolute;
    border-right: 1px solid #c0bebd;
    top: 14px;
    right: -11px;
}
.navbar li:last-child:after {
    border-right: 0px solid #c0bebd;
}
.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 20px;
  font-size: 14px;
  color: #FFFFFF;
  white-space: nowrap;
  transition: 0.3s;
  font-family: 'poppins', serif !important;
}

.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: #FFFFFF;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 24px;
  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;
  font-weight: 400;
  color: #433f39;
}

.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: #f37021;
}

.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: #fff;
  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(39, 37, 34, 0.9);
  transition: 0.3s;
  z-index: 0;
}

.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: 8px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

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

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

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  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: #f37021;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 80vh;
  background-color: rgba(39, 37, 34, 0.8);
  overflow: hidden;
  padding: 0;
}

#hero .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#hero .carousel-item::before {
  content: "";
  background-color: rgba(12, 11, 10, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-container {
  display: flex;
  /* justify-content: center;
  align-items: center; */
  position: absolute;
  bottom: 40%;
    top: auto;
    left: 5%;
    right: 0;
}

#hero .carousel-content {
  text-align: center;
}

#hero h2 {
  font-family: "Poppins", sans-serif;
  margin-bottom:0px;
  font-size: 34px;
  font-weight: 700;
  line-height: 46px;
}

#hero h2 span {
  color: #f37021;
}

#hero p {
  width: 100%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 0px auto;
  color: #f37021;
    font-size: 48px;
	font-family: 'Butler_Regular';
	line-height: 70px;
}
#hero h3{
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 0px auto;
  color: #ffffff;
    font-size: 38px;
	font-family: 'Butler_Regular';
	line-height: 40px;
	font-weight: 300;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  /* background: rgba(255, 255, 255, 0.2); */
  background: transparent;
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
  background: transparent;
}

#hero .carousel-indicators li {
  cursor: pointer;
}

#hero .btn-menu,
#hero .btn-book {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: capitalize;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 0 10px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  color: #fff;
  border: 2px solid #f37021;
}

#hero .btn-menu:hover,
#hero .btn-book:hover {
  background: #f37021;
  color: #fff;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {
  #hero p {
    width: 100%;
  }

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
.section-title h2 {
  font-weight: 400;
  font-size: 55px;
  font-family: Parisienne, sans-serif;
  color: #f37021;
  text-align: center;
}
.section-title h3 {
  font-weight: 400;
  font-size: 42px;
  font-family: Butler, sans-serif;
  color: #000000;
  text-transform: capitalize;
  line-height: 30px;
  padding-bottom: 24px;
  margin: 0px;
  text-align: center;
}
.section-title h4 {
  font-size: 40px;
  font-weight:500;
  margin-top: 5px;
  color:#000000;
  text-transform: capitalize;
  padding-bottom: 30px;
  font-family: Butler, sans-serif;
    line-height: 0.9;
    font-weight: 300;
}

.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 300;
  color: #000;
}

@media (min-width: 1024px) {
  .section-title p {
    width: 58%;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f2f1ef;
  min-height: 40px;
  margin-top: 120px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 70px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 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: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.about .content {
  padding: 0 80px;
  position:relative;
}

.about .content::after {
  content: "";
  position: absolute;
  left: 50%;
  top: auto;
  background: url(../img/faither.png) center center no-repeat;
  background-size: cover;
  z-index: 1;
  width: 247px;
  height: 152px;
  transform: translateX(-50%) translateY(-90%);

}
.about .content h3 {
  font-weight: 400;
  font-size: 55px;
  font-family: Parisienne, sans-serif;
  color: #f37021;
}

.about .content h4 {
  font-size: 40px;
  font-weight:500;
  margin-top: 5px;
  /* font-family: 'Butler_Regular'; */
  color:#000000;
  text-transform: capitalize;
  padding-bottom: 30px;
  font-family: Butler, sans-serif;
    line-height: 0.9;
    font-weight: 300;
}

.about .content p {
  color: #000000; 
  margin-bottom: 95px;
  font-size: 16px;
  line-height: 26px;    
}

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

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

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

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

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

.about .content .know_more{
	position: relative;
    z-index: 2;
    background: #f37021;
    padding: 18px 35px 18px 35px;
    color: #fff;
	transition: all 0.3s ease;
	font-weight: 400;
	text-transform:capitalize;
	font-family: Butler, sans-serif;
	font-size: 13px;
	border-radius: 50px !important;
}
.about .content .know_more::after {
    content: '';
    width: 80px;
    position: absolute;
    height: 2px;
    bottom: 24px;
    right: -50px;
    background-color: #fff;
    transform: scaleX(0);
    transform-origin: bottom left;
    transition: all 0.3s ease;
  }
.about .content .know_more:hover{
      color: #fff;
	  padding: 18px 85px 18px 35px;
  }

.about .content .know_more:hover::after {
    transform: scaleX(1);
	right: -30px;
  }

.about .video-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
  position: relative;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#f37021 50%, rgba(255, 176, 59, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 176, 59, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
  border-left: 15px solid #f37021;
  transform: scale(20);
}

.about .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

.animation_bx{height:100%; padding:30px 0px;}

@media (max-width: 1024px) {

  .about .content,
  .about .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .about .content {
    padding-top: 20px;
  }

  .about .accordion-list {
    padding-bottom: 30px;
  }
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# We Offer
--------------------------------------------------------------*/
.we-offer {padding:60px 0px;background:#f6f8ea;background: linear-gradient(0deg, #f6f8ea 40%, #fff 40%);}
	
.we-offer .background_we_offer {
	position: relative;
    z-index: 2;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0vw;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    background-color: #f37021;
}
.we-offer .box {
  padding: 50px 30px;
  /* box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); */
  transition: all ease-in-out 0.3s;
  height: 100%;
  
  position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* padding: 80px 40px; */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-row-gap: 20px;
    text-align: center;
}

.we-offer .box span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #ffcf88;
}
.we-offer .box h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: "Poppins", sans-serif;
    font-size: 45px;
    line-height: 0.9;
    font-weight: 300;
    text-transform: capitalize;
	color: #fff;
}
.we-offer .box h4 {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin: 20px 0;
  color: #000000;
}

.we-offer .box p {
	font-size: 15px;
	margin: 0;
	padding: 0;
	font-family: Poppins, sans-serif;
	font-weight: 300;
	color: #fff;
	font-size: 14px;
	line-height: 1.4;
	
}

.we-offer .box:hover {
  background: #f37021;
  padding: 30px 30px 70px 30px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}

.we-offer .box:hover span,
.we-offer .box:hover h4,
.we-offer .box:hover p {
  color: #fff;
}

.we-offer .box .button-basic-one-underlined {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 0px 2px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgb(255 255 255 / 40%);
    background-color: transparent;
    -webkit-transition: border-color 200ms ease, opacity 200ms ease;
    transition: border-color 200ms ease, opacity 200ms ease;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 2px;
    text-transform: capitalize;
}
.we-offer .box .w-button {
    /* display: inline-block;
    padding: 9px 15px;
    background-color: #3898EC;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0; */
}
.we-offer .box a{
	-webkit-transition: opacity 400ms ease, color 400ms ease;
    transition: opacity 400ms ease, color 400ms ease;
    color: #000;
    text-decoration: none;
}
.we-offer .box .image-wrapper-facts-01 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    margin-top: 30px;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.we-offer .box .image-square {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 100%;
}
.we-offer .box .image {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.we-offer .box img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}
.we-offer .box .text-accent-second {
    margin-top: 0px;
    font-family: Parisienne, sans-serif;
    color: #f37021;
    letter-spacing: -3px;
    text-transform: none;
	font-size: 45px;
    line-height: 0.9;
    font-weight: 300;
}
.we-offer .box .text-accent-second.facts-01 {
    position: absolute;
    left: 40%;
    top: auto;
    right: 0%;
    bottom: auto;
    color: #f6f8ea;
}
.we-offer .box .line-vertical {
    position: static;
    left: auto;
    top: auto;
    right: auto;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.1);
}
.we-offer .box .line-vertical.right.short {
    height: 70%;
    margin-top: auto;
    margin-bottom: auto;
}
.we-offer .box .line-vertical.right {
    position: absolute;
    left: auto;
    top: 0%;
    right: -1px;
    bottom: 0%;
}
.we-offer .box .line-vertical.left.short {
    height: 70%;
    margin-top: auto;
    margin-bottom: auto;
}
.we-offer .box .line-vertical.left {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
}
.we-offer .background_we_offer .swiper-pagination {
  margin-top: 20px;
  position: absolute;
}

.we-offer .background_we_offer .swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 6px;
  background-color: #fff;
  opacity: 1;
  border-radius:0px;
}

.we-offer .background_we_offer .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #000000;
}

.bottom-background {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    height: 50%;
    background-color: #f37021;
}

/*--------------------------------------------------------------
# Whu Us
--------------------------------------------------------------*/
.why-us .box {
  padding: 50px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
  height: 100%;
}

.why-us .box span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #ffcf88;
}

.why-us .box h4 {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin: 20px 0;
  color: #6c665c;
}

.why-us .box p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

.why-us .box:hover {
  background: #f37021;
  padding: 30px 30px 70px 30px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}

.why-us .box:hover span,
.why-us .box:hover h4,
.why-us .box:hover p {
  color: #fff;
}


/*--------------------------------------------------------------
# Brilliance Counter 
--------------------------------------------------------------*/
.brilliance_counter .count-box {
    text-align: center;
    background: #f7f7f7;
    min-height: 150px;
    margin-bottom: 20px;
    display: flex;
    border-radius: 10px;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
	padding: 10px;
}
.brilliance_counter .count-box span {
    color: #f37021;
    font-size: 30px !important;
    font-weight: 500;
}
.brilliance_counter .count-box i {
    color: #f37021;
    font-size: 30px !important;
    font-weight: 500;
    font-style: normal;
}
.brilliance_counter {
    padding: 60px 0 40px 0;
}


/*--------------------------------------------------------------
# Why Chose Us Section
--------------------------------------------------------------*/
.why_chose_us {
	background:#9bd1d1;
	padding:70px 0px;
}
.why_chose_us .content {
  padding: 30px 0;
}

.why_chose_us .content h3 {
  font-weight: 400;
    font-size: 55px;
    font-family: Parisienne, sans-serif;
    color: #ffffff;
}
.why_chose_us .content h4 {
	font-weight: 300;
    font-size: 45px;
    color: #000000;
    text-transform: capitalize;
	padding-bottom: 25px;
	margin: 0px;
}

.why_chose_us .content p {
  margin-bottom: 0;
}

.why_chose_us .content .count-box {
  padding: 15px 0;
  width: 100%;
  align-items: center;
  display: flex;
}

.why_chose_us .content .count-box i {
  display: block;
  float: left;
}


.why_chose_us .content .count-box p {
  margin: 0 0 0 18px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
    color: #000;
    font-weight: 300;
}

.why_chose_us .imagebx {}
.why_chose_us .imagebx img{width:100%}


.why_chose_us .swiper {
  overflow: hidden;
}

.why_chose_us .swiper-button-prev:after,
.why_chose_us .swiper-button-next:after {
  font-size: 24px;
  color: #fff;
}

.why_chose_us .swiper-button-prev {
  left: 10px;
}

.why_chose_us .swiper-button-next {
  right: 10px;
}

.why_chose_us .swiper-pagination {
  /* margin-top: 30px;
  position: relative; */
}

.why_chose_us .swiper-pagination .swiper-pagination-bullet {
  background-color: #000000;
}

.why_chose_us .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #000000;
}

@media (max-width: 1200px) {
  .why_chose_us .swiper {
    margin: 30px 30px 30px 30px;
  }

  .why_chose_us .swiper-button-prev,
  .why_chose_us .swiper-button-next {
    
  }
}

@media (max-width: 991px) {
  .why_chose_us .imagebx {
    text-align: center;
  }

  .why_chose_us .imagebx img {
    max-width: 80%;
  }
}

@media (max-width: 667px) {
  .why_chose_us .imagebx img {
    max-width: 100%;
  }
}

@media (min-width: 320px) and (max-width: 768px) { 
   .why_chose_us .content {
     padding-top: 0px;  
   }   
}


/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 70px 0px;
}

.clients h2{
	font-weight: 300;
    font-size: 50px;
    font-family: Butler, sans-serif;
    color: #000000;
    text-transform: capitalize;
	text-align:center;
	line-height: 60px;
    padding-bottom: 0px;
}
.clients h2 span{
	background:#000000;
	color:#fff;
	padding: 0px 5px;
}
.clients p {
  font-family: "Poppins", sans-serif;
    font-size:24px;
    color: #000;
    font-weight: 500 !important;
	text-align:center;
	margin-bottom: 15px;
}

.clients .swiper-slide img {
  opacity: 1;
  transition: 0.3s;
  border: 1px solid #d8be5a;
}

.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  background-color: #ddd;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffc451;
}




/*--------------------------------------------------------------
# Menu Section
--------------------------------------------------------------*/
.menu #menu-flters {
  padding: 0;
  margin: 0 auto 0 auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.menu #menu-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 16px 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  margin: 0 3px 10px 3px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  border: 2px solid #f37021;
  border-radius: 50px;
}

.menu #menu-flters li:hover,
.menu #menu-flters li.filter-active {
  color: #fff;
  background: #f37021;
}

.menu #menu-flters li:last-child {
  margin-right: 0;
}

.menu .menu-content {
  margin-top: 30px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.menu .menu-content::after {
  content: "......................................................................""....................................................................""....................................................................";
  position: absolute;
  left: 20px;
  right: 0;
  top: -4px;
  z-index: 1;
  color: #dad8d4;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.menu .menu-content a {
  padding-right: 10px;
  background: #fff;
  position: relative;
  z-index: 3;
  font-weight: 700;
  color: #ff9b08;
}

.menu .menu-content span {
  background: #fff;
  position: relative;
  z-index: 3;
  padding: 0 10px;
  font-weight: 600;
}

.menu .menu-ingredients {
  font-style: italic;
  font-size: 14px;
  font-family: "Comic Neue", sans-serif;
  color: #948c81;
}

/*--------------------------------------------------------------
# Specials
--------------------------------------------------------------*/
.specials {
  overflow: hidden;
}

.specials .nav-tabs {
  border: 0;
}

.specials .nav-link {
  border: 0;
  padding: 12px 15px 12px 0;
  transition: 0.3s;
  color: #433f39;
  border-radius: 0;
  border-right: 2px solid #e8e7e4;
  font-weight: 600;
  font-size: 15px;
}

.specials .nav-link:hover {
  color: #f37021;
}

.specials .nav-link.active {
  color: #f37021;
  border-color: #f37021;
}

.specials .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}

.specials .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #433f39;
}

.specials .details p {
  color: #777777;
}

.specials .details p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .specials .nav-link {
    border: 0;
    padding: 15px;
  }

  .specials .nav-link.active {
    color: #fff;
    background: #f37021;
  }
}

/*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/
.events {
  /* background: url(../img/events-bg.jpg) center center no-repeat; */
  background-size: cover;
  position: relative;
}

.events::before {
  content: "";
  background-color: rgba(12, 11, 10, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.events .section-title h2 {
  color: #fff;
}

.events .container {
  position: relative;
}

@media (min-width: 1024px) {
  .events {
    background-attachment: fixed;
  }
}

.events .events-carousel {
  background: rgba(255, 255, 255, 0.08);
  padding: 30px;
}

.events .event-item {
  color: #fff;
}

.events .event-item h3 {
  font-weight: 600;
  font-size: 26px;
  color: #f37021;
}

.events .event-item .price {
  font-size: 26px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}

.events .event-item .price span {
  border-bottom: 2px solid #f37021;
}

.events .event-item ul {
  list-style: none;
  padding: 0;
}

.events .event-item ul li {
  padding-bottom: 10px;
}

.events .event-item ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #f37021;
}

.events .event-item p:last-child {
  margin-bottom: 0;
}

.events .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.events .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.events .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f37021;
}

/*--------------------------------------------------------------
# Book A Table
--------------------------------------------------------------*/
.book-a-table{
	background: url(../img/enquiry-bg.jpg) 50% 0 repeat-y fixed;
	background: linear-gradient(rgba(2, 2, 2, 0.7), rgba(0, 0, 0, 0.9)), url(../img/enquiry-bg.jpg) fixed center center;
	padding: 40px 0px;
	background-size: cover;
}
.book-a-table .section-title h3{color:#dbdbdb}
.book-a-table .php-email-form {
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  padding:30px;
 
}

.book-a-table .php-email-form .form-group {
  padding-bottom: 8px;
}

.book-a-table .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.book-a-table .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.book-a-table .php-email-form .error-message br+br {
  margin-top: 25px;
}

.book-a-table .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.book-a-table .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.book-a-table .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
  
}

.book-a-table .php-email-form input,
.book-a-table .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 13px;
  background-color: transparent;
  border: 0;
  border-bottom: 1px dashed #ccc;
  padding: 0px;
  color: #FFFFFF;
  font-weight:300;
  height: 45px;
}
.book-a-table .php-email-form input::-webkit-input-placeholder {color:#FFFFFF;font-size:13px;font-weight:300;}
.book-a-table .php-email-form input:-ms-input-placeholder {color:#FFFFFF;font-size:13px;font-weight:300;}
.book-a-table .php-email-form input::placeholder {color:#FFFFFF;font-size:13px;font-weight:300;}

.select2-results__option--selectable {
  font-size: 12px !important;	
}
.select2-results__option {
  padding: 5px 5px !important;
  color: #000 !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  	
}

.book-a-table .php-email-form select {
	border-radius: 0;
	box-shadow: none;
	font-size: 13px;
	background-color: transparent;
	border: 0;
	border-bottom: 1px dashed #ccc;
	padding: 0px;
	height: 44px;
	color:#FFFFFF;
	font-weight:300;
	position:relative;	
	background-image: url(../img/download.svg);
    background-repeat: no-repeat;
    background-position: right 0rem center;
    background-size: 16px 12px;
}
.book-a-table .php-email-form .form-select option{
  color:#000;
  margin:10px;
}
.book-a-table .php-email-form select:after{
	 content:"";
	 background: url(../img/drop-icon.png) center center no-repeat; 
	 height:8px;
	 width:14px;
	 right:0px;
	 position: absolute;
    z-index: 9;
}
.book-a-table .php-email-form input {
  height: 44px;
}

.book-a-table .php-email-form .calculate_captcha {
	
}
.book-a-table .php-email-form .calculate_captcha .description{
	color:#FFFFFF;
	font-size:13px;
	font-weight:300;
}
.book-a-table .php-email-form .calculate_captcha .js-form-required{
	color:#FFFFFF;
	font-size:13px;
	font-weight:300;
}
.book-a-table .php-email-form .calculate_captcha .field-prefix{
	color:#FFFFFF;
	font-size:13px;
	font-weight:300;
}
.book-a-table .php-email-form .calculate_captcha input.form-text{height:auto;}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

.book-a-table .php-email-form textarea {
  padding: 10px 12px;
}

.book-a-table .php-email-form input[type=checkbox] {
  border: 0;
  color: #fff;
  transition: 0.4s;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
}
.form-check-inline label.form-check-label{
	color:#FFFFFF;
	font-size:13px;
	font-weight:300;
}

.book-a-table .php-email-form button[type=submit] {
  background: #e97632;
  border: 0;
  padding: 10px 24px;
  color:#fff;
  font-size:13px;
  font-weight:400;
  transition: 0.4s;
  border-radius: 50px;
  font-family: Butler, sans-serif;
  text-transform:capitalize;
}

.book-a-table .php-email-form button[type=submit]:hover {
  background: #ffa012;
}

@media (min-width: 320px) and (max-width: 768px) {
  .book-a-table .php-email-form {
    box-shadow: none;  
    padding: 10px;
  }
  .book-a-table {
    padding: 30px 0px;  
  }
}

/* /////////////////////////////////////////// */


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

.testimonialsec {
  padding:70px 0px;
  background: rgb(255, 247, 236);
}
.testimonialsec h3 {
  font-weight: 600;
  font-size: 50px;
  color: #000000;
  text-transform: capitalize;
  line-height: 40px;
  text-align: center;
  margin-bottom: 40px;
}
.testimonialbx {
    position: relative;
    border-radius: 1rem;
    border: 1px solid #DDD;
    overflow: hidden;
    display: grid;
    place-items: center;
    background: #FFFFFF;
    min-height: 420px;
}
.testiinner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: calc(2rem + 1vmin);
    width: 100%;
}
#imgDiv {
    border-radius: 50%;
    width: calc(6rem + 4vmin);
    height: calc(6rem + 4vmin);
    position: relative;
    box-shadow: 5px -3px rgb(243 112 33);
    background-size: cover;
    margin-bottom: calc(0.7rem + 0.5vmin);
}
#imgDiv::after {
    content: "''";
    font-size: calc(2rem + 2vmin);
    font-family: sans-serif;
    line-height: 150%;
    color: #fff;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background-color: rgb(243 112 33);
    position: absolute;
    top: 10%;
    left: -10%;
    width: calc(2rem + 2vmin);
    height: calc(2rem + 2vmin);
}
#personName {
    margin-bottom: calc(0.7rem + 0.5vmin);
    font-size: calc(1rem + 0.5vmin);
    letter-spacing: calc(0.1rem + 0.1vmin);
    font-weight: bold;
}
#profession {
    font-size: calc(0.8rem + 0.3vmin);
    margin-bottom: calc(0.7rem + 0.5vmin);
    color: rgb(79, 143, 226);
}
#description {
    font-size: calc(0.8rem + 0.3vmin);
    width: 90%;
    max-width: 40rem;
    text-align: center;
    margin-bottom: calc(1.4rem + 1vmin);
    color: rgb(92, 92, 92);
    line-height: 24px;
}
.surprise-me-btn {
    border: 2px solid rgb(79, 143, 226);
    background-color: rgb(224, 238, 255);
    color: rgb(79, 143, 226);
    border-radius: 2rem;
    padding: calc(0.5rem + 0.2vmin) 0;
    width: calc(7rem + 5vmin);
    text-align: center;
    transition: background-color 0.3s, transform 0.3s;
    cursor: pointer;
    margin-bottom: calc(1.4rem + 1vmin);
}

@media (min-width: 320px) and (max-width: 768px) {
  .testimonialsec h3 {
     font-size: 35px !important; 
     margin-bottom: 15px;
  }
  .testimonialsec {
    padding: 30px 0px;
  }
    
}


/*--------------------------------------------------------------
# Card General
--------------------------------------------------------------*/
.beautiful_be{
	padding:70px 0px;
	background: rgb(255, 247, 236);
}
.beautiful_be h2 {
    font-weight: 400;
    font-size: 55px;
    font-family: Parisienne, sans-serif;
    color: #f37021;
	text-align:center;
}
.beautiful_be h3 {
    font-weight: 300;
    font-size: 50px;
    font-family: Butler, sans-serif;
    color: #000000;
    text-transform: capitalize;
    line-height: 40px;
    text-align: center;
    margin-bottom: 30px;
}

@media (max-width: 767px) {

  .card-box-a,
  .card-box-b,
  .card-box-c,
  .card-box-d {
    margin-bottom: 2.5rem;
  }
}

.card-box-a span,
.card-box-b span,
.card-box-c span,
.card-box-d span {
  line-height: 0;
}

@media (min-width: 768px) {

  .grid .card-box-a,
  .grid .card-box-b,
  .grid .card-box-c,
  .grid .card-box-d {
    margin-bottom: 2.5rem;
  }
}

.card-box-a,
.card-box-b,
.card-box-d {
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.card-box-a .img-a,
.card-box-a .img-b,
.card-box-b .img-a,
.card-box-b .img-b {
  transition: 0.8s all ease-in-out;
}

@media (min-width: 768px) {

  .card-box-a:hover .img-a,
  .card-box-a:hover .img-b,
  .card-box-b:hover .img-a,
  .card-box-b:hover .img-b {
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {

  .card-box-a .price-a,
  .card-box-b .price-a {
    font-size: 0.9rem;
  }
}

@media (min-width: 992px) {

  .card-box-a .price-a,
  .card-box-b .price-a {
    font-size: 1rem;
  }
}

.card-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.card-shadow {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.card-shadow:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 10px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 27%, rgba(0, 0, 0, 0.65) 90%);
}

/*======================================
//--//-->   PROPERTY - CARD-A
======================================*/
@media (min-width: 768px) {
  .card-box-a:hover .card-overlay-a-content {
    bottom: 60px;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .card-box-a:hover .card-overlay-a-content {
    bottom: 60px;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .card-box-a:hover .card-overlay-a-content {
    bottom: 50px;
  }
}

@media (min-width: 768px) {
  .card-box-a:hover .card-body-a {
    padding-bottom: 1rem;
  }
}

@media (max-width: 767px) {
  .card-box-a .card-overlay-a-content {
    bottom: 65px;
  }

  .card-box-a .card-body-a {
    padding-bottom: 1rem;
  }
}

.card-overlay-a-content {
  transition: all 0.5s ease-in;
  position: absolute;
  width: 100%;
  bottom: 0px;
  z-index: 2;
}

@media (min-width: 768px) {
  .card-overlay-a-content {
    bottom: -20px;
  }
}

@media (min-width: 992px) {
  .card-overlay-a-content {
    bottom: 0px;
  }
}

.card-header-a {
  padding: 0 1rem;
}

.card-header-a .card-title-a {
  color: #ffffff;
  margin-bottom: 0;
  padding-bottom: 0.7rem;
  font-family: Butler, sans-serif;
  text-transform: capitalize;
  font-weight: 300;
}

@media (min-width: 768px) {
  .card-header-a .card-title-a {
    font-size: 1.3rem;
  }
}

@media (min-width: 992px) {
  .card-header-a .card-title-a {
    font-size: 2rem;
  }
}

.card-header-a .card-title-a a {
  color: #ffffff;
  text-decoration: none;
}

.card-body-a {
  z-index: 2;
  transition: all 0.5s ease-in;
  padding: 0rem 1rem 2rem 1rem;
}

.card-body-a .price-box {
  padding-bottom: 0.5rem;
}

.price-a {
  color: #ffffff;
  padding: 0.6rem 0.8rem;
  border: 2px solid #e57432;
  border-radius: 50px;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  font-family: Butler, sans-serif;
  background: #e57432;
}


.card-footer-a {
  width: 100%;
  position: absolute;
  z-index: 2;
  background-color: #ad2f4f;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.card-info {
  list-style: none;
  margin-bottom: 0;
  padding: 0.5rem 10px;
}

.card-info .card-info-title {
  color: #fff;
  font-weight:200;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0px;
  font-size: 15px !important;
}
.justify-content-around {
    justify-content: space-around!important;
}


.card-info li span {
  color: #ffffff;
  font-size: 0.9rem;
}

@media (min-width: 768px) {
  .card-info li span {
    font-size: 0.8rem;
  }
}

@media (min-width: 992px) {
  .card-info li span {
    font-size: 1rem;
  }
}
.carousel-pagination {
  margin-top: 10px;
  text-align: center;
}

.carousel-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 6px;
  background-color: #555;
  margin: 0 4px;
  border-radius: 0;
  opacity: 1;
  transition: 0.3s;
}

.carousel-pagination .swiper-pagination-bullet-active {
  background-color: #e57432;
  width: 36px;
}


.card-body-a {
  z-index: 2;
  transition: all 0.5s ease-in;
  padding: 0rem 1rem 2rem 1rem;
}

.card-body-a .price-box {
  padding-bottom: 0.5rem;
}

.link-a {
  text-decoration: none;
  color: #ffffff;
  text-decoration: none;
}

@media (min-width: 768px) {
  .link-a {
    font-size: 0.9rem;
  }
}

@media (min-width: 992px) {
  .link-a {
    font-size: 13px;
	font-weight: 200;
  }
}

.link-a:hover {
  color: #ffffff;
  text-decoration: none;
}

.link-a span {
  font-size: 18px;
  vertical-align: middle;
  margin-left: 5px;
}

@media (min-width: 768px) {
  .link-a span {
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  .link-a span {
    font-size: 18px;
  }
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery {
  padding-bottom: 0;
}

.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Chefs
--------------------------------------------------------------*/
.chefs {
  background: url("../img/chefs-bg.jpg") center center no-repeat;
  background-size: cover;
  padding: 60px 0;
  position: relative;
}

.chefs::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9;
}

.chefs .container {
  position: relative;
  z-index: 10;
}

.chefs .member {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.chefs .member .pic {
  overflow: hidden;
}

.chefs .member .member-info {
  position: absolute;
  bottom: -80px;
  left: 20px;
  right: 20px;
  background: #fff;
  padding: 20px 0;
  color: #433f39;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.chefs .member h4 {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 16px;
  color: #6c665c;
  position: relative;
  padding-bottom: 10px;
  font-family: "Poppins", sans-serif;
}

.chefs .member h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #ffcf88;
  bottom: 0;
  left: calc(50% - 25px);
}

.chefs .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.chefs .member .social {
  margin-top: 15px;
}

.chefs .member .social a {
  transition: color 0.3s;
  color: #7a7368;
}

.chefs .member .social a:hover {
  color: #f37021;
}

.chefs .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

@media (max-width: 992px) {
  .chefs .member {
    margin-bottom: 110px;
  }
}

@media (min-width: 1024px) {
  .chefs {
    background-attachment: fixed;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  /* background: url("../img/testimonials-bg.jpg") no-repeat; */
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(12, 11, 10, 0.7);
}

.testimonials .section-header {
  margin-bottom: 40px;
}

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

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
  font-family: "Comic Neue", sans-serif;
}

.testimonials .testimonial-item .stars {
  color: #f37021;
  margin-bottom: 10px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f37021;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-wrap {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.contact .info {
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #f37021;
  float: left;
  width: 44px;
  height: 44px;
  background: #fff6e8;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #433f39;
  font-family: "Poppins", sans-serif;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #7a7368;
}

.contact .info:hover i {
  background: #f37021;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  padding: 30px;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #f37021;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #ffa012;
}

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

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

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

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

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #000;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 50px 0 0px;
}

#footer h3 {
  font-size: 36px;
  font-weight: 700;
  color: #f37021;
  position: relative;
  padding: 0;
  margin: 0 0 15px 0;
}

#footer h5 {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  position: relative;
  padding: 0;
  margin: 0 0 15px 0;
  text-transform: capitalize !important;
  font-family: "Poppins", sans-serif;
}

#footer ul{}
#footer ul li{
	list-style:none;
	font-family: "Poppins", sans-serif;
}
#footer ul li a{
	font-family: "Poppins", sans-serif;
	color:#e8e8e8;
	line-height:24px;
	font-weight:300;
	font-size:13px;
	display: inline-block;
}
#footer ul li a:hover{
	color:#f37021;
}
	
#footer p {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 300;
  padding: 0;
  margin: 0 0 20px 0;
}

#footer .social-links {
  margin: 0 0 40px 0;
}

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

#footer .social-links a:hover {
  background: #f37021;
}


#footer .botom-copy{
	background:#333232;
	padding: 10px 0px;
	font-family: "Poppins", sans-serif;
	margin-top: 40px;
}

#footer .botom-copy .copyright {
  margin: 0 0 0px 0;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #f6f8ea;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: capitalize;
}

#footer .botom-copy .credits {
  font-family: "Poppins", sans-serif;
  text-align:right;
  font-weight: 300;
  color: #f6f8ea;
 font-size: 10px;
 letter-spacing: 1px;
 text-transform: capitalize;
}
#footer .bdrlft{border-left: 1px solid rgb(255 255 255 / 29%);}

@media screen and (min-device-width: 320px) and (max-device-width: 768px) { 
  #footer {
    padding: 30px 0 0px;
  }
  #footer .botom-copy {
    margin-top: 0px;   
  }
  #footer .social-links {
    margin: 0 0 20px 0;
  }
  #footer h5 {
    margin: 15px 0 10px 0;  
  }
  #footer .botom-copy .credits {
    text-align: center;  
  }
}

/*--------------------------------------------------------------
# CSS Start
--------------------------------------------------------------*/

.parisienne-regular {
  font-family: "Parisienne", cursive;
  font-weight: 400;
  font-style: normal;
}
.swiper-button-next, .swiper-button-prev {display: none !important;}
#hero {
  display: block;
}
.slide-box {
  display: none;
}

@media screen and (min-device-width: 320px) and (max-device-width: 580px) { 
.slide-box {
    display: block;
}
.black-btn1 {
  width: 100% !important;    
}
#header {
    top: 40px;
    height: 70px;
    z-index: 997;
    transition: all 0.5s;
    padding: 10px 0;
    background: rgb(39 39 39 / 48%);
}
#header .logo img {
    padding: 0;
    margin: 2px 0 0 0px;
    max-height: 50px;
}
.carousel-caption1 h2 {
    color: #fff;
    margin-bottom: 0px;
    font-size: 23px;
    font-weight: 600;
    font-family: 'Parisienne';
}
p.animate__animated.animate__fadeInUp {
    width: 100%;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    margin: 0 auto 0px auto;
    color: #f37021;
    font-size: 28px;
    font-family: 'Butler_Regular';
    line-height: 50px;
}
h3.animate__animated.animate__fadeInDown {
    animation-delay: 0.4s;
    margin: 0 auto 0px auto;
    color: #ffffff;
    font-size: 35px;
    font-family: 'Butler_Regular';
    line-height: 34px;
    font-weight: 300;
}
.about .content h3 {
    font-weight: 400;
    font-size: 34px;
 }   
 .about .content h4 {
    font-size: 32px;
	line-height: 36px;
    padding-bottom: 10px;
  }
	.about .content p {
    color: #000000;
    margin-bottom: 35px;
    font-size: 15px;
    line-height: 26px;
}
.section-title h2 {
    font-weight: 400;
    font-size: 32px;
	}
	.section-title h3 {
    font-weight: 400;
    font-size: 32px;
	}
	.why_chose_us .content h3 {
    font-weight: 400;
    font-size: 30px !important;}
	.why_chose_us .content h4 {
    padding-bottom: 0px;
    font-weight: 300;
    font-size: 30px;}
	.why_chose_us {
    background: #fff7ec;
    padding: 0px 0px 0px 0px !important;
}
h2.title-a {
    font-weight: 700;
    font-size: 35px !important;
	}
.beautiful_be h3 {
    font-weight: 300;
    font-size: 32px;
}
.beautiful_be h2 {
    font-weight: 400;
    font-size: 32px !important;
	}
	
}










.beautiful_be {
    padding: 40px 0px;
}
.clients {
    padding: 40px 0px;
}
.place-bx {
    text-align: center;    
    border-radius: 10px;
    padding: 15px 15px;
    background: #fff;
    border: 1px solid #DDD;
}
.placements {
    background: #FFFFFF;
}
h2.title-a {
    font-weight: 700;
    font-size: 55px;
    font-family: Parisienne, sans-serif;
    color: #f37021;
    text-transform: capitalize;
}
h3.title-a {
    text-align: center;
    font-family: "Poppins", sans-serif;
}
h3.wp-block-heading {
    font-weight: 700;
    font-size: 35px;
    font-family: Parisienne, sans-serif;
    color: #f37021;
}
p.title {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 10px;
}
p.content {
    font-size: 15px;
    margin-bottom: 10px;
}
p.salary strong {
    color: #f37021;
}
p.salary {
    font-size: 15px;
    margin-bottom: 5px;
}
  section.beautiful_be.section-t8.placements {
    background: #000;
}
section.beautiful_be.section-t8.placements h3 {
    color: #fff;
}
section.beautiful_be.section-t8.placements p {
    color: #fff;
}
  #myVideo {
    width: 100%;
    height: 100vh;
}
#video1 {
    object-fit: cover;
    width: 100%;
    height: 100vh;
}
.we-offer {
    padding: 40px 0px 20px 0px;
    background: #000;
    
}
.why_chose_us {
    background: #fff7ec;
    padding: 50px 0px 50px 0px;
}
.why_chose_us .content h3 {
    font-weight: 400;
    font-size: 55px;
    font-family: Parisienne, sans-serif;
    color: #f37021;
}
.nav-tabs {
    border: none;
}
.we-offer h3 {
    color: #fff;
}
.we-offer p {
    color: #fff;
}
.section-box ul li button {
    background: #212020b0 !important;
    color: #fff;
    font-size: 13px;
    padding: 8px 15px;
    margin-right: 4px;
    border-radius: 50px !important;
    border: 1px solid #404040 !important;
}
.nav-tabs .nav-link.active {
    background: #ffffff !important;
    color: #000000;
    border: 1px solid #ffffff !important;
}
.swiper-pagination-bullet-active {
    background: #f37021;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    color: #fff;
    background: #f37021 !important;
}

.grid {
	/* position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center; */
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	/* margin: 10px 1%; */
	min-width: 320px;
	max-width: 480px;
	max-height: 100%;
	width: 100%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: capitalize;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.grid figure.effect-bubba p img{
	width:41px;
	height:34px;
	position:relative;
	opacity:1;
	margin:0 auto;
}
.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
	font-size: 26px;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p,
.grid figure a {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
.grid figure a {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/* Individual effects */

figure.effect-bubba {
	background: #000000;
}

figure.effect-bubba img {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	
	max-width: none;
	width: -webkit-calc(100% + 60px);
	width: calc(100% + 60px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50px,0,0);
	transform: translate3d(-50px,0,0);
}

figure.effect-bubba:hover img {
	opacity: 0.4;
	/* opacity: 0.7; */
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h2 {
	padding-top: 70%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

figure.effect-bubba p {
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,0px,0);
	transform: translate3d(0,0px,0);
}
figure.effect-bubba a{
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}
figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p,
figure.effect-bubba:hover a {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

div#myTabContent {
  padding: 20px 0;
}


.sticky-icon  {
	z-index:9;
	position:fixed;
	top:35%;
	right:0%;
	width:220px;
	display:flex;
	flex-direction:column;}  
.sticky-icon a  {
	transform:translate(185px,0px);
	border-radius:50px 0px 0px 50px;
	text-align:left;
	margin:2px;
	text-decoration:none;
	text-transform:capitalize;
	padding:4px 10px;
	font-size:16px;	
	transition:all 0.8s;}
.sticky-icon a:hover  {
	color:#FFF;
	transform:translate(178px,0px);}	
.sticky-icon a:hover i  {
	transform:rotate(360deg);}
/*.search_icon a:hover i  {
	transform:rotate(360deg);}*/
.Facebook  {
	background-color:#1877F2;
	color:#FFF;}
	
.Youtube  {
	background-color:#25D366;
	color:#FFF;}
	
.Twitter  {
	background-color:#53c5ff;
	color:#FFF;}
	
.Instagram  {
	background-image: linear-gradient(to right, #f73344, #f3125d, #e80076, #d5008e, #bb20a3, #c82a9e, #d2359a, #dc4196, #fa637e, #ff8e70, #ffb875, #fcdf8f);
	color:#FFF;}
	
.Google  {
	background-color:#0077B5;
	color:#FFF;}						
.sticky-icon a i {	
	height:40px;
	width:40px;
	color:#fff;
	text-align:center;
	line-height:40px;
	border-radius:50%;
	margin-right:3px;
	transition:all 0.5s;}
.sticky-icon a i.fa-facebook-f  {
	background-color:#FFF;
	color:#2C80D3;}
	
.sticky-icon a i.fa-google-plus-g  {
	background-color:#FFF;
	color:#d34836;}
	
.sticky-icon a i.fa-instagram  {
	background-color:#FFF;
	color:#FD1D1D;}
	
.sticky-icon a i.fa-youtube  {
	background-color:#FFF;
	color:#fa0910;}
	
.sticky-icon a i.fa-twitter  {
	background-color:#FFF;
	color:#53c5ff;}
.fas fa-shopping-cart  {
	background-color:#FFF;}	
#myBtn {
	height:50px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  text-align:center;
  padding:10px;
  text-align:center;
	line-height:40px;
  border: none;
  outline: none;
  background-color: #1e88e5;
  color: white;
  cursor: pointer;
  border-radius: 50%;
}
.fa-arrow-circle-up  {
	font-size:30px;}

#myBtn:hover {
  background-color: #555;
}


.dropdown-menu li:after {
    content: '';
    width: 1px;
    height: 14px;
    position: absolute;
    border-right: 1px solid #c0bebd00;
    top: 14px;
    right: -11px;
}

.colour-one {
    background-color: #f6f8ea;
}
.container-no-padding {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.top-c01 {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 80vh;
    /*min-height: 900px; */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.content-wrapper-top-c01 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-row-gap: 30px;
}

.colour-reveal-top-01.left {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    z-index: 3;
    width: 0%;
}
.colour-reveal-top-01 {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 0%;
    height: 100%;
    background-color: #f6f8ea;
}
.page-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.content-container-top-c01 {
    position: relative;
    /* display: none; */
}
.w-layout-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
}
.layout-top-c01 {
    position: relative;
    width: 100%;
    height: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 280px 1fr;
    grid-template-columns: 280px 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}


.video-full {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    height: 100%;
}
.w-background-video {
    position: relative;
    overflow: hidden;
    height: 500px;
    color: white;
}
.colour-layer {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    background-color: rgba(153, 136, 5, 0.4);
}


.layout-02-top-c01 {
    display: -ms-grid;
    display: grid;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: end;
    -ms-flex-line-pack: end;
    align-content: end;
    grid-auto-columns: 1fr;
    grid-column-gap: 5vw;
    grid-row-gap: 20px;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    color: #f6f8ea;
    text-align: left;
	
	transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    opacity: 1;
}


.background_we_offer .image {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.colour-one {
    background-color: #f6f8ea;
}



.message-wrapper-top-c01 {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 6%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.message-wrapper-top-c01 .message-c01 {
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    margin-bottom: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-row-gap: 10px;
    -webkit-transform: translate(0px, 50px) translate(150px, 0px) rotate(-90deg);
    -ms-transform: translate(0px, 50px) translate(150px, 0px) rotate(-90deg);
    transform: translate(0px, 50px) translate(150px, 0px) rotate(-90deg);
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
}

.text-accent-second {
    margin-top: 0px;
    font-family: 'Parisienne';
    color: #ff6920;
    text-transform: none;
	font-weight: 500;

	font-size: 45px;
}

.message-wrapper-top-c01 h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Butler_Regular';
    font-size: 38px;
    line-height: 0.8;
    font-weight: 300;
	letter-spacing: 2px;
    text-transform: capitalize;
	color:#024b98;
}
.text-accent-font {
    letter-spacing: -3px;
    text-transform: none;
}
.empty{background: #f6f8ea;}



#cf2 {
    position: relative;
    max-width: 316px;
	width: 100%;
}

#cf2 img {
    position: absolute;
    left: 0;
}
#cf2 img.top {
    -webkit-animation-name: cf2FadeInOut;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 10s;
    -webkit-animation-direction: alternate;
    -moz-animation-name: cf2FadeInOut;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-iteration-count: infinite;
    -moz-animation-duration: 10s;
    -moz-animation-direction: alternate;
    -o-animation-name: cf2FadeInOut;
    -o-animation-timing-function: ease-in-out;
    -o-animation-iteration-count: infinite;
    -o-animation-duration: 10s;
    -o-animation-direction: alternate;
    animation-name: cf2FadeInOut;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 10s;
    animation-direction: alternate;
}


@keyframes cf2FadeInOut {
  0% {
  opacity:1;
}
45% {
opacity:1;
}
55% {
opacity:0;
}
100% {
opacity:0;
}
}

#cf3 {
    position: relative;
    max-width: 193px;
	right: -258px;
    top: 18%;
	width: 100%;
}
.shadows {
    -webkit-box-shadow: 5px 5px 5px #aaa;
    -moz-box-shadow: 5px 5px 5px #aaa;
    box-shadow: 5px 5px 5px #aaa;
    margin-bottom: 10px;
}

#cf3 img {
    position: absolute;
    left: 0;
}
#cf3 img.top {
    -webkit-animation-name: cf3FadeInOut;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 15s;
    -webkit-animation-direction: alternate;
    -moz-animation-name: cf3FadeInOut;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-iteration-count: infinite;
    -moz-animation-duration: 15s;
    -moz-animation-direction: alternate;
    -o-animation-name: cf3FadeInOut;
    -o-animation-timing-function: ease-in-out;
    -o-animation-iteration-count: infinite;
    -o-animation-duration: 15s;
    -o-animation-direction: alternate;
    animation-name: cf3FadeInOut;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 15s;
    animation-direction: alternate;
}


@keyframes cf3FadeInOut {
	0% {
	  opacity:1;
	}
	45% {
		opacity:1;
	}
	55% {
		opacity:0;
	}
	100% {
		opacity:0;
	}
}



@media screen and (min-device-width: 320px) and (max-device-width: 580px) {
.dest {display:none !important;}



#topbar {
  display: flex !important;
  height: 66px !important;
  overflow: visible !important;
  padding: 6px 0 !important;
}
#topbar .container-fluid {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
  overflow: visible;
  row-gap: 6px;
  column-gap: 4px;
}
#topbar .d-none.d-md-flex,  #topbar .social-links {
  display: contents !important;
}
#topbar .d-none.d-md-flex a, #topbar .social-links a {
  flex: 0 1 auto !important; 
  width: auto !important;
  max-width: none !important;
  box-sizing: border-box;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 3px;
  font-size: 10.5px !important;
  line-height: normal;
  padding: 4px 8px !important;
  white-space: nowrap;       /* text ek line mein rahega, mid-word cut nahi hoga */
  overflow: visible !important;
  text-overflow: unset !important;
}
#topbar .social-links a:after {
  display: none;
}
#header {
  top: 66px !important; 
}



.mobile-nav-toggle {
  position: absolute;
  right: 20px;
  z-index: 9;
}
.mobile-nav-toggle.mobile-nav-show.bi-x {
  position: fixed !important;
  top: 20px !important;
  right: 20px !important;
  left: auto !important;
  bottom: auto !important;
  margin: 0 !important;
  z-index: 999999 !important;
}
.mobile-nav-toggle.mobile-nav-show.bi-list {
  position: absolute !important;
  top: 20px !important;
  right: 20px !important;
  z-index: 9 !important;
}

#header {
    top: 0;
}
.place-bx {
  margin-bottom: 20px;
}
.why_chose_us .content h4 {    
    line-height: normal;    
}
.section-title h3 {line-height: normal;}
}
.about {
    background: #fff7ec;
    padding: 40px 0px;
}
.dest {
  display: block;
}
.section-box .nav-item {
    margin-bottom: 10px;
}
.top-c01 {height: auto;}
.carousel-caption1 {
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
    background: #00000040;
    padding: 20px 0;
}


/*--------------------------------------------------------------
# faculty-development-program page css Start
--------------------------------------------------------------*/

button.more-bx {
    background: #000000;
    color: #fff;
    border: 1px solid #000;
    padding: 5px 20px;
	border-radius: 30px;
}
.about {   
    text-align: center;
}
#hero {
    width: 100%;
    height: auto;
    background-color: rgba(39, 37, 34, 0.8);
    overflow: hidden;
    padding: 0;
}
.colour-one {
    background-color: #f6f8ea;
}
.container-no-padding {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.top-c01 {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100vh;
    /*min-height: 900px; */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.content-wrapper-top-c01 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-row-gap: 30px;
}

.colour-reveal-top-01.left {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    z-index: 3;
    width: 0%;
}
.colour-reveal-top-01 {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 0%;
    height: 100%;
    background-color: #f6f8ea;
}
.page-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.content-container-top-c01 {
    position: relative;
    /* display: none; */
}
.w-layout-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
}
.layout-top-c01 {
    position: relative;
    width: 100%;
    height: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 280px 1fr;
    grid-template-columns: 280px 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}


.video-full {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    height: 100%;
}
.w-background-video {
    position: relative;
    overflow: hidden;
    height: 500px;
    color: white;
}
.colour-layer {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    background-color: rgba(153, 136, 5, 0.4);
}
.layout-02-top-c01 {
    display: -ms-grid;
    display: grid;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: end;
    -ms-flex-line-pack: end;
    align-content: end;
    grid-auto-columns: 1fr;
    grid-column-gap: 5vw;
    grid-row-gap: 20px;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    color: #f6f8ea;
    text-align: left;
	
	transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    opacity: 1;
}
.background_we_offer .image {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.colour-one {
    background-color: #f6f8ea;
}
.message-wrapper-top-c01 {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 6%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.message-wrapper-top-c01 .message-c01 {
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    margin-bottom: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-row-gap: 10px;
    -webkit-transform: translate(0px, 50px) translate(150px, 0px) rotate(-90deg);
    -ms-transform: translate(0px, 50px) translate(150px, 0px) rotate(-90deg);
    transform: translate(0px, 50px) translate(150px, 0px) rotate(-90deg);
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
}
.text-accent-second {
    margin-top: 0px;
    font-family: 'Parisienne';
    color: #ff6920;
    text-transform: none;
	font-weight: 500;

	font-size: 45px;
}
.message-wrapper-top-c01 h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Butler_Regular';
    font-size: 38px;
    line-height: 0.8;
    font-weight: 300;
	letter-spacing: 2px;
    text-transform: capitalize;
	color:#024b98;
}
.text-accent-font {
    letter-spacing: -3px;
    text-transform: none;
}
.empty{background: #f6f8ea;}
#cf2 {
    position: relative;
    max-width: 316px;
	width: 100%;
}

#cf2 img {
    position: absolute;
    left: 0;
}
#cf2 img.top {
    -webkit-animation-name: cf2FadeInOut;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 10s;
    -webkit-animation-direction: alternate;
    -moz-animation-name: cf2FadeInOut;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-iteration-count: infinite;
    -moz-animation-duration: 10s;
    -moz-animation-direction: alternate;
    -o-animation-name: cf2FadeInOut;
    -o-animation-timing-function: ease-in-out;
    -o-animation-iteration-count: infinite;
    -o-animation-duration: 10s;
    -o-animation-direction: alternate;
    animation-name: cf2FadeInOut;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 10s;
    animation-direction: alternate;
}
@keyframes cf2FadeInOut {
  0% {
  opacity:1;
}
45% {
opacity:1;
}
55% {
opacity:0;
}
100% {
opacity:0;
}
}

#cf3 {
    position: relative;
    max-width: 193px;
	right: -258px;
    top: 18%;
	width: 100%;
}
.shadows {
    -webkit-box-shadow: 5px 5px 5px #aaa;
    -moz-box-shadow: 5px 5px 5px #aaa;
    box-shadow: 5px 5px 5px #aaa;
    margin-bottom: 10px;
}

#cf3 img {
    position: absolute;
    left: 0;
}
#cf3 img.top {
    -webkit-animation-name: cf3FadeInOut;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 15s;
    -webkit-animation-direction: alternate;
    -moz-animation-name: cf3FadeInOut;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-iteration-count: infinite;
    -moz-animation-duration: 15s;
    -moz-animation-direction: alternate;
    -o-animation-name: cf3FadeInOut;
    -o-animation-timing-function: ease-in-out;
    -o-animation-iteration-count: infinite;
    -o-animation-duration: 15s;
    -o-animation-direction: alternate;
    animation-name: cf3FadeInOut;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 15s;
    animation-direction: alternate;
}
@keyframes cf3FadeInOut {
	0% {
	  opacity:1;
	}
	45% {
		opacity:1;
	}
	55% {
		opacity:0;
	}
	100% {
		opacity:0;
	}
}

a.btn.btn-theme.black-btn {
    background: #f37021;
	padding: 7px 22px;
    border-radius: 40px;    
    color: #fff;
    font-size: 22px;
    margin-bottom: 0px;
}
.black-btn1 a:before {
    content: "";
    background: url(../../assets/img/animated-arrow.gif) 10px -26px / 103px no-repeat;
    width: 124px;
    height: 100px;
    position: absolute;
    left: -27px;
    top: -20px;
}
.black-btn1 {
    position: relative;
    width: 30%;
	margin: auto;
}
.centres-box1 {
  text-align: justify;
  padding-top: 0px;
}

.centres-box1 p {
  font-weight: 500;
  font-size: 15px;
  font-family: Poppins;
  padding-bottom: 10px;
  margin: 0px;
  text-align: justify;
}
.centres-box1 h4 {
  text-align: left;
  font-family: Poppins;
  font-size: 28px;
  padding-bottom: 10px;
  margin: 0px;
} 
.centres-box1 ul {
  padding-left: 20px;    
}
.swiper-slide h3 {
    font-size: 15px !important;
    text-transform: capitalize;
    line-height: 22px;
    font-weight: 600;
    font-family: Poppins;
	text-align: center;
}
.brilliance_counter {
    padding: 50px 0 0px 0;
}
.clients {
    padding: 30px 0px 30px 0px;
}
.swiper-slide img {
    margin-bottom: 0px;
    margin-top: 0px;
	background: #FFFFFF;
}
span.swiper-pagination-bullet {
    display: none;
}



/*--------------------------------------------------------------
# Hero Section CSS Start
--------------------------------------------------------------*/
#hero .hero-desktop, #hero .hero-mobile {
  position: relative;
}
#hero .hero-desktop img, #hero .hero-mobile img {
  width: 100%;
  display: block;
}
#hero .hero-content {
  position: absolute;
  z-index: 2;
  max-width: 550px; 
  width: 90%;    
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}
#hero .desktop-content {
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  color: #000;
}
#hero .desktop-content h1 {
  font-family: "Poppins", sans-serif;
  margin-bottom: 0px;
  font-size: clamp(2.2rem, 3vw, 2.2rem);
  font-weight: 600;
  line-height: 52px;
  color: #0a0a0a;
  letter-spacing: -0.3px;
}
#hero .mobile-content {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
}
#hero .mobile-content h2 {
  font-size: 20px;
}
#hero .hero-mobile {
  display: none;
}
@media (max-width: 767px) {
  #hero .hero-desktop {
    display: none;
  }
  #hero .hero-mobile {
	display: block;
  }
}
@media (min-width: 768px) {
  #hero .hero-content {
	max-width: 550px;
	width: 90%;
  }
  #hero .hero-desktop {
	display: block;
  }
  #hero .hero-mobile {
    display: none;
  }
}


/*--------------------------------------------------------------
# aesthetics-skin page css Start
--------------------------------------------------------------*/

button.more-bx {
    background: #000000;
    color: #fff;
    border: 1px solid #000;
    padding: 5px 20px;
	border-radius: 30px;
}
.about {   
    text-align: center;
}
#hero {
    width: 100%;
    height: auto;
    background-color: rgba(39, 37, 34, 0.8);
    overflow: hidden;
    padding: 0;
}
.colour-one {
    background-color: #f6f8ea;
}
.container-no-padding {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.top-c01 {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100vh;
    /*min-height: 900px; */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.content-wrapper-top-c01 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-row-gap: 30px;
}

.colour-reveal-top-01.left {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    z-index: 3;
    width: 0%;
}
.colour-reveal-top-01 {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 0%;
    height: 100%;
    background-color: #f6f8ea;
}
.page-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.content-container-top-c01 {
    position: relative;
    /* display: none; */
}
.w-layout-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
}
.layout-top-c01 {
    position: relative;
    width: 100%;
    height: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 280px 1fr;
    grid-template-columns: 280px 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}


.video-full {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    height: 100%;
}
.w-background-video {
    position: relative;
    overflow: hidden;
    height: 500px;
    color: white;
}
.colour-layer {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    background-color: rgba(153, 136, 5, 0.4);
}


.layout-02-top-c01 {
    display: -ms-grid;
    display: grid;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: end;
    -ms-flex-line-pack: end;
    align-content: end;
    grid-auto-columns: 1fr;
    grid-column-gap: 5vw;
    grid-row-gap: 20px;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    color: #f6f8ea;
    text-align: left;
	
	transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    opacity: 1;
}


.background_we_offer .image {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.colour-one {
    background-color: #f6f8ea;
}



.message-wrapper-top-c01 {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 6%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.message-wrapper-top-c01 .message-c01 {
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    margin-bottom: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-row-gap: 10px;
    -webkit-transform: translate(0px, 50px) translate(150px, 0px) rotate(-90deg);
    -ms-transform: translate(0px, 50px) translate(150px, 0px) rotate(-90deg);
    transform: translate(0px, 50px) translate(150px, 0px) rotate(-90deg);
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
}

.text-accent-second {
    margin-top: 0px;
    font-family: 'Parisienne';
    color: #ff6920;
    text-transform: none;
	font-weight: 500;

	font-size: 45px;
}

.message-wrapper-top-c01 h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Butler_Regular';
    font-size: 38px;
    line-height: 0.8;
    font-weight: 300;
	letter-spacing: 2px;
    text-transform: capitalize;
	color:#024b98;
}
.text-accent-font {
    letter-spacing: -3px;
    text-transform: none;
}
.empty{background: #f6f8ea;}



#cf2 {
    position: relative;
    max-width: 316px;
	width: 100%;
}

#cf2 img {
    position: absolute;
    left: 0;
	border-radius: 10px;
}
#cf2 img.top {
    -webkit-animation-name: cf2FadeInOut;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 10s;
    -webkit-animation-direction: alternate;
    -moz-animation-name: cf2FadeInOut;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-iteration-count: infinite;
    -moz-animation-duration: 10s;
    -moz-animation-direction: alternate;
    -o-animation-name: cf2FadeInOut;
    -o-animation-timing-function: ease-in-out;
    -o-animation-iteration-count: infinite;
    -o-animation-duration: 10s;
    -o-animation-direction: alternate;
    animation-name: cf2FadeInOut;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 10s;
    animation-direction: alternate;
}


@keyframes cf2FadeInOut {
  0% {
  opacity:1;
}
45% {
opacity:1;
}
55% {
opacity:0;
}
100% {
opacity:0;
}
}

#cf3 {
    position: relative;
    max-width: 193px;
	right: -258px;
    top: 18%;
	width: 100%;
}
.shadows {
    -webkit-box-shadow: 5px 5px 5px #aaa;
    -moz-box-shadow: 5px 5px 5px #aaa;
    box-shadow: 5px 5px 5px #aaa;
    margin-bottom: 10px;
}

#cf3 img {
    position: absolute;
    left: 0;
	border-radius: 10px;
}
#cf3 img.top {
    -webkit-animation-name: cf3FadeInOut;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 15s;
    -webkit-animation-direction: alternate;
    -moz-animation-name: cf3FadeInOut;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-iteration-count: infinite;
    -moz-animation-duration: 15s;
    -moz-animation-direction: alternate;
    -o-animation-name: cf3FadeInOut;
    -o-animation-timing-function: ease-in-out;
    -o-animation-iteration-count: infinite;
    -o-animation-duration: 15s;
    -o-animation-direction: alternate;
    animation-name: cf3FadeInOut;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 15s;
    animation-direction: alternate;
}


@keyframes cf3FadeInOut {
	0% {
	  opacity:1;
	}
	45% {
		opacity:1;
	}
	55% {
		opacity:0;
	}
	100% {
		opacity:0;
	}
}

a.btn.btn-theme.black-btn {
    background: #f37021;
	padding: 7px 22px;
    border-radius: 40px;    
    color: #fff;
    font-size: 22px;
    margin-bottom: 0px;
}
.black-btn1 a:before {
    content: "";
    background: url(../../assets/img/animated-arrow.gif) 10px -26px / 103px no-repeat;
    width: 124px;
    height: 100px;
    position: absolute;
    left: -27px;
    top: -20px;
}
.black-btn1 {
    position: relative;
    width: 30%;
	margin: auto;
}
.centres-box1 {
    text-align: justify;
}
.swiper-slide h3 {
    font-size: 15px !important;
    text-transform: capitalize;
    line-height: 22px;
    font-weight: 600;
    font-family: Poppins;
}
.brilliance_counter {
    padding: 50px 0 0px 0;
}
.clients {
    padding: 30px 0px 30px 0px;
}
.swiper-slide img {
    margin-bottom: 0px;
    margin-top: 0px;
	border-radius: 10px;
}
span.swiper-pagination-bullet {
    display: none;
}






/*--------------------------------------------------------------
# degree-courses page css Start
--------------------------------------------------------------*/

.faqsection {
  background: #ffffff;
  padding: 30px 0px;
}
.faq-header {
  text-align: center;
  animation: fadeInDown 0.8s ease;
}
.faq-header h1 {
  margin-bottom: 30px;
  text-align: center;
  font-family: Poppins;
  font-size: 35px;
  color: #000;
}
.faq-item {
  background: #ffffff;
  border-radius: 15px;
  margin-bottom: 20px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  overflow: hidden;
  transition: all 0.3s ease;
  animation: fadeInUp 0.6s ease;
  animation-fill-mode: both;
}
.faq-item:nth-child(1) { animation-delay: 0.1s; }
.faq-item:nth-child(2) { animation-delay: 0.2s; }
.faq-item:nth-child(3) { animation-delay: 0.3s; }
.faq-item:nth-child(4) { animation-delay: 0.4s; }
.faq-item:nth-child(5) { animation-delay: 0.5s; }
.faq-item:nth-child(6) { animation-delay: 0.6s; }

.faq-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}
.faq-question {
  padding: 20px 25px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.faq-question::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: linear-gradient(135deg, #f37021 0%, #ff9a4d 100%);
  transform: scaleY(0);
  transition: transform 0.3s ease;
}
.faq-item.active .faq-question::before {
  transform: scaleY(1);
}
.faq-question:hover {
  background-color: #f8f9fa;
}
.question-content {
  display: flex;
  align-items: center;
  flex: 1;
}
.question-number {
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, #f37021 0%, #ff9a4d 100%);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  margin-right: 20px;
  flex-shrink: 0;
  font-size: 1.1rem;
  box-shadow: 0 4px 10px rgba(108, 30, 61, 0.3);
}
.question-text {
  font-size: 1.1rem;
  font-weight: 600;
  color: #2C3E50;
  line-height: 1.5;
}
.faq-icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #F8F9FA;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  flex-shrink: 0;
  margin-left: 15px;
  border: 2px solid #707070;
}
.faq-icon i {
  color: #707070;
  font-size: 1rem;
  transition: transform 0.3s ease;
}
.faq-item.active .faq-icon {
  background: linear-gradient(135deg, #f37021 0%, #ff9a4d 100%);
}
.faq-item.active .faq-icon i {
  color: white;
  transform: rotate(180deg);
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  background-color: #fafbfc;
}
.faq-answer-content {
  padding: 0 30px 0 95px;
  color: #5a6c7d;
  line-height: 1.8;
  font-size: 1rem;
}
.faq-item.active .faq-answer {
  max-height: 1000px;
  padding: 20px 0 30px 0;
}
@keyframes fadeInDown {
  from {
	opacity: 0;
	  transform: translateY(-30px);
	}
	to {
	  opacity: 1;
	  transform: translateY(0);
	}
}
@keyframes fadeInUp {
  from {
	opacity: 0;
	transform: translateY(30px);
  }
  to {
	opacity: 1;
	transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .faq-header h1 {
	font-size: 2rem;
  }
  .question-number {
	width: 35px;
	height: 35px;
	font-size: 0.9rem;
	margin-right: 15px;
  }
  .question-text {
	font-size: 0.95rem;
  }
  .faq-question {
	padding: 20px 20px;
  }
  .faq-answer-content {
	padding: 0 20px 0 70px;
	font-size: 0.9rem;
  }
}		




/*--------------------------------------------------------------
# nutritional-gynecology-course page css Start
--------------------------------------------------------------*/

	
.nutritionsection {
  padding: 60px 0px;
}

  .features-float {
	position: relative;
	margin-bottom: 50px;
	padding: 0px;
  }
  .features-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
  }
  .feature-card {
	background: #FFFFFF;
	padding: 45px 35px;
	border-radius: 24px;
	text-align: center;
	box-shadow: 0 25px 70px rgba(0, 0, 0, 0.12);
	border: 1px solid rgba(13, 85, 104, 0.08);
	transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	position: relative;
	overflow: hidden;
  }
  .feature-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(243, 112, 33, 0.1), transparent);
	transition: left 0.8s;
  }
  .feature-card:hover::before {
	left: 100%;
  }
  .feature-card:hover {
	transform: translateY(-15px) scale(1.02);
	box-shadow: 0 40px 90px rgba(243, 112, 33, 0.25);
	border-color: #f37021;
  }
  .feature-icon-wrapper {
	width: 80px;
	height: 80px;
	margin: 0 auto 30px;
	position: relative;
  }
  .feature-icon-bg {
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #f37021 0%, #ff9a4d 100%);
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s ease;
	box-shadow: 0 15px 40px rgba(243, 112, 33, 0.3);
  }
  .feature-card:hover .feature-icon-bg {
	transform: rotateY(180deg);
	box-shadow: 0 20px 60px rgba(243, 112, 33, 0.5);
  }
  .feature-icon-bg svg {
	width: 36px;
	height: 36px;
	stroke: white;
	fill: none;
	stroke-width: 2;
  }
  .feature-title {
	font-size: 2rem;
	font-weight: 700;
	color: #f37021;
	margin-bottom: 10px;
	line-height: 1;
  }
  .feature-description {
    font-family: sans-serif;
	font-size: 1.05rem;
	color: #718096;
	font-weight: 500;
	line-height: 1.6;
  }
  .objectives-premium {
	background: #ffffff;
	border-radius: 40px;
	padding: 50px 50px;
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(13, 85, 104, 0.08);
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.08);
	margin-bottom: 40px;
  }
  .objectives-premium::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 100%;
	background: linear-gradient(90deg, #c2410c, #f37021, #ffb703);
  }
  .objectives-premium::after {
	content: '';
	position: absolute;
	top: 20%;
	right: -200px;
	width: 600px;
	height: 600px;
	background: radial-gradient(circle, rgba(32, 178, 170, 0.06) 0%, transparent 70%);
	border-radius: 50%;
  }
  .objectives-header {
	display: flex;
	align-items: start;
	gap: 40px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid rgba(13, 85, 104, 0.1);
	position: relative;
	z-index: 2;
  }
  .objectives-icon {
	width: 100%;
	max-width: 70px;
	height: 70px;
	background: linear-gradient(135deg, #f37021 0%, #ff9a4d 100%);
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 20px 50px rgba(212, 112, 33, 0.4), inset 0 -2px 10px rgba(0, 0, 0, 0.2);
	position: relative;
  }
  .objectives-icon::before {
	content: '';
	position: absolute;
	top: -3px;
	left: -3px;
	right: -3px;
	bottom: -3px;
	background: linear-gradient(135deg, #d4a574, transparent);
	border-radius: 30px;
	opacity: 0.3;
	z-index: -1;
  }
  .objectives-icon svg {
	width: 30px;
	height: 30px;
	stroke: white;
	fill: none;
	stroke-width: 2;
  }
  .objectives-title-section h3 {
    font-family: 'poppins', serif;
	font-size: 2rem;
	font-weight: 700;
	color: #000;
	margin-bottom: 5px;
	line-height: 1.2;
  }
  .objectives-title-section p {
    font-family: sans-serif;
	font-size: 1.1rem;
	color: #718096;
	font-weight: 400 !important;
	margin: 0px;
	text-align: justify;
	padding-bottom: 15px;
  }
  .objectives-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 25px;
	position: relative;
	z-index: 2;
  }
  .objective-item {
	background: #ffffff;
	padding: 20px;
	border-radius: 15px;
	display: flex;
	gap: 25px;
	align-items: center;
	border: 2px solid rgba(13, 85, 104, 0.08);
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	position: relative;
	overflow: hidden;
  }
  .objective-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, rgba(13, 85, 104, 0.03), transparent);
	opacity: 0;
	transition: opacity 0.4s;
  }
  .objective-item:hover::before {
	opacity: 1;
  }
  .objective-item:hover {
	transform: translateX(12px) translateY(-5px);
	border-color: #f37021;
	box-shadow: 0 15px 45px rgba(13, 85, 104, 0.2);
  }
  .objective-number {
	width: 50px;
	height: 50px;
	background: linear-gradient(135deg, #f37021 0%, #ff9a4d 100%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	font-weight: 700;
	color: white;
	flex-shrink: 0;
	box-shadow: 0 10px 30px rgba(212, 112, 43, 0.4);
	position: relative;
  }
  .objective-number::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	border: 2px solid #f37021;
	border-radius: 50%;
	animation: pulse-ring-objective 2s infinite;
  }
  @keyframes pulse-ring-objective {
	0% {
	  transform: scale(1);
	  opacity: 1;
	}
	100% {
	  transform: scale(1.4);
	  opacity: 0;
	}
  }
  .objective-text h4 {
	font-size: 1.4rem;
	font-weight: 700;
	color: #000;
	margin-bottom: 10px;
	line-height: 1.3;
  }
  .objective-text p {
	font-size: 1.05rem;
	color: #718096;
	line-height: 1.7;
	margin: 0px;
  }
  .topics-premium-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin-top: 40px;
  }
  .topic-premium {
	background: linear-gradient(135deg, #faf8f5 0%, #ffffff 100%);
	padding: 20px 25px;
	border-radius: 16px;
	display: flex;
	align-items: center;
	gap: 20px;
	transition: all 0.4s ease;
	border: 1.5px solid rgba(243, 112, 33, 0.50);
	position: relative;
	overflow: hidden;
  }
  .topic-premium::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 4px;
	background: linear-gradient(90deg, #c2410c, #f37021, #ffb703);
	transform: scaleY(0);
	transition: transform 0.4s ease;
  }
  .topic-premium:hover::before {
	transform: scaleY(1);
  }
  .topic-premium:hover {
	background: #ffffff;
	border-color: #f37021;
	transform: translateX(10px);
	box-shadow: 0 10px 35px rgba(13, 85, 104, 0.15);
  }
  .topic-icon {
	width: 16px;
	height: 16px;
	background: linear-gradient(90deg, #c2410c, #f37021, #ffb703);
	border-radius: 50%;
	flex-shrink: 0;
	position: relative;
	box-shadow: 0 4px 12px rgba(13, 85, 104, 0.3);
  }
  .topic-icon::after {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	background: white;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  }
  .topic-content {
	flex: 1;
	font-size: 1.08rem;
	color: #2d3748;
	font-weight: 500;
	line-height: 1.6;
  }
  .topic-duration {
	font-size: 0.95rem;
	color: #718096;
	font-weight: 700;
	padding: 6px 16px;
	background: rgba(13, 85, 104, 0.08);
	border-radius: 20px;
  }

  @keyframes rotate-cta {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
  }
  
  .trust-section {
	display: flex;
	justify-content: center;
	gap: 60px;
	margin-top: 60px;
	flex-wrap: wrap;
  }
  .trust-item {
	display: flex;
	align-items: center;
	gap: 15px;
	color: rgba(255, 255, 255, 0.9);
  }
  .trust-icon {
	width: 50px;
	height: 50px;
	background: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(10px);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1.5px solid rgba(255, 255, 255, 0.3);
  }
  .trust-icon svg {
	width: 24px;
	height: 24px;
	stroke: #d4a574;
	fill: none;
	stroke-width: 2;
  }
  .trust-text {
	font-size: 1.1rem;
	font-weight: 600;
  }
  @media (max-width: 1200px) {	
	.hero-content {
	  display: flex;
	  flex-direction: column;
	  align-items: center;
	}
	.features-grid {
	  grid-template-columns: repeat(2, 1fr);
	}
	.objectives-grid, .topics-premium-grid {
	  grid-template-columns: 1fr;
	}
  }
  @media (max-width: 968px) {
	.features-grid {
	  grid-template-columns: 1fr;
	}
  }
  @media (max-width: 768px) {	
	.module-header-premium, .module-body {
	  padding-left: 30px;
	  padding-right: 30px;
	}
  }
  .fade-in-up-premium {
	opacity: 0;
	animation: fadeInUpPremium 1s ease forwards;
  }
  @keyframes fadeInUpPremium {
	from {
	  opacity: 0;
	  transform: translateY(40px);
	}
	to {
	  opacity: 1;
	  transform: translateY(0);
	}
  }
  .feature-card:nth-child(1) { 
	animation-delay: 0.1s; 
  }
  .feature-card:nth-child(2) { 
    animation-delay: 0.2s; 
  }
  .feature-card:nth-child(3) { 
    animation-delay: 0.3s; 
  }
  .feature-card:nth-child(4) { 
    animation-delay: 0.4s; 
  }
  
  .objective-item:nth-child(1) { 
    animation-delay: 0.1s; 
  }
  .objective-item:nth-child(2) { 
    animation-delay: 0.2s; 
  }
  .objective-item:nth-child(3) { 
    animation-delay: 0.3s; 
  }
  .objective-item:nth-child(4) { 
    animation-delay: 0.4s; 
  }

  .module-premium:nth-child(1) { 
    animation-delay: 0.1s; 
  }
  .module-premium:nth-child(2) { 
    animation-delay: 0.2s; 
  }
		
  .modules-section {
	display: grid;
	gap: 30px;
  }
  .module-premium {
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	border: 2px solid rgba(13, 85, 104, 0.1);
	transition: all 0.5s ease;
	box-shadow: 0 15px 60px rgba(0, 0, 0, 0.08);
	position: relative;
  }
  .module-premium::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 6px;
	background: linear-gradient(90deg, #c2410c, #f37021, #ffb703);
	transform: scaleX(0);
	transition: transform 0.5s ease;
  }
  .module-premium:hover::before {
	transform: scaleX(1);
  }
  .module-premium:hover {
	border-color: #f37021;
	box-shadow: 0 30px 90px rgba(13, 85, 104, 0.2);
	transform: translateY(-8px);
  }
  .module-header-premium {
	background: linear-gradient(135deg, rgba(250, 248, 245, 0.8) 0%, #FFFFFF 100%);
	padding: 20px 20px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: all 0.3s ease;
	border-bottom: 1px solid rgba(13, 85, 104, 0.05);
  }
  .module-premium:hover .module-header-premium {
	background: linear-gradient(135deg, rgba(32, 178, 170, 0.05) 0%, #FFFFFF 100%);
  }
  .module-left-section {
	display: flex;
	align-items: center;
	gap: 40px;
  }
  .module-badge-premium {
	width: 60px;
	height: 60px;
	background: linear-gradient(135deg, #f37021 0%, #ff9a4d 100%);
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: white;
	position: relative;
	overflow: hidden;
  }
  .module-badge-premium::before {
	content: '';
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.2) 50%, transparent 70%);
	animation: shimmer-module 4s infinite;
  }
  @keyframes shimmer-module {
	0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
	100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
  }
  .module-number {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
	position: relative;
	z-index: 1;
  }
  .module-info-section h3 {
    font-family: 'poppins', serif;
	font-size: 1.5rem;
	font-weight: 700;
	color: #1a2332;
	margin-bottom: 15px;
	line-height: 1.3;
  }
  .module-tags {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
  }
  .module-tag {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: linear-gradient(135deg, rgba(13, 85, 104, 0.08), rgba(32, 178, 170, 0.08));
	padding: 10px 24px;
	border-radius: 50px;
	font-size: 0.9rem;
	font-weight: 600;
	color: #f37021;
	border: 1.5px solid rgba(13, 85, 104, 0.15);
  }
  .module-tag svg {
	width: 18px;
	height: 18px;
	stroke: currentColor;
	fill: none;
	stroke-width: 2;
  }
  .module-expand-button {
	width: 45px;
	height: 45px;
	background: #ffffff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	border: 2px solid rgba(13, 85, 104, 0.1);
  }
  .module-expand-button:hover {
	background: linear-gradient(135deg, #f37021 0%, #ff9a4d 100%);
	transform: rotate(180deg) scale(1.1);
	border-color: transparent;
	box-shadow: 0 15px 40px rgba(13, 85, 104, 0.3);
  }
  .module-expand-button svg {
	width: 24px;
	height: 24px;
	stroke: #000;
	fill: none;
	stroke-width: 2.5;
	transition: stroke 0.3s;
  }
  .module-expand-button:hover svg {
	stroke: white;
  }
  .module-body {
	padding: 0 60px 60px;
	display: none;
  }
  .module-body.active {
	display: block;
	animation: slideDownFade 0.6s ease;
  }
  .objectives-subheader h4 {
    font-family: 'poppins', serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
    line-height: 1.2;
	text-align: center;
  }
  @keyframes slideDownFade {
	from {
	  opacity: 0;
	  transform: translateY(-30px);
	}
	to {
	  opacity: 1;
	  transform: translateY(0);
	}
  }
    
@media (max-width: 768px) {	
  section, .section {
    padding: 40px 0px;
  }  
  .features-float {
    margin-bottom: 20px;  
  }
  .features-grid {
    gap: 20px;
  }
  .feature-card {
    border: 1px solid #DDD;
	padding: 30px 20px;
  }
  .feature-icon-wrapper {
    width: 60px;
    height: 60px;
	margin: 0 auto 20px;
  }
  .feature-icon-bg {
    border-radius: 10px;
  }
  .feature-icon-bg svg {
    width: 34px;
    height: 34px;
  }
  .feature-title {
    font-size: 1.5rem;
  }
  .feature-description {
    font-size: 1rem;
  }
  .objectives-premium {
    padding: 20px;
	border: 1px solid #DDD;
	border-radius: 25px;
	margin-bottom: 20px;
  }
  .objectives-premium::before {
	width: 4px;
  }
  .objectives-header {
    display: block;
  }
  .objectives-icon {
    max-width: 60px;
    height: 60px;
	border-radius: 10px;
	margin-bottom: 15px;
  }
  .objectives-title-section h3 {
    font-size: 1.5rem;
  }
  .objectives-title-section p {
    font-size: 1rem;
	text-align: left;
    line-height: 30px;
  }
  .objectives-header {
    margin-bottom: 20px;
    padding-bottom: 0px;
  }
  .objective-item {
    padding: 20px;
	gap: 15px;
  }
  .objective-number {
    width: 50px;
    height: 50px;
	font-size: 1.2rem;
  }
  .objective-text p {
    font-size: 0.9rem;
  }
  .objectives-grid {
    gap: 15px;
  }
  .modules-section {
    gap: 20px;
  }
  .module-premium {
    border-radius: 20px;
  }
  .module-header-premium {
    padding: 20px 20px;
  }
  .module-left-section {
	gap: 15px;
  }
  .module-badge-premium {
    width: 50px;
    height: 45px;
	border-radius: 10px;
  }
  .module-number {
    font-size: 1rem;
  }
  .module-info-section h3 {
    font-size: 1rem;
	line-height: 24px;
  }
  .module-expand-button {
    width: 45px;
    height: 45px;
  }
  .module-expand-button svg {
    width: 22px;
    height: 22px;
  }
  .topics-premium-grid {
	margin-top: 20px;
	gap: 15px;
  }
  .topic-premium {
    padding: 15px 15px;
	border-radius: 10px;
	gap: 10px;
  }	
  .topic-content {
    font-size: 0.9rem;
  }
  .module-body {
    padding: 0 20px 20px;
  }
  .sticky-icon {
	right: 49% !important;
    width: 34px !important;
  }
  
}








/*--------------------------------------------------------------
# diabetes-educator-programme page css Start
--------------------------------------------------------------*/

.maindiabetessection {
  padding: 60px 0px;
}
.features-float {
	position: relative;
	margin-bottom: 50px;
	padding: 0px;
  }
  .features-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
  }
  .feature-card {
	background: #FFFFFF;
	padding: 45px 35px;
	border-radius: 24px;
	text-align: center;
	box-shadow: 0 25px 70px rgba(0, 0, 0, 0.12);
	border: 1px solid rgba(13, 85, 104, 0.08);
	transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	position: relative;
	overflow: hidden;
  }
  .feature-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(243, 112, 33, 0.1), transparent);
	transition: left 0.8s;
  }
  .feature-card:hover::before {
	left: 100%;
  }
  .feature-card:hover {
	transform: translateY(-15px) scale(1.02);
	box-shadow: 0 40px 90px rgba(243, 112, 33, 0.25);
	border-color: #f37021;
  }
  .feature-icon-wrapper {
	width: 80px;
	height: 80px;
	margin: 0 auto 30px;
	position: relative;
  }
  .feature-icon-bg {
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #f37021 0%, #ff9a4d 100%);
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s ease;
	box-shadow: 0 15px 40px rgba(243, 112, 33, 0.3);
  }
  .feature-card:hover .feature-icon-bg {
	transform: rotateY(180deg);
	box-shadow: 0 20px 60px rgba(243, 112, 33, 0.5);
  }
  .feature-icon-bg svg {
	width: 36px;
	height: 36px;
	stroke: white;
	fill: none;
	stroke-width: 2;
  }
  .feature-title {
	font-size: 2rem;
	font-weight: 700;
	color: #f37021;
	margin-bottom: 10px;
	line-height: 1;
  }
  .feature-description {
    font-family: sans-serif;
	font-size: 1.05rem;
	color: #718096;
	font-weight: 500;
	line-height: 1.6;
  }
  .objectives-premium {
	background: #ffffff;
	border-radius: 40px;
	padding: 50px 50px;
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(13, 85, 104, 0.08);
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.08);
	margin-bottom: 40px;
  }
  .objectives-premium::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 100%;
	background: linear-gradient(90deg, #c2410c, #f37021, #ffb703);
  }
  .objectives-premium::after {
	content: '';
	position: absolute;
	top: 20%;
	right: -200px;
	width: 600px;
	height: 600px;
	background: radial-gradient(circle, rgba(32, 178, 170, 0.06) 0%, transparent 70%);
	border-radius: 50%;
  }
  .objectives-header {
	display: flex;
	align-items: start;
	gap: 40px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid rgba(13, 85, 104, 0.1);
	position: relative;
	z-index: 2;
  }
  .objectives-icon {
	width: 100%;
	max-width: 70px;
	height: 70px;
	background: linear-gradient(135deg, #f37021 0%, #ff9a4d 100%);
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 20px 50px rgba(212, 112, 33, 0.4), inset 0 -2px 10px rgba(0, 0, 0, 0.2);
	position: relative;
  }
  .objectives-icon::before {
	content: '';
	position: absolute;
	top: -3px;
	left: -3px;
	right: -3px;
	bottom: -3px;
	background: linear-gradient(135deg, #d4a574, transparent);
	border-radius: 30px;
	opacity: 0.3;
	z-index: -1;
  }
  .objectives-icon svg {
	width: 30px;
	height: 30px;
	stroke: white;
	fill: none;
	stroke-width: 2;
  }
  .objectives-title-section h3 {
    font-family: 'poppins', serif;
	font-size: 2rem;
	font-weight: 700;
	color: #000;
	margin-bottom: 5px;
	line-height: 1.2;
  }
  .objectives-title-section p {
    font-family: sans-serif;
	font-size: 1.1rem;
	color: #718096;
	font-weight: 400 !important;
	margin: 0px;
	text-align: justify;
	padding-bottom: 15px;
  }
  .objectives-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 25px;
	position: relative;
	z-index: 2;
  }
  .objective-item {
	background: #ffffff;
	padding: 20px;
	border-radius: 15px;
	display: flex;
	gap: 25px;
	align-items: center;
	border: 2px solid rgba(13, 85, 104, 0.08);
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	position: relative;
	overflow: hidden;
  }
  .objective-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, rgba(13, 85, 104, 0.03), transparent);
	opacity: 0;
	transition: opacity 0.4s;
  }
  .objective-item:hover::before {
	opacity: 1;
  }
  .objective-item:hover {
	transform: translateX(12px) translateY(-5px);
	border-color: #f37021;
	box-shadow: 0 15px 45px rgba(13, 85, 104, 0.2);
  }
  .objective-number {
	width: 50px;
	height: 50px;
	background: linear-gradient(135deg, #f37021 0%, #ff9a4d 100%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	font-weight: 700;
	color: white;
	flex-shrink: 0;
	box-shadow: 0 10px 30px rgba(212, 112, 43, 0.4);
	position: relative;
  }
  .objective-number::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	border: 2px solid #f37021;
	border-radius: 50%;
	animation: pulse-ring-objective 2s infinite;
  }
  @keyframes pulse-ring-objective {
	0% {
	  transform: scale(1);
	  opacity: 1;
	}
	100% {
	  transform: scale(1.4);
	  opacity: 0;
	}
  }
  .objective-text h4 {
	font-size: 1.4rem;
	font-weight: 700;
	color: #000;
	margin-bottom: 10px;
	line-height: 1.3;
  }
  .objective-text p {
	font-size: 1.05rem;
	color: #718096;
	line-height: 1.7;
	margin: 0px;
  }
  .topics-premium-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin-top: 40px;
  }
  .topic-premium {
	background: linear-gradient(135deg, #faf8f5 0%, #ffffff 100%);
	padding: 20px 25px;
	border-radius: 16px;
	display: flex;
	align-items: center;
	gap: 20px;
	transition: all 0.4s ease;
	border: 1.5px solid rgba(243, 112, 33, 0.50);
	position: relative;
	overflow: hidden;
  }
  .topic-premium::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 4px;
	background: linear-gradient(90deg, #c2410c, #f37021, #ffb703);
	transform: scaleY(0);
	transition: transform 0.4s ease;
  }
  .topic-premium:hover::before {
	transform: scaleY(1);
  }
  .topic-premium:hover {
	background: #ffffff;
	border-color: #f37021;
	transform: translateX(10px);
	box-shadow: 0 10px 35px rgba(13, 85, 104, 0.15);
  }
  .topic-icon {
	width: 16px;
	height: 16px;
	background: linear-gradient(90deg, #c2410c, #f37021, #ffb703);
	border-radius: 50%;
	flex-shrink: 0;
	position: relative;
	box-shadow: 0 4px 12px rgba(13, 85, 104, 0.3);
  }
  .topic-icon::after {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	background: white;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  }
  .topic-content {
	flex: 1;
	font-size: 1.08rem;
	color: #2d3748;
	font-weight: 500;
	line-height: 1.6;
  }
  .topic-duration {
	font-size: 0.95rem;
	color: #718096;
	font-weight: 700;
	padding: 6px 16px;
	background: rgba(13, 85, 104, 0.08);
	border-radius: 20px;
  }

  @keyframes rotate-cta {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
  }
  
  .trust-section {
	display: flex;
	justify-content: center;
	gap: 60px;
	margin-top: 60px;
	flex-wrap: wrap;
  }
  .trust-item {
	display: flex;
	align-items: center;
	gap: 15px;
	color: rgba(255, 255, 255, 0.9);
  }
  .trust-icon {
	width: 50px;
	height: 50px;
	background: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(10px);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1.5px solid rgba(255, 255, 255, 0.3);
  }
  .trust-icon svg {
	width: 24px;
	height: 24px;
	stroke: #d4a574;
	fill: none;
	stroke-width: 2;
  }
  .trust-text {
	font-size: 1.1rem;
	font-weight: 600;
  }
  @media (max-width: 1200px) {	
	.hero-content {
	  display: flex;
	  flex-direction: column;
	  align-items: center;
	}
	.features-grid {
	  grid-template-columns: repeat(2, 1fr);
	}
	.objectives-grid, .topics-premium-grid {
	  grid-template-columns: 1fr;
	}
  }
  @media (max-width: 968px) {
	.features-grid {
	  grid-template-columns: 1fr;
	}
  }
  @media (max-width: 768px) {	
	.module-header-premium, .module-body {
	  padding-left: 30px;
	  padding-right: 30px;
	}
  }
  .fade-in-up-premium {
	opacity: 0;
	animation: fadeInUpPremium 1s ease forwards;
  }
  @keyframes fadeInUpPremium {
	from {
	  opacity: 0;
	  transform: translateY(40px);
	}
	to {
	  opacity: 1;
	  transform: translateY(0);
	}
  }
  .feature-card:nth-child(1) { 
	animation-delay: 0.1s; 
  }
  .feature-card:nth-child(2) { 
    animation-delay: 0.2s; 
  }
  .feature-card:nth-child(3) { 
    animation-delay: 0.3s; 
  }
  .feature-card:nth-child(4) { 
    animation-delay: 0.4s; 
  }
  
  .objective-item:nth-child(1) { 
    animation-delay: 0.1s; 
  }
  .objective-item:nth-child(2) { 
    animation-delay: 0.2s; 
  }
  .objective-item:nth-child(3) { 
    animation-delay: 0.3s; 
  }
  .objective-item:nth-child(4) { 
    animation-delay: 0.4s; 
  }

  .module-premium:nth-child(1) { 
    animation-delay: 0.1s; 
  }
  .module-premium:nth-child(2) { 
    animation-delay: 0.2s; 
  }
		
  .modules-section {
	display: grid;
	gap: 30px;
  }
  .module-premium {
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	border: 2px solid rgba(13, 85, 104, 0.1);
	transition: all 0.5s ease;
	box-shadow: 0 15px 60px rgba(0, 0, 0, 0.08);
	position: relative;
  }
  .module-premium::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 6px;
	background: linear-gradient(90deg, #c2410c, #f37021, #ffb703);
	transform: scaleX(0);
	transition: transform 0.5s ease;
  }
  .module-premium:hover::before {
	transform: scaleX(1);
  }
  .module-premium:hover {
	border-color: #f37021;
	box-shadow: 0 30px 90px rgba(13, 85, 104, 0.2);
	transform: translateY(-8px);
  }
  .module-header-premium {
	background: linear-gradient(135deg, rgba(250, 248, 245, 0.8) 0%, #FFFFFF 100%);
	padding: 20px 20px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: all 0.3s ease;
	border-bottom: 1px solid rgba(13, 85, 104, 0.05);
  }
  .module-premium:hover .module-header-premium {
	background: linear-gradient(135deg, rgba(32, 178, 170, 0.05) 0%, #FFFFFF 100%);
  }
  .module-left-section {
	display: flex;
	align-items: center;
	gap: 40px;
  }
  .module-badge-premium {
	width: 60px;
	height: 60px;
	background: linear-gradient(135deg, #f37021 0%, #ff9a4d 100%);
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: white;
	position: relative;
	overflow: hidden;
  }
  .module-badge-premium::before {
	content: '';
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.2) 50%, transparent 70%);
	animation: shimmer-module 4s infinite;
  }
  @keyframes shimmer-module {
	0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
	100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
  }
  .module-number {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
	position: relative;
	z-index: 1;
  }
  .module-info-section h3 {
    font-family: 'poppins', serif;
	font-size: 1.5rem;
	font-weight: 700;
	color: #1a2332;
	margin-bottom: 15px;
	line-height: 1.3;
  }
  .module-tags {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
  }
  .module-tag {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: linear-gradient(135deg, rgba(13, 85, 104, 0.08), rgba(32, 178, 170, 0.08));
	padding: 10px 24px;
	border-radius: 50px;
	font-size: 0.9rem;
	font-weight: 600;
	color: #f37021;
	border: 1.5px solid rgba(13, 85, 104, 0.15);
  }
  .module-tag svg {
	width: 18px;
	height: 18px;
	stroke: currentColor;
	fill: none;
	stroke-width: 2;
  }
  .module-expand-button {
	width: 45px;
	height: 45px;
	background: #ffffff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	border: 2px solid rgba(13, 85, 104, 0.1);
  }
  .module-expand-button:hover {
	background: linear-gradient(135deg, #f37021 0%, #ff9a4d 100%);
	transform: rotate(180deg) scale(1.1);
	border-color: transparent;
	box-shadow: 0 15px 40px rgba(13, 85, 104, 0.3);
  }
  .module-expand-button svg {
	width: 24px;
	height: 24px;
	stroke: #000;
	fill: none;
	stroke-width: 2.5;
	transition: stroke 0.3s;
  }
  .module-expand-button:hover svg {
	stroke: white;
  }
  .module-body {
	padding: 0 60px 60px;
	display: none;
  }
  .module-body.active {
	display: block;
	animation: slideDownFade 0.6s ease;
  }
  
  .objectives-subheader h4 {
    font-family: 'poppins', serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
    line-height: 1.2;
	text-align: center;
  }
  @keyframes slideDownFade {
	from {
	  opacity: 0;
	  transform: translateY(-30px);
	}
	to {
	  opacity: 1;
	  transform: translateY(0);
	}
  }
    
@media (max-width: 768px) {	
  section, .section {
    padding: 40px 0px;
  }  
  .features-float {
    margin-bottom: 20px;  
  }
  .features-grid {
    gap: 20px;
  }
  .feature-card {
    border: 1px solid #DDD;
	padding: 30px 20px;
  }
  .feature-icon-wrapper {
    width: 60px;
    height: 60px;
	margin: 0 auto 20px;
  }
  .feature-icon-bg {
    border-radius: 10px;
  }
  .feature-icon-bg svg {
    width: 34px;
    height: 34px;
  }
  .feature-title {
    font-size: 1.5rem;
  }
  .feature-description {
    font-size: 1rem;
  }
  .objectives-premium {
    padding: 20px;
	border: 1px solid #DDD;
	border-radius: 25px;
	margin-bottom: 20px;
  }
  .objectives-premium::before {
	width: 4px;
  }
  .objectives-header {
    display: block;
  }
  .objectives-icon {
    max-width: 60px;
    height: 60px;
	border-radius: 10px;
	margin-bottom: 15px;
  }
  .objectives-title-section h3 {
    font-size: 1.5rem;
  }
  .objectives-title-section p {
    font-size: 1rem;
	text-align: left;
    line-height: 30px;
  }
  .objectives-header {
    margin-bottom: 20px;
    padding-bottom: 0px;
  }
  .objective-item {
    padding: 20px;
	gap: 15px;
  }
  .objective-number {
    width: 50px;
    height: 50px;
	font-size: 1.2rem;
  }
  .objective-text p {
    font-size: 0.9rem;
  }
  .objectives-grid {
    gap: 15px;
  }
  .modules-section {
    gap: 20px;
  }
  .module-premium {
    border-radius: 20px;
  }
  .module-header-premium {
    padding: 20px 20px;
  }
  .module-left-section {
	gap: 15px;
  }
  .module-badge-premium {
    width: 50px;
    height: 45px;
	border-radius: 10px;
  }
  .module-number {
    font-size: 1rem;
  }
  .module-info-section h3 {
    font-size: 1rem;
	line-height: 24px;
  }
  .module-expand-button {
    width: 45px;
    height: 45px;
  }
  .module-expand-button svg {
    width: 22px;
    height: 22px;
  }
  .topics-premium-grid {
	margin-top: 20px;
	gap: 15px;
  }
  .topic-premium {
    padding: 15px 15px;
	border-radius: 10px;
	gap: 10px;
  }	
  .topic-content {
    font-size: 0.9rem;
  }
  .module-body {
    padding: 0 20px 20px;
  }
  .sticky-icon {
	right: 49% !important;
    width: 34px !important;
  }
  
}
	
	
	
	
/*--------------------------------------------------------------
# diploma-in-digital-marketing page css Start
--------------------------------------------------------------*/	

.maindiplomasection {
  padding: 60px 0px;
}

  .objectives-premium {
	background: #ffffff;
	border-radius: 40px;
	padding: 50px 50px;
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(13, 85, 104, 0.08);
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.08);
	margin-bottom: 40px;
  }
  .objectives-premium::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 100%;
	background: linear-gradient(90deg, #c2410c, #f37021, #ffb703);
  }
  .objectives-premium::after {
	content: '';
	position: absolute;
	top: 20%;
	right: -200px;
	width: 600px;
	height: 600px;
	background: radial-gradient(circle, rgba(32, 178, 170, 0.06) 0%, transparent 70%);
	border-radius: 50%;
  }
  .objectives-header {
	display: flex;
	align-items: start;
	gap: 40px;
	position: relative;
	z-index: 2;
  }
  .objectives-icon {
	width: 100%;
	max-width: 70px;
	height: 70px;
	background: linear-gradient(135deg, #f37021 0%, #ff9a4d 100%);
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 20px 50px rgba(212, 112, 33, 0.4), inset 0 -2px 10px rgba(0, 0, 0, 0.2);
	position: relative;
  }
  .objectives-icon::before {
	content: '';
	position: absolute;
	top: -3px;
	left: -3px;
	right: -3px;
	bottom: -3px;
	background: linear-gradient(135deg, #d4a574, transparent);
	border-radius: 30px;
	opacity: 0.3;
	z-index: -1;
  }
  .objectives-icon svg {
	width: 30px;
	height: 30px;
	stroke: white;
	fill: none;
	stroke-width: 2;
  }
  .objectives-title-section h3 {
    font-family: 'poppins', serif;
	font-size: 2rem;
	font-weight: 700;
	color: #000;
	margin-bottom: 15px;
	line-height: 1.2;
  }
  .objectives-title-section p {
    font-family: sans-serif;
	font-size: 1.1rem;
	color: #718096;
	font-weight: 400 !important;
	margin: 0px;
	text-align: justify;
	padding-bottom: 15px;
  }
  .objectives-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 25px;
	position: relative;
	z-index: 2;
  }
  .objective-item {
	background: #ffffff;
	padding: 20px;
	border-radius: 15px;
	display: flex;
	gap: 25px;
	align-items: center;
	border: 2px solid rgba(13, 85, 104, 0.08);
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	position: relative;
	overflow: hidden;
  }
  .objective-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, rgba(13, 85, 104, 0.03), transparent);
	opacity: 0;
	transition: opacity 0.4s;
  }
  .objective-item:hover::before {
	opacity: 1;
  }
  .objective-item:hover {
	transform: translateX(12px) translateY(-5px);
	border-color: #f37021;
	box-shadow: 0 15px 45px rgba(13, 85, 104, 0.2);
  }
  .objective-number {
	width: 50px;
	height: 50px;
	background: linear-gradient(135deg, #f37021 0%, #ff9a4d 100%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	font-weight: 700;
	color: white;
	flex-shrink: 0;
	box-shadow: 0 10px 30px rgba(212, 112, 43, 0.4);
	position: relative;
  }
  .objective-number::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	border: 2px solid #f37021;
	border-radius: 50%;
	animation: pulse-ring-objective 2s infinite;
  }
  @keyframes pulse-ring-objective {
	0% {
	  transform: scale(1);
	  opacity: 1;
	}
	100% {
	  transform: scale(1.4);
	  opacity: 0;
	}
  }
  .objective-text h4 {
	font-size: 1.4rem;
	font-weight: 700;
	color: #000;
	margin-bottom: 10px;
	line-height: 1.3;
  }
  .objective-text p {
	font-size: 1.05rem;
	color: #718096;
	line-height: 1.7;
	margin: 0px;
  }
  
  .trust-section {
	display: flex;
	justify-content: center;
	gap: 60px;
	margin-top: 60px;
	flex-wrap: wrap;
  }
  .trust-item {
	display: flex;
	align-items: center;
	gap: 15px;
	color: rgba(255, 255, 255, 0.9);
  }
  .trust-icon {
	width: 50px;
	height: 50px;
	background: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(10px);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1.5px solid rgba(255, 255, 255, 0.3);
  }
  .trust-icon svg {
	width: 24px;
	height: 24px;
	stroke: #d4a574;
	fill: none;
	stroke-width: 2;
  }
  .trust-text {
	font-size: 1.1rem;
	font-weight: 600;
  }
  .objectlist {
	padding-left: 15px;
  }
  .objectlist li {
    font-family: sans-serif;
	font-weight: 400 !important;
    font-size: 1.1rem;
	color: #718096;
  }
  
  @media (max-width: 1200px) {	
	.hero-content {
	  display: flex;
	  flex-direction: column;
	  align-items: center;
	}
	.objectives-grid {
	  grid-template-columns: 1fr;
	}
  }

  .fade-in-up-premium {
	opacity: 0;
	animation: fadeInUpPremium 1s ease forwards;
  }
  @keyframes fadeInUpPremium {
	from {
	  opacity: 0;
	  transform: translateY(40px);
	}
	to {
	  opacity: 1;
	  transform: translateY(0);
	}
  }
  .feature-card:nth-child(1) { 
	animation-delay: 0.1s; 
  }
  .feature-card:nth-child(2) { 
    animation-delay: 0.2s; 
  }
  .feature-card:nth-child(3) { 
    animation-delay: 0.3s; 
  }
  .feature-card:nth-child(4) { 
    animation-delay: 0.4s; 
  }
  
  .objective-item:nth-child(1) { 
    animation-delay: 0.1s; 
  }
  .objective-item:nth-child(2) { 
    animation-delay: 0.2s; 
  }
  .objective-item:nth-child(3) { 
    animation-delay: 0.3s; 
  }
  .objective-item:nth-child(4) { 
    animation-delay: 0.4s; 
  }
  
  .objectives-subheader h4 {
    font-family: 'poppins', serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
    line-height: 1.2;
	text-align: center;
  }
  @keyframes slideDownFade {
	from {
	  opacity: 0;
	  transform: translateY(-30px);
	}
	to {
	  opacity: 1;
	  transform: translateY(0);
	}
  }
    
@media (max-width: 768px) {	
  section, .section {
    padding: 40px 0px;
  }  
  .objectives-premium {
    padding: 20px;
	border: 1px solid #DDD;
	border-radius: 25px;
	margin-bottom: 20px;
  }
  .objectives-premium::before {
	width: 4px;
  }
  .objectives-header {
    display: block;
  }
  .objectives-icon {
    max-width: 60px;
    height: 60px;
	border-radius: 10px;
	margin-bottom: 15px;
  }
  .objectives-title-section h3 {
    font-size: 1.5rem;
  }
  .objectives-title-section p {
    font-size: 1rem;
	text-align: left;
    line-height: 30px;
  }
  .objectives-header {
    margin-bottom: 20px;
    padding-bottom: 0px;
  }
  .objective-item {
    padding: 20px;
	gap: 15px;
  }
  .objective-number {
    width: 50px;
    height: 50px;
	font-size: 1.2rem;
  }
  .objective-text p {
    font-size: 0.9rem;
  }
  .objectives-grid {
    gap: 15px;
  }

}




/*--------------------------------------------------------------
# certification-partner page css Start
--------------------------------------------------------------*/

.certificatesection { 
  padding: 50px 0px;
}	
.certificateheader {
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 0px;
  border-bottom: 1px solid #e2e8f0;
}
.certificateheader h1 {
  font-family: 'poppins', serif;
  font-size: 2.5rem;
  color: #000;
  margin-bottom: 25px;
  font-weight: 600;
}    
.partner-item {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  padding: 50px 45px;
  position: relative;
  transition: all 0.3s ease;
}
.partner-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #f37021;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
.partner-item:hover::before {
  transform: scaleX(1);
}
.partner-item:hover {
  border-color: #f37021;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}
.partner-logo-section {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid #f0f0f0;
}
.logo-placeholder {
  width: 110px;
  height: 110px;
  background: #f7fafc;
  border: 2px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 0.7rem;
  color: #4a5568;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: 600;
}
.partner-title-group h3 {
  font-family: 'poppins', serif;
  font-size: 26px;
  color: #000;
  margin-bottom: 8px;
  font-weight: 600;
}
.partner-year {
  font-size: 0.85rem;
  color: #c19653;
  text-transform: capitalize;
  letter-spacing: 1.5px;
  font-weight: 600;
}
.partner-description {
  font-size: 1rem;
  color: #4a5568;
  margin-bottom: 28px;
  line-height: 1.8;
  text-align: justify;
}
.partner-benefits {
  list-style: none;
  text-align: left;
  padding: 0px;
}
.partner-benefits li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
  font-size: 0.95rem;
  color: #1a202c;
  line-height: 1.7;
}
.partner-benefits li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background: #f37021;
  border-radius: 50%;
}


@media (max-width: 968px) {            
  .header-section h1 {
	font-size: 2.5rem;
  }
  .partner-item {
	padding: 40px 30px;
  }
}

@keyframes fadeInUp {
  from {
	opacity: 0;
    transform: translateY(20px);
  }
  to {
	opacity: 1;
	transform: translateY(0);
  }
}
.partner-item {
  animation: fadeInUp 0.6s ease-out forwards;
  opacity: 0;
  height: 100%;
}

.partner-item:nth-child(1) { animation-delay: 0.1s; }
.partner-item:nth-child(2) { animation-delay: 0.2s; }
.partner-item:nth-child(3) { animation-delay: 0.3s; }
.partner-item:nth-child(4) { animation-delay: 0.4s; }
.partner-item:nth-child(5) { animation-delay: 0.5s; }
.partner-item:nth-child(6) { animation-delay: 0.6s; }


@media (max-width: 768px) {
  .header-section h1 {
	font-size: 2rem;
  }
  .partner-logo-section {
	flex-direction: column;
	align-items: flex-start;
  }
  .logo-placeholder {
	width: 80px;
	height: 80px;
  }
  .partner-title-group h3 {
	font-size: 1.5rem;
  }
  .certificatesection {
	padding: 40px 0px;
  }
  .header-section {
	margin-bottom: 20px;
  }
  .header-section h1 {
	font-size: 1.5rem;
	margin-bottom: 15px;
  }
  .partner-item {
	padding: 20px 20px;
  }
  .partner-logo-section {
	margin-bottom: 15px;
	gap: 15px;
  }
  .partner-description {
    font-size: 0.9rem;
	margin-bottom: 15px;
  }
  .partner-title-group h3 {
	font-size: 1.5rem;
	line-height: 32px;
  }
  .partner-benefits li {
    font-size: 0.9rem;
  }
  
}		





/*--------------------------------------------------------------
# student-placement page css Start
--------------------------------------------------------------*/

.studentplacesection {
  padding: 60px 0px;
}	

.privacy-section {
  background: linear-gradient(135deg, #1a365d 0%, #2c5282 100%);
  padding: 50px;
  border-radius: 30px;
  text-align: center;
  color: white;
  position: relative;
  overflow: hidden;
}
.privacy-content {
  position: relative;
  z-index: 2;
}
.privacy-title {
  font-family: 'Poppins', serif;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 25px;
}
.privacy-text {
  font-family: sans-serif;
  font-size: 1.05rem;
  line-height: 1.8;
  opacity: 0.95;
  max-width: 900px;
  margin: 0 auto;
}	
.carousel-wrapper {
  position: relative;
  background: white;
  padding: 50px 40px;
  border-radius: 25px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(193, 150, 83, 0.1);
  margin-bottom: 40px;
}
.partners-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 0px;
}
.partner-card {
  background: #FFFFFF;
  padding: 10px 10px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 140px;
  border: 2px solid #f8f9fa;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}
.partner-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #c2410c, #f37021, #ffb703);
  transform: scaleX(0);
  transition: transform 0.4s ease;
}
.partner-card:hover::before {
  transform: scaleX(1);
}
.partner-card:hover {
  background: white;
  border-color: #f37021;
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(193, 150, 83, 0.2);
}
.partner-card img {
  max-width: 100%;
  max-height: 130px;
  object-fit: contain;
  transition: all 0.3s ease;
}
.partner-card:hover img {
  transform: scale(1.1);
}
	
.featuredheader {
  text-align: center;
  margin-bottom: 30px;
}
.featuredtag {
  display: inline-block;
  background: linear-gradient(135deg, rgba(243, 112, 33, 0.1), rgba(243, 112, 33, 0.1));
  color: #f37021;
  padding: 10px 28px;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: capitalize;
  margin-bottom: 20px;
  border: 1px solid rgba(243, 112, 33, 0.2);
}
.featuredtitle{
  font-family: 'Poppins';
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 15px;
}
.featuredsubtitle {
  font-family: sans-serif;
  font-size: 1.1rem;
  color: #718096;
  max-width: 700px;
  margin: 0 auto;
}

.curriculum-section {
  text-align: center;
  padding: 60px 50px;
  background: linear-gradient(135deg, #f8f9fa 0%, white 100%);
  border-radius: 30px;
  border: 1px solid #DDD;
  position: relative;
  overflow: hidden;
}
.curriculum-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 20% 50%, rgba(193, 150, 83, 0.05) 0%, transparent 50%),
	radial-gradient(circle at 80% 50%, rgba(193, 150, 83, 0.05) 0%, transparent 50%);
  pointer-events: none;
}
.curriculum-icon {
  width: 90px;
  height: 90px;
  background: #f37021;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 35px;
  box-shadow: 0 15px 40px rgba(193, 150, 83, 0.4);
  position: relative;
  z-index: 2;
}
.curriculum-icon svg {
  width: 45px;
  height: 45px;
  stroke: white;
  fill: none;
  stroke-width: 2;
}
.curriculum-title {
  font-family: 'Poppins', serif;
  font-size: 2rem;
  font-weight: 700;
  color: #000000;
  max-width: 1000px;
  margin: 0 auto;
  line-height: 1.4;
  position: relative;
  z-index: 2;
}	
.header-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 60px;
  align-items: center;
  background: #ffffff;
  border-radius: 30px;
  padding: 50px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  border: 1px solid #DDD;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
.header-section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(193, 150, 83, 0.08) 0%, transparent 70%);
  border-radius: 50%;
}	
.logo-grid {
  background: #004e96;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(26, 54, 93, 0.3);
  position: relative;
  z-index: 2;
}
.logo-box img {
  max-width: 100%;
  object-fit: contain;
}
.header-content {
  position: relative;
  z-index: 2;
}
.header-title {
  font-family: 'Poppins', serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 15px;
  line-height: 1.2;
}
.header-title .highlight {
  color: #f37021;
}
.header-description {
  font-family: sans-serif;
  font-size: 1.05rem;
  color: #718096;
  line-height: 1.8;
  text-align: justify;
}
.header-description strong {
  color: #f37021;
  font-weight: 600;
}	
.header-content p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #718096;
  line-height: 28px;
  margin-bottom: 10px;	
}

.headingsectiontop {
  text-align: center;
  padding: 70px 50px;
  background: linear-gradient(135deg, #f8f9fa 0%, white 100%);
  border-radius: 30px;
  border: 1px solid #DDD;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
.headingsectiontop h4 {
  font-family: 'Poppins', serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: #000000;
  max-width: 1000px;
  margin: 0 auto;
  line-height: 1.4;
  position: relative;
  z-index: 2;
  padding-bottom: 20px;
}
.headingsectiontop p {
  font-family: sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  color: #718096;
  line-height: 1.8;	
}
.headingmaincontent {
  max-width: 1000px;
  margin: 0 auto;
}
	
	
@media (max-width: 768px) {
  .header-section, .curriculum-section, .carousel-wrapper, .privacy-section {
    padding: 20px 20px;
  }
}

@media (max-width: 968px) {
  .header-title {
	font-size: 2rem;
  }
  .featuredtitle {
	font-size: 2.2rem;
  }
  .curriculum-title {
	font-size: 1.5rem;
  }
  .partners-grid {
	grid-template-columns: 1fr;
  }
}

 @media (max-width: 1200px) {
  .header-section {
	grid-template-columns: 1fr;
  }
  .partners-grid {
	grid-template-columns: repeat(2, 1fr);
  }
}

@keyframes fadeInUp {
  from {
	opacity: 0;
	transform: translateY(30px);
  }
  to {
	opacity: 1;
	transform: translateY(0);
  }
}

.header-section, .curriculum-section, .privacy-section {
  animation: fadeInUp 0.8s ease forwards;
}
.curriculum-section { 
  animation-delay: 0.2s;
  margin-bottom: 40px;
}

@media (max-width: 768px) { 
  .section {
    padding: 40px 0px;
  }
  .headingsectiontop {
    padding: 20px 20px;
	margin-bottom: 20px;
	border: 1px solid #DDD;
  }
  .headingsectiontop h4 {
    font-size: 1.5rem;
    padding-bottom: 10px;
  }
  .headingsectiontop p {
    font-size: 1rem;
  }
  .header-section {
    margin-bottom: 20px;
    border: 1px solid #DDD;
	gap: 20px;
  }
  .logo-grid {
    padding: 20px;
  }
  .header-title {
	font-size: 1.5rem;
	line-height: 36px;
	margin-bottom: 10px;
  }
  .header-description {
	font-size: 1rem;
  }
  .curriculum-section {
    border: 1px solid #DDD;
    margin-bottom: 20px;
  }
  .curriculum-icon {
	width: 60px;
    height: 60px;
	border-radius: 10px;
	margin: 0 auto 10px;
  }
  .curriculum-icon svg {
    width: 34px;
    height: 34px;
  }
  .curriculum-title {
    font-size: 1.5rem;
  }
  .featuredtag {
    font-size: 0.7rem;
	margin-bottom: 10px;
  }
  .featuredtitle {
	font-size: 1.5rem;
	margin-bottom: 10px;
  }
  .featuredsubtitle {
    font-size: 1rem;
  }
  .featuredheader {
    margin-bottom: 20px;
  }
  .carousel-wrapper {
    border: 1px solid #DDD;
	margin-bottom: 20px;
	border-radius: 20px;
  }
  .partners-grid {
	gap: 20px;
    margin-bottom: 0px;
  }
  .partner-card {
    border-radius: 20px;
  }
  .privacy-section {
    border-radius: 20px;
  }
  .privacy-title {
    font-size: 1.5rem;
	margin-bottom: 10px;
  }
  .privacy-text {
    font-size: 1rem;
  }

}



/*--------------------------------------------------------------
# testimonials page css Start
--------------------------------------------------------------*/

.testimonialsection {
  padding: 60px 0px;
}	
.sectionheader {
  text-align: center;
  margin-bottom: 40px;
}
.sectiontag {
  display: inline-block;
  background: linear-gradient(135deg, rgba(243, 112, 33, 0.1), rgba(243, 112, 33, 0.1));
  color: #f37021;
  padding: 10px 30px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: capitalize;
  margin-bottom: 25px;
  border: 1px solid rgba(243, 112, 33, 0.2);
}
.sectionheading {
  font-family: 'poppins', serif;
  font-size: 42px;
  font-weight: 700;
  color: #1a2332;
  margin-bottom: 0px;
  line-height: 1.2;
  padding-bottom: 15px;
}
.sectiondescription {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.25rem;
  color: #4a5568;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.8;
}
.testimonial-card {
  background: #f8f9fa;
  border-radius: 30px;
  padding: 50px;
  border: 1px solid #DDD;
  position: relative;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  overflow: hidden;
  height: 100%;
}
.testimonial-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #c2410c, #f37021, #ffb703);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease;
}
.testimonial-card:hover::before {
  transform: scaleX(1);
}
.testimonial-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  border-color: #f37021;
}
.quote-icon {
  position: absolute;
  top: 40px;
  right: 50px;
  width: 80px;
  height: 80px;
  opacity: 0.08;
  font-family: 'poppins', serif;
  font-size: 8rem;
  line-height: 1;
  color: #c19653;
  font-weight: 700;
}
.testimonial-header {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
.student-image {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  position: relative;
}
.student-image::after {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: 50%;
  border: 2px solid #c19653;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.testimonial-card:hover .student-image::after {
  opacity: 1;
}
.student-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.student-info h3 {
  font-family: 'poppins', serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #1a2332;
  margin-bottom: 8px;
}
.student-role {
  font-size: 1rem;
  color: #f37021;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'DM Sans', sans-serif;
}
.role-icon {
  width: 14px;
  height: 14px;
  background: #f37021;
  border-radius: 50%;
}
.rating-stars {
  display: flex;
  gap: 5px;
  margin-bottom: 15px;
}
.star {
  font-size: 20px;
  color: #f37021;
}
.testimonial-text {
  font-size: 1.1rem;
  color: #4a5568;
  line-height: 1.9;
  font-style: italic;
  position: relative;
  z-index: 2;
  margin-bottom: 25px;
  font-family: 'DM Sans', sans-serif;
}
.testimonial-meta {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 25px;
  border-top: 1px solid rgba(193, 150, 83, 0.15);
}
.meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  color: #718096;
  font-family: 'DM Sans', sans-serif;
}
.meta-icon {
  font-size: 20px;
  color: #f37021;
}
.cta-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border-radius: 40px;
  padding: 80px 60px;
  text-align: center;
  border: 1px solid #DDD;
  position: relative;
  overflow: hidden;
}
.cta-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 20% 50%, rgba(193, 150, 83, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 50%, rgba(212, 175, 55, 0.05) 0%, transparent 50%);
  pointer-events: none;
}
.cta-content {
  position: relative;
  z-index: 2;
}
.cta-title {
  font-family: 'poppins', serif;
  font-size: 3rem;
  font-weight: 700;
  color: #1a2332;
  margin-bottom: 20px;
}
.cta-subtitle {
  font-size: 1.2rem;
  color: #4a5568;
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'DM Sans', sans-serif;
}
.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, #ff6a00 0%, #f37021 100%);
  color: #ffffff;
  padding: 14px 55px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.05rem;
  transition: all 0.4s ease;
  box-shadow: 0 15px 40px rgba(193, 150, 83, 0.3);
  font-family: 'poppins', sans-serif;
}
.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 50px rgba(193, 150, 83, 0.4);
}

@media (max-width: 968px) {
  .section-title {
	font-size: 3rem;
  }        
  .testimonial-card {
	padding: 40px 35px;
  }
}

@keyframes fadeInUp {
  from {
	opacity: 0;
	transform: translateY(30px);
  }
  to {
	opacity: 1;
	transform: translateY(0);
  }
}
.testimonial-card {
  animation: fadeInUp 0.8s ease forwards;
  opacity: 0;
}
.testimonial-card:nth-child(1) { animation-delay: 0.1s; }
.testimonial-card:nth-child(2) { animation-delay: 0.2s; }
.testimonial-card:nth-child(3) { animation-delay: 0.3s; }			
	
	
@media (max-width: 768px) {
  .section-title {
	font-size: 2.2rem;
  }
  .cta-section {
	padding: 60px 40px;
  }
  .cta-title {
	font-size: 2.2rem;
  }
  .testimonialsection {
    padding: 40px 0px;
  }
  .sectiontag {
	font-size: 0.7rem;
	margin-bottom: 10px;
  }
  .sectionheading {
    font-size: 1.5rem;
	margin-bottom: 10px;
	padding: 0px;
  }
  .sectiondescription {
	font-size: 1rem;
  }
  .sectionheader {
	margin-bottom: 20px;
  }
  .testimonial-card {
	padding: 20px 20px;
  }
  .testimonial-header {
	gap: 15px;
    margin-bottom: 10px;
  }
  .student-info h3 {
    font-size: 1.2rem;
  }
  .student-role {
    font-size: 0.8rem;
  }
  .role-icon {
    width: 10px;
    height: 10px;
  }
  .star {
    font-size: 14px;
  }
  .rating-stars {
	margin-bottom: 5px;
  }
  .testimonial-text {
	margin-bottom: 10px;
    font-size: 1rem;
  }
  .testimonial-meta {
    padding-top: 10px;
  }
  .cta-section {
	padding: 20px 20px;
  }
  .cta-title {
	font-size: 1.5rem;
	margin-bottom: 10px;
  }
  .cta-subtitle {
    font-size: 1rem;
	margin-bottom: 15px;
  }
  .cta-button {
	padding: 10px 50px;
	font-size: 0.9rem;
  }
  .meta-icon {
    font-size: 16px; 
  }
}



/*--------------------------------------------------------------
# termsandconditions page css Start
--------------------------------------------------------------*/

.terms-header {
  background: linear-gradient(135deg, #f37021 0%, #ff9a4d 100%);
  color: #FFFFFF;
  padding: 160px 0px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.terms-header::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
.terms-header::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -5%;
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}
.terms-header h1 {
  font-family: poppins;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
  animation: fadeInDown 0.8s ease;
}
.terms-header p {
  font-size: 1.1rem;
  opacity: 0.95;
  position: relative;
  z-index: 1;
  animation: fadeInUp 0.8s ease;
}
.last-updated {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 8px 20px;
  border-radius: 25px;
  margin-top: 20px;
  font-size: 0.95rem;
  position: relative;
  z-index: 1;
}
.termtable {
  padding: 60px 0px;
  background: #FFFFFF;
}
.terms-card {
  background: white;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}     
.terms-content {
  padding: 50px 40px;
}
.terms-section {
  margin-bottom: 15px;
  animation: fadeInUp 0.6s ease;
  animation-fill-mode: both;
}
.terms-section:nth-child(1) { animation-delay: 0.1s; }
.terms-section:nth-child(2) { animation-delay: 0.15s; }
.terms-section:nth-child(3) { animation-delay: 0.2s; }

.terms-section .table {
  border: 1px solid #000;	
  width: 30%;
}

.section-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #f37021 0%, #ff9a4d 100%);
  color: #FFFFFF;
  border-radius: 50%;
  font-weight: 700;
  font-size: 1rem;
  margin-right: 15px;
  flex-shrink: 0;
  box-shadow: 0 4px 15px rgba(108, 30, 61, 0.3);
}
.sectiontitle {
  font-size: 1.2rem;
  font-weight: 700;
  color: #f37021;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 3px solid #E0E0E0;
  position: relative;
  font-family: poppins;
}
.sectiontitle::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 80px;
  height: 3px;
  background: linear-gradient(135deg, #f37021 0%, #ff9a4d 100%);
}
.section-content {
  color: #6c757d;
  font-size: 1.05rem;
  line-height: 1.8;
}
.section-content p {
  font-size: 14px;
  margin-bottom: 10px !important;
  font-family: poppins;
}
.section-content ul, .section-content ol {
  margin: 20px 0;
  padding-left: 30px;
}
.section-content li {
  margin-bottom: 12px;
  position: relative;
}
.section-content ul li::marker {
  color: #A83B5C;
  font-size: 1.2rem;
}
.section-content strong {
  color: #2C3E50;
  font-weight: 600;
}
       
@media (max-width: 768px) {
  .terms-header h1 {
	font-size: 2rem;
  }
  .terms-header p {
	font-size: 1rem;
  }      
  .terms-content {
	padding: 30px 20px;
  }
  .sectiontitle {
	font-size: 1.4rem;
	flex-direction: column;
	align-items: flex-start;
  }
  .section-number {
	margin-bottom: 10px;
  }
  .contact-info {
	flex-direction: column;
	gap: 15px;
  }
  .terms-header {
    padding: 100px 0px 30px !important;
  }
  .termtable {
    padding: 30px 0px !important;
  }
  .terms-section {
    padding: 0px !important;
    margin-bottom: 0px !important;
  }
  .terms-section .table {
    width: 100%;
  }
  
}


/*--------------------------------------------------------------
# faq Update css Start
--------------------------------------------------------------*/

.faqq-section {
    background: #fdf6ee;
    padding: 40px 0px;
}
.faqq-heading {
    text-align: center;
    margin-bottom: 20px;
}
.faqq-heading h2 {
    font-size: clamp(32px, 6vw, 52px);
    font-weight: 600;
    color: #E8651A;
    line-height: 1.2;
    margin-top: 2px;
}
.faqq-section .accordion-item {
    background: #f2ece3 !important;
    border: 1.5px solid transparent !important;
    border-radius: 16px !important;
    margin-bottom: 14px;
    overflow: hidden;
    transition: border-color 0.25s, box-shadow 0.25s;
}
.faqq-section .accordion-item:hover { 
    border-color: #e0d5c8 !important; 
}
.faqq-section .accordion-item:has(.accordion-button:not(.collapsed)) {
    border-color: #E8651A !important;
    box-shadow: 0 4px 24px rgba(232,101,26,0.10);
}
.faqq-section .accordion-button {
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    color: #1a1a1a !important;
    background: #f2ece3 !important;
    padding: 22px 28px;
    border-radius: 16px !important;
    box-shadow: none !important;
    gap: 16px;
}
.faqq-section .accordion-button:not(.collapsed) { 
    color: #E8651A !important; 
}
.faqq-section .accordion-button::after { 
    display: none !important; 
}
.faqq-section .acc-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #fff;   
    border: 1.5px solid #ddd;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    transition: transform 0.3s, background 0.25s, border-color 0.25s;
}
.faqq-section .accordion-button:not(.collapsed) .acc-icon {
    transform: rotate(45deg);
    background: #E8651A;
    border-color: #E8651A;
}
.faqq-section .accordion-button:not(.collapsed) .acc-icon line { 
    stroke: #fff; 
}
.faqq-section .accordion-body {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    padding: 16px 28px 24px;
    border-top: 1px solid rgba(0,0,0,0.07);
    background: #f2ece3;
}

@media (min-width: 320px) and (max-width: 768px) {
  .faqq-section {
    padding: 30px 0px;  
  }    
  .faqq-heading {
    margin-bottom: 20px;
  }
  .faqq-heading h2 {
    font-weight: 700;
  }  
}


/*--------------------------------------------------------------
# faq page css Start
--------------------------------------------------------------*/

.mainfaqsection {
  padding: 60px 0px;
}
.faq-header {
  text-align: center;
  animation: fadeInDown 0.8s ease;
}
.faq-header h1 {
  font-family: 'poppins';
  font-size: 2.5rem;
  font-weight: 700;
  color: #f37021;
  margin-bottom: 25px;
  position: relative;
  display: inline-block;
}
.faq-item {
  background: white;
  border-radius: 15px;
  margin-bottom: 20px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  overflow: hidden;
  transition: all 0.3s ease;
  animation: fadeInUp 0.6s ease;
  animation-fill-mode: both;
}
.faq-item:nth-child(1) { animation-delay: 0.1s; }
.faq-item:nth-child(2) { animation-delay: 0.2s; }
.faq-item:nth-child(3) { animation-delay: 0.3s; }
.faq-item:nth-child(4) { animation-delay: 0.4s; }
.faq-item:nth-child(5) { animation-delay: 0.5s; }
.faq-item:nth-child(6) { animation-delay: 0.6s; }

.faq-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}
.faq-question {
  padding: 20px 25px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.faq-question::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: linear-gradient(135deg, #f37021 0%, #ff9a4d 100%);
  transform: scaleY(0);
  transition: transform 0.3s ease;
}
.faq-item.active .faq-question::before {
  transform: scaleY(1);
}
.faq-question:hover {
  background-color: #f8f9fa;
}
.question-content {
  display: flex;
  align-items: center;
  flex: 1;
}
.question-number {
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, #f37021 0%, #ff9a4d 100%);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  margin-right: 20px;
  flex-shrink: 0;
  font-size: 1.1rem;
  box-shadow: 0 4px 10px rgba(108, 30, 61, 0.3);
}
.question-text {
  font-size: 1.1rem;
  font-weight: 600;
  color: #2C3E50;
  line-height: 1.5;
}
.faq-icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #F8F9FA;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  flex-shrink: 0;
  margin-left: 15px;
  border: 2px solid #707070;
}
.faq-icon i {
  color: #6C1E3D;
  font-size: 1rem;
  transition: transform 0.3s ease;
}
.faq-item.active .faq-icon {
  background: linear-gradient(135deg, #f37021 0%, #ff9a4d 100%);
}
.faq-item.active .faq-icon i {
  color: white;
  transform: rotate(180deg);
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  background-color: #fafbfc;
}
.faq-answer-content {
  padding: 0 30px 0 95px;
  color: #5a6c7d;
  line-height: 1.8;
  font-size: 1rem;
}
.faq-item.active .faq-answer {
  max-height: 1000px;
  padding: 20px 0 30px 0;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
	transform: translateY(-30px);
  }
  to {
	opacity: 1;
	transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
	opacity: 0;
	transform: translateY(30px);
  }
  to {
	opacity: 1;
	transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .faq-header h1 {
	font-size: 2rem;
  }
  .question-number {
	width: 35px;
	height: 35px;
	font-size: 0.9rem;
	margin-right: 15px;
  }
  .question-text {
	font-size: 0.95rem;
  }
  .faq-question {
	padding: 20px 20px;
  }
  .faq-answer-content {
	padding: 0 20px 0 70px;
	font-size: 0.9rem;
  }
  .mainfaqsection {
    padding: 30px 0px;  
  }
}





/*--------------------------------------------------------------
# institute-locator page css Start
--------------------------------------------------------------*/

.centres-box {
    text-align: center;
}
.centres-box {
    background: #fff;
    padding: 20px 20px 2px 20px;
    border-radius: 10px;
	margin-bottom: 25px;
}
  .centres-box img {
    width: 40%;
    margin-bottom: 15px;
	
}  
.centres-box h5 {
    font-family: "Poppins", sans-serif;
}
button.Book-bx {
    background: #f37021;
    color: #fff;
    border: 1px solid #f37021;
    padding: 7px 20px;
    border-radius: 30px;
    margin-top: 30px;
}



/*--------------------------------------------------------------
# nutrition-faculty-development-program page css Start
--------------------------------------------------------------*/

.program-container {
  background: #f37021;
  border-radius: 12px;
  padding: 30px 30px;
  color: #fff;
}
.program-title {
  font-family: 'poppins';
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: center;
}
.info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px 25px;
}
.info-item {
  text-align: left;
  display: flex;
  align-items: center;
  background: #fd8c48;
  border-radius: 10px;
  padding: 15px 20px;
  box-shadow: inset 0 0 5px rgba(255,255,255,0.1);
}
.info-item i {
  margin-right: 18px;
  font-size: 42px;
}
.info-text {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
.label {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 4px;
}
.value {
  font-size: 1rem;
  color: #ffffff;
}
@media(max-width: 480px) {
  .info-grid {
    grid-template-columns: 1fr;
  }
}


.description {
  list-style: none;
  padding-left: 0;
  margin: 0px;
}
.description li {
  margin-bottom: 0px;
  font-size: 15px;
  color: #444;
  position: relative;
}
.description li i {
  color: #f37021;
}


/*--------------------------------------------------------------
# locations-maharashtra page css Start
--------------------------------------------------------------*/

.search input {
    margin-bottom: 15px;
    border: 1px solid #f37021;
    text-align: center;
    color: #000 !important;
    border-radius: 50px;
}
.search h5 {
    color: #000;
    font-family: "Poppins", sans-serif;
    margin-bottom: 40px;
}
.location-main h5 {
    text-align: left;
    color: #000;
    font-family: "Poppins", sans-serif;
	margin-bottom: 35px;
}
.store-data ul li {
    list-style-type: none;
}
.store-data {
    text-align: left;
	    
}
.store-data ul li {position: relative;}

.store-data ul li .img {
    left: 0;
    width: 50px;
    display: inline-block;
    padding-left: 0;
    position: absolute;
    top: -3px;
    font-size: 20px;
    color: #f37021;
}
.store-data ul li p {
    margin-left: 36px;
    color: #000;
    font-size: 15px;
}
.location-box {
    background: #fff;
    padding: 20px 20px;
    border-radius: 13px;
    border: 1px solid #f37021;
	margin-bottom: 25px;
}
.store-data ul {
    padding: 0;
}


/*--------------------------------------------------------------
# certificate-course-in-beginners-makeup page css Start
--------------------------------------------------------------*/

.coursesection { 
  padding: 70px 0px;
}		
.pagetitl h1 {
  margin-bottom: 10px;
  text-align: center;
  font-family: Poppins;
  font-size: 32px;
}	
.course-header {
  background: #f37021;
  border-radius: 16px;
  padding: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.course-header h2 {
  font-family: 'poppins', serif;
  font-size: 30px;
  color: white;
  font-weight: 600;
  margin: 0px;
}
.course-icon {
  width: 60px;
  height: 60px;
  background: #fd8c48;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.course-icon i {
  color: #FFF;
  font-size: 32px;
}
.program-container {
  background: #f37021;
  border-radius: 12px;
  padding: 30px 30px;
  color: #fff;
}
.info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px 25px;
}
.info-item {
  text-align: left;
  display: flex;
  align-items: center;
  background: #fd8c48;
  border-radius: 10px;
  padding: 15px 20px;
  box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.1);
}
.info-item i {
  margin-right: 18px;
  font-size: 42px;
}
.info-text {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
.info-text .label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #FFE8D1;
  text-transform: uppercase;
  margin: 0 0 3px;
}
.info-text .value {
  font-size: 16px;
  font-weight: 600;
  color: #FAF6F1;
  margin: 0;
}
.courseoverview {
  background: #faf8f5;
  border-radius: 16px;
  padding: 50px;
  margin-bottom: 50px;
  border-left: 4px solid #f37021;
  border-top: 1px solid #DDD;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
}
.courseoverview h3 {
  font-family: 'poppins', serif;
  font-size: 2rem;
  color: #000;
  margin-bottom: 25px;
  font-weight: 600;
}
.duration-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  padding: 16px 28px;
  border-radius: 50px;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
.duration-badge i {
  color: #f37021;
  font-size: 28px;  
}
.duration-text {
  font-weight: 600;
  color: #f37021;
}
.duration-hours {
  font-size: 0.9rem;
  color: #000;
  font-weight: 400;
}	
.course-description {
  font-size: 1.05rem;
  color: #5a5a5a;
  line-height: 1.9;
  margin-bottom: 25px;
}
.course-description a {
  color: #f37021;
  text-decoration: none;
  border-bottom: 1px solid #f37021;
  transition: opacity 0.3s;
}
.course-description a:hover {
  opacity: 0.7;
}		
.two-column-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-bottom: 50px;
  align-items: center;
}
.content-column h3 {
  font-family: 'poppins', serif;
  font-size: 2rem;
  color: #000;
  margin-bottom: 15px;
  font-weight: 600;
}
.content-column p {
  font-size: 1rem;
  color: #5a5a5a;
  line-height: 1.8;
  margin-bottom: 25px;
}
.benefits-list {
  list-style: none;
}
.benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid #f0f0f0;
}
.benefit-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.benefit-icon {
  width: 24px;
  height: 24px;
  background: #f37021;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.benefit-icon::after {
  content: '✓';
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
.benefit-content strong {
  color: #2d2d2d;
  font-weight: 600;
  display: block;
  margin-bottom: 4px;
}
.benefit-content {
  font-size: 0.95rem;
  color: #5a5a5a;
  line-height: 1.7;
}
.image-column {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.12);
}
.image-column img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}	
.cta-section {
  background: linear-gradient(135deg, #faf8f5 0%, #ffffff 100%);
  border-radius: 16px;
  padding: 60px;
  text-align: center;
  margin-bottom: 50px;
  border: 1px solid #f0f0f0;
}
.cta-section h3 {
  font-family: 'poppins', serif;
  font-size: 2rem;
  color: #2d2d2d;
  margin-bottom: 30px;
  font-weight: 600;
}
.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #f37021;
  color: white;
  padding: 18px 45px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(107, 31, 58, 0.25);
}
.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(107, 31, 58, 0.35);
  color: #FFF;
}
.learning-section {
  margin-bottom: 50px;
}
.learning-section h3 {
  font-family: 'poppins', serif;
  font-size: 2.2rem;
  color: #2d2d2d;
  margin-bottom: 15px;
  font-weight: 600;
}
.learning-section > p {
  font-size: 1rem;
  color: #5a5a5a;
  margin-bottom: 35px;
  line-height: 1.8;
}
.learning-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.learning-item {
  display: flex;
  gap: 15px;
}
.learning-item-icon {
  width: 8px;
  height: 8px;
  background: #f37021;
  border-radius: 50%;
  margin-top: 8px;
  flex-shrink: 0;
}
.learning-item-content strong {
  color: #2d2d2d;
  font-weight: 600;
  display: block;
  margin-bottom: 6px;
}
.learning-item-content {
  font-size: 0.95rem;
  color: #5a5a5a;
  line-height: 1.7;
}
.learning-item-content a {
  color: #f37021;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s;
}
.learning-item-content a:hover {
  border-bottom-color: #f37021;
}
.career-section {
  background: white;
  border-radius: 16px;
  padding: 50px;
  border: 1px solid #e8e8e8;
  margin-bottom: 50px;
}
.career-section h3 {
  font-family: 'poppins', serif;
  font-size: 2.2rem;
  color: #2d2d2d;
  margin-bottom: 25px;
  font-weight: 600;
}
.career-section > p {
  font-size: 1rem;
  color: #5a5a5a;
  margin-bottom: 35px;
  line-height: 1.8;
}
.career-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
.career-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.career-item-icon {
  width: 40px;
  height: 40px;
  background: #f37021;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.career-item-icon::after {
  content: '→';
  color: white;
  font-size: 18px;
  font-weight: bold;
}
.career-item-content strong {
  color: #2d2d2d;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}
.career-item-content {
  font-size: 0.95rem;
  color: #5a5a5a;
  line-height: 1.7;
}
.final-cta {
  background: #f37021;
  border-radius: 16px;
  padding: 60px;
  text-align: center;
  color: white;
}
.final-cta h3 {
  font-family: 'poppins', serif;
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: 600;
}
.final-cta p {
  font-size: 1.1rem;
  margin-bottom: 35px;
  opacity: 0.95;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
}
.final-cta p a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
.final-cta-subtitle {
  font-size: 1.2rem;
  margin-bottom: 30px;
  font-weight: 500;
}
.final-cta-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: white;
  color: #000;
  padding: 18px 45px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}
.final-cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3);
}


/*--------------------------------------------------------------
# Main Content Page Start
--------------------------------------------------------------*/
.vlcccontentbx h3 {
  text-align: center; 
  font-family: Poppins; 
  font-size: 35px;  
  padding-bottom: 10px;
  margin: 0px;
}
.vlcccontentbx h2 {
  margin: 0px; 
  text-align: center; 
  font-family: Poppins; 
  font-size: 35px; 
  color: #000;
  padding-bottom: 20px;
}
.vlcccontentbx p {
  font-weight: 500;
  font-size: 15px;
  font-family: Poppins; 
  padding-bottom: 10px;
  margin: 0px;
  text-align: justify;
}
.enrolltitle {
  margin: 0px; 
  text-align: center; 
  font-family: Poppins; 
  font-size: 35px; 
  color: #000;
  padding-bottom: 20px;
}


/*--------------------------------------------------------------
# Media Section page css Start
--------------------------------------------------------------*/
.card-featured {
  position: relative;
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid rgba(201,169,110,0.2);
  height: 100%;
  min-height: 460px;
  cursor: pointer;
  transition: transform 0.4s cubic-bezier(.25,.8,.25,1);
}
.card-featured:hover { 
  transform: translateY(-4px); 
}
.card-featured .img-wrap {
  width: 100%; 
  height: 260px;
  overflow: hidden;
  position: relative;
}
.card-featured .img-wrap img {
  width: 100%; 
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  filter: brightness(0.85);
}
.card-featured:hover .img-wrap img {
  transform: scale(1.05); 
}
.card-featured .badge-cat {
  position: absolute;
  top: 16px; 
  left: 16px;
  background: #C9A96E;
  color: #0D0D0D;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 5px 12px;
}
.card-featured .card-body-inner {
  padding: 28px 28px 24px;
}
.card-date {
  font-size: 11px;
  color: #f37021;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.card-title-text {
  font-size: clamp(20px, 2.5vw, 26px);
  font-weight: 400;
  line-height: 1.25;
  color: #000;
  margin-bottom: 14px;
}
.card-excerpt {
  font-size: 13px;
  color: #6B6B6B;
  line-height: 1.7;
  margin-bottom: 22px;
}
.read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #f37021;
  text-decoration: none;
  font-weight: 500;
  transition: gap 0.2s;
}
.read-more:hover { 
  gap: 14px; 
  color: #f37021; 
}
.read-more svg { 
  transition: transform 0.2s; 
}
.read-more:hover svg { 
  transform: translateX(4px); 
}



@media (max-width: 968px) {
  .two-column-section, .learning-grid, .career-list {
	grid-template-columns: 1fr;
  }
  .pagetitl h1 {
	font-size: 2.2rem;
  }
  .course-header h2 {
	font-size: 1.5rem;
  }
  .course-overview, .career-section {
	padding: 35px;
  }
  .cta-section, .final-cta {
	padding: 40px 30px;
  }
  .final-cta h3 {
	font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .course-overview {
	padding: 30px 25px;
  }
  .info-grid {
	grid-template-columns: 1fr;
  }
  .coursesection {
	padding: 40px 0px;
  }
  .pagetitl h1 {
	font-size: 1.8rem;
	margin-bottom: 20px;
  }
  .program-container {
    padding: 20px 20px;
  }
  .info-item {
    padding: 15px 15px;
  }
  .info-item i {
    margin-right: 10px;
    font-size: 32px;
  }
  .info-text .label {
    font-size: 0.9rem;
  }
  .info-text .value {
    font-size: 0.8rem;
  }
  .info-grid {
    gap: 15px 15px;	
  }
  .course-header {
	padding: 20px 20px;
	gap: 15px;
  }
  .course-icon {
    width: 45px;
    height: 45px;
  }
  .course-icon i {
    font-size: 25px;
  }
  .course-header h2 {
	font-size: 0.9rem;
	line-height: 24px;
  }
  .courseoverview {
    padding: 20px;
	margin-bottom: 20px;
  }
  .courseoverview h3 {
    font-size: 1.5rem;
	margin-bottom: 15px;
  }
  .duration-badge {
	padding: 8px 32px;
	margin-bottom: 15px;
  }
  .duration-badge i {
	font-size: 24px;
  }
  .duration-text {
    font-size: 0.8rem;
  }
  .duration-hours {
    font-size: 0.8rem;
  }
  .course-description {
    font-size: 1rem;
	margin-bottom: 15px;
  }  
  .benefit-item {
	margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .two-column-section {
    margin-bottom: 20px;
	gap: 20px;
  }
  .content-column h3 {
    font-size: 1.5rem;
	margin-bottom: 10px;
  }
  .content-column p {
	margin-bottom: 15px;
  }
  .course-overview, .career-section {
	padding: 20px;
  }
  .career-section {
	margin-bottom: 20px;
  }
  .career-section h3 {
    font-size: 1.5rem;
	margin-bottom: 10px;
  }  
  .career-section > p {
	margin-bottom: 15px;
  }
  .career-list {
	gap: 15px;
  }
  .cta-section, .final-cta {
	padding: 20px 20px;
  }
  .final-cta h3 {
	font-size: 1.5rem;
	line-height: 34px;
	margin-bottom: 10px;
  }
  .final-cta p {
    font-size: 1rem;
	margin-bottom: 15px;
  }
  .final-cta-subtitle {
    font-size: 1rem;
    margin-bottom: 15px;
  }
  .final-cta-button {
	padding: 10px 36px;
	font-size: 0.8rem;
  }
  .learning-section {
    margin-bottom: 20px;
  }
  .cta-section {
    margin-bottom: 20px;
  }
  .cta-button {
  	padding: 10px 36px;
	font-size: 0.8rem;
  }
  .cta-section h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
}
       

/*--------------------------------------------------------------
# hair-faculty-development-program page css Start
--------------------------------------------------------------*/
.course_card { 
  padding: 44px 0 20px; 	
}
.course_page_title {
  background: #2B1620;
  padding: 22px 0;
  text-align: center;
}
.course_page_title h1 {
  font-family: 'poppins';
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0.01em;
  color: #FAF6F1;
  margin: 0;
}
.course_module {
  padding: 20px 0 44px;
  border-bottom: 1px solid rgba(43,22,32,0.12);	
}
.course_title {
  font-family: 'poppins', serif;
  font-weight: 800;
  font-style: italic;
  font-size: clamp(21px, 2.6vw, 26px);
  color: #F36F21;
  margin: 15px 0 15px;
  letter-spacing: 0.01em;
}
.module_title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #3A3F4B;
  margin: 15px 0 15px;
  line-height: 28px;
}


.progracontainer {
  background: radial-gradient(120% 160% at 10% -20%, #F36F21 0%, #C2570D 60%, #6B2E06 100%);
  border-radius: 18px;
  padding: 36px;
  color: #fff;
}
.program-title {
  font-family: 'poppins';
  font-weight: 600;
  font-style: italic;
  font-size: clamp(20px, 3vw, 26px);
  text-align: center;
  margin: 0 0 26px;
  color: #FAF6F1;
}
.icon {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1.5px solid #FFE8D1;
  display: flex;
  align-items: center;
  justify-content: center;
} 
.icon svg {
  width: 20px;
  height: 20px;
}
.info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.info-item {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.info-item i {
  margin-right: 18px;
  font-size: 42px;
}
.info-text {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
.label {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 4px;
}
.value {
  font-size: 1rem;
  color: #ffffff;
}
@media(max-width: 480px) {
  .info-grid {
    grid-template-columns: 1fr;
  }
}

.coursecard {
  text-align: left;
}
.description {
  list-style: none;
  margin: 0 0 0px;
  padding: 0;
}
.description li {
  color: #444;  
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 7px 0;
  border-bottom: 1px dashed rgba(43,22,32,0.12);
  font-size: 15px;
}
.description li i {
  color: #f37021;
}
.pagetitl h1 {
  margin-bottom: 10px;
  text-align: center;
  font-family: Poppins;
  font-size: 32px;
}
.courseheadingss h3 {
  font-family: 'poppins', serif;
  font-size: 1.8rem;
  color: #000;
  margin: 0px;
  font-weight: 600;
  text-align: left;
  padding-bottom: 6px;
}

.cat-list{
  margin: 0px 0 0 !important;   
  padding: 0 !important;
  list-style:none !important;
}
details.cat{
  border-bottom:1px dashed rgba(43,22,32,0.12);
}
details.cat summary{
  cursor:pointer;
  list-style:none;
  padding: 7px 0;
  font-size:15px;
  font-weight:600;
  display:flex; 
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
details.cat summary::-webkit-details-marker{ 
  display:none; 
}
details.cat summary .label-row{
  display:flex; 
  align-items:center; 
  gap:12px;
}
details.cat summary .dash{
  flex-shrink:0;
  width:18px; height:2px;
  background: #FFB65C;
  margin-top:1px;
}
details.cat summary .chevron{
  flex-shrink:0;
  width:16px; 
  height:16px;
  color: #F36F21;
  transition:transform 0.2s ease;
}
details.cat[open] summary .chevron{ 
  transform:rotate(90deg); 
}
.sub-list{
  list-style:none;
  margin:0 0 16px 30px;
  padding:0;
}
.sub-list li{
  position:relative;
  padding:8px 0 8px 18px;
  font-size:14px;
  color:rgba(43,22,32,0.82);
  font-weight:400;
}
.sub-list li::before {
  content:"";
  position:absolute;
  left:0;
  top:16px;
  width:6px; 
  height:6px;
  border-radius:50%;
  background: #FFB65C;
}


@media(max-width: 768px) { 
  .about {
	padding: 40px 0px;
  }
  .pagetitl h1 {
	font-size: 1.8rem;
	margin-bottom: 20px;
  }
  .progracontainer {
	padding: 20px 20px;
	margin-bottom: 20px;
  }
  .program-title {
    font-size: 1.5rem;
	margin-bottom: 15px;
  }
  .info-item i {
	font-size: 32px;
  }
  .info-item {
	padding: 15px 15px;
  }
  .info-text .label {
	font-size: 0.9rem;
  }
  .info-text .value {
	font-size: 0.8rem;
  }
  .info-grid {
	gap: 15px 15px;
  }
  .courseheadingss h3 {
	font-size: 1.5rem;
	margin-bottom: 15px;
  }
  .description li {
    font-size: 0.9rem;
  }
  

}



/*--------------------------------------------------------------
# certificate-validation page css Start
--------------------------------------------------------------*/

.section-title input {
    width: 50%;
    margin: auto;
    border: 1px solid #000;
    padding: 20px 20px !important;
    text-align: center;
}
button.more-bx {
    background: #000000;
    color: #fff;
    border: 1px solid #000;
    padding: 5px 20px;
	border-radius: 30px;
}

.certificatemodl .modal-body .table td a {
    background: #f37021;
    color: #fff;
    padding: 3px 8px;
    border-radius: 3px;
}
.certificatemodl .modal-body table {
    margin-bottom: 0;
}
.certificatemodl .modal-header {
    background: #f37021;
    color: #fff;
}
.certificatemodl .modal-body .table thead {
    background: #ccc;
    font-size: 13px;
    text-align: center;
}
.certificatemodl .modal-body .table td {
    border: 1px solid #ccc;
    text-align: center;
    font-size: 13px;
}



/*--------------------------------------------------------------
# franchise page css Start
--------------------------------------------------------------*/

.franchise {
    background: #f37021;
    color: #fff;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.franchise h3 {
    color: #fff !important;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}
.Launch2 h3 {
    font-family: "Poppins", sans-serif;
    color: #000;
}
.Launch2 ul li {
    color: #000;
    font-size: 18px;
    line-height: 40px;
    list-style-type: disclosure-closed;
}
.black-btn11 a:before {
    content: "";
    background: url(../../assets/img/animated-arrow.gif) 10px 2px / 92px no-repeat;
    width: 124px;
    height: 100px;
    position: absolute;
    left: -79px;
    top: -20px;
}

#clients .swiper-slide img {
    width: 100%;
    height: 120px;
}


/*--------------------------------------------------------------
# About Us page css Start
--------------------------------------------------------------*/

.aboutsection {
	padding: 60px 0px 0px;			
}
.aboutsectiontop {
	text-align: center;
	padding: 50px 50px;
	background: linear-gradient(135deg, #f8f9fa 0%, white 100%);
	border-radius: 30px;
	border: 1px solid #DDD;
	position: relative;
	overflow: hidden;
	margin-bottom: 40px;
}
.aboutmaincontent {
	max-width: 1000px;
	margin: 0 auto;
}
.aboutmaincontent p {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #718096;
	line-height: 28px;
	margin-bottom: 10px;
}
.privacysection {
	padding: 60px 0px;		
}


/*--------------------------------------------------------------
# Career Section css Start
--------------------------------------------------------------*/
.careersec {
  background: #1e1e1e;  
  padding: 60px 0px;
}
.careersecinner h2 {
  font-size: clamp(21px, 3.5vw, 32px);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 6px;
  line-height: 1.3;
}
.placement-tagline {
  font-size: 14px !important;
  color: #aaaaaa !important;
  margin-bottom: 28px !important;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  font-weight: 600 !important;
}
.placement-tagline .dot { 
  color: #C9922A; 
  font-weight: 700; 
}
.careers-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 28px;
}
.career-card {
  background: #2a2a2a;
  border: 1px solid #3a3a3a;
  border-radius: 10px;
  padding: 18px 16px;
  transition: border-color 0.25s, transform 0.2s;
  cursor: default;
}
.career-card:hover {
  border-color: #C9922A;
  transform: translateY(-2px);
}
.career-card h3 {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 10px;
  line-height: 1.4;
  min-height: 38px;
}
.career-card .label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #aaaaaa;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.career-card .salary {
  font-size: 16px;
  font-weight: 600;
  color: #e0a83a;
}
.placement-footer {
  border-top: 1px solid #3a3a3a;
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.placement-footer p {
  font-size: 16px;
  color: #aaaaaa;
  margin: 0;
}
.placement-footer p strong {
  color: #ffffff;
  font-weight: 700;
}
.btn-stories {
  background: #ffffff;
  color: #1e1e1e;
  border: none;
  border-radius: 8px;
  padding: 10px 22px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: background 0.2s, 
  transform 0.18s;
}
.btn-stories:hover {
  background: #e8e8e8;
  transform: translateX(2px);
}
 
@media (max-width: 768px) {
  .careersecinner { 
    padding: 24px 0px 24px; 
  }
  .careers-grid { 
    grid-template-columns: repeat(2, 1fr); 
  }
  .career-card h3 { 
    min-height: unset; 
  }
}
@media (max-width: 480px) {
  .careersec { 
    padding: 0px 0px;
  }
  .careers-grid { 
    grid-template-columns: 1fr 1fr; gap: 10px; 
  }
  .placement-footer { 
    flex-direction: column;
    align-items: flex-start; 
  }
  .btn-stories { 
    width: 100%; 
    justify-content: center; 
  }
}



/*--------------------------------------------------------------
# Communication Page css Start
--------------------------------------------------------------*/

.section-header {
  text-align: center;
  margin-bottom: 36px;
}
.section-header .eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #ff6920;
  margin-bottom: 12px;
}
.section-header h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.12;
  color: #1A1612;
}
.section-header h2 em {
  font-style: italic;
  color: #4A5240;
}
.divider {
  width: 48px;
  height: 2px;
  background: #ff6920;
  margin: 20px auto 0;
}
.communicationbx {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform .4s cubic-bezier(.16,1,.3,1), box-shadow .4s ease;
  box-shadow: 0 2px 12px rgba(26,22,18,.06);
}
.communicationbx:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(26,22,18,.13);
}
.communicationcategory {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 3;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #fff;
  background: #ff6920;
  padding: 5px 12px;
  border-radius: 2px;
}
.communicationimg {
  position: relative;
  height: 240px;
  overflow: hidden;
}
.communicationimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .6s cubic-bezier(.16,1,.3,1);
  filter: brightness(.92);
}
.communicationbx:hover .communicationimg img { transform: scale(1.06); }

.communicationimg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(26,22,18,.55) 0%, transparent 55%);
  pointer-events: none;
}

.communicationbody { padding: 22px 24px 26px; }

.communicationbody {
  padding: 22px 24px 26px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.communicationtitle {
  font-size: 1.15rem;
  line-height: 1.35;
  color: #1A1612;
  transition: color .2s;
}
.communicationbx:hover .communicationtitle { color: #C85A2E; }

.communicationexcerpt {
  font-size: .85rem;
  line-height: 1.65;
  color: #6B635A;
  font-weight: 300;
}
.communicationfooter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid #E8E2D9;
}
.communicationmeta {
  font-size: .75rem;
  color: #9E9087;
  letter-spacing: .04em;
}
.communicationlink {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: .78rem;
  font-weight: 500;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #ff6920;
  text-decoration: none;
  position: relative;
}
.communicationlink::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: #ff6920;
  transition: width .3s ease;
}
.communicationlink:hover::after { width: 100%; }
.communicationlink svg {
  transition: transform .25s ease;
}
.communicationlink:hover svg { transform: translateX(4px); }

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}
.communicationbx {
  opacity: 0;
  animation: fadeUp .6s cubic-bezier(.16,1,.3,1) forwards;
}


/*--------------------------------------------------------------
# Blogs Page css Start
--------------------------------------------------------------*/
.blogbox{
  background:#FFFFFF;
  border-radius:16px;
  overflow:hidden;
  border:1px solid #E8E2D8;
  display:flex;
  flex-direction:column;
  transition:transform .35s cubic-bezier(.16,1,.3,1);
  box-shadow .35s ease;
  opacity:0;
  animation:fadeUp .55s cubic-bezier(.16,1,.3,1) forwards;
}
.blogbox:hover{
  transform:translateY(-5px);
  box-shadow:0 16px 40px rgba(24,20,15,.1);
}
.blogbox:nth-child(1){
  animation-delay:.04s;
}
.blogbox:nth-child(2){
  animation-delay:.1s;
}
.blogbox:nth-child(3){
  animation-delay:.16s;
}
.blogbox:nth-child(4){
  animation-delay:.22s;
}
.blogbox:nth-child(5){
  animation-delay:.28s;
}
.blogbox:nth-child(6){
  animation-delay:.34s;
}
.blogboximg {
  height:260px;
  overflow:hidden;
  position: relative;
}
.blogboximg img {
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .5s ease;
}
.blogbox:hover .blogboximg img {
  transform:scale(1.05);
}
.blogboxcat{
  position:absolute;
  top:12px;
  left:12px;
  z-index:2;
  font-size:.67rem;
  font-weight:600;
  letter-spacing:.16em;
  text-transform:uppercase;
  padding:4px 10px;
  border-radius:100px;
}
.blogboxbody {
  padding:18px 20px 20px;
  flex:1;
  display:flex;
  flex-direction:column;
  gap:8px;
}
.blogboxtitle {
  line-height: 26px !important;    
}

.blogboxbody .blogti {
  font-size:1.12rem !important;
  font-weight:600 !important;
  line-height:1.3 !important;
  color:#18140F !important;
  transition:color .2s !important;
}
.blogbox:hover .blogboxtitle {
  color: #f37021;
}
.blogboxexcerpt {
  font-size:.82rem;
  color:#5A5248;
  font-weight:300;
  line-height:1.7;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.blogboxfooter {
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-top:auto;
  padding-top:14px;
  border-top:1px solid #E8E2D8;
}
.blogboxmeta {
  font-size:.72rem;
  color:#9E9187;
  display:flex;
  align-items:center;
  gap:6px;
}
.blogboxmeta .dot {
  width:3px;
  height:3px;
  border-radius:50%;
  background:#E8E2D8;
}
.pagination{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  margin-top:40px;
}
.page-btn{
  width:38px;
  height:38px;
  border-radius:10px;
  border:1px solid #E8E2D8;
  background:#FFFFFF;
  font-size:.85rem;
  font-weight:400;
  color:#5A5248;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:all .2s;
}
.page-btn.active {
  background:#18140F;
  color:#fff;
  border-color:#18140F;
}
.page-btn:hover:not(.active) {
  border-color:#5A5248;
  color:#18140F;
}
.page-btn.arrow{
  font-size:1rem;
}
.read-btn svg {
  width: 14px;
  height: 14px;
}
.sidebar {
  display:flex;
  flex-direction:column;
  gap:28px;
  position:sticky;
  top:80px;
}
.sidebar-widget {
  background:#FFFFFF;
  border:1px solid #E8E2D8;
  border-radius:16px;
  padding:22px;
}
.widget-title {
  font-size:1.1rem;
  font-weight:600;
  color:#18140F;
  margin-bottom:16px;
  padding-bottom:12px;
  border-bottom:1px solid #E8E2D8;
}

.trending-item {
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding:10px 0;
  border-bottom:1px solid #E8E2D8;
}
.trending-item:last-child {
  border-bottom:none;
  padding-bottom:0;
}
.trend-num{
  font-size:1.5rem;
  font-weight:600;
  color:#E8E2D8;
  line-height:1;
  flex-shrink:0;
  width:28px;
}
.trend-title a {
  font-size:.82rem;
  font-weight:500;
  color:#18140F;
  line-height:1.4;
  margin-bottom:3px;
  transition:color .2s;
  cursor:pointer;
}
.trend-title:hover {
  color:#B84C2B;
}
.trend-cat {
  font-size:.7rem;
  color:#9E9187;
}

.tags-cloud {
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.tag {
  padding:5px 12px;
  background:#EDEAE3;
  border-radius:100px;
  font-size:.75rem;
  font-weight:400;
  color:#5A5248;
  cursor:pointer;
  transition:all .2s;
  border:1px solid transparent;
}
.tag:hover {
  background:#F5EAE4;
  color:#B84C2B;
  border-color:#F5EAE4;
}

@keyframes fadeUp{
  from{opacity:0;transform:translateY(20px)}
  to{opacity:1;transform:translateY(0)}
}

@media(max-width:900px){
  .sidebar {
    position:static;
  }
}


/*--------------------------------------------------------------
# Blogs Detail Page css Start
--------------------------------------------------------------*/
.article-hero .breadcrumb{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:.90rem;
  color: #9E9187;
  margin-bottom: 15px;
}
.article-hero .breadcrumb a {
  color: #9E9187;
  text-decoration:none;
  transition:color .2s;
}
.article-hero .breadcrumb a:hover {
  color: #B84C2B;
}
.article-hero .breadcrumb span {
  font-size:.90rem;
}
.article-title{
  font-size: clamp(2.2rem, 3vw, 2.2rem);
  font-weight: 700;
  line-height: 1.4;
  color: #f37021;
  max-width: 900px;
  margin-bottom: 10px;
}
.article-title em {
  font-style:italic;
  color: #000000;
}
.article-subtitle{
  font-size:1.1rem;
  font-weight:300;
  color: #5A5248;
  line-height:1.75;
  margin-bottom:0px;
}
.hero-image-wrap{
  padding:32px 0px 0;
}
.hero-image{
  width:100%;
  height:600px;
  border-radius:20px;
  overflow:hidden;
  position:relative;
}
.hero-image img {
  width:100%;
  height:100%;
  display:block;
}
.hero-image::after{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(to top,rgba(24,20,15,.25) 0%,transparent 50%);
  border-radius:20px;
}
.image-caption{
  text-align:center;
  font-size:.78rem;
  font-style:italic;
  color: #9E9187;
  margin-top:12px;
}
.article-body {
  min-width:0;
}
.prose {
  font-size: 15px;
  line-height: 1.85;
  color: #5A5248;
  font-weight: 400;
}
.prose h2{
  font-size:1.9rem;
  font-weight:700;
  color: #18140F;
  margin:15px 0 18px;
  line-height:1.2;
}
.prose p {
  margin-bottom: 10px;
}
.prose p:last-child {
  margin-bottom:0;
}
.prose strong {
  font-weight:500;
  color:#18140F;
}
.prose a {
  color: #f37021;
  text-decoration:underline;
  text-decoration-color: #F5EAE4;
  text-underline-offset: 3px;
  transition:text-decoration-color .2s;
}
.prose a:hover {
  text-decoration-color: #B84C2B;
}
.prose ol {
  padding-left: 15px;	
}

.pull-quote{
  margin:40px 0;
  padding:28px 32px;
  border-left:4px solid #B84C2B;
  background: #F5EAE4;
  border-radius:0 12px 12px 0;
}
.pull-quote p{
  font-size:1.45rem;
  font-style:italic;
  font-weight:400;
  color: #18140F;
  line-height:1.55;
  margin:0 0 10px;
}
.pull-quote cite {
  font-size:.78rem;
  color: #B84C2B;
  font-style:normal;
  font-weight:500;
  letter-spacing:.06em;
}
.content-img{
  width:100%;
  border-radius: 14px;
  overflow:hidden;
  margin: 32px 0;
  border: 1px solid #E8E2D8;
}
.content-img img {
  width:100%;
  display:block;
  object-fit:cover;
}
.content-img figcaption {
  padding:12px 16px;
  font-size:.75rem;
  font-style:italic;
  color: #9E9187;
  background:#FFFFFF;
  border-top:1px solid #E8E2D8;
}

@keyframes fadeUp{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}
.article-hero,.hero-image-wrap {
  animation:fadeUp .7s cubic-bezier(.16,1,.3,1) both;
}
.hero-image-wrap {
  animation-delay:.1s;
}

@media(max-width:960px){
  .hero-image{height:280px}
}
@media(max-width:620px) {
  .related-grid{grid-template-columns:1fr}
  .article-title{font-size:2.2rem}
  .article-meta-right{display:none}
}



/*--------------------------------------------------------------
# Image Gallery Page css Start
--------------------------------------------------------------*/
.filter-bar {
  padding: 20px 52px;
  border-bottom: 1px solid #e8e2da;
  border-top: 1px solid #e8e2da;
  background: #ffffff;
}
.filter-bar .nav-link {
  padding: 7px 30px;
  border-radius: 100px;
  border: 1px solid #e8e2da;
  background: transparent;
  font-size: .82rem;
  color: #9a8f85;
  cursor: pointer;
  transition: all .22s;
}
.filter-bar .nav-pills {
  gap: 10px;    
}
.filter-bar .nav-link.active {
  background-color: #f37021 !important;
  border-color: #f37021;
  color: #fff;
}
.img-card {
  break-inside: avoid;
  margin-bottom:16px;
  border-radius:12px;
  overflow:hidden;
  position:relative;
  cursor:pointer;
  background: #f0ebe3;
  border: 1px solid #DDD;
}
.img-card img {
  width:100%;
  display:block;
  transition:transform .5s cubic-bezier(.25,.46,.45,.94);
}
.img-card:hover img {
  transform:scale(1.04);
}
.tab-pane h4 {
  margin-bottom: 20px;
  text-align: center;
  font-family: Poppins;
  font-size: 32px;
}
.vid-card {
  border-radius:16px;
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid #e8e2da;
  cursor: pointer;
  transition: transform .3s;
  box-shadow .3s;
}
.vid-card:hover {
  transform:translateY(-4px);
  box-shadow:0 16px 48px rgba(28,24,20,.1);
}
.vid-thumb {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #FFFFFF;
}
.vid-thumb img {
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .5s;
}
.vid-card:hover .vid-thumb img {
  transform:scale(1.05);
}


/*--------------------------------------------------------------
# Skill India Initiatives Page css Start
--------------------------------------------------------------*/
.skillcontent p {
  font-size: 17px;
  line-height: 30px;
  color: #444343;
  width: 100%;
  font-family: "Satisfy", sans-serif;
  text-align: center;
}
.skilltitle {
  font-size: 28px;
  line-height: 40px;
  text-transform: capitalize;
  color: #000000;
  margin: 0 0 20px;
  width: 100%;
  text-align: center;
  font-weight: 600;
}	
.smalltitle {
  font-size: 24px;
  line-height: 34px;
  text-transform: capitalize;
  color: #444343;
  margin: 0 0 20px;
  width: 100%;
  text-align: center;
}
.skillcontent table {
  border-color: #000;	
  margin-bottom: 40px;
}
.skillcontent table tr td {
  font-size: 17px;
  line-height: 30px;
  text-align: center;
  color: #444343;
  background: rgba(242, 111, 33, 0.1);
  width: 50%;
  padding: 15px;
  font-family: "Satisfy", sans-serif;
  border-color: #000;	
}
.startitle {
  color: #000000;
  font-size: 50px;
}
.bookingtext h3 {
  margin-bottom: 10px;
  text-align: center;
  font-family: Poppins;
  font-size: 32px;      
}
.bookingtext p {
  font-weight: 500;
  font-size: 15px;
  font-family: Poppins;
  padding-bottom: 10px;
  margin: 0px;
  text-align: center;
}


/*--------------------------------------------------------------
# About Us MVV Section CSS Start
--------------------------------------------------------------*/
.mvv-wrapper {
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}
.mvv-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.mvv-col {
  padding: 40px 36px;
}
.mvv-col.dark {
  background: #232323;
}
.mvv-col.accent {
  background: #dd7d1f;
}
.mvv-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #e08a2c;
  margin: 0 0 18px 0;
}
.mvv-col.accent .mvv-label {
  color: #ffffff;
}
.mvv-title {
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 18px 0;
  line-height: 1.25;
}
.mvv-text {
  font-size: 14.5px;
  line-height: 1.7;
  color: #b7b7b7;
  margin: 0;
}
.mvv-col.accent .mvv-text {
  color: #f7e3cd;
}
.mvv-values-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mvv-values-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 22px;
}
.mvv-values-list li:last-child {
  margin-bottom: 0;
}
.mvv-values-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e08a2c;
}
.mvv-value-title {
  font-weight: 700;
  font-size: 15px;
  color: #ffffff;
  margin: 0 0 4px 0;
}
.mvv-value-desc {
  font-size: 13.5px;
  line-height: 1.6;
  color: #b7b7b7;
  margin: 0;
}
@media (max-width: 860px) {
  .mvv-grid {
    grid-template-columns: 1fr;
  }
  .mvv-title {
    font-size: 22px;
  }
}



@media (max-width: 768px) {
  .section-box ul li button {padding: 6px 8px;}
  .section-title {padding-bottom: 10px;}
  .brilliance_counter {padding: 30px 0 25px 0;}
  .brilliance_counter .count-box {min-height: auto;margin-bottom: 10px;padding: 10px;}
  .brilliance_counter .count-box i {font-size: 32px;}
  .brilliance_counter .count-box span {font-size: 32px;}
  .count-box img {width: 36px;}
  .count-box p {margin: 0px;}
  .we-offer {padding: 30px 0px 0px 0px;}
  .clients {padding: 30px 0px 10px 0px;}
  .clients p {margin-bottom: 15px;}
  #property-carousel1 .title-a {line-height: 21px;}
  .why_chose_us .content .count-box {padding: 10px 0;}
  figure.effect-bubba h2 {padding-top: 100%;}
  .grid figure h2 {font-size: 21px;line-height: 28px;}
  figure.effect-bubba p {padding: 0px 2.5em 0px;display: none;}
  .grid figure figcaption {padding: 15px;}
  .navbar-mobile ul {background: rgb(255 255 255 / 22%);padding: 0px 0;min-height: fit-content !important;height: auto !important;}
  .navbar-mobile a, .navbar-mobile a:focus {color: #FFFFFF;border-bottom: 1px solid #DDD;}
  .navbar-mobile .dropdown ul {background: rgb(255 255 255 / 22%);padding: 0px 0;min-height: fit-content !important;height: auto !important;}
  .navbar .dropdown ul a {color: #FFFFFF !important;}        
}






