@font-face {
  font-family: OpenSans-Light;
  font-style: normal;
  font-weight: 300;
  src: local("Playfair Regular"), url("./font/OpenSans-Light.ttf");
}

@font-face {
  font-family: OpenSans-Regular;
  font-style: normal;
  font-weight: 400;
  src: local("Playfair Regular"), url("./font/OpenSans-Regular.ttf");
}

@font-face {
  font-family: OpenSans-Medium;
  font-style: normal;
  font-weight: 500;
  src: local("Playfair Regular"), url("./font/OpenSans-Medium.ttf");
}

@font-face {
  font-family: OpenSans-SemiBold;
  font-style: normal;
  font-weight: 600;
  src: local("Playfair Regular"), url("./font/OpenSans-SemiBold.ttf");
}

@font-face {
  font-family: OpenSans-Bold;
  font-style: normal;
  font-weight: 700;
  src: local("Playfair Regular"), url("./font/OpenSans-Bold.ttf");
}

@font-face {
  font-family: OpenSans-ExtraBold;
  font-style: normal;
  font-weight: 800;
  src: local("Playfair Regular"), url("./font/OpenSans-ExtraBold.ttf");
}
@viewport {
      zoom: 1.0;
      width: device-width;
      user-zoom: fixed;
    }

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  margin: 0;
  color: #000;
  font-family: OpenSans-Regular;
}

h1 {
  font: 600 44px/110% OpenSans-SemiBold;
}

h2 {
  font: 600 40px/110% OpenSans-SemiBold;
}

h3 {
  font: 600 32px/110% OpenSans-SemiBold;
}

h4 {
  font: 600 24px/110% OpenSans-SemiBold;
}

h5 {
  font: 600 20px/110% OpenSans-SemiBold;
}

h6 {
  font: 600 18px/110% OpenSans-SemiBold;
}

.topbar {
  background: #04081f;
}

.topbar ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: center;
}

.topbar ul li {
  margin: 0 15px;
  color: #fff;
  font: 400 14px/20px OpenSans-Regular;
  padding: 12px;
}

.banner {
  background: url(../img/banner.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  min-height: 430px;
}

.mainBannerSec {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
}


.banner .bannerText {
  background-color: #0a0a0a;
  border-radius: 14px;
  width: 400px;
}

.banner .bannerText h3 {
  font: 400 33px/44px OpenSans-Regular;
  color: #fff;
}

.banner .bannerText p {
  font: 400 18px/24px OpenSans-Light;
  color: #fff;
}

.btnYours {
  background: #fff;
  padding: 10px;
  font: 400 17px/23px OpenSans-Light;
  border-radius: 4px;
  color: #000;
  text-decoration: none;
}

.lightBox {
  text-align: center;
}

.lightBox h5 {
  color: #fff;
}

.newestSec .mainHead {
  text-align: center;
}

.ideasImgBox {
  position: relative;
}

.ideasImgBox img {
  border-radius: 24px;
  width: 100%;
}

.ideasImgBox .haloTextTitle {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font: 600 44px/110% OpenSans-SemiBold;
  color: #fff;
  text-align: center;
  background: #00000047;
  border-radius: 24px;
}

.bg-gray {
  background: #f5f5f5;
}

.popularImgColl {
  display: flex;
  flex-wrap: wrap;
}

.imgBox {
  width: calc(20% - 30px);
  margin-right: 37.5px;
}

.imgBox img {
  width: 100%;
  border-radius: 50%;
  margin-bottom: 20px;
}
.imgBox a {
    color: #000;
    text-decoration: none;
  }

.popProducts {
  background-color: #fff;
}

.popProducts .productCard {
  width: calc(20% - 20px);
  margin-right: 24px;
  box-shadow: 0px 4px 19px 0px #00000026;
  border-radius: 12px;
}

.popProducts .productCard img {
  width: 100%;
  height: 195px;
  object-fit: contain;
  border-radius: 12px 12px 0 0;
}
.popProducts .productCard hr{
  margin: 0;
}

.popProducts .productCard p {
  margin-bottom: 0;
  font: 600 12px/24px OpenSans-semiBold;
  letter-spacing: 0.2px;
  color: #000;
}

.popProducts .productCard p.prodTitle{
  color: #575757;
}

.footerTopBack {
  background: #04081f;
}

.footerBottomBack {
  background: #000;
}

.footerTopMain {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footerTopMain .footertopRight {
  width: 24%;
}

.footerTopMain .footertopRight.text-right {
  text-align: end;
}

.footerTopMain .footertopLeft {
  width: 70%;
  margin-right: 6%;
}

.footertopRight h3 {
  color: #fff;
}

.footertopRight p {
  font: 300 18px/24px OpenSans-Light;
  color: #fff;
}

.sublinkFooter h5 {
  color: #fff;
  margin-bottom: 15px;
}

.footerbottom {
  display: flex;
  flex-wrap: wrap;
}

.footerSubmenu {
  display: flex;
  width: calc(100% - 350px);
}

.footerSubmenu .sublinkFooter {
  width: calc(33% - 20px);
  margin-right: 20px;
}

.socialMedia {
  display: flex;
}

.socialMedia .socialIcon {
  margin: 0 15px 15px 0;
}

.socialMedia .socialIcon img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.sublinkFooter ul {
  /* color: #fff; */
  margin: 0;
  list-style: none;
  padding: 0;
}

.sublinkFooter ul li {
  font: 400 13px/18px OpenSans-Regular;
  color: #848484;
  margin-bottom: 15px;
}
.sublinkFooter li a{
	color: #848484;
	text-decoration:none;
}
.footerLogo {
  width: 298px;
  margin-right: 50px;
}

.footerLogo img {
  text-align: left;
  width: 80%;
}

.footerLogo p {
  font: 400 16px/19px OpenSans-Regular;
  color: #fff;
}

.mainBannerSec .lightBox{
  max-width: 300px;
  width: 100%;
}
.mainBannerSec .lightBox img{
  width: 100%;
}

.allRights{
  color: #fff;
  font: 400 13px/18px OpenSans-Regular;
  text-align: center;
  border-top: 1px solid #FFFFFF78;
  padding: 10px;
}

.navbar-expand-lg .navbar-nav .nav-item .btn.dropdown-toggle{
  font: 400 17px/23px OpenSans-Regular;
  color: #000000;
  border: none;
}

.navbar-expand-lg .navbar-nav .nav-item .btn.dropdown-toggle:active{
  border: none;
}
.dropdown-item.active, .dropdown-item:active{
 background: #04081f;
}


@media (min-width: 992px) {
  .imgBox:nth-child(5n + 0) {
    margin-right: 0;
  }

  .popProducts .productCard:nth-child(5n + 0) {
    margin-right: 0;
  }

  .navbar-expand-lg .navbar-nav{
  /* width: calc(100% - 240px);
  justify-content: space-between; */
  align-items: center;
  }
  .navbar-expand-lg .navbar-nav .nav-item {
    margin-right: 12px;
	white-space: nowrap;
}
}
@media (min-width:1400px){
	 .navbar-expand-lg .navbar-nav .nav-item {
    margin-right: 20px;
}
}

.navbar.navbar-expand-lg{
	position: sticky;
    top: 0;
    left: 0;
    background: white;
    z-index: 999;
}

@media(min-width:1200px){
  .navbar-expand-lg .navbar-nav{
    /* width: calc(100% - 300px);
    justify-content: space-between; */
    align-items: center;
  }
}

.navbar-expand-lg .navbar-nav .nav-link {
  font: 400 17px/23px OpenSans-Regular;
  color: #000;
}

.search-wrapper::before {
  content: url("../img/search-icon.svg");
  position: absolute;
  top: 12px;
  left: 12px;
  transform: scale(1.4);
}

.header-search-input {
  width: 250px;
  padding: 10px 12px 10px 48px;
  border: none;
  outline: none;
  background: #eeeeee;
  border-radius: 8px;
}

.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-brand{
  margin-right: 10px;
}

@media(max-width:1400px){
  .navbar-brand img {
    max-width: 200px;
  }
}

@media(max-width:1200px) {
  .navbar-brand img {
    max-width: 160px;
}
  .navbar-expand-lg .navbar-nav .nav-link {
    font: 400 14px/23px OpenSans-Regular;
  }
  .navbar-expand-lg .navbar-nav .nav-item .btn.dropdown-toggle{
    font: 400 14px/23px OpenSans-Regular;
  }

  .header-search-input {
    width: 180px;
	padding: 10px 12px 10px 36px;
  }
	.search-wrapper::before {
		top: 11px;
	  transform: scale(1);
	}
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon{
  --bs-navbar-toggler-icon-bg:url("https://elumene.com/wp-content/uploads/2024/09/close.svg") !important;
}

@media (max-width: 991px) {
	.banner-video video{
  object-fit: fill;
}
	.mainBannerSec{
		justify-content:center
	}
  .navbar-expand-lg .navbar-nav .nav-item .btn.dropdown-toggle{
    padding-left: 0;
    padding-right: 0;
  }
	
  .navbar-expand-lg .navbar-nav .nav-link {
  font: 400 15px/20px OpenSans-Regular;
  color: #000;
  }

  .navbar-expand-lg .navbar-nav .nav-item .btn-group{
    display: inline-block;
  }
  .forDesktopView {
    display: none;
  }

  .ideasImgBox {
    margin-bottom: 20px;
  }

  .imgBox {
    width: calc(50% - 20px);
    margin-right: 40px;
    margin-bottom: 20px;
  }

  .imgBox:nth-child(even) {
    margin-right: 0;
  }

  .popProducts .productCard {
    width: calc(50% - 15px);
    margin-right: 30px;
    margin-bottom: 30px;
  }

  .popProducts .productCard:nth-child(even) {
    margin-right: 0;
  }

  .footerTopMain .footertopLeft {
    width: calc(100%);
    margin-right: 0;
    margin-bottom: 30px;
  }

  .footerTopMain .footertopRight {
    width: 100%;
  }

  h1 {
    font: 600 34px/110% OpenSans-SemiBold;
  }

  h2 {
    font: 600 30px/110% OpenSans-SemiBold;
  }

  h3 {
    font: 600 26px/110% OpenSans-SemiBold;
  }

  h4 {
    font: 600 20px/110% OpenSans-SemiBold;
  }

  h5 {
    font: 600 18px/110% OpenSans-SemiBold;
  }

  h6 {
    font: 600 16px/110% OpenSans-SemiBold;
  }

  .ideasImgBox .haloTextTitle {
    font: 600 34px/110% OpenSans-SemiBold;
  }

  .banner .bannerText h3 {
    font: 400 26px/34px OpenSans-Regular;
  }

  .banner .bannerText p {
    font: 400 16px/22px OpenSans-Light;
  }

  .footerLogo {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .ideasImgBox .haloTextTitle {
    font: 600 30px/110% OpenSans-SemiBold;
  }

  .navbar-collapse {
    position: absolute;
    background: #fff;
    width: 100%;
    left: 0;
    top: 67px;
	  z-index:99;
  }

  .navbar-collapse .navbar-nav,
  .search-wrapper {
    max-width: 720px;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
	  
  }

  .search-wrapper {
    margin-bottom: 15px;
  }

  .search-wrapper::before {
    content: url(../img/search-icon.svg);
    position: absolute;
    top: 12px;
    left: 20px;
    transform: scale(1);
  }

  .header-search-input {
    max-width: 300px;
    width: 100%;
    padding: 10px 12px 10px 38px;
  }
}

@media (max-width: 767px) {
  .footerSubmenu {
    width: calc(100%);
  }

  .banner .bannerText {
    width: 100%;
    margin-bottom: 30px;
  }
	
  .navbar-expand-lg .navbar-nav .nav-link {
  font: 400 12px/17px OpenSans-Regular;
  color: #000;
  }

  .footerLogo {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .ideasImgBox .haloTextTitle {
    font: 600 30px/110% OpenSans-SemiBold;
  }

  .footerSubmenu .sublinkFooter {
    width: calc(50% - 20px);
    margin-right: 20px;
    margin-bottom: 30px;
  }

  .footerSubmenu .sublinkFooter:nth-last-child(1) {
    margin-bottom: 0;
  }

  .ideasImgBox .haloTextTitle {
    font: 600 26px/110% OpenSans-SemiBold;
  }

  .topbar ul li {
    margin: 0px 2px;
    padding: 8px 5px;
  }


  .navbar-brand img {
    max-width: 130px;
  }

  .footerLogo img {
    max-width: 160px;
  }

  .navbar-collapse {
    top: 58px;
  }

  .navbar-collapse .navbar-nav,
  .search-wrapper {
    max-width: 540px;
    /* margin: auto; */
  }
}

@media (max-width: 575px) {
  .popProducts .productCard {
    width: calc(50% - 8px);
    margin-right: 16px;
    margin-bottom: 16px;
  }

  .footerSubmenu {
    flex-wrap: wrap;
  }

  .footerSubmenu .sublinkFooter {
    width: calc(50% - 20px);
    margin-right: 20px;
    margin-bottom: 30px;
  }

  .footerSubmenu .sublinkFooter:nth-last-child(1) {
    margin-bottom: 0;
  }

  .ideasImgBox .haloTextTitle {
    font: 600 26px/110% OpenSans-SemiBold;
  }
  h1 {
    font: 600 30pxpx/110% OpenSans-SemiBold;
  }

  h2 {
    font: 600 26px/110% OpenSans-SemiBold;
  }

  h3 {
    font: 600 22px/110% OpenSans-SemiBold;
  }

  h4 {
    font: 600 18px/110% OpenSans-SemiBold;
  }

  h5 {
    font: 600 17px/110% OpenSans-SemiBold;
  }

  h6 {
    font: 600 16px/110% OpenSans-SemiBold;
  }
}

/* deepak css */
.contact-banner {
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  background: url("../../assets/img/contact-banner.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/* .contact-banner .overLay{
  position: absolute;
  background-color: #000;
  width: 100%;
  left: 0;
} */

.contact-banner .contact-description {
  max-width: 1024px;
  margin: 0 auto;
  font: 400 19px/24px OpenSans-Regular;
}

.contact-banner h1 {
  margin-bottom: 24px;
}

.contact-banner h3 {
  margin-top: 48px;
}

.contact-item {
  padding: 20px;
}

.contact-us-card {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0px 10px 60px 0px #0000001a;
  height: 100%;
  padding: 32px 24px 24px 24px;
  display: flex;
  flex-direction: column;
}

.contact-card-wrapper {
  /* transform: translateY(-72px); */
  margin-top: -72px;
}

.contact-us-card .icon-img {
  margin-bottom: 12px;
  width: 48px;
}

.contact-us-card h4 {
  font: 700 19px/24px OpenSans-Bold;
}

.contact-us-card .medium {
  color: #4e4e4e;
  font: 600 19px/24px OpenSans-Bold;
}

.contact-us-card p {
  color: #6f6969;
}

.faqs {
  border: 1px solid #dfdfdf;
  padding: 32px;
  border-radius: 12px;
}

.faqs .heading {
  font-family: OpenSans-Bold;
}

.faqs .item-heading {
  padding: 16px 0;
  border-bottom: 1px solid #dee2e7;
  margin-bottom: 2rem;
}

.faqs .accordion-button {
  padding: 6px 24px !important;
}

.faqs .accordion-flush>.accordion-item>.accordion-header .accordion-button,
.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
  border-radius: 8px;
}

.faqs .accordion-button:focus {
  box-shadow: none;
}

.faqs .accordion-button:not(.collapsed)::after {
  background-image: url("../img/minus.svg");
}

.faqs .accordion-button::after {
  background-image: url("../img/plus.svg");
  --bs-accordion-btn-icon-width: 2rem;
}

.faqs .accordion-item {
  margin-bottom: 12px;
  border: 0;
  border-left: 8px solid #000000;
  border-right: 1px solid #ededed;
  border-radius: 8px;
}

.faqs .accordion-button {
  background-color: #f5f5f5;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}

.faqs .accordion-body {
  border-bottom: 1px solid #ededed;
  border-radius: 8px;
}

.faqs .accordion-button:not(.collapsed) {
  --bs-accordion-active-color: #000;
}

.career-banner {
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 280px;
  background: url("../../assets/img/career-banner.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-bottom: 3rem;
}

.career-banner .career-description {
  max-width: 1024px;
  margin: 0 auto;
}

.company-pros {
  border-radius: 12px;
  background-color: #1c1e26;
  padding: 12px 30px 0 30px;
  display: flex;
  flex-direction: column;
  /* / gap: 12px; / */
  color: #fff;
}

.company-pros .heading {
  font: 600 20px/24px OpenSans-Bold;
}

.company-pros .description {
  color: #d7d7d7;
}

.career .form-wrapper {
  box-shadow: 0px 10px 60px 0px #0000001a;
  padding: 48px;
  height: 100%;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faded-text {
  color: #9c9c9c;
}

.career .form-wrapper input,
textarea {
  border: 1px solid #dee2e7;
  border-radius: 8px;
  padding: 12px 16px;
}

.career .form-wrapper .submit-btn {
  background-color: #000;
  color: #fff;
  padding: 14px;
  border: none;
  font: 600 18px/110% OpenSans-SemiBold;
  border-radius: 8px;
}

/* avnish css */
/* / ///avnish css for desktop 2 / */


.sidebar {
  padding-right: 10%;
}

.sidebar .accordion-flush>.accordion-item>.accordion-header .accordion-button, .accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed{
  border-radius: 0;
  padding: 14px 0;
  font: 600 18px/110% OpenSans-SemiBold;
}
.sidebar .accordion-button:not(.collapsed){
  background-color: transparent;
  border: none;
}

.sidebar .accordion-button:focus{
  border: none;
  box-shadow: none;
}

.sidebar .accordion-body{
  padding: 5px 0;
}

.sidebar .accordion.accordion-flush{
  border-top: 1px solid #dee2e6;
}

.category-title {
  font-weight: bold;

  margin-top: 20px;
}

.filter-group {
  margin-bottom: 15px;
}

.filter-bar {
  border-radius: 5px;

  width: 100%;
  padding: 10px;
  border: 1px solid #dee2e7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.filter_dropdown {
  position: relative;
}

.dropdown_img {
  position: absolute;
  z-index: 999;
  top: 15.8%;
  right: 13%;
}

.item-count {
  font-weight: bold;
}

.custom-control-label::before {
  top: 0.3rem;
}

.custom-control-label::after {
  top: 0.3rem;
}

.filters {
  display: flex;
  align-items: center;
}

.filters .custom-control {
  margin-right: 20px;
}

.filters .form-group {
  margin-bottom: 0;
}

.gray_line {
  background: #b4b4b4;
  height: 1px;
  width: 88%;
}

.top_hr {
  padding: 0px 13px;
}

/* / //product section / */

.product-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
}

.product-item {
  border: 1px solid #dee2e7;
  padding: 10px;
  /* text-align: center; */
  border-radius: 5px;
  width: calc(33.333% - 25px);
}

.product-item .prodHead{
 color: #575757;
 font: 600 16px/24px OpenSans-SemiBold;
 margin-bottom: 0;
}

.productBannerImg img{
  width: 100%;
}

.see_all_link {
  color: #025d55;
  font-weight: 400;
}

.product-item img {
  width: 100%;
  height: 240px;
  object-fit: contain;
  margin-bottom: 10px;
}

.product-title {
  padding: 0px 4px;
  font: 600 16px/24px OpenSans-SemiBold;
  color: #000;
}
p.prodTitle {
    padding: 0 4px;
    margin: 0px 0 10px;
}
.gray_label {
  color: #505050;
}

.product-colors {
  display: flex;
  margin-top: 10px;
}

.color-option {
  width: 25px;
  height: 25px;
  border-radius: 15%;
  margin: 0 5px;
  border: 1px solid;
}

.color-detail .color-option {
    width: 36px;
    height: 37px;
    border-radius: 15%;
    margin: 0px;
    border: 1px solid;
  }

/*   .gold, .Gold {
    background-color: gold;
  } */
.gold, .Gold {
    background-image: linear-gradient(#DCA647, #946525);
}

  .blue, .Blue {
    background-color: rgb(55, 175, 249);
  }

  .gray, .Gray {
    background-color: gray;
  }

  .black, .Black {
    background-color: black;
  }

  .red, .Red {
    background-color: red;
  }

  .yellow, .Yellow {
    background-color: yellow;
  }
  .white, .White {
    background-color: white;
  }

.main_Category_title {
  align-items: end;
}

.category_dropdown {
  margin-right: 9%;
  height: 26px;
}

.breadcrumb {
  color: #8b96a5;
  font-size: 16px;
  font-weight: 400;
}

.items_title {
  font-weight: 200;
}


@media (max-width: 991px) {
  .product-item {
    width: calc(50% - 18px);
  }
}

@media (max-width: 576px) {
  .product-item {
    width: 100%;
  }
  .product-item img {
    max-width: 100%;
    height: 200px;
	object-fit:contain
  }
}

/* / //desktop 5 / */

.text_content h1 {
  color: #ffffff;
}

.text_content p {
  color: #ffffff;
  font-size: 19px;
  font-weight: 400;
}

.top_content_title {
  padding: 50px 75px;
  text-align: center;
  background-image: url("./../images/desktop5/top_content_background_img.png");
	    background-size: cover;
	background-repeat: no-repeat;
}

.grid-row {
  display: flex;
  flex-wrap: wrap;
  gap: 51px;
}

/* .textual_div {
  h6 {
    font-weight: 600;
  }
  span {
    font-size: 16px;
    font-weight: 400;
    color: #3d3d3d;
  }
} */
.text_div {
  padding: 50px 80px;
}

.showcase_div img {
    width: 100%
  }

@media (max-width: 1024px) {
  .showcase_div {
    margin-top: 5%;
  }
}

.form-wrapper label{
  color: #6C6C6C;
  font: 600 18px/110% OpenSans-SemiBold;
}

.about-us-banner-wrapper{
  position: relative;
  z-index: 2;
}
.about-us-wrapper{
  background-color: #000;
  padding: 80px 24px 24px 24px;
  margin-top: -60px;
  text-align: center;
  color: #fff;
}
 @media screen and (min-width:768px) {
  .about-us-wrapper{
      padding: 120px 48px 48px 48px;
      margin-top: -90px;
  }
}
@media screen and (min-width:992px) {
  .about-us-wrapper{
      padding: 150px 48px 48px 48px;
      margin-top: -120px;
  }
}
@media screen and (min-width:1200px) {
  .about-us-wrapper{
      padding: 180px 48px 48px 48px;
      margin-top: -150px;
  }

}


/* custom check box */

/* The customCheck */
.customCheck {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  color: #505050;
  font: 600 16px/110% OpenSans-SemiBold;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: capitalize;
}

/* Hide the browser's default checkbox */
.customCheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1.5px solid #C9C9C9;
  border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.customCheck:hover input ~ .checkmark {
  background-color: #fff;
  border: 1.5px solid #C9C9C9;
}

/* When the checkbox is checked, add a blue background */
.customCheck input:checked ~ .checkmark {
  background-color: #292D32;
  ;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.customCheck input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.customCheck .checkmark:after {
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* custom check box css end */

.tableCustom table tr td{
  font: 400 16px/24px OpenSans-Regular;
  background-color: #FAFAFA;
  border: 1px solid #DEE2E7;
  padding: 15px;
  width: 16.66%;
}

.tableCustom table tr td:nth-child(odd){
  font: 600 16px/24px OpenSans-SemiBold;
  color: #000;
}

.tableCustom table tr td:nth-child(3){
  background-color: #fff;
}

.tableCustom table tr td:nth-child(4){
  background-color: #fff;
}

.mb40 {
	margin-bottom:40px;
}
.pagination {
    margin-top: 20px;
/*     text-align: center; */
	justify-content: end;
}

.pagination a {
    margin: 0 5px;
    padding: 5px 10px;
    text-decoration: none;
    background-color: #f0f0f0;
    color: #000;
    border-radius: 3px;
}

.pagination a:hover {
    background-color: #ddd;
}

.pagination .current {
    font-weight: bold;
    background-color: #000;
    color: #fff;
    margin: 0 5px;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 3px;
}

.ui-menu.ui-widget{
	background:#fff;
	list-style-type:none;
	padding:10px;
	width:280px !important;
	max-height:400px;
	overflow-y:auto;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	z-index: 99;
}
.ui-menu.ui-widget li{
	padding:5px
}
.ui-menu.ui-widget li a{
	  font: 400 16px/24px OpenSans-Rguler;
	color:#000;
	text-decoration:none;
}
.page-content {
    height: calc(100vh - 468px);
}

.centerText{
    display: flex;
    justify-content: center;
    align-items: center;
}
.query {
    background-color: #000;
    color: #fff;
    padding: 48px 0;
    background-image: url("assets/img/luminated.png");
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .query .form-wrapper {
    height: 100%;
    color: #000;
    background-color: #fff;
    padding: 48px;
    border-radius: 12px;
  }

  .query .form-wrapper .submit-btn {
    background-color: #000;
    color: #fff;
    padding: 14px;
    border: none;
    font: 600 18px/110% OpenSans-SemiBold;
    border-radius: 8px;
  }

  .query .medium {
    color: #8b8b8b!important;
  }
.query .medium a {
	color: #8b8b8b!important;
}

  .query .icon-img {
    width: 44px;
  }
  .wpcf7 form .wpcf7-response-output {
    margin: 0.2em;
  }
.current-menu-item .nav-link{
    color: #FFA7A7;
}
.faqs .accordion-flush>.accordion-item>.accordion-header .accordion-button, .accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed{
		font: 600 18px/110% OpenSans-SemiBold;
}
.emailID, .mobileNO{
	color: #4e4e4e!important;
	text-decoration:none!important;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

#loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #00000038;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/** CSS for read more read less **/
.read-more-less {
    display: block;
    height: 350px;
    overflow: hidden;
    position: relative;
}

.read-more-less.expanded {
   height: auto;
}

.read-more-btn {
   display: none;
   margin-top: 10px;
   cursor: pointer;
   color: black;
  font: 600 18px / 110% OpenSans-SemiBold;
}

.read-more-less + .read-more-btn.show {
   display: inline-block;
}
.banner-video video{
  	max-height: calc(100vh - 90px);
  object-fit: contain;
	
}
.alist a{
    text-decoration: none!important;
}