/* Universal Css Start Here */
body {
	background-color: var(--body-color);
	font-family: var(--font-default);
	color: var(--text-color);
  }
  body::-webkit-scrollbar {
	width: 12px; /* width of the entire scrollbar */
  }

  body::-webkit-scrollbar-track {
	background: var(--bg-primary); /* color of the tracking area */
  }

  body::-webkit-scrollbar-thumb {
	background-color: white; /* color of the scroll thumb */
	border-radius: 20px; /* roundness of the scroll thumb */
	border: 3px solid var(--bg-primary); /* creates padding around scroll thumb */
  }
  .over-hidden {
	overflow: hidden;
  }
  html{
	overflow-x: hidden !important;
  }

  a {
	text-decoration: none;
	color: var(--extra-color-3);
	outline: none;
  }

  a:hover {
	color: var(--extra-color-3);
  }

  button {
	font-family: var(--font-btn);
  }

  figure {
	margin-bottom: 0;
  }

  .primary-btn {
	color: var(--light-text-color) !important;
	background-image: -webkit-linear-gradient(
	  30deg,
	  #f05a2a 50%,
	  transparent 50%
	);
	background-image: linear-gradient(30deg, #f05a2a 50%, transparent 50%);
	background-size: 2500px;
	background-repeat: no-repeat;
	background-position: 0%;
	-webkit-transition: background 300ms ease-in-out;
	transition: background 300ms ease-in-out;
	font-size: 16px;
	padding: 0.6rem 2rem !important;
	font-family: var(--font-btn);
	white-space: nowrap;
	border-radius: 6px !important;
  }
  .primary-btn:hover {
	background-position: 100%;
	background: #50302d;
	color: var(--light-text-color);
	border-radius: 6px !important;
	padding: 0.6rem 2rem !important;
  }
  .secondary-btn {
	background: var(--light-text-color);
	color: var(--bg-primary);
	font-size: 14px;
	padding: 0.375rem 1.5rem;
	font-family: var(--font-btn);
	transition: all 0.8s ease-out;
	border: 1px solid var(--bg-primary);
	white-space: nowrap;
  }
  /* .secondary-btn:hover {
		background: var(--primary-btn-color);
		color: var(--dark-text-color);
		font-size: 14px;
		padding: 0.375rem 2rem;
		font-family: var(--font-heading);
	} */

  .extra-padd {
	padding: 15px 60px !important;
  }

  .colored-txt {
	color: var(--extra-color-1);
  }

  button {
	border: 0;
  }

  /* Typography Start Here */
  h1 {
	font-family: var(--font-heading);
	font-size: 60px;
	color: var(--heading-color);
  }

  h2 {
	font-family: var(--font-heading);
	font-size: 50px;
	color: var(--heading-color);
  }

  h3 {
	font-family: var(--font-heading);
	font-size: 40px;
	color: var(--heading-color);
  }

  h4 {
	font-family: var(--font-heading);
	font-size: 30px;
	color: var(--heading-color);
  }

  h5 {
	font-family: var(--font-heading);
	font-size: 20px;
	color: var(--heading-color);
  }

  h6 {
	font-family: var(--font-heading);
	font-size: 18px;
	color: var(--heading-color);
  }

  p {
	font-family: var(--font-default);
	font-size: 16px;
	color: var(--text-color);
  }
  .rounded {
	border-radius: 1rem !important;
  }

  @media (max-width: 1368px) {
  }

  @media (max-width: 1280px) {
  }
  @media (max-width: 1024px) {
  }

  @media (max-width: 992px) {
	h2 {
		font-size: 40px;
	  }
	  p {
		font-size: 15px;
		line-height: normal;
	  }
  }

  @media (max-width: 768px) {
  }

  @media (max-width: 480px) {
	p {
		font-size: 14px;
		line-height: normal;
	  }
	  h1 {
		font-size: 40px;
	  }
	h2 {
		font-size: 30px;
	  }


  }

  /* Typography End Here */

  /* Header With out Login Css Start Here */

  .navbar-collapse .primary-btn {
	font-size: 14px;
	padding: 0.375rem 1rem;
	margin-left: 10px;
	border: 1px solid var(--bg-primary);
  }
  .navbar-collapse .secondary-btn {
	margin-left: 10px;
  }
  .sec-header .secondary-btn {
	background: transparent;
	color: var(--bg-primary);
	font-size: 14px;
	padding: 0.375rem 1.5rem;
	font-family: var(--font-calibri-bold);
	transition: all 0.8s ease-out;
	border: 1px solid var(--bg-primary);
  }

  .sec-header {
	width: 100%;
	color: var(--light-text-color);
	background: var(--bg-primary);
  }

  .navbar {
	width: 100%;
	padding: 0px;
  }
  .navbar-brand {
	padding: 0px;
  }

  .navbar-brand img {
	width: 190px;
  }
  .navbar-light .navbar-nav .nav-link {
	color: var(--light-text-color);
	font-size: 17px;
	padding: 38px 20px;
	font-family: var(--font-Roboto-Bold);
	border-bottom: 5px solid var(--bg-primary);
  }

  .navbar-light .navbar-nav .nav-link:focus,
  .navbar-light .navbar-nav .nav-link:hover,
  .navbar-light .navbar-nav .nav-link:active {
	color: #ffd22c;
	border-bottom: 5px solid #ffd22c;
	padding: 38px 20px;
  }
  .navbar-light .navbar-nav .nav-link.active,
  .navbar-light .navbar-nav .show > .nav-link {
	color: #ffd22c;
	border-bottom: 5px solid #ffd22c;
  }

  .btn-flex {
	display: flex;
  }
  .start-seach i {
	opacity: 0.5;
	font-size: larger;
  }
  .start-seach i:hover {
	opacity: 1;
	font-size: larger;
  }

  .open_search {
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 10px;
	position: relative;
	z-index: 2;
  }

  .search_block {
	display: none;
	text-align: center;
	height: 0;
	position: absolute;
	top: 100%;
	left: 45%;
	margin-top: -41px;
	margin-left: -150px;
	&.visible {
	  display: block;
	  height: auto;
	  .search_box {
		opacity: 1;
		top: 0;
		transform: scale(1);
	  }
	}
	.overlayer {
	  background-color: rgba(0, 0, 0, 0.8);
	  position: relative;
	  top: 0;
	  left: 0;
	  height: 100%;
	  width: 100%;
	  z-index: -1;
	}
  }
  .search_box {
	background-color: #fcfaee;
	box-shadow: 2px 10px 20px rgba(0, 0, 0, 0.5);
	display: inline-block;
	opacity: 0;
	padding: 10px;
	position: relative;
	text-align: center;
	top: -200px;
	transform: scale(1.05);
	transition: all 0.4s ease 0s;
	z-index: 10;
	.inner {
	  border: 1px solid #000;
	}
	.search_input {
	  border: 3px solid #fff;
	  box-sizing: border-box;
	  display: inline-block;
	  height: 60px;
	  line-height: 2;
	  min-width: 300px;
	  outline: medium none;
	  padding: 10px 10px 10px 43px;
	  width: 450px;
	  transition: all 0.45s ease 0s;
	  -webkit-appearance: none;
	  border-radius: 0;
	  &.typing {
		border: 3px solid #000;
	  }
	}
	.search_icon {
	  background-color: transparent;
	  border: medium none;
	  color: #111;
	  font-size: 16px;
	  left: 20px;
	  line-height: 1;
	  padding: 8px;
	  position: absolute;
	  top: 24px;
	}
  }
  .visible .overlayer {
	position: fixed;
	z-index: 3;
  }
  /* Header With out Login Css End Here */

  /* Mobile Header Css Start Here */

  @media (max-width: 1368px) {
  }
  @media (max-width: 1200px) {
  }

  @media (max-width: 1024px) {
	.navbar-light .navbar-nav .nav-link {
		padding: 38px 15px;
	}
  }
  @media (max-width: 992px) {
	.navbar-light .navbar-toggler {
		color: rgba(0,0,0,.55);
		border-color: rgba(0,0,0,.7);
	}
	.navbar-light .navbar-nav .nav-link {
		padding: 20px 15px;
	}
	.search_block {
		left: 40%;
	}
  }
  @media (max-width: 768px) {
	.navbar-nav li {
	  border-left: none;
	}
	.navbar-collapse {
	  padding: 20px;
	}
	.with-login .dropdown,
	.dropend,
	.dropstart,
	.dropup {
	  position: absolute;
	  right: 40px;
	  top: 0;
	  margin-top: 10px;
	}
	.with-login .navbar-light .navbar-toggler {
	  margin-right: 60px;
	}
	.with-login .dropdown-menu {
	  min-width: auto;
	  left: -50px;
	}
	.mainbannerbg .banner {
	  display: none !important;
	}
	.mainslider .slick-dots {
	  display: none !important;
	}
  }

  @media (max-width: 576px) {
	.sec-header-content {
	  display: flex;
	  justify-content: center;
	  text-align: center;
	  margin-bottom: 20px;
	}
	.navbar {
	  position: unset;
	  width: 100%;
	}
	.navbar-nav li {
	  border-left: none;
	}
	a.navbar-brand img {
	  width: 120px;
	}
	.btn-flex {
	  display: block;
	}
	.btn-flex .primary-btn {
	  width: 100%;
	}
	.start {
	  margin-right: 0px;
	}
	.navbar .btn {
	  padding: 0.375rem 0.2rem;
	  width: 100%;
	  margin: 10px 0px;
	  background-size: 1000px;
	}
	.with-login .dropdown,
	.dropend,
	.dropstart,
	.dropup {
	  position: absolute;
	  right: 20px;
	  top: 67px;
	}
	.with-login .primary-btn {
	  font-size: 12px;
	  padding: 0.375rem 0.5rem;
	  font-family: var(--font-heading);
	  margin-right: 0px;
	}
	.with-login .sec-header-content {
	  display: flex;
	  justify-content: space-between;
	  text-align: center;
	  margin-bottom: 20px;
	}
	.with-login .dropdown,
	.dropend,
	.dropstart,
	.dropup {
	  margin-top: 0px;
	}
	.search_block {
		display: none;
		text-align: center;
		height: 0;
		position: absolute;
		top: 10%;
		left: 45%;
		margin-top: -41px;
		margin-left: -121px;
	}
	.search_box {
		background-color: #fcfaee;
		box-shadow: 2px 10px 20px rgba(0, 0, 0, 0.5);
		display: inline-block;
		opacity: 0;
		padding: 5px;
		position: relative;
		text-align: center;
		top: -200px;
		transform: scale(1.05);
		transition: all 0.4s ease 0s;
		z-index: 10;
		width: 270px;
	}
	.search_input {
		border: 3px solid #fff;
		box-sizing: border-box;
		display: inline-block;
		height: 60px;
		line-height: 2;
		min-width: 30px;
		outline: medium none;
		padding: 10px 10px 10px 43px;
		/* width: 40px; */
		transition: all 0.45s ease 0s;
		-webkit-appearance: none;
		border-radius: 0;
	}
	.search_input {
		border: 3px solid #fff;
		box-sizing: border-box;
		display: inline-block;
		height: 60px;
		line-height: 2;
		min-width: 260px !important;
		outline: medium none;
		padding: 10px 10px 10px 43px;
		width: 50px !important;
		transition: all 0.45s ease 0s;
		-webkit-appearance: none;
		border-radius: 0;
		&.typing {
		  border: 3px solid #000;
		}
	  }


  }

  @media (max-width: 275px) {
	.search_block {
		display: none;
		text-align: center;
		height: 0;
		position: absolute;
		top: 10%;
		left: 45%;
		margin-top: -41px;
		margin-left: -107px;
	}
	.search_box {
		background-color: #fcfaee;
		box-shadow: 2px 10px 20px rgba(0, 0, 0, 0.5);
		display: inline-block;
		opacity: 0;
		padding: 5px;
		position: relative;
		text-align: center;
		top: -200px;
		transform: scale(1.05);
		transition: all 0.4s ease 0s;
		z-index: 10;
		width: 270px;
	}
	.search_input {
		border: 3px solid #fff;
		box-sizing: border-box;
		display: inline-block;
		height: 60px;
		line-height: 2;
		min-width: 30px;
		outline: medium none;
		padding: 10px 10px 10px 43px;
		/* width: 40px; */
		transition: all 0.45s ease 0s;
		-webkit-appearance: none;
		border-radius: 0;
	}

  }
  /* Mobile Header Css End Here */

  /* Banner Sec Css Start Here */
  .mainbannerbg {
	width: 100%;

	background-size: cover;
	background-repeat: no-repeat;
	padding: 100px 0px;
	position: relative;
	min-height: 700px;
  }
  .banner__text {
	margin-top: 50px;
  }
  .mainbannerbg h1 {
	font-size: 50px;
	margin: 0px;
	line-height: 55px;
	text-transform: capitalize;
	color: var(--light-text-color);
  }
  .mainbannerbg .banner__para {
	font-size: 18px;
	line-height: 24px;
	margin: 20px 0px 30px 0px;
	color: var(--light-text-color);
	font-family: var(--font-Medium);
  }
  .mainbannerbg .banner__para a {
	color: var(--dark-text-color);
  }
  .btndonate {
	margin-left: 20px;
  }
  /* responsive banner css Start */
  @media (max-width: 1368px) {
  }

  @media (max-width: 1280px) {
  }

  @media (max-width: 1024px) {
  }

  @media (max-width: 992px) {
	.mainbannerbg h1 {
		font-size: 42px;
		line-height: 45px;
	}
  }

  @media (max-width: 768px) {
  }

  @media (max-width: 576px) {
	.mainbannerbg h1 {
		font-size: 30px;
		line-height: 30px;
	}
  }
  @media (max-width: 300px) {
	.primary-btn {
		padding: 0.6rem 1.4rem !important;
	}
  }
  /* responsive banner css End */
  /* Banner Sec Css End Here */

  /* Banner btm Sec Css End Here */
  .head-btm-sec {
	margin-top: -50px;
	z-index: 1;
	position: relative;
  }
  .head-btm-icon img {
	width: 200px;
  }
  .head-btm-icon img:hover {
	transition-duration: 0.3s;
	transform: translateY(-8px);
  }
  .head-btm-icon h2 {
	font-size: 30px;
	color: var(--heading-color);
  }

  .services-sec {

	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	text-align: center;
	padding: 60px 0px;
  }
  .services-sec p {
	font-size: 30px;
	font-family: var(--font-Lora-SemiBold);
	color: var(--light-text-color);
  }
  /* Banner btm Sec Css Start Here */

  @media (max-width: 1024px) {
	.head-btm-icon h2 {
		font-size: 26px;
		margin-bottom: 20PX;;
	}
}
@media (max-width: 992px) {
	.head-btm-icon h2 {
		font-size: 18px;
		margin-bottom: 20PX;
	}
	.services-sec p {
		font-size: 22px;
	}
}

  /* about Sec Css Start Here */
  .about-sec {
	padding: 60px 0px;
  }
  .about-sec span {
	font-size: 70px;
	color: var(--heading-color);
  }
  .counter-title {
	font-size: 20px;
  }
  .about-sec h6 {
	opacity: 0.8;
  }
  .about-sec h2 {
	color: var(--heading-color);
  }
  .about-sec p {
	line-height: 20px;
  }
  .about-sec p a {
	color: #50302d;
  }

  /* about Sec Css End Here */

  /* gallery Sec Css Start Here */
  .gallery-sec {
	padding: 0px 0px 60px 0px;
  }
  .fancy-gallery img {
	max-width: 100%;
	height: 275px;
	object-fit: cover;
  }
  /* gallery Sec Css End Here */

  @media (max-width: 992px) {
	.fancy-gallery img {
		height: 170px;
	}
  }

  @media (max-width: 741px) {
	.fancy-gallery img {
		height: 275px;
	}
  }


  /* finger paintings Sec Css Start Here */
  .finger-paintings-sec {
	padding: 0px 0px 60px 0px;
  }

  .finger-paintings-sec h3 {
	font-size: 36px;
	margin-bottom: 25px;
  }
  /* finger paintings Sec Css End Here */

  /* Special Offer Sec Css Start Here */
  .special-offer-sec {
	padding: 50px 0px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background-color: #f05a2a8f;
  }
  .background-overlay {
	background-color: #f05a2a8f;
	opacity: 0.5;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
  }
  .special-offer-sec-text {
	position: relative;
	z-index: 1;
  }
  .special-offer-sec .heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
  }
  .special-offer-sec .heading h2 {
	color: var(--light-text-color);
	margin: 0px;
  }
  .special-offer-sec .heading p {
	color: var(--light-text-color);
  }
  .special-offer-sec .heading .primary-btn {
	font-size: 20px;
  }
  .price-table-div p {
	color: var(--light-text-color);
	text-align: center;
  }
  .price-table {
	margin: 30px 0px 0px 0px;
	text-align: center;
  }
  .price-table-head {
	padding: 45px 0px 5px 0px;
	background: #000;
	color: var(--light-text-color);
	text-align: center;
  }
  .price-table-head h4,
  .price-table-head-color h4 {
	color: var(--light-text-color);
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 5.2px;
	font-family: var(--font-Roboto-Bold);
  }
  .price-table-head span,
  .price-table-head-color span {
	color: var(--light-text-color);
	font-size: 28px;
	font-weight: 300;
	font-family: var(--font-Roboto-Regular);
  }
  .price h2 {
	color: var(--light-text-color);
	font-size: 90px;
  }
  .price p {
	color: var(--light-text-color);
	text-transform: uppercase;
  }
  .price-table__features-list {
	padding: 0px;
  }
  .price-table__features-list li {
	font-size: 13px;
	color: #ffd22c;
	text-align: left;
	font-family: var(--font-Roboto-Bold);
	list-style: none;
  }
  .price-table-head-color {
	padding: 45px 0px 5px 0px;
	background: #f05a2a;
	color: var(--light-text-color);
	text-align: center;
	position: relative;
  }
  .price-table__ribbon {
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	transform: rotate(90deg);
	width: 150px;
	overflow: hidden;
	height: 150px;
  }
  .price-table__ribbon-inner {
	text-align: center;
	left: 0;
	width: 200%;
	transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
	margin-top: 35px;
	font-size: 12px;
	line-height: 2;
	font-weight: 800;
	text-transform: uppercase;
	background: #000;
	font-family: var(--font-Roboto-Regular);
  }
  /* Special Offer Sec Css End Here */

  @media (max-width: 576px) {
	.special-offer-sec .heading {
		display: block;
	}
  }


  /* Experts Sec Css Start Here */
  .experts-sec {
	padding: 60px 0px;
  }
  .experts-sec h2 {
	color: #f05a2a;
  }
  .icon-img {
	margin-bottom: 20px;
  }
  .experts-sec .icon-img img {
	width: 100px;
  }
  .experts-sec h4 {
	color: #f05a2a;
  }
  .experts-sec p {
	font-size: 15px;
	line-height: 20px;
  }

  /* Experts Sec Css End Here */

  /* Lets Talk Sec Css Start Here */
  .lets-talk-sec {
	padding: 0px 0px 60px 0px;
  }
  .form-control,
  .form-select {
	display: block;
	width: 100%;
	padding: 0.5rem 0.75rem;
	font-size: 0.85rem;
	font-weight: 400;
	line-height: 2;
	color: #6c7e96;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .form-control:focus {
	color: #f05a2a;
	background-color: #fff;
	border-color: #f05a2a;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgb(240 130 42 / 26%);
  }

  ::-webkit-input-placeholder {
	/* Edge */
	color: #f05a2a;
  }
  :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #f05a2a;
  }
  ::placeholder {
	color: #f05a2a;
  }
  input::placeholder {
	color: #f05a2a;
  }
  /* Lets Talk Sec Css End Here */

  /* Footer Css Start Here */
  footer {
	background: var(--bg-primary);
	padding: 60px 0px 20px 0px;
  }

  footer .footer-content p {
	color: var(--light-text-color);
	padding: 20px 0px;
	margin: 0;
	font-size: 14px;
  }
  footer .footer-content p a {
	color: var(--text-color-2);
  }

  footer .footer-content .social-icon {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 80%;
	flex-wrap: wrap;
  }

  footer .footer-content .social-icon li {
	margin-right: 15px;
  }

  footer .footer-content .social-icon li a {
	background: var(--extra-color-1);
	width: 35px;
	display: flex;
	height: 35px;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	color: var(--extra-color-2);
	border: 2px solid var(--extra-color-2);
	transition: 0.6s;
  }

  footer .footer-content .social-icon li a:hover {
	box-shadow: 0px 0px 0px 2px var(--extra-color-1);
  }

  footer .footer-content .head h4 {
	color: var(--extra-color-1);
	font-family: var(--font-heading);
  }

  footer .footer-content .head {
	padding-bottom: 20px;
  }

  footer .footer-content .head h3 {
	font-size: 25px;
	color: var(--light-text-color);
	font-family: var(--font-Roboto-Bold);
  }

  footer .footer-content ul.menu-links {
	padding: 0;
	margin: 0;
	list-style: none;
  }
  footer .footer-content ul.menu-links .contact-info {
	max-width: 210px;
  }

  footer .footer-content ul.menu-links li a {
	color: var(--light-text-color);
	font-size: 17px;
  }

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

  footer .logo-content .logo-box {
	max-width: 200px;
  }

  footer ul.social-icons {
	display: flex;
	flex-wrap: wrap;
	max-width: 200px;
  }

  footer ul.social-icons li {
	margin-right: 8px;
  }

  footer ul.social-icons li a {
	background: var(--heading-color-2);
	color: var(--bg-primary);
	width: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 32px;
	border-radius: 5px;
	font-size: 14px;
  }
  footer ul.social-icons li a:hover {
	background: var(--heading-color-2);
	height: 32px;
	width: 32px;
	transition: 0.6s all;
	transform: scale(1.2);
  }

  footer .footer-content ul li {
	padding-bottom: 10px;
	color: var(--light-text-color);
  }

  footer .footer-content ul.menu-links li a i {
	margin-right: 10px;
  }

  ul.menu-links.menus.quick-links {
	column-count: 1;
  }
  .menu-links.menus.quick-links a:hover {
	color: #ffd22c;
	transition: 1s all;
  }

  footer .newsletter-content {
	max-width: 90%;
	margin: 0 0 0 auto;
  }
  footer .newsletter-content ul.social-icons li {
	margin-right: 16px;
	margin-bottom: 12px;
  }

  footer .footer-content form .form-group {
	flex: 1;
  }

  footer .footer-content form .form-group .form-control {
	border-radius: 5px;
	height: 40px;
	color: #9c9a9a;
	font-size: 13px;
	box-shadow: none;
	outline: none;
	margin: 10px 0px;
	max-width: 90%;
  }

  footer .footer-content form .btn-secondary {
	background: var(--secondary-btn-color);
	border-radius: 5px;
	height: 40px;
	border: none;
	width: 90%;
  }
  .footerbadge {
	margin-top: 100px;
  }

  @media (max-width: 992px) {
	footer .footer-content .social-icon {
	  max-width: 100%;
	  margin-top: 20px;
	}

	footer .footer-content .head {
	  padding-bottom: 0px;
	  padding-top: 25px;
	}

	footer .footer-content .latest-blog-box .img-box {
	  flex: 0 0 12%;
	}
	footer .quick-links li {
	  padding-bottom: 5px !important;
	}

	footer .newsletter-content {
	  max-width: 100%;
	}
	footer ul.social-icons {
	  max-width: 100%;
	  margin-top: 15px;
	}
	footer {
	  padding: 20px 0px;
	}
	.footerbadge {
		margin-top: 20px;
	}
  }

  @media (max-width: 768px) {
	footer {
	  padding: 30px 0px;
	}
	footer .quick-links li {
	  padding-bottom: 5px !important;
	}

	footer .newsletter-content {
	  max-width: 100%;
	}
	footer .footer-content ul.menu-links {
	  padding-top: 5px;
	}
	footer ul.social-icons {
	  padding-top: 10px;
	  max-width: 100%;
	}
	footer .copyright {
	  margin-top: 0px;
	  padding-top: 10px;
	  padding-bottom: 0px;
	}
	footer .footer-content .head {
	  padding-top: 15px;
	}
  }

  @media (max-width: 575px) {
	footer {
	  padding: 25px 0px;
	}
	footer .footer-content .social-icon {
	  max-width: 75%;
	}

	footer .footer-content .head {
	  padding-bottom: 0px;
	}

	footer .footer-content .latest-blog-box .img-box img {
	  height: 50px;
	}

	footer .footer-content .latest-blog-box .content {
	  padding-left: 15px;
	  max-width: 65%;
	}

	footer .quick-links li {
	  padding-bottom: 0px !important;
	}
	footer .newsletter-content {
	  max-width: 100%;
	}
	footer ul.social-icons {
	  display: flex;
	  flex-wrap: wrap;
	  max-width: 100%;
	  margin-top: 0px;
	}

	footer .footer-content form .form-group .form-control {
	  max-width: 100%;
	}
	footer .footer-content form .btn-secondary {
	  width: 100%;
	}
	section.custom-banner .banner-text {
	  padding-top: 50px;
	}
	section.custom-banner .banner-text h1 {
	  font-size: 24px;
	}
	.footerbadge {
		margin-top: 20px;
	}
	footer .logo-content .logo-box {
		max-width: 100%;
	}
  }

  @media (max-width: 480px) {
	footer .footer-content .social-icon {
	  max-width: 100%;
	}

	footer .footer-content .social-icon li {
	  margin-right: 0px;
	}

	footer .footer-content ul li a {
	  font-size: 12px;
	}
  }
  span.cart-count {
    background: #ffffff;
    width: 16px;
    height: 16px;
    display: flex;
    border-radius: 50%;
    color: #000000;
    font-size: 11px;
    text-align: center;
    position: relative;
    right: -12px;
    top: -28px;
    border: 2px solid #141414;
    font-family: var(--btn-font);
    align-items: center;
    justify-content: center;
}

  /* Footer Css End Here */

  .custom-banner {
	position: relative;

	background-size: cover;
	height: 400px;
	background-repeat: no-repeat;
	background-position: center;
  }
  section.custom-banner .banner-text {
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: center;
	position: relative;
	z-index: 1;
  }
  section.custom-banner .banner-text h1 {
	font-family: var(--font-Roboto-Bold);
	color: var(--light-text-color);
	text-align: center;
	font-size: 50px;
  }
  .background-overlay-inner {
	background-color: #50302d;
	opacity: 0.7;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
  }
