.page-footer,
.page-header .top-menu-wrapper {
  color: var(--black);
}
.slider-caption a,
a {
  text-decoration: none;
}
*,
.close-video::after,
.close-video::before {
  box-sizing: border-box;
}
#video-wrap .close-video:focus,
* {
  outline: 0;
}
.blog-midd-image,
.coming img,
.error-404 img,
.page-header ul li a.active:after,
.page-header ul li a:hover:after {
  max-width: 100%;
}
.aboutus-content h1 span,
.sitemap-container h1,
.slider-caption h2 span {
  -webkit-text-fill-color: transparent;
}
:root {
  --purple-1: #3d174f;
  --purple-2: #4b2860;
  --white: #fff;
  --black: #000;
  --grey: #333;
  --red: #ed1849;
  --blue: #3c2b99;
  --lightgray: #cfcfcf;
  --overlay: rgba(0, 0, 0, 0.5);
  --fontwieght: 300;
  --fontsize18: 18px;
  --fontsize40: 40px;
  --fontsize24: 24px;
  --fontsize14: 14px;
  --fontsize13: 13px;
}
* {
  margin: 0;
  padding: 0;
}
button {
  background: 0 0;
  border: none;
  cursor: pointer;
}
ul {
  list-style: none;
}
a,
button {
  color: inherit;
}
.no-transition {
  transition: none !important;
}
body {
  font-family: Outfit, sans-serif;
  overflow-x: hidden;
  background: #fff;
  font-weight: var(--fontwieght);
}
.page-header {
  width: 100%;
  z-index: 9;
  background: 0 0;
}
.page-header nav {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0 0;
}
.block,
.common-carousel button.owl-next span,
.common-carousel button.owl-prev span,
.page-header .has-dropdown i,
.page-header .horizontal-logo,
.page-header .search span {
  display: none;
}
.page-header .vertical-logo {
  max-width: 9.5rem;
}
.page-header .panel,
.page-header .top-menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 99999;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.page-header .panel1 {
  width: 100%;
  background: #361b43;
  transition-delay: 0.3s;
}
.page-header .panel2 {
  width: calc(100% - 3rem);
  background: #3e0042;
  transition-delay: 0.1s;
}
.page-header .top-menu {
  display: flex;
  flex-direction: column;
  width: calc(100% - 6rem);
  overflow-y: auto;
  padding: 2rem;
  background: var(--white);
}
.page-header .top-menu-wrapper.show-offcanvas::before {
  background: var(--overlay);
  z-index: 1;
}
.page-header .top-menu-wrapper.show-offcanvas .panel,
.page-header .top-menu-wrapper.show-offcanvas .top-menu {
  transform: translate3d(0, 0, 0);
  transition-duration: 0.7s;
}
.page-header .top-menu-wrapper.show-offcanvas .panel1 {
  transition-delay: 0s;
}
.page-header .top-menu-wrapper.show-offcanvas .panel2 {
  transition-delay: 0.2s;
}
.page-header .top-menu-wrapper.show-offcanvas .top-menu {
  transition-delay: 0.4s;
  box-shadow: rgba(0, 0, 0, 0.25) 0 0 4rem 0.5rem;
}
ul.top-menu {
  padding: 0;
  margin: 0;
}
.page-header .top-menu > li > a#login-popup {
  background: #650f2c;
  color: #fff;
  display: inline-block;
  padding: 10px 30px;
  margin-top: 20px;
  margin-right: 30px;
}
.page-header ul a {
  display: inline-block;
  text-transform: capitalize;
  transition: color 0.35s ease-out;
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
.page-header ul li a {
  padding: 0.5em 0;
  position: relative;
}
.page-header ul li a:after,
.page-header ul li a:before {
  position: absolute;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.page-header ul li a:before {
  bottom: 25px;
  display: block;
  height: 3px;
  width: 0%;
  left: 0;
  content: "";
  background-color: #ffd32a;
}
.banner-section {
  margin: 0 0 50px;
}
.banner-section img {
  border-radius: 43px;
}
.page-header ul li a.active:before,
.page-header ul li a:hover:before {
  opacity: 1;
  width: 100%;
}
.nav-link:focus, .nav-link:hover,
.page-header ul a:hover {
  color: #380b5c;
}
.page-header .sub-menu {
  padding: 1.5rem 2rem 0;
}
.page-header .top-menu .mob-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.page-header .top-menu .mob-block i {
  color: var(--lightgray);
}
.page-header .socials {
  display: flex;
  margin-top: 3rem;
  margin-bottom: 1rem;
}
.page-header .socials li + li {
  margin-top: 0;
}
.page-header .socials .fa-stack {
  font-size: 1.7rem;
}
.page-header .socials .fab {
  font-size: 1.2rem;
}
.page-footer {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 1.3rem;
}
.page-footer span {
  color: #e31b23;
}
@media screen and (min-width: 550px) {
  .page-header .panel1 {
    width: 60%;
  }
  .page-header .panel2 {
    width: calc(60% - 3rem);
  }
  .page-header .top-menu {
    width: calc(60% - 6rem);
  }
}
@media screen and (min-width: 995px) {
  .page-header {
    padding: 0 3rem;
    background: #fff;
  }
  .page-header .open-mobile-menu,
  .page-header .panel,
  .page-header .top-menu .mob-block,
  .page-header .top-menu-wrapper::before,
  .page-header .vertical-logo {
    display: none;
  }
  .page-header .has-dropdown:hover .sub-menu,
  .page-header .horizontal-logo {
    display: block;
  }
  .page-header .top-menu-wrapper {
    display: flex;
    align-items: center;
    color: var(--white);
  }
  .footer-text,
  .page-header .has-dropdown {
    position: relative;
  }
  .page-header .top-menu {
    flex-direction: row;
    position: static;
    width: auto;
    background: 0 0;
    transform: none;
    padding: 0;
    overflow-y: visible;
    box-shadow: none !important;
  }
  .page-header .top-menu li + li {
    margin-top: 0;
  }
  .page-header .top-menu > li {
    padding: 0 0 0 20px;
  }
  .page-header .top-menu > li > a {
    padding: 33px 0;
    margin: 0 12px;
    font-size: 22px;
  }
  .page-header .top-menu li:last-child a {
    padding: 33px 0;
    margin: 0 7px;
  }
  img.logo.horizontal-logo {
    padding: 8px 0 0;
    width: 240px;
  }
  .page-header .dropdown-item,
  .page-header ul a {
    font-size: 18px;
  }
  .page-header .dropdown-toggle::after {
    top: 42px;
    right: -20px;
  }
  .page-header .dropdown-menu.show {
    padding: 1rem;
  }
  .page-header .dropdown-item {
    padding: 10px !important;
    margin: 0 !important;
  }
  .page-header a.dropdown-item:before {
    content: unset !important;
  }
  .page-header .dropdown-item:focus,
  .page-header.dropdown-item:hover {
    background: unset;
  }
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
  }
  .page-header .has-dropdown i {
    display: inline-block;
  }
  .page-header .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 1.5rem 2rem;
    background: var(--purple-2);
  }
  .page-header .sub-menu li + li {
    margin-top: 1.2rem;
  }
  .page-header .sub-menu a {
    padding: 0.5rem 1rem;
    white-space: nowrap;
  }
  .page-header .search {
    display: flex;
    align-items: center;
    margin-left: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .page-header .search {
    margin-left: 5rem;
  }
  .page-header .search i {
    margin-right: 1.5rem;
  }
  .page-header .search span {
    display: block;
    font-weight: 500;
    font-size: 1.6rem;
  }
}
.slider-section.home-page-slider {
  padding: 0;
  position: relative;
}
.home-page-slider .carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  text-indent: -999px;
}
#product-catalouge button.owl-prev,
.home-page-slider .carousel-control-next {
  bottom: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  width: 45px;
  text-align: center;
  opacity: 1;
  height: 45px;
}
.home-page-slider .carousel-indicators .active:before {
  content: "";
  border: 1px solid #fff;
}
.home-page-slider .carousel-control-next {
  position: absolute;
  justify-content: center;
  padding: 0;
  color: #fff;
  background: 0 0;
  transition: 0.3s ease-in-out;
  top: 50%;
  right: 3%;
  line-height: 0;
  border-radius: 5px;
}
.footer-page-links a {
  margin-right: 20px;
  color: #000;
  font-size: 18px;
  font-weight: 300;
}
.about-us h2,
.bottom-footer p {
  font-weight: var(--fontwieght);
}
.catalouge-filter.sort-by,
.contact-submit-btn,
.footer-credit-line,
.footer-social-links {
  text-align: right;
}
.footer-social-links a {
  margin-left: 15px;
}
.row.main-footer {
  padding: 15px 0;
  border-top: 1px solid #3c2b99;
  border-bottom: 1px solid #3c2b99;
}
.bottom-footer {
  padding: 10px 0;
}
.bottom-footer p {
  color: #000;
  opacity: 60%;
  font-size: 14px;
  margin: 0;
}
a {
  transition: 0.3s ease-in-out;
}
.footer-credit-line a:hover {
  color: #3c2b99;
}
.call-whatspp-floating a {
  display: block;
  margin-bottom: 5px;
}
.call-whatspp-floating {
  position: fixed;
  z-index: 99;
  right: 3%;
  top: 73%;
}
.about-section {
  padding: 50px 0;
}
.about-us h5,
.milestone-heading p,
.product-catalouge-heading p {
  font-weight: var(--fontwieght);
  font-size: var(--fontsize18);
}
.about-us h2 {
  font-size: var(--fontsize40);
  line-height: 45px;
}
.about-paragraph p,
.catalouge-slide-text h2 {
  font-size: var(--fontsize24);
  font-weight: var(--fontwieght);
}
.about-paragraph p {
  color: var(--grey);
  line-height: 30px;
}
.about-paragraph a {
  background: var(--blue);
  color: var(--white);
  padding: 8px 20px;
  border-radius: 5px;
  display: inline-block;
}
.about-paragraph a img {
  margin-left: 6px;
}
.about-image {
  margin-top: 30px;
  overflow: hidden !important;
}
.about-image img,
.catalouge-slide > img,
.corporate-social > img {
  transition: 1.5s cubic-bezier(0, 0, 0.2, 1);
}
.about-image:hover img,
.catalouge-slide:hover > img,
.corporate-social:hover > img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.catalouge-slide {
  position: relative;
  overflow: hidden !important;
}
.catalouge-slide-text h2 {
  color: var(--white);
}
.catalouge-wrapper .catalouge-slide-text a img,
.owl-carousel .owl-item .catalouge-slide-text a img {
  display: inline-block;
  margin-right: 10px;
}
.catalouge-slide-text {
  position: absolute;
  z-index: 9;
  bottom: 8%;
  left: 8%;
}
.catalouge-slide-text a {
  font-size: var(--fontsize13);
  font-weight: var(--fontwieght);
  color: var(--white);
}
.featured-collection-heading h2,
.product-catalouge-heading h2 {
  color: var(--black);
  font-weight: var(--fontwieght);
  font-size: var(--fontsize40);
}
#product-catalouge button.owl-prev {
  position: absolute;
  border: 1px solid #999;
  justify-content: center;
  color: #999;
  background: url(../images/slide-left.png) center no-repeat;
  top: 42%;
  left: -3%;
  border-radius: 5px;
  line-height: 0;
  transition: 0.3s ease-in-out;
}
#product-catalouge button.owl-next,
#testimonials button.owl-prev {
  border: 1px solid #999;
  align-items: center;
  display: flex;
  width: 45px;
  height: 45px;
  top: 42%;
  bottom: 0;
  text-align: center;
  opacity: 1;
  z-index: 9999;
  transition: 0.3s ease-in-out;
  line-height: 0;
}
#product-catalouge button.owl-next {
  position: absolute;
  justify-content: center;
  color: #999;
  background: url(../images/slide-right.png) center no-repeat;
  right: -3%;
  border-radius: 5px;
}
#product-catalouge button.owl-next:hover,
#testimonials button.owl-next:hover {
  background: var(--blue);
  background-image: url(../images/slide-right-white.png);
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid var(--blue);
}
#product-catalouge button.owl-prev:hover,
#testimonials button.owl-prev:hover {
  background: var(--blue);
  background-image: url(../images/slide-left-white.png);
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid var(--blue);
}
.common-carousel .owl-dot span {
  margin: 10px 5px 5px;
  display: block;
  transition: opacity 0.2s;
  border-radius: 30px;
  background: 0 0;
  position: relative;
  border: 1px solid #fff0;
  padding: 10px;
}
.common-carousel .owl-dot.active span {
  background: 0 0;
  margin-top: 10px;
  position: relative;
  border: 1px solid #3c2b99;
  padding: 10px;
}
.common-carousel .owl-dot span:before,
.common-carousel .owl-dot.active span:before {
  margin-top: 0;
  height: 10px;
  border-radius: 30px;
  left: 5px;
  top: 5px;
  position: absolute;
  width: 10px;
  content: "";
}
.common-carousel .owl-dot.active span:before {
  background: #3c2b99;
}
.common-carousel .owl-dot span:before {
  background: #999;
}
.common-carousel .owl-dots {
  position: absolute;
  top: -60px;
  right: 0;
}
.product-catalouge-heading h2 {
  margin-bottom: 0;
}
.view-all-btn a {
  border: 1px solid var(--blue);
  padding: 8px 15px;
  display: inline-block;
  border-radius: 5px;
}
.bread-crumb p span,
.view-all-btn a:hover {
  color: var(--blue);
}
.footer-forms-input button.submit img,
.view-all-btn a img {
  margin-left: 5px;
}
.view-all-btn {
  text-align: center;
  margin-top: 30px;
}
.featured-collection-heading h2 {
  margin-bottom: 20px;
}
.testimonials-slide-text h2,
.testimonials-slide-text p {
  font-size: var(--fontsize24);
  font-weight: var(--fontwieght);
}
.featured-collection-section {
  padding: 30px 0;
}
.owl-carousel .owl-item .testimonials-slide img {
  width: auto;
  display: inline-block;
}
#testimonials button.owl-prev {
  position: absolute;
  justify-content: center;
  color: #999;
  background: url(../images/slide-left.png) center no-repeat;
  left: 0;
  border-radius: 5px;
}
#testimonials button.owl-next {
  position: absolute;
  border: 1px solid #999;
  bottom: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  color: #999;
  text-align: center;
  background: url(../images/slide-right.png) center no-repeat;
  opacity: 1;
  height: 45px;
  top: 42%;
  right: 0;
  border-radius: 5px;
  line-height: 0;
  transition: 0.3s ease-in-out;
}
.testimonials-slide {
  text-align: center;
  padding: 0 270px 50px;
}
.common-carousel#testimonials .owl-dots {
  position: absolute;
  bottom: 0;
  left: auto;
  top: auto;
  right: auto;
  width: 100%;
  text-align: center;
}
.testimonials-slide-text h2 {
  color: var(--blue);
  padding: 20px 0 10px;
}
.testimonials-slide-text p {
  color: var(--black);
}
.testimonials-collection-heading h2 {
  color: var(--black);
  font-weight: var(--fontwieght);
  font-size: var(--fontsize40);
  text-align: center;
  margin-bottom: 30px;
}
.testimonials-section {
  padding: 40px 0;
}
.corporate-social {
  position: relative;
  overflow: hidden;
}
.corporate-text {
  position: absolute;
  bottom: 7%;
  left: 9%;
  color: #fff;
  width: 70%;
}
.Boxcarousel-slider-section,
.banner-image,
.footer-forms,
section.innner-page-banner {
  position: relative;
}
.corporate-text h2 {
  font-size: 23px;
  font-weight: 500;
}
.footer-form-heading h2 {
  color: var(--black);
  font-weight: var(--fontwieght);
  font-size: var(--fontsize40);
  text-align: left;
  margin-bottom: 30px;
}
.corporate-text img {
  float: left;
  margin-right: 20px;
}
.corporate-text p {
  font-size: 17px;
  font-weight: var(--fontwieght);
}
.footer-forms label {
  display: block;
  color: #3c2b99;
  font-size: 16px;
  font-weight: var(--fontwieght);
}
.footer-forms input,
.footer-forms textarea {
  width: 100%;
  font-size: 14px;
  color: #c1c1c1;
  font-weight: var(--fontwieght);
}
.footer-forms input {
  padding: 5px 0;
  border: none;
  border-bottom: 1px solid #3c2b99;
}
.footer-forms textarea {
  padding: 11px 0;
  border: none;
  border-bottom: 1px solid #3c2b99;
}
.footer-forms {
  margin-bottom: 19px;
}
.footer-forms input.value-field {
  position: absolute;
  left: 0;
  width: 36px;
}
.footer-forms input.contactnumber {
  padding: 5px 38px;
}
.footer-forms input::placeholder {
  color: #c1c1c1;
  font-weight: var(--fontwieght);
}
.footer-forms textarea::placeholder {
  color: #c1c1c1;
  font-weight: var(--fontwieght);
}
.footer-form-section {
  padding: 50px 0 70px;
}
.footer-forms-input button.submit {
  background: var(--blue);
  border: 1px solid var(--blue);
  color: var(--white);
  font-weight: var(--fontwieght);
  padding: 6px 14px;
  border-radius: 6px;
}
#video-wrap .close-video,
#video-wrap .close-video:hover:after,
#video-wrap .close-video:hover:before {
  background-color: #ffd32a;
}
.inner-banner-text {
  position: absolute;
  top: 28%;
  width: 43%;
}
.inner-banner-text h1 {
  color: var(--white);
  font-size: 56px;
  font-weight: var(--fontwieght);
}
.inner-banner-text p {
  color: var(--white);
  font-size: 20px;
  line-height: 26px;
}
.about-intro-text p,
.vision-mission p {
  font-size: 18px;
  color: #000;
}
.about-intro-text p {
  padding-right: 30px;
}
section.about-intro-section {
  padding: 15px 1px;
}
.vision-mission-text img {
  float: left;
  margin-right: 30px;
}
.vision-mission {
  display: grid;
  padding-right: 25px;
}
.milestone-heading h2,
.vision-mission h2 {
  color: var(--black);
  font-weight: var(--fontwieght);
}
.count-text h2,
.milestone-heading h2,
.vision-mission h2 {
  font-size: var(--fontsize40);
}
hr.vismis-hr {
  margin: 5px 0 25px;
  background: #0c0c0c;
}
hr.vismis-hr-blue {
  padding: 0 80px;
  background: var(--blue);
  opacity: 1;
}
.three-bpxes-section.blog-list,
.vismis-row {
  padding: 20px 0;
}
.vision-mission-image img {
  border-radius: 5px;
}
.milestone-heading {
  text-align: center;
  margin-bottom: 30px;
}
.milestone-heading h2 {
  margin-bottom: 10px;
}
.milestone-section {
  padding: 30px 0 50px;
}
.count-text {
  text-align: center;
  border: 1px solid var(--blue);
  border-radius: 10px;
  padding: 20px;
}
.count-text h2 {
  font-weight: 500;
  color: var(--blue);
  margin-bottom: 0;
}
.count-text p,
header.page-header.sticky .top-menu > li > a {
  font-size: 18px;
}
.count-text p {
  line-height: 24px;
  margin: 5px 0 0;
}
.bread-crumb p a {
  color: #999;
}
.bread-crumb p {
  margin-top: 8px;
  font-size: 12px;
}
.inner-banner-text.produce-catalouge-inner h1 {
  line-height: 50px;
  margin-bottom: 15px;
}
.inner-banner-text.produce-catalouge-inner {
  top: 23%;
}
.catalouge-head h1 {
  font-weight: var(--fontwieght);
  font-size: var(--fontsize40);
  color: var(--black);
  margin-bottom: 0;
  text-align: center;
}
.catalouge-head {
  margin: 30px 0;
}
.catalouge-filter select {
  border: 1px solid var(--blue);
  padding: 3px 50px 3px 20px;
  border-radius: 6px;
}
.catalouge-filter span {
  margin-right: 20px;
  font-weight: 500;
  font-size: 16px;
}
.catalouge-wrapper {
  margin-bottom: 20px;
}
.catalouge-wrapper-row {
  padding: 40px 0 20px;
}
.catalogue-paging {
  padding-bottom: 10px;
}
.catalogue-paging .page-link {
  color: #333;
  background-color: #fff;
  border: none;
  font-weight: 400;
  font-size: 16px;
  margin: 20px 30px;
  padding: 0 4px;
}
.catalogue-paging .page-item.active .page-link {
  z-index: 3;
  color: var(--blue);
  background-color: #fff0;
  border-bottom: 1px solid var(--blue);
  padding: 0 4px;
}
.office-address p {
  display: flex;
  margin-top: 25px;
}
.boxes a,
.boxes-text span {
  display: inline-block;
  transition: 0.6s;
}
.office-address p span:last-child {
  margin-left: 25px;
  font-size: 16px;
  font-weight: 300;
  color: #000;
}
.office-address p span img {
  vertical-align: baseline;
}
.contact-head h1 {
  font-weight: var(--fontwieght);
  font-size: 56px;
  color: var(--black);
  margin-bottom: 0;
}
.contact-form h2,
.office-address h2 {
  font-size: var(--fontsize24);
  color: var(--black);
  font-weight: 400;
}
.contact-head {
  margin-bottom: 40px;
}
.office-address h2 {
  margin-bottom: 30px;
  margin-top: 15px;
}
.contact-form h2 {
  margin-bottom: 25px;
}
.contact-form h2 span {
  margin-left: 20px;
}
.contact-details-form {
  padding-bottom: 40px;
}
.thankyou-popup {
  display: block;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 9999;
}
.thankyou-popup:before {
  content: "";
  background: #000000d4;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 11111;
}
.thank-you-box {
  text-align: center;
  background: #fff;
  width: 25%;
  padding: 40px 0;
  margin: auto;
  position: relative;
  top: 30%;
  z-index: 99991;
}
.thank-you-box .close-popup {
  position: absolute;
  right: 15px;
  top: 7px;
}
.thank-you-box h2 {
  color: #3c2b99;
  font-size: 24px;
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight: 400;
}
.thank-you-box p {
  color: #000;
  font-size: 16px;
  font-weight: 300;
}
.boxes a {
  padding: 28px 23px;
  background: #fff;
  border-radius: 40px;
  margin-bottom: 2rem;
  box-shadow: 0 3px 68px 8px #d0d0d0;
}
.boxes a:hover {
  box-shadow: 0 20px 40px 8px #d0d0d0;
}
.boxes-image {
  position: relative;
  transition: 0.6s;
}
.boxes-image span {
  background: #ffd32a;
  padding: 2px 20px;
  font-weight: 400;
  color: #000;
  border-radius: 100px;
  font-size: 12px;
  position: absolute;
  left: 15px;
  bottom: 15px;
  opacity: 0;
  transition: 0.6s;
}
.boxes a:hover .boxes-image span {
  opacity: 1;
}
.boxes a:hover .boxes-text span {
  opacity: 1;
  background: #000;
  color: #fff;
}
.boxes-text {
  text-align: center;
  padding: 20px 0;
}
.boxes-text h2 {
  font-weight: 700;
  font-size: 25px;
  text-align: left;
  color: #000;
  font-family: outfit;
}
.first-blog-link h2,
.first-blog-link h4 {
  font-family: "Red Hat Display", sans-serif;
}
.boxes a:hover .boxes-text h2 {
  color: #000;
}
.boxes-text p {
  font-size: 15px;
  color: #000;
  font-weight: 400;
  text-align: left;
}
.boxes-text span {
  border: 1px solid #000;
  border-radius: 100px;
  padding: 6px 80px;
  font-weight: 500;
  color: #000;
  margin-top: 15px;
  font-size: 17px;
}
.three-bpxes-section {
  padding: 80px 0;
}
footer {
  background: #ffd32a;
  padding: 60px 0;
}
.footer-text img {
  position: absolute;
  right: 0;
  top: -30px;
}
.follow-us span a img {
  vertical-align: bottom;
  width: 17.5px;
}
.follow-us span.yt img {
  width: 20px;
}
.footer-text h2 {
  font-size: 54px;
  font-weight: 400;
  line-height: 60px;
}
.footer-text p {
  font-size: 19px;
  color: #2a2721;
  font-weight: 300;
  margin: 1.6rem 0;
}
.copy-right p,
.powered-by p {
  margin-top: 0;
  font-size: 14px;
  color: #666;
  font-weight: 400;
}
.footer-form input#emailS {
  width: 100%;
  border: none;
  border-bottom: 1px solid #505050;
  background: 0 0;
  font-size: 16px;
  font-weight: 300;
  padding: 10px 5px;
}
.footer-form input#emailS::placeholder {
  color: #000;
}
.footer-form input#emailS:-ms-input-placeholder {
  color: #000;
}
.footer-form input#emailS::-ms-input-placeholder {
  color: #000;
}
.errormsg {
  position: absolute;
  margin-top: 8px;
  left: 0;
  padding: 2px 7px;
  display: none;
  color: #fff;
  font-size: 11px;
  line-height: normal;
  background: #000;
}
.errormsg:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 8px solid #000;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  top: -8px;
}
.powered-by p {
  text-align: right;
}
.follow-us,
.toPopup p,
div.close {
  text-align: center;
}
.powered-by p a:hover {
  color: #000;
}
.follow-us {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -4px;
}
.follow-us .follow-us-text {
  padding-top: 6px;
  display: block;
}
.follow-us span {
  padding: 0 15px;
  font-weight: 800;
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
}
input.subscribe-btn {
  background: #000;
  color: #fff;
  margin-top: 25px;
  margin-bottom: 25px;
  width: 100%;
  padding: 13px;
  border: none;
  border-radius: 100px;
}
.footer-form {
  margin-right: 20%;
}
div#error-message {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  position: absolute;
}
div.thankpop {
  display: none;
  z-index: 9999;
}
.toPopup {
  font-size: 16px;
  color: #333;
  display: block;
  left: 50%;
  margin-left: -250px;
  position: fixed;
  top: 17%;
  width: 500px;
  z-index: 9999;
  background: #fff;
  border-radius: 50px;
  padding: 4rem;
}
div.close {
  cursor: pointer;
  width: auto;
  height: auto;
  position: absolute;
  right: 2rem;
  top: 2rem;
  border-radius: 50%;
  z-index: 2;
  opacity: 1;
}
div.close img {
  width: 30px;
  margin: 0;
}
.toPopup img {
  margin-bottom: 3rem;
}
.toPopup h2 {
  font-size: 70px !important;
  color: #333;
  line-height: 0.486 !important;
  font-weight: 500 !important;
}
.toPopup h3 {
  font-size: 30px;
  color: #333;
  font-weight: 400 !important;
}
.toPopup p {
  font-size: 1.1rem;
  color: rgba(0, 0, 0, 0.702);
  line-height: 1.625 !important;
}
div#thank-pop:before {
  content: "";
  background: #000000d4;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
}
.home-page-slider .carousel-indicators {
  justify-content: center;
  padding: 0;
  margin-bottom: 7rem;
  bottom: -60px;
}
.slider-caption {
  position: absolute;
  bottom: 1.25rem;
  left: 13%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: left;
  top: 27%;
  width: 47%;
}
.slider-caption h2 {
  color: #fff;
  font-size: 53px;
  font-weight: 300;
}
.slider-caption p {
  font-size: 20px;
  font-weight: 300;
}
.slider-caption img.banner-H-logo {
  position: absolute;
  right: -55%;
  z-index: -1;
  bottom: -20%;
}
.slider-caption h2 span {
  background: linear-gradient(to right, #2f951e 31%, #c3a976 71%);
  -webkit-background-clip: text;
  display: block;
}
.banner-image a.video-play-icon {
  position: absolute;
  left: -6%;
  top: 40%;
}
.slider-caption a {
  padding: 10px 20px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  background: #3c2b99;
  margin-top: 10px;
  border-radius: 5px;
}
.slider-caption a img {
  margin-left: 4px;
}
.home-page-slider .carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 0;
  padding: 0;
  margin-top: 1px;
  margin-left: 20px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: border-box;
  border: 0;
  border-top: 0 solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 1;
  transition: 0.3s ease-in-out;
  border-radius: 10px;
  top: -6px;
}
.home-page-slider .carousel-indicators .active {
  background: #fff;
  position: relative;
  transition: 0.3s ease-in-out;
  z-index: 999;
}
.home-page-slider .carousel-indicators .active:after {
  content: "";
  border: none;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -4px;
  top: 0;
  border-radius: 30px;
  background: #fff;
  z-index: 99;
}
.home-page-slider .carousel-indicators .active:before {
  content: "";
  border: none;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 1.5px;
  top: 6px;
  border-radius: 30px;
  background: #ffd32a;
  z-index: 999;
}
.home-page-slider .carousel-control-prev {
  position: absolute;
  bottom: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  opacity: 1;
  transition: 0.3s ease-in-out;
  height: 45px;
  top: 50%;
  left: 3%;
  border-radius: 5px;
  line-height: 0;
}
.carousel-control-prev img {
  transform: rotateY(180deg);
}
.carousel-control-next img,
.carousel-control-prev img,
.open-mobile-menu.fa-lg img {
  width: 24px;
}
.three-bpxes-section .carousel-control-next img,
.three-bpxes-section .carousel-control-prev img {
  width: 18px;
  margin-top: 2px;
}
.lets-play.video-section-link img {
    border-radius: 25px;
}
@media screen and (min-width: 1400px) {
  .home-page-slider .carousel-control-prev {
    top: 45%;
    left: 1%;
  }
  .home-page-slider .carousel-control-next {
    top: 45%;
    right: 1%;
  }
  .container {
    max-width: 1380px !important;
  }
  .blog-list .container {
    max-width: 1290px !important;
  }
}
.Boxcarousel-slider-section .carousel-control-next,
.Boxcarousel-slider-section .carousel-control-prev {
  bottom: 0;
  z-index: 9999;
  display: flex;
  width: 30px;
  color: #fff;
  transition: 0.3s ease-in-out;
  height: 30px;
  top: 40%;
  line-height: 0;
  border-radius: 5px;
  background: #000;
  opacity: 1;
  padding: 0;
  position: absolute;
  text-align: center;
}
.Boxcarousel-slider-section .carousel-control-next {
  align-items: center;
  justify-content: center;
  right: 0;
}
.Boxcarousel-slider-section .carousel-control-prev {
  align-items: center;
  justify-content: center;
  left: 0;
}
@media screen and (min-width: 768px) {
  .banner-section img {
    border-radius: 45px;
  }
  .page-header ul a {
    font-size: 1.6rem;
  }
  .page-header .search-form input {
    font-size: 2.4rem;
    height: 5rem;
    line-height: 5rem;
  }
}
@media screen and (max-width: 450px) {
  .toPopup {
    font-size: 16px;
    color: #333;
    display: block;
    left: 5%;
    margin-left: auto;
    position: fixed;
    top: 17%;
    width: 90%;
    z-index: 9999;
    background: #fff;
    border-radius: 50px;
    padding: 2rem 10px;
  }
  .toPopup h2 {
    font-size: 50px !important;
    margin-bottom: 13px;
  }
  .page-header ul a {
    font-size: 1.6rem;
  }
  .banner-section img {
    border-radius: 15px;
  }
  .page-header .search-form input {
    font-size: 2.4rem;
    height: 5rem;
    line-height: 5rem;
  }
  .page-header .top-menu {
    padding: 2rem;
  }
  .home-page-slider .carousel-control-next,
  .home-page-slider .carousel-control-prev {
    position: absolute;
    bottom: 0;
    z-index: 9999;
    display: flex;
    width: 30px;
    padding: 0;
    color: #fff;
    background: 0 0;
    opacity: 1;
    transition: 0.3s ease-in-out;
    height: 30px;
    top: 40%;
    border-radius: 5px;
    line-height: 0;
    text-align: center;
  }
  .page-header ul li a {
    padding: 10px 0 !important;
    position: relative;
    font-size: 16px;
  }
  .page-header ul li a:before {
    bottom: 9px;
    display: block;
    height: 2px;
    width: 0%;
    left: 0;
    content: "";
    background-color: #ffd32a;
  }
  .home-page-slider .carousel-control-next {
    align-items: center;
    justify-content: center;
    right: 0;
  }
  .home-page-slider .carousel-control-prev {
    align-items: center;
    justify-content: center;
    left: 0;
  }
  .home-page-slider .carousel-indicators {
    bottom: -100px;
  }
  .page-header {
    padding: 13px 0;
  }
  .banner-section {
    margin: 0 0 20px;
  }
  .footer-form,
  .footer-img {
    margin-bottom: 20px;
  }
  .three-bpxes-section {
    padding: 40px 0 20px;
  }
  .footer-text h2 {
    font-size: 30px;
    line-height: 34px;
  }
  .footer-text p {
    font-size: 17px;
    font-weight: 300;
  }
  .footer-form {
    margin-right: 0;
  }
  .copy-right p {
    text-align: center;
  }
  .powered-by p {
    text-align: center;
    padding: 15px 0 0;
  }
  .page-header .top-menu .mob-block {
    margin-bottom: 2rem;
  }
  .footer-text img {
    display: none;
  }
  .boxes a {
    margin: 20px 15px;
    background: #fff;
    border-radius: 40px;
    display: inline-block;
    transition: 0.6s;
    box-shadow: 0 3px 20px 2px #d0d0d0;
    padding: 15px;
  }
}
.view-more-btn {
  border: 1px solid #000;
  border-radius: 100px;
  padding: 7px 75px;
  display: inline-block;
  font-weight: 400;
  color: #fff;
  background: #000;
  margin-top: 15px;
  transition: 0.6s;
  text-align: center;
  cursor: pointer;
  font-size: 17px;
}
.copyright-span,
.reads {
  font-family: Outfit;
  font-size: 13.5px;
  font-weight: 700;
}
.view-more-btn:hover {
  color: #fff;
}
.first-blog-link {
  border-radius: 55px;
  box-shadow: 0 3px 68px 8px #d0d0d0b5;
  margin: 0 0 3rem;
}
.first-blog-link .img-div {
  overflow: hidden;
}
.first-blog-link .img-div img {
  border-radius: 55px 0 0 55px;
  height: -webkit-fill-available;
  min-width: -webkit-fill-available;
  width: inherit;
}
.first-blog-link .text-div {
  padding-right: 4.5rem !important;
  padding-left: 4.2rem !important;
  padding: 2.5rem;
}
.first-blog-link h2 {
  font-weight: 900;
  font-size: 43px;
  word-spacing: 4px;
  line-height: 55px;
}
.first-blog-link h4 {
  font-weight: 500;
  font-size: 34px;
  letter-spacing: 1px;
  color: #686767;
  line-height: 50px;
}
.blog-banner-section h1,
.blog-banner-section h2 {
  font-family: "Red Hat Display", sans-serif;
  letter-spacing: 1.2px;
}
.special-hr {
  margin: 1rem 4rem;
  background: #000;
  opacity: 1;
}
.copyright-span {
  letter-spacing: 0.2px;
  color: #949393;
}
.reads {
  display: flex;
  align-items: center;
  letter-spacing: 0.5px;
  color: #adacac;
}
.back-page-link {
  cursor: pointer;
  margin-left: 2.6rem;
}
.back-page-link img {
  width: 32px;
  margin-top: -2px;
  transform: rotate(180deg);
}
.home-blogs {
  padding: 5rem 0 !important;
}
footer .image-side {
  padding-right: 7.7%;
  padding-left: 2.5%;
  display: flex;
  justify-content: center;
  align-items: end;
}
footer .form-side {
  padding-left: 4%;
}
@media screen and (min-width: 1398px) {
  .boxes-text h2 {
    font-size: 29px;
  }
  .footer-text h2 {
    font-size: 58px;
    line-height: 64px;
  }
  .footer-text p {
    font-size: 21px;
    margin: 2rem 0;
  }
  .footer-form input#emailS {
    font-size: 18px;
  }
  input.subscribe-btn {
    padding: 15px;
    font-size: 18px;
  }
  .footer-text img {
    width: 170px;
  }
}
.blog-details .top-banner img {
  border-radius: 55px;
}
.blog-banner-section h1 {
  font-size: 57px;
  font-weight: 900;
  word-spacing: 5px;
}
.blog-banner-section h2 {
  font-size: 45px;
  font-weight: 500;
  color: #686767;
  margin-top: 0.8rem;
}
.author-detail {
  font-size: 16px;
  color: #7e7c7c;
  margin-top: 1.5rem;
}
.blog-text p {
  font-size: 20px;
  line-height: 27px;
}
.full-width-image {
  margin: 3rem 0;
}
.three-dots {
  width: 51px;
}
.stage-inner-section h3 {
  font-family: "Red Hat Display";
  font-size: 33px;
  line-height: 44px;
  letter-spacing: -1px;
}
.spotlight-content h3 {
  letter-spacing: 0;
  line-height: 45px;
}
.sitemap-list li a,
.stage-inner-section p {
  font-size: 20px;
}
.video-card {
  margin: 4rem 0 5rem;
}
.video-card .card-img-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-card .card-img-overlay a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background: #ffd32a;
  border-radius: 50%;
  padding-left: 0.2rem;
  cursor: pointer;
}
#video-wrap .close-video,
#video-wrap.active {
  transition: 0.3s ease-in-out;
  align-items: center;
}
.spotlight-content p {
  line-height: 27px;
}
.spotlight-content b {
  font-weight: 700;
}
.neutral-signages h4 {
  color: #620161;
  font-size: 45px;
  font-weight: 600;
  line-height: 50px;
}
.neutral-signages {
  background-color: #ffd32a;
  padding: 25px 40px;
}

.top-banner .card {
   padding: 0; 
   text-align: center; 
   border-radius: 0; 
  box-shadow: none; 
}
section.safety-signages {
  padding: 5px 0 25px;
}
.safety-signages h3 {
  font-size: 28px;
}
.safety-signages p {
  font-size: 18px;
}
.card-img-top {
  width: 60%;
  border-radius: 50%;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.card {
  padding: 1.5em 0.5em 0.5em;
  text-align: center;
  border-radius: 2em;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.card-title {
  font-weight: bold;
  font-size: 1.5em;
}
.btn-primary {
  border-radius: 2em;
  padding: 0.5em 1.5em;
}
.our-mentors-cards {
  display: flex;
  justify-content: space-around;
}
.our-mentors-cards .card {
  padding: 0px 0px;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background: none;
  border: none;
  box-shadow: none;
}
.our-mentors-text h2 {
  font-size: 98px;
  font-weight: bold;
  line-height: 110px;
  color: #620161;
}

.our-mentors-cards .card-title {
  font-weight: bold;
  font-size: 24px;
}
.our-mentors-cards .card-img-top {
  width: 65%;
  border-radius: 50%;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.cards-information {
  margin-top: 10px;
  background-color: #ffd32a;
  padding: 8px 25px;
  border-radius: 30px;
  display: inline-block;
}
.cards-information p {
  margin-bottom: 0;
}
section.our-mentors {
  padding: 40px 0 40px;
}
.our-mentors-cards p.card-text {
  margin-bottom: 0;
}
.space-signs-content {
  background-color: #ffd32a;
  border-radius: 30px;
  padding: 15px 10px;
  position: relative;
}

section.space-signs h2 {
  color: #620161;
  font-size: 40px;
  font-weight: bold;
  text-align: right;
  text-transform: uppercase;
  margin-right: 20px;
}
section.space-signs {
  padding: 30px 0 30px;
}

section.designers {
  padding: 35px 0 50px;
}
section.designers h2 {
  font-size: 52px;
  color: #620161;
  font-weight: bold;
}
section.space-signs {
  position: relative;
}
.space-signs-image img {
  position: absolute;
  top: -80px;
  left: 70px;
}
.space-icon img {
  position: absolute;
  bottom: 45px;
  right: -2px;
}
.sign-space-download {
  position: relative;
  padding: 20px 0;
}

h6.-sign-name {
  color: #9e800b;
  font-size: 22px;
  margin-top: 5px;
}
.row.space-content {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding: 0 15px;
}
.meet-designers-content ul {
  display: grid;
  grid-gap: 10px 100px;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  background-color: #fff;
  color: #444;
}
.meet-designers ul {
  margin-top: 20px;
  list-style: disc;
}
.meet-designers-content li {
  font-size: 20px;
}
.our-cards {
  margin-top: 40px;
}
.sign-video-card .card-img-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sign-video-card {
  margin: 2rem 0 3rem;
}
.card-video {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
}

.sign-hr{
  top: 20px;
  border: none;
  height: 3px;
  background: #222f17;
  margin-bottom: 50px;
}




.spotlight .boxes a {
  color: #000;
}
.spotlight .heading h2 {
  text-align: center;
  font-size: 45px;
  font-weight: 800;
  padding: 0px 0 30px;
  color: #000;
}
.spotlight .boxes-text {
  text-align: center;
  padding: 30px 0 0;
}
.block {
  display: none;
}




@media screen and (min-width: 1300px) {
  .container {
    max-width: 1249px;
  }
  .blog-list .container {
    max-width: 1170px;
  }
}
@media screen and (max-width: 1398px) {
  img.logo.horizontal-logo {
    width: 215px;
  }
  .page-header .top-menu > li > a {
    margin: 0 20px;
    font-size: 20px;
  }
  .back-page-link img {
    width: 30px;
    margin-top: -5px;
  }
  .first-blog-link .text-div {
    padding-right: 3rem !important;
    padding-left: 4rem !important;
  }
  .first-blog-link h2 {
    font-size: 38px;
    margin-top: 1rem !important;
  }
  .first-blog-link h4 {
    font-size: 30px;
    line-height: 42px;
  }
  .view-more-btn {
    padding: 7px 61px;
    font-size: 15px;
  }
  .reads {
    margin-top: 2rem !important;
  }
  .copyright-span,
  .reads {
    font-size: 12px;
  }
  .boxes-text p {
    font-size: 13px;
  }
  .boxes-text span {
    padding: 6px 64px;
    font-size: 15px;
  }
  .stage-inner-section h3 {
    font-size: 30px;
    line-height: 41px;
  }
  .stage-inner-section p {
    font-size: 18px;
  }
  .spotlight-content p {
    line-height: 25px;
  }
  .video-card {
    margin: 2rem 0 3rem;
  }
  .video-card .card-img-overlay a {
    width: 58px;
    height: 58px;
  }
  .video-card .card-img-overlay a img {
    width: 16px;
  }
}
img.blog-img {
  border-radius: 5px;
  width: 100%;
}
.craft-yellow-bullet-list li {
  font-size: 20px;
  margin-bottom: 5px;
}
.craft-yellow-bullet-list li::before {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #ffd32a;
  display: block;
  position: absolute;
  margin-left: -20px;
  margin-top: 15px;
}
.boxes-image img {
  border-radius: 10%;
}
.image-source {
  display: block;
  font-size: 13px;
  color: #747474;
}
#video-wrap:not(.active) {
  opacity: 0;
  visibility: hidden;
}
#video-wrap .video-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#video-wrap .video-container {
  width: 95%;
  transition: 0.3s ease-in-out;
  transform: scale(0.9);
  height: 84vh;
}
#video-wrap .close-video {
  cursor: pointer;
  display: flex;
  justify-content: center;
  position: absolute;
  right: 5%;
  top: 5%;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  border: 2px solid #000;
  padding: 0;
  z-index: 150;
}
#video-wrap .close-video:after,
#video-wrap .close-video:before {
  content: "";
  width: 60%;
  height: 3px;
  background-color: #000;
  position: absolute;
  transition: 0.3s ease-in-out;
}
#video-wrap .close-video:before {
  transform: rotate(42deg);
}
#video-wrap .close-video:after {
  transform: rotate(-42deg);
}
#video-wrap .close-video:hover {
  background-color: #000;
}
#video-wrap iframe,
#video-wrap video {
  position: relative;
  z-index: 10;
  border-radius: 12px;
  box-shadow: 0 0 19px rgba(0, 0, 0, 0.16);
  width: 100%;
  height: 100vh;
  max-height: 75vh;
  background-color: #000;
}
#video-wrap video {
  object-fit: cover;
}
#video-wrap.active {
  opacity: 1;
  visibility: visible;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 12px;
  height: 100vh;
  display: flex;
  z-index: 99991;
  justify-content: center;
}
#video-wrap.active .video-container {
  transform: scale(1);
}
@media (max-width: 1659px) and (min-width: 1330px) {
  #video-wrap .video-container {
    max-width: 978px;
  }
}
@media (min-width: 1660px) {
  #video-wrap .video-container {
    max-width: 1431px;
  }
}
.aboutus-content h1 {
  font-size: 98px;
}
.aboutus-content h1 span {
  background-image: url(../images/text-bg-black-white.jpg);
  background-repeat: repeat;
  -webkit-background-clip: text;
  background-size: contain;
}
.aboutus-content {
  padding: 50px 0 0;
}
.aboutus-para {
  margin-top: 20px;
}
.aboutus-content h1 img {
  animation: 10s linear infinite rotate;
}
.coming,
.error-404 {
  text-align: center;
}
.coming img {
  height: 65vh;
  max-height: 550px;
}
.error-404 img {
  height: 45vh;
  max-height: 500px;
  margin-top: 2rem;
}
.coming a,
.error-404 a {
  border: 1px solid #000;
  border-radius: 100px;
  padding: 6px 50px;
  display: inline-block;
  font-weight: 500;
  color: #000;
  margin-top: 15px;
  font-size: 17px;
  transition: 0.6s;
  margin-bottom: 4rem;
}
.coming a:hover,
.error-404 a:hover {
  color: #fff;
  background-color: #000;
  transition: 0.6s;
}
.error-404 h2 {
  margin: 1rem;
}
@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
.page-header .top-menu > li > a,
.special-hr,
img.logo.horizontal-logo {
  transition: 0.8s;
}
header.page-header {
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 99990;
}
.page-header.sticky nav {
  padding-top: 0;
}
.page-header.sticky .top-menu > li > a {
  padding: 28px 10px;
  transition: 0.8s;
}
.slider-section.home-page-slider,
main {
  margin-top: 145px !important;
}
header.page-header.sticky img.logo.horizontal-logo {
  width: 160px;
  padding-top: 0;
}
.breadcrumb-container {
  display: flex;
  align-items: center;
}
.breadcrumb {
  margin-bottom: 0;
  margin-left: 1rem;
  font-size: 15px;
  font-weight: 400;
}
.breadcrumb a,
.breadcrumb span {
  margin: 0 10px;
}
a:hover {
  color: #ffd32a;
}
.sitemap-list {
  justify-content: space-between;
  padding: 0 3rem;
  margin: 2rem 0 4rem;
  list-style: inherit;
  text-align: left;
}
.sitemap-list li {
  margin-top: 1rem;
}
.sitemap-list li::marker {
  color: #ffd32a;
  font-size: 22px;
}
.sitemap-container h1 {
  font-size: 60px;
  background-image: url(../images/text-bg-black-white.jpg);
  background-repeat: repeat;
  -webkit-background-clip: text;
  background-size: contain;
  margin-top: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .first-blog-link .img-div {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .first-blog-link .img-div img {
    border-radius: 40px 40px 0 0;
  }
  .special-hr {
    margin: 1rem;
  }
  .back-page-link {
    margin-left: 0.5rem;
  }
  .first-blog-link .text-div {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .follow-us {
    display: block;
  }
  .blog-details .top-banner img {
    border-radius: 24px;
  }
  .three-dots {
    width: 40px;
  }
  .blog-banner-section h1 {
    font-size: 35px;
  }
  .blog-banner-section h2 {
    font-size: 28px;
  }
  .blog-text p {
    font-size: 17px;
    line-height: 24px;
  }
  .full-width-image {
    margin: 2rem 0;
  }
  .page-header nav {
    padding: 0;
  }
  .follow-us-text {
    display: block;
    margin-bottom: 1.5rem;
  }
  .slider-section.home-page-slider,
  main {
    margin-top: 50px !important;
  }
  .coming img,
  .error-404 img {
    height: auto;
  }
  .sitemap-list {
    margin: 0;
  }
  .sitemap-container {
    padding-bottom: 4rem;
  }
  .sitemap-container h1 {
    margin-bottom: 1rem;
  }
  .page-header .dropdown-toggle::after {
    top: 20px;
    right: -30px;
  }
  .page-header ul.dropdown-menu.show {
    padding: 1rem;
  }
  .neutral-signages h4 {
    color: #620161;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
  }
  .neutral-signages {
    background-color: #ffd32a;
    padding: 20px 35px;
  }
  .three-dots-design {
    margin-top: 20px;
    width: 35px;
  }
  .our-mentors-text h2 {
    margin-bottom: 0;
    font-size: 30px;
    font-weight: bold;
    color: #620161;
    line-height: 70px;
  }
  section.our-mentors {
    padding: 0px 0 10px;
  }
  section.our-mentors hr {
    margin-top: 20px;
    height: 3px;
  }
  section.space-signs {
    padding: 0px 0 0px;
  }
  section.safety-signages {
    padding: 5px 0 0px;
  }
  .sign-video-card {
    margin: 1rem 0 1rem;
  }
  .safety-signages p {
    font-size: 18px;
    margin-bottom: 0;
  }
  section.space-signs h2 {
    color: #620161;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .space-signs-image img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0px 100px;
  }
  .row.space-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 0px 80px;
  }
  .sign-space-download {
    position: relative;
    padding: 10px 0 0;
  }
  section.designers h2 {
    font-size: 30px;
    color: #620161;
    font-weight: bold;
    text-align: left;
  }
  .cards-information {
    margin-top: 5px;
    background-color: #ffd32a;
    width: 85%;
    border-radius: 30px;
    display: block;
    padding: 10px 15px;
    float: left;
}
  .our-mentors-cards .card-img-top {
    width: 35%;
    height: 35%;
    border-radius: 50%;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .our-mentors-cards .card-title {
    font-weight: bold;
    font-size: 18px;
    text-align: left;
  }
  .our-mentors-cards .card {
    padding: 15px 0px 5px 20px;
    text-align: center;
    display: flex;
    flex-direction: row;
    min-width: 0;
    background: none;
    border: none;
    box-shadow: none;
    align-items: center;
}
  .our-cards {
    margin-top: 10px;
}
.cards-information p {
  margin-bottom: 0;
  line-height: 15px;
  font-size: 12px;
  text-align: left;
}
.our-mentors-cards p.card-text {
  margin-bottom: 0;
  font-size: 14px;
  text-align: left;
}

.meet-designers-content ul {
  display: grid;
  grid-gap: 10px 45px;
  grid-template-columns: repeat(auto-fill, minmax(145px, 1fr));
  background-color: #fff;
  color: #444;
}
.meet-designers-content li {
  font-size: 16px;
}
section.designers {
  padding: 35px 0 20px;
}
.safety-signages h3 {
  font-size: 24px;
}
.space-icon img {
  position: absolute;
  bottom: -5px;
  right: 10px;
}
h6.-sign-name {
  color: #9e800b;
  font-size: 20px;
  margin-top: 5px;
}
.sign-hr {
  top: 20px;
  border: none;
  height: 3px;
  background: #222f17;
  margin-bottom: 25px;
}







}
.video-play-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background: #ffd32a;
  border-radius: 50%;
  padding-left: 0.2rem;
  cursor: pointer;
}
.close-mobile-menu.fa-lg img,
.video-play-circle img {
  width: 17px;
}
.video-section-link {
  cursor: pointer;
}
.spotlight-slider {
  position: relative;
}
.spotlight-slider .owl-next,
.spotlight-slider .owl-prev {
  background-color: #640062 !important;
  height: 50px;
  width: 50px;
  border-radius: 100% !important;
}
.spotlight-slider .owl-next span,
.spotlight-slider .owl-prev span {
  color: #ffff;
  line-height: 30px;
  font-size: 50px;
}
.spotlight-slider .owl-prev {
  position: absolute;
  top: 40%;
  left: 0;
}
.spotlight-slider .owl-next {
  position: absolute;
  right: -20px;
  top: 40%;
}
.spotlight-slider .banner-section {
  margin: 0 20px 50px;
}

.gender-sign-banner-section {
    margin: 0 30px 50px;
    display: block;
}
