/* Styles for Variant 3 and 4 */

body {
  font-family: "Rubik", sans-serif !important;
  font-weight: normal;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Rubik", sans-serif;
}

.generic-btn {
  height: 55px;
  min-width: 174px;
  border: none;
  text-align: center;
  display: inline-block !important;
  line-height: 55px !important;
  transition: all 0.5s;
  border-radius: 30px;
  font-size: 13px !important;
  font-weight: 500 !important;
}

.red-hover-btn {
  background-color: #3d3d3d;
  color: #fff !important;
}

.service-box-icon {
  max-width: 58px;
  height: auto;
  object-fit: contain;
}

.generic-title p {
  margin-bottom: 0;
  font-weight: 400;
  color: #666;
  line-height: 25.2px;
  font-size: 14.98px;
}

a {
  text-decoration: none;
}

/* background */
.bg-red {
  background-color: var(--main);
}
/* border */
.gray-border-top {
  border-top: 1px solid #ebebeb;
}
.gray-border-bottom {
  border-bottom: 0.5px solid #ebebeb !important;
}
.light-red-border-top {
  border-top: 0.5px solid #ef4f4f;
}
.light-gray-border-top {
  border-top: 0.5px solid #333333;
}
/* generic title */
.generic-title h2 {
  color: #333;
  font-size: 36px;
  line-height: 43.2px;
  font-weight: 500;
}
.generic-title strong {
  font-size: 18px;
  line-height: 32.4px;
  font-weight: 600;
  color: var(--main);
  margin-bottom: 17px;
  display: inline-block;
}

/* -------------------------- 2. header ----------------------------- */
.header {
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s;
  width: 100%;
  z-index: 9;
  height: auto;
}
.header-nav.header-nav-2 {
  max-width: 1430px;
  margin: auto;
}
header.header-static {
  transition: all 0.5s;
  position: static;
}
/* top left search form */
.close-search-popup i {
  line-height: 30px !important;
  padding-right: 4px;
  display: block;
  text-align: center;
}
.top-left-search-form form {
  position: relative;
}
.top-left-search-form form button {
  border: 0;
  color: #fff;
  background-color: transparent;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
}
.top-left-search-form.black-content form button {
  color: #222;
}
.top-left-search-form form input {
  border: 0;
  color: #000;
  background-color: transparent;
}
form input:focus {
    outline:none;
}
.top-left-search-form form input::focus-visible {
    border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.top-left-search-form ::placeholder {
  color: #000;
  font-weight: 400;
  font-size: 14px;
}
.bright-turquoise-content .top-left-search-form ::placeholder {
  color: #222;
}
header.header.black-header-content .top-left-search-form ::placeholder {
  color: #222;
}
.top-left-search-form .product-show-box {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
  display: none;
  padding: 20px 10px;
  width: 240px;
  background-color: #fff;
}
.top-left-search-form .product-reset-btn {
  opacity: 0;
  display: none;
  cursor: pointer;
}

header.header ul.white-content > li > a {
  color: #fff;
}
/* loading box */
.loading-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 99;
}
.loading-box img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.product-show-box ul li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
.product-show-box .product-show-wrapper {
  position: relative;
}
.search-product-item .search-product-img {
  width: 25%;
  float: left;
}
.search-product-item .product-desc {
  width: 75%;
  padding-left: 8px;
  float: left;
}
.transparent-bg {
  background-color: transparent;
}
.search-product-item .product-desc a {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  padding-left: 0;
  padding-right: 0;
  color: #666;
  padding-bottom: 0;
  line-height: 17px;
}
.search-product-item .product-desc span {
  font-size: 12px;
  line-height: 15.6px;
  font-weight: 400;
  display: sblock;
}
/* logo */

.logo img {
  max-width: 120px;
  transform: translateY(-8px);
}

header.header ul li {
  display: inline-block;
  position: relative;
}
header.header ul li a {
  color: #333;
  display: inline-block;
  font-size: 13px;
  padding: 0 10px;
  font-weight: 500;
  padding-bottom: 10px;
  text-transform: uppercase;
  line-height: 50px;
}
header.header ul li:first-child a {
  /* padding-left: 0; */
}
header.header.bright-turquoise-content ul li a:hover span {
  color: #12c1db !important;
}
header.header ul li a span {
  font-weight: 500;
}
header.header ul li:hover > a {
  color: var(--main);
}
header.header.bright-turquoise-content ul li:hover > a {
  color: #12c1db;
}
header.header ul li a:hover {
  color: var(--main);
}

header.header ul li a span {
  position: relative;
  padding-bottom: 5px;
  transition: all 0.5s;
}
header.header ul li i {
  padding-left: 5px;
}

/* header.header ul li a span::after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: var(--main);
  content: "";
  width: 0;
  transition: all 0.5s;
} */
header.header.bright-turquoise-content ul li a span::after {
  background-color: #12c1db;
}
header.header ul li a span::after {
  opacity: 0;
  visibility: hidden;
}
header.header ul li a.active span {
  color: var(--main);
}
header.header.bright-turquoise-content ul li a.active span {
  color: #12c1db;
}
header.header ul li a.active span::after {
  opacity: 1;
  width: 100%;
  visibility: visible;
}

header.header ul li:hover a span::after {
  opacity: 1;
  width: 100%;
  visibility: visible;
}
header.header ul li a:hover span {
  color: var(--main);
}
header.header.bright-turquoise-content ul li a:hover span {
  color: #12c1db;
}

header.header ul li a {
  font-size: 14px;
  line-height: 25px;
  color: #3b3b3b;
  font-weight: 400;
}

header.header ul li a i {
  font-weight: 700;
}

/* header.header .header-right ul li a {
  text-transform: capitalize;
  position: relative;
  padding-left: 8px;
  padding-right: 8px;
} */
header.header .header-right ul li a i {
  position: relative;
  padding-right: 5px;
}
header.header .header-right ul li i {
  font-size: 18px;
  line-height: 18px;
}

header.header .header-right ul li a:hover i {
  color: var(--main);
}

header.header .header-right ul li a span::after {
  /* display: none; */
}

header.header .header-right ul li a i span {
  position: absolute;
  left: 24px;
  top: 0px;
  font-size: 11.9px;
  line-height: 11.9px;
  font-weight: 500;
}
/* submenu */
header.header .submenu {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 9;
  padding-left: 25px;
  opacity: 0;
  visibility: hidden;
  transform-origin: top;
  transform: scaleY(0);
  padding-right: 25px;
  min-width: 270px;
  transition: all 0.5s;
  background-color: #fff;
  border: 1px solid #ddd;
}

header.header .submenu li {
  display: block !important;
}
header.header ul li:hover .submenu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
header.header .submenu li a {
  display: block;
  color: #666;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 300;
  line-height: 18.34px;
}
header.header .submenu.bold-submenu li a {
  font-weight: 500;
}
header.header .submenu li a {
  padding-top: 17px;
  padding-bottom: 0;
  padding-left: 0;
}
header.header .submenu li:last-child a {
  padding-bottom: 17px;
}
/* mega menu */
.mega-menu {
  background-image: url("../img/header/1.jpg");
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  padding: 40px;
  left: 0;
  background-color: #fff;
  z-index: 9999999;
  border: 1px solid #ddd;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
  transform-origin: top;
  transition: all.5s;
  top: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.04);
  min-width: 1200px;
}

header.header ul li:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.mega-menu ul {
  width: 200px;
  float: left;
  min-height: 335px;
  border-right: 1px solid #ddd;
}
.mega-menu ul:not(:first-child) {
  padding-left: 30px;
}
header.header ul li .mega-menu ul li {
  display: block !important;
}
header.header ul li .mega-menu ul:last-child {
  border-right: 0;
}
header.header ul li .mega-menu ul li a {
  padding-left: 0;
  padding-right: 0;
  display: block;
  padding-bottom: 15px;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}

/* color */
.red-color {
  color: var(--main) !important;
}

/* ----------------------- *. footer -------------------------- */
/* newsletter */
.footer {
  padding: 0;
}

.footer-top-wrapper,
.container-1180 {
  width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.newsletter h2.title {
  font-size: 35.98px;
  color: #333;
  line-height: 43.176px;
}

.newsletter p {
  margin-bottom: 14.98px;
  line-height: 1.8;
  font-size: 1.07rem;
  font-weight: 300;
}
.newsletter.row-content p {
  color: #333;
  font-size: 14.98px;
  font-weight: 400;
  line-height: 26.75px;
  margin: 0px 0px 50px;
}
.newsletter-form form {
  height: 55px;
}
.newsletter.row-content form {
  max-width: 770px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.newsletter-form form input {
  border: none;
  border-radius: 30px;
  width: 370px;
  padding-left: 20px;
  height: 100%;
}
.newsletter.row-content .newsletter-form form input {
  border-radius: 0;
}
.newsletter-form form ::placeholder {
  color: #999;
  font-size: 14px;
  font-style: italic;
}
.newsletter.row-content .newsletter-form form {
  height: inherit;
}

/* footer bottom */
.footer-item.has-desc {
  margin-top: 30px;
}
.footer-item.has-desc p {
  color: #c4c4c4;
  line-height: 25.2px;
}

/* footer menu */
.footer-menu ul li {
  margin-bottom: 8px;
}
.footer-menu ul li a {
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  color: #c4c4c4;
  display: block;
}
.footer a.title {
  color: #fff;
  cursor: auto;
  font-size: 12.992px;
  line-height: 15.5904px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.footer-menu ul li a:hover {
  color: var(--main);
}
.footer-menu ul li a.title:hover {
  color: #fff;
}
/* footer subscribe form */
.footer-subscribe-form form {
  height: 55px;
  width: 100%;
  position: relative;
}
.footer-subscribe-form form input {
  width: 100%;
  border: none;
  height: 100%;
  border-radius: 30px;
  color: #777;
  padding-left: 10px;
  background-color: #333333;
}
.footer-subscribe-form form::placeholder {
  color: #777;
  padding-left: 10px;
}
.footer-subscribe-form form button {
  position: absolute;
  right: 0;
  top: 0;
  padding-left: 25px;
  padding-right: 25px;
  height: 100%;
  background-color: red;
  display: block;
  border-top-right-radius: 30px;
  font-size: 13px;
  border-bottom-right-radius: 30px;
}
/* social links */
.social-links ul li {
  display: inline-block;
}
.social-links ul li a {
  line-height: 25.2px;
  font-size: 14px;
  padding-right: 10px;
}
.social-links ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
.social-links ul li a.red-hover {
  color: #fff;
}
.social-links ul li a.red-hover:hover {
  color: var(--main);
}
.copyright {
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  color: #848484;
}
.copyright a:hover {
  text-decoration: underline;
}

/* social icon */
.social-icon li {
  display: inline-block;
}
.social-icon li a {
  color: #848484;
  width: 40px;
  height: 40px;
  border: 2px solid #333;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  margin-left: 10px;
  margin-bottom: 5px;
}
.social-icon.red-hover ul li a:hover {
  color: var(--main);
  border-color: var(--main);
}

/* -------------------------- 3. slider -------------------- */
.single-slider {
  background-size: cover;
  background-position: center;
  position: relative;
}
.single-slider:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255,255,255,0.5);
}
.single-slider-inner {
  position: relative;
}

.single-slider > .container-fluid {
  z-index: 10000;
  position: relative;
}


.slider-heading h2 {
  color: #000;
  font-size: 79px;
  line-height: 79px;
}
.slider-heading h2.strong-heading {
  font-weight: 600 !important;
  font-size: 119px;
}
.light-content .slider-heading.small-heading-text h2 {
  font-size: 50px;
  line-height: 55px;
  font-weight: 400;
}
.light-content .slider-heading h2 {
  font-weight: 300;
}
.single-slider-content.white-content .slider-heading h2 {
  animation-delay: 0.5s;
  font-size: 149px;
  color: #fff;
  font-weight: 400 !important;
  line-height: 149px !important;
}

.single-slider-content.style-2 .slider-desc p {
  font-weight: 300;
}
.single-slider-content.style-2.white-content .slider-desc p {
  color: #fff;
}
.single-slider-content.style-2 a {
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  padding-bottom: 4px;
  position: relative;
  color: #fff;
}
.single-slider-content.style-2 a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: "";
}
.single-slider-content.style-2.white-content a {
  color: #fff;
}
.single-slider-content p {
  font-size: 22px;
  line-height: 25px;
  color: #000;
  font-weight: 400;
}
.single-slider-content.style-2 .slider-heading p {
  white-space: nowrap;
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0px;
  font-family: Rubik;
  text-transform: uppercase;
  padding-left: 85px;
  position: relative;
}
.single-slider-content.style-2.white-content .slider-heading p {
  color: rgb(255, 255, 255);
}
.single-slider-content.style-2 .slider-heading p::after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 1px;
  content: "";
}
.single-slider-content.style-2.white-content .slider-heading p::after {
  background-color: rgb(255, 255, 255);
}

.sticky {
  position: fixed !important;
  top: -65px;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  height: auto;
  background-color: #ffffffc2;
}
.black-sticky.sticky {
  background-color: #000000a2;
}
.black-sticky .mean-container a.meanmenu-reveal {
  top: -6px;
  border: 2px solid #fff !important;
}
.white-dot.number-dots .slick-dots li button {
  color: #fff;
}
.black-sticky .mean-container a.meanmenu-reveal span {
  background-color: #fff !important;
}
.single-slider-inner img {
  height: 100%;
  object-fit: cover;
}
.slick-dots {
  position: absolute;
  bottom: 60px;
  width: fit-content;
  left: 50px;
}
.center-dots .slick-dots {
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}
.slick-dots li {
  display: inline-block;
  margin-right: 30px;
}

.slick-dots li button {
  margin-right: 10px;
  border: none;
  color: #000000;
  opacity: 0.5;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  cursor: pointer;
  background-color: transparent;
}
.slick-dots li.slick-active button {
  opacity: 1;
}

.center-dots .slick-dots li:not(:last-child) {
  margin-right: 46px;
  position: relative;
}
.center-dots.white-dot .slick-dots li:not(:last-child)::after {
  background-color: #fff;
}
.center-dots .slick-dots li:not(:last-child)::after {
  position: absolute;
  left: 76%;
  top: 50%;
  width: 50px;
  opacity: 0.3;
  transform: translateY(-50%);
  background-color: #222;
  height: 0.2px;
  content: "";
}
.number-dots .slick-dots li button {
  color: #353535;
  font-size: 12px;
  line-height: 21.4286px;
  font-weight: 500;
}

.slick-dots li.slick-active button {
  opacity: 1;
}
.has-img-animation {
  overflow: hidden;
}
.has-img-animation img {
  animation-name: scaleUpImg;
  animation-duration: 75s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-delay: 0;
}

@keyframes scaleUpImg {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
.roundedAnimation {
  animation-name: roundedText;
  animation-duration: 4s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes roundedText {
  from {
    -webkit-transform: rotate(0deg) translateX(20px) rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg) translateX(20px) rotate(-360deg);
  }
}

/* ----------------------------- 6. product ------------------------ */
.product-box .product-img {
  position: relative;
  overflow: hidden;
  background-color: #bababa;
}
.product-box .product-img > img {
  opacity: 0.75;
}
.product-box .product-desc {
  margin-top: 15px;
}
.product-box .product-img .second-img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.5s;
  visibility: hidden;
}
.product-box .product-img .second-img img {
  transition: all 9s;
}
.product-box .product-img:hover .second-img {
  opacity: 1;
  visibility: visible;
}
.product-box .product-img:hover .second-img img {
  transform: scale(1.2);
}
.product-img .sale {
  position: absolute;
  display: inline-block;
  left: 20px;
  font-size: 12px;
  padding: 2px 10px;
  top: 20px;
  text-transform: capitalize;
}

.product-box .product-img .product-img-link {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  position: absolute;
  color: #666;
  padding: 10px;
  left: 0;
  right: 0;
  bottom: -45px;
  transition: all 0.5s;
  width: 100%;
  background-color: #ffffffde;
}
.product-box.middle-view .product-img .product-img-link {
	display: inline-block;
	width: fit-content;
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: inherit;
	transform: translate(-50%, -50%);
	padding-left: 30px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
	padding-right: 30px;
	max-width: 160px;
}
.product-box:hover .product-img .product-img-link {
  opacity: 1;
  visibility: visible;
}
.middle-view .wishlist.float-right {
	margin-right: 25px;
}
.product-box:hover.middle-view:hover .product-img .product-img-link {
  bottom: inherit !important;
}
.product-box .product-img .product-img-link:hover {
  color: var(--main);
}
.product-box:hover .product-img .product-img-link {
  bottom: 0;
}
.product-box.middle-view .product-desc {
  position: absolute;
  left: 0;
  bottom: 0px;
  opacity: 1;
  padding-bottom: 10px;
  width: 100%;
  padding-left: 35px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  padding-top: 10px;
}
.product-box.middle-view:hover .product-desc {
  opacity: 1;
  visibility: visible;
}
.eright-turquoise-color-hover:hover {
  color: #12c1db !important;
}
.product-desc-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-desc-top a {
  font-size: 12px;
  color: #6c6b6b;
  font-weight: 400;
  line-height: 21.4286px;
  display: inline-block;
}
.product-desc-top a i {
  font-size: 15px;
  margin-top: 4px;
  font-weight: 400;
}
.product-desc a.product-title {
  color: #333;
  font-size: 14px;
  margin-bottom: 7px;
  margin-top: 5px;
  display: block;
  line-height: 16.8px;
  font-weight: 400;
}
.product-desc a:hover {
  color: var(--main);
}
.price-switcher {
  height: 35px;
  overflow: hidden;
  position: relative;
}
.price-switcher span.price {
  font-size: 14px;
  color: #888;
}
.price-switcher .switcher-item {
  position: absolute;
  transform: translateY(-50%);
  left: 0;
  transition: all 0.5s;
}
.price-switcher .switcher-item:first-child {
  position: absolute;
  left: 0;
  top: 50%;
}
.price-switcher .switcher-item:last-child {
  top: 150%;
}
.product-box:hover .price-switcher .switcher-item:first-child {
  top: -50%;
}
.product-box:hover .price-switcher .switcher-item:last-child {
  top: 50%;
}
.price-switcher a.add-cart {
  color: #666;
  font-size: 14px;
  line-height: 25px;
  padding-bottom: 2px;
}

.price-switcher a.add-cart::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.8px;
  background-color: #666;
  content: "";
}
.price-switcher a.add-cart:hover {
  color: var(--main);
}
.price-switcher a.add-cart:hover::after {
  background-color: var(--main);
}

.categories a {
  padding-right: 3px;
  position: relative;
}

.categories a:not(:last-child)::after {
  position: absolute;
  right: -3px;
  bottom: 0;
  content: ",";
  font-size: 18px;
}

.owl-carousel.red-nav .owl-nav .owl-next,
.owl-carousel.red-nav .owl-nav .owl-prev {
  background-color: var(--main);
  color: #fff;
}
a.load-more {
  display: inline-block;
  font-size: 13px;
  line-height: 23.4px;
  font-weight: 500;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #333;
}
a.load-more:hover {
  color: var(--main);
}

/* list product */
.list-product-desc a.title {
  font-size: 23.94px;
  line-height: 28.728px;
  font-weight: 400;
  display: block;
  margin: 0px 0px 8px;
  color: #333333;
  text-transform: capitalize;
}
.list-product-desc .rating {
  margin: 5px 0;
}
.rating i {
  font-size: 12px;
  font-weight: 400;
  color: #dcd1d4;
}
.rating i.active {
  color: var(--main);
}

.list-product-desc .price span,
.list-product-desc .price del {
  color: #888;
  font-size: 18px;
  line-height: 32.1429px;
  font-weight: 400;
  padding-left: 10px;
}

.list-product-desc .desc p,
.list-product-desc ul li {
  font-size: 14.98px;
  color: #666;
  line-height: 26.964px;
  font-weight: 300;
}

.list-add-cart-btn {
  font-size: 14px;
  font-weight: 400;
  line-height: 56px;
  height: 56px;
  display: inline-block;
  color: #33336c;
  text-transform: capitalize;
  border: 2px solid #ddd;
  border-radius: 30px;
  padding: 0 60px;
}
.list-add-cart-btn:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.list-product-desc a span {
  width: 55px;
  height: 55px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #ddd;
  background: transparent;
  margin-left: 10px;
  color: #000;
  line-height: 51px;
}
.list-product-desc a span:hover {
  border-color: #000;
}

/* banner */
.banner-img {
  position: relative;
}
.banner-img::after,
.banner-img::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  width: 100%;
  height: 0;
  opacity: 0.4;
  visibility: visible;
  content: "";
  transition: all 1s;
}
.banner-img::before {
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.banner-img:hover::after {
  opacity: 0;
  visibility: hidden;
  height: 100%;
}

.banner-img:hover::before {
  opacity: 0;
  visibility: hidden;
  width: 100%;
}

.banner-img.body-banner .banner-content {
  position: absolute;
  left: 30px;
  z-index: 99;
  top: 50%;
  transform: translateY(-50%);
  width: fit-content;
  text-align: center;
}
.banner-img.body-banner .banner-bottom-content {
  position: absolute;
  left: 40px;
  bottom: 40px;
}
.banner-img.body-banner .banner-bottom-content p.light {
  color: #222222;
  font-weight: 400;
  font-size: 17.92px;
  line-height: 32.256px;
}
.banner-img.body-banner .banner-bottom-content h2 {
  font-size: 35.98px;
  margin-bottom: 10px;
  color: #333;
  font-weight: 400;
  line-height: 43.176px;
}
.banner-img.body-banner .banner-bottom-content p.top {
  color: #333;
  padding-left: 40px;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.8px;
}
.banner-img.body-banner .banner-bottom-content p.top::after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 1.5px;
  background-color: #222;
  content: "";
}

.banner-img.body-banner.style-2 .banner-content {
  left: 85px;
}
.banner-img.body-banner.style-2 .banner-content p {
  color: rgb(51, 51, 51);
  font-weight: 400;
  margin-top: 20px;
}
.banner-img.body-banner.style-2 .banner-content a {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 20px;
  padding-bottom: 5px;
  pointer-events: visible;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
}
.banner-img.body-banner.style-2 .banner-content a:hover {
  text-decoration: none;
}
.banner-img.body-banner.style-2 .banner-content a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #666;
  content: "";
  transition: all 0.5s;
}
.banner-img.body-banner.style-2 .banner-content a:hover::after {
  background-color: var(--main);
}

.banner-img.body-banner .banner-content h3 {
  font-size: 2.14em;
  line-height: 1;
  color: rgb(51, 51, 51);
  font-weight: 400;
}

.banner-img.body-banner .banner-content a {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: #666;
  display: inline-block;
}

.banner-img.body-banner .banner-content a:hover {
  color: var(--main);
  text-decoration: underline;
}
.banner-top-content {
  position: absolute;
  left: 50px;
  top: 60px;
}

.scaleAnimation {
  animation-name: textScale;
  animation-duration: 20s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes textScale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.banner-img > a > img {
  opacity: 0.6;
}

/* ----------------------- 8. blog -------------------- */

/* blog box */
.blog-box-img {
  position: relative;
  overflow: hidden;
}
.blog-box-img img {
  transition: all 0.5s;
}

.blog-box-img:hover img {
  transform: scale(1.1);
  filter: brightness(85%);
}
.blog-box-img .blog-box-tags {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
  background-color: var(--main);
  padding: 7px 15px;
}
.blog-box-img .blog-box-tags a {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
}
.blog-box-img .blog-box-tags a:hover {
  text-decoration: underline;
}
.blog-box-img .blog-box-tags a:not(:last-child) {
  margin-right: 3px;
  position: relative;
}
.blog-box-img .blog-box-tags a:not(:last-child)::after {
  position: absolute;
  left: 106%;
  top: 50%;
  transform: translateY(-50%);
  content: ",";
  color: #fff;
  font-size: 14px;
}
.blog-box-desc {
	padding: 25px 15px 0;
	padding-left: 0;
	padding-right: 0;
}

.grid-blog-box .blog-box-desc {
  padding-top: 30px;
}
.blog-box-link a {
  color: #333;
  font-size: 17.92px;
  line-height: 21.504px;
  text-transform: capitalize;
  margin: 0px 0px 15px;
  font-weight: 500;
}
.blog-box-link h3 a {
  font-size: 28px;
  line-height: 33.6px;
  font-weight: 400;
}

.blog-box-link a:hover {
  color: var(--main);
  text-decoration: underline;
}
ul.post-entry-data li {
  display: inline-block;
  color: #666;
  font-size: 12px;
  position: relative;
  line-height: 12px;
  padding: 0px 10px 0px 0px;
  margin: 0px 10px 10px 0px;
}
ul.post-entry-data li a {
  color: #444;
}
ul.post-entry-data li a:hover {
  color: var(--main);
}
ul.post-entry-data li:not(:last-child) {
  border-right: 1px solid #999;
}
.blog-short-content p {
  font-size: 14px;
  color: #666;
  line-height: 26.964px;
}
.primary-desc .blog-short-content p {
  font-size: 14.98px;
  margin: 0px 0px 14.98px;
  color: #666;
  line-height: 29.96px;
  font-weight: 300;
}
.blog-box-desc.primary-desc ul li {
  color: #888;
  font-style: italic;
}
.blog-box-desc.primary-desc ul li:last-child {
  color: #222;
}
.blog-box-desc a.blog-box-action {
  color: var(--main);
  font-size: 14px;
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
  line-height: 25px;
  font-weight: 400;
}
.blog-box-desc .blog-box-action::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  transition: all 0.5s;
  height: 0.5px;
  background-color: var(--main);
  content: "";
}
.blog-box-desc a.blog-box-action:hover::after {
  width: 100%;
}

.has-breadcrumb-bg {
	min-height: 600px;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  .has-breadcrumb-bg h2 {
	font-size: 71.96px;
	line-height: 86.352px;
	margin: 0 0 5px;
	color: #333;
	font-weight: 400;
  }

  .has-breadcrumb-content li.active {
	color: #666;
	font-size: 14px;
	line-height: 25px;
	font-weight: 400;
  }
  .has-breadcrumb-content h2.title {
	color: #333;
	font-size: 71.96px;
	margin: 0px 0px 5px;
	line-height: 86.352px;
	font-weight: 400;
  }

.banner-img.has-content.body-banner > a {
  display: block;
}

/* Responsive */

/* Normal desktop :1200px. */
@media (min-width: 1200px) {
  .single-slider{
    min-height: 700px;
  }
  .single-slider.h-790{
    min-height: 600px;
  }
}


@media (max-width: 1600px) {
  header.header ul li a {
    font-size: 12px;
  }
  .single-slider-content{
    padding-left: 60px;
  }
  header.header.left-search ul.white-content > li > a {
    padding: 0 2px;
  }
}
@media (max-width: 1380px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .slider-heading h2 {
    font-size: 57px;
    line-height: 57px;
  }
  .single-slider-content p {
    font-size: 16px;
    margin-top: 25px;
    line-height: 18px;
  }

  .slider-link a {
    margin-top: 50px;
  }
  .single-slider-inner img {
    height: 700px;
  }
  .widget {
    padding-right: 0;
  }
  section.new-arrival,.stylish-collection ,.our-products{
    margin-top: 80px;
  }
  section.shipping-price-section {
    margin-top: 20px;
    padding-top: 80px;
  }
 
}

/* Normal desktop :992px. */
@media (max-width: 1200px) {
  .cart-widget {
    margin-top: 30px;
  }
  .logo img {
    max-width: 103px;
  }
  header.header .header-right ul li a {
    text-transform: capitalize;
    position: relative;
    padding-left: 0;
    padding-right: 6px;
  }
  .single-slider-inner img {
    height: 600px;
  }
  .right-category {
    padding-left: 6px;
  }
  .category-right {
    padding: 0 11px;
  }
  .footer-top-wrapper,
  .container-1180,
  .container-1200,
  .container-1430,
  .container-100-parcent {
    width: 95%;
  }

  .newsletter-form form input {
    width: 260px;
  }
  .newsletter-form form input {
    width: 60%;
  }
  .newsletter-form form button {
    width: 35%;
  }
  .newsletter.row-content form button {
    float: inherit !important;
  }
  .search-popup-inner {
    width: 90%;
    margin: auto;
  }
  .service-box {
    margin-top: 30px;
  }
  .product-popup-container {
    width: 80%;
  }
  .startup-body-content {
    width: 80%;
    height: 80%;
  }
  #startup-popup {
    display: none;
  }
  .banner-img.body-banner.style-2 .banner-content {
    left: 48px;
  }
  header.header ul li:first-child a{
    /* padding-left: 30px; */
  }
  .single-slider-content.white-content .slider-heading h2 {
    font-size: 96px;
    line-height: 1 !important;  
  }
  .slider-link.slider-link-2  {
    margin-top: 30px;
  }
  
  .hidden-xl {
    display: none !important;
  }
  .store-left-desc {
    padding-right: 0;
  }
  .newsletter p {
    margin-bottom: 0;
    margin-top: 20px;
  }

  .footer-top.footer-top-2 {
    margin-top: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .slider-desc-2 {
    margin-top: 69px;
  }
  .header.header ul li.d-xl-block {
    display: none !important;
  }
  .shipping-2 {
    margin-top: 50px !important;
  }
  .welcome {
    margin-top: 80px;
  }
  .welcome-inner {
    padding-bottom: 80px;
  }
  .our-product {
    margin-top: 40px;
  }
  .nav-2 {
    margin-top: 30px;
  }
  .container.gray-border-bottom {
    padding-bottom: 50px;
  }
  section.blog {
    margin-top: 80px;
  }
  .service-box-3 {
    margin-bottom: 50px;
  }
  header.header ul li a {
    font-size: 12px;
    padding-left: 5px;
    border-color: #222;
    padding-right: 5px;
  }
  .mean-container a.meanmenu-reveal {
    left: -26px !important;
  }
  .header-2 .mean-container a.meanmenu-reveal span {
    background: #222;
}
.has-breadcrumb-bg{
  margin-bottom: 50px;
  min-height: 350px;
}
}
@media (min-width: 992px) and (max-width: 1200px) {
  .logo img {
    transform: translateY(-4px);
  }
  .single-slider {
    min-height: 700px;
  }
  .banner-img{
    margin-bottom: 30px;
  }
  header.header-2 ul li a {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 0;
  }
}

/* Tablet desktop :768px. */
@media (max-width: 992px) {
  .service-row {
    margin-top: 50px;
  }
  .container {
    max-width: 936px;
  }
  .main-product{
    margin-top: 30px;
  }
  .load-btn {
    margin-top: 0;
  }
  .footer a.title{
    margin-bottom: 15px;
  }
  .service {
    padding-top: 40px;
    margin-top: 20px;
}
  .shipping-price-section {
    margin-top: 50px;
    padding-top: 50px;
  }

  .service-box-2 {
    margin-top: 0;
  }
  .hidden-md {
    display: none !important;
  }
  .logo img {
    /* transform: translateY(-22px) translateX(60px); */
    transform: translateY(0px) translateX(80px);
  }
  .visible-sm {
    display: block !important;
  }
  .mobile-menu {
    position: fixed;
    left: 51px;
    top: 55px;
    z-index: 2000;
  }
  .mobile-menu.visible-sm.mean-container{
    z-index: 999;
  }
  
  .single-slider-inner .single-slider-content {
    width: fit-content;
    padding-left: 30px;
  }
  .newsletter-form {
    margin-top: 30px;
  }
  .footer-menu {
    margin-top: 60px;
  }
  .product-popup-container form input[type="number"] {
    width: 174px;
    margin-bottom: 10px;
  }
  .slider-heading h2.strong-heading {
    font-size: 80px !important;
  }

  .hidden-sm {
    display: block;
  }
  .top-left-search-form {
    display: none;
  }
  .three-item .banner-img.has-content,
  .two-item .banner-img.has-content {
    margin-bottom: 20px;
  }

  .black-sticky .mean-container a.meanmenu-reveal {
    left: -28px !important;
  }
  .w-md-fit {
    width: fit-content !important;
  }
  .store-banner {
    margin-top: 30px;
  }
  .testimonial-desc p {
        font-size: 22.96px;
        line-height: 42.928px;
    }
    .testimonial {
        padding: 50px 0;
    }
    .slider-desc-2 {
      margin-top: 32px;
    }
    section.shipping-price-section {
      margin-top: 0;
      margin-top: 30px;
      padding-top: 50px;
    }
    section.new-arrival, .stylish-collection, .our-products {
      margin-top: 50px;
    }
    .home-widget {
      margin-top: 50px;
    }
    .widget-content h3 {
      font-size: 27px;
      line-height: 1.1;
    }
    .generic-title h2 {
      line-height: 1.1;
      font-size: 27px;
    }
    
    .blog {
      margin-top: 50px;
    }
    .service-box-3 p {
      max-width: initial;
  }
  .cupon input {
    width: 100% !important;
  }
  
 
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-slider {
    min-height: 620px;
  }
}

/* small mobile :320px. */
@media (max-width: 767px) {
  .mt-sm-20 {
    margin-top: 20px;
  }
  .table-2 tr{
    border: 0 !important;
  }
  .table-2.no-border tr{
    border: 0;
  }
  .table-2 td {
    border-top: 0;
}
  .newsletter-form{
    margin-top: 10px;
  }
  .text-sm-device-left {
    text-align: left !important;
  }
  .category-box .category-content {
    left: 25px;
  }
  .category-img {
    margin-bottom: 25px;
  }
  .category-right {
    padding: 0 5px;
  }
  .hidden-md {
    display: none;
  }
  .service-box {
    margin-bottom: 30px;
  }
  .product-popup-container .product-title h2 {
    font-size: 20px;
    line-height: 26.6px;
  }
  .home-widget-inner .banner-img {
    margin-top: 30px;
  }
  .home-widget-inner .has-mega-img {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .banner-img.body-banner .banner-content h3 {
    font-size: 20px;
  }
  .single-slider-content.white-content .slider-heading h2 {
    font-size: 60px !important;
  }
  .slider-link {
    margin-top: 50px;
  }
  .list-product-desc {
    margin-top: 40px;
  }
  .filter-heading .justify-content-end {
    justify-content: flex-start !important;
  }
  .filter-heading .col-xl-4 {
    margin-bottom: 30px;
  }
  .single-product-sidebar {
    margin-top: 30px;
  }
  .portfolio-right {
    margin-top: 30px;
  }
  .service-box p{
    padding-left: 0;
    max-width: 350px;
  }
    .testimonial-desc p {
        font-size: 15.96px;
        line-height: 36.928px;
    }
    .cart-body-content table th, .cart-body-content table td{
      display: block;
    }
    
  th.remove-porduct, th.product-image {
      display: none !important;
  }
  .cupon input, .cupon button{
    margin-bottom: 10px;
    float: none !important;
  }
  .large-content .light-content .slider-heading.small-heading-text h2 {
    font-size: 40px;
    line-height: 45px;
  }
  .service-box-3 p {
    max-width: initial;
  }
  .slider-link-2 a {
    margin: 0;
  }
  .has-breadcrumb-bg {
    min-height: 300px;
  }
}
@media (max-width: 575px) {
  .category-right {
    padding: 0 15px;
  }
  .newsletter-form form input {
    width: 90%;
  }
  .newsletter-form form button {
    width: fit-content;
    float: left !important;
    margin-top: 20px;
  }
  .hidden-sm {
    display: none !important;
  }
  .slider-heading h2.strong-heading {
    font-size: 40px !important;
  }
  header.header.left-search .minicart {
    right: -9px;
  }
  .banner-img.body-banner.style-2 .banner-content h3 {
    font-size: 20px;
  }
  .banner-img.body-banner.style-2 .banner-content p {
    margin-top: 12px;
    margin-bottom: 0;
  }
  .single-slider-content.white-content .slider-heading h2{
    line-height: 1 !important;
  }
  .slider-link-2 {
    margin-top: 30px;
  }
  section.shipping-price-section {
    margin-top: 50px;
    margin-bottom: 80px;
  }
  .slider-link-2 {
    margin-top: 0;
  }
  ul.nav.left-tab-link li:not(:last-child) {
    margin-right: 20px;
  }

}

/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .single-slider {
    min-height: 600px;
  }
}

@media (max-width: 480px) {
  header.header .header-right ul li a {
    padding-left: 1px;
    padding-right: 1px;
  }
  .w-r-80 {
    width: 80% !important;
    margin: auto !important;
  }
  header.header .header-right ul li a i {
    font-size: 16px;
  }
  .slider-heading h2 {
    font-size: 42px;
    line-height: 42px;
  }
  .slick-dots {
    left: 10px;
  }
  .slick-dots li button {
    margin-right: 0;
  }
  .minicart {
    right: -44px;
  }
  .list-add-cart-btn {
    line-height: 45px;
    height: 45px;
    padding: 0 30px;
  }
  .list-product-desc button {
    width: 45px;
    height: 45px;
    margin-left: 5px;
    line-height: 45px;
  }
  .single-slider {
    min-height: 500px;
  }
  .large-content .light-content .slider-heading.small-heading-text h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .slider-link a {
    margin-top: 0px;
}

}

/* Deafult Margin & Padding */
/*-- Margin Top --*/
.mt-5-px {
	margin-top: 5px;
}
.mt-8{
	margin-top: 8px;
}
.mt-10 {
	margin-top: 10px;
}
.mt-15 {
	margin-top: 15px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-25 {
	margin-top: 25px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-35 {
	margin-top: 35px;
}
.mt-40 {
	margin-top: 40px;
}
.mt-45 {
	margin-top: 45px;
}
.mt-50 {
	margin-top: 50px;
}
.mt-55 {
	margin-top: 55px;
}
.mt-60 {
	margin-top: 60px;
}
.mt-65 {
	margin-top: 65px;
}
.mt-70 {
	margin-top: 70px;
}
.mt-75 {
	margin-top: 75px;
}
.mt-80 {
	margin-top: 80px;
}
.mt-85 {
	margin-top: 85px;
}
.mt-90 {
	margin-top: 90px;
}
.mt-95 {
	margin-top: 95px;
}
.mt-100 {
	margin-top: 100px;
}
.mt-105 {
	margin-top: 105px;
}
.mt-110 {
	margin-top: 110px;
}
.mt-115 {
	margin-top: 115px;
}
.mt-120 {
	margin-top: 120px;
}
.mt-125 {
	margin-top: 125px;
}
.mt-130 {
	margin-top: 130px;
}
.mt-135 {
	margin-top: 135px;
}
.mt-140 {
	margin-top: 140px;
}
.mt-145 {
	margin-top: 145px;
}
.mt-150 {
	margin-top: 150px;
}
.mt-155 {
	margin-top: 155px;
}
.mt-160 {
	margin-top: 160px;
}
.mt-165 {
	margin-top: 165px;
}
.mt-170 {
	margin-top: 170px;
}
.mt-175 {
	margin-top: 175px;
}
.mt-180 {
	margin-top: 180px;
}
.mt-185 {
	margin-top: 185px;
}
.mt-190 {
	margin-top: 190px;
}
.mt-195 {
	margin-top: 195px;
}
.mt-200 {
	margin-top: 200px;
}
/*-- Margin Bottom --*/

.mb-5 {
	margin-bottom: 5px;
}
.mb-10 {
	margin-bottom: 10px;
}

.mb-15 {
	margin-bottom: 15px;
}
.mb-15-important {
	margin-bottom: 15px !important;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-25 {
	margin-bottom: 25px;
}
.mb-27{
	margin-bottom: 27px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-25-important {
	margin-bottom: 25px !important;
}
.mb-35 {
	margin-bottom: 35px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mb-45 {
	margin-bottom: 45px;
}
.mb-50 {
	margin-bottom: 50px;
}
.mb-55 {
	margin-bottom: 55px;
}
.mb-60 {
	margin-bottom: 60px;
}
.mb-65 {
	margin-bottom: 65px;
}
.mb-70 {
	margin-bottom: 70px;
}
.mb-75 {
	margin-bottom: 75px;
}
.mb-80 {
	margin-bottom: 80px;
}
.mb-85 {
	margin-bottom: 85px;
}
.mb-90 {
	margin-bottom: 90px;
}
.mb-95 {
	margin-bottom: 95px;
}
.mb-100 {
	margin-bottom: 100px;
}
.mb-105 {
	margin-bottom: 105px;
}
.mb-110 {
	margin-bottom: 110px;
}
.mb-115 {
	margin-bottom: 115px;
}
.mb-120 {
	margin-bottom: 120px;
}
.mb-125 {
	margin-bottom: 125px;
}
.mb-130 {
	margin-bottom: 130px;
}
.mb-135 {
	margin-bottom: 135px;
}
.mb-140 {
	margin-bottom: 140px;
}
.mb-145 {
	margin-bottom: 145px;
}
.mb-150 {
	margin-bottom: 150px;
}
.mb-155 {
	margin-bottom: 155px;
}
.mb-160 {
	margin-bottom: 160px;
}
.mb-165 {
	margin-bottom: 165px;
}
.mb-170 {
	margin-bottom: 170px;
}
.mb-175 {
	margin-bottom: 175px;
}
.mb-180 {
	margin-bottom: 180px;
}
.mb-185 {
	margin-bottom: 185px;
}
.mb-190 {
	margin-bottom: 190px;
}
.mb-195 {
	margin-bottom: 195px;
}
.mb-200 {
	margin-bottom: 200px;
}
/* margin-left */
.ml-10{
	margin-left: 10px;
}
/*-- Padding Top --*/

.pt-5 {
	padding-top: 5px;
}
.pt-10 {
	padding-top: 10px;
}
.pt-15 {
	padding-top: 15px;
}
.pt-20 {
	padding-top: 20px;
}
.pt-25 {
	padding-top: 25px;
}
.pt-30 {
	padding-top: 30px;
}
.pt-35 {
	padding-top: 35px;
}
.pt-40 {
	padding-top: 40px;
}

.pt-45{
	padding-top: 45px;
}
.pt-50 {
	padding-top: 50px;
}
.pt-55 {
	padding-top: 55px;
}
.pt-57{
	padding-top: 57px;
}
.pt-60 {
	padding-top: 60px;
}
.pt-65 {
	padding-top: 65px;
}
.pt-70 {
	padding-top: 70px;
}
.pt-75 {
	padding-top: 75px;
}
.pt-77{
	padding-top: 77px;
}
.pt-80 {
	padding-top: 80px;
}
.pt-85 {
	padding-top: 85px;
}
.pt-90 {
	padding-top: 90px;
}
.pt-95 {
	padding-top: 95px;
}
.pt-100 {
	padding-top: 100px;
}
.pt-105 {
	padding-top: 105px;
}
.pt-110 {
	padding-top: 110px;
}
.pt-115 {
	padding-top: 115px;
}
.pt-120 {
	padding-top: 120px;
}
.pt-125 {
	padding-top: 125px;
}
.pt-130 {
	padding-top: 130px;
}
.pt-135 {
	padding-top: 135px;
}
.pt-140 {
	padding-top: 140px;
}
.pt-145 {
	padding-top: 145px;
}
.pt-150 {
	padding-top: 150px;
}
.pt-155 {
	padding-top: 155px;
}
.pt-160 {
	padding-top: 160px;
}
.pt-165 {
	padding-top: 165px;
}
.pt-170 {
	padding-top: 170px;
}
.pt-175 {
	padding-top: 175px;
}
.pt-180 {
	padding-top: 180px;
}
.pt-185 {
	padding-top: 185px;
}
.pt-190 {
	padding-top: 190px;
}
.pt-195 {
	padding-top: 195px;
}
.pt-200 {
	padding-top: 200px;
}
/*-- Padding Bottom --*/

.pb-5 {
	padding-bottom: 5px;
}
.pb-10 {
	padding-bottom: 10px;
}
.pb-15 {
	padding-bottom: 15px;
}
.pb-20 {
	padding-bottom: 20px;
}
.pb-25 {
	padding-bottom: 25px;
}
.pb-30 {
	padding-bottom: 30px;
}
.pb-35 {
	padding-bottom: 35px;
}
.pb-40 {
	padding-bottom: 40px;
}
.pb-45 {
	padding-bottom: 45px;
}
.pb-50 {
	padding-bottom: 50px;
}
.pb-55 {
	padding-bottom: 55px;
}
.pb-60 {
	padding-bottom: 60px;
}
.pb-65 {
	padding-bottom: 65px;
}
.pb-70 {
	padding-bottom: 70px;
}
.pb-75 {
	padding-bottom: 75px;
}
.pb-80 {
	padding-bottom: 80px;
}
.pb-85 {
	padding-bottom: 85px;
}
.pb-90 {
	padding-bottom: 90px;
}
.pb-95 {
	padding-bottom: 95px;
}
.pb-100 {
	padding-bottom: 100px;
}
.pb-105 {
	padding-bottom: 105px;
}
.pb-110 {
	padding-bottom: 110px;
}
.pb-115 {
	padding-bottom: 115px;
}
.pb-120 {
	padding-bottom: 120px;
}
.pb-125 {
	padding-bottom: 125px;
}
.pb-130 {
	padding-bottom: 130px;
}
.pb-135 {
	padding-bottom: 135px;
}
.pb-140 {
	padding-bottom: 140px;
}
.pb-145 {
	padding-bottom: 145px;
}
.pb-150 {
	padding-bottom: 150px;
}
.pb-155 {
	padding-bottom: 155px;
}
.pb-160 {
	padding-bottom: 160px;
}
.pb-165 {
	padding-bottom: 165px;
}
.pb-170 {
	padding-bottom: 170px;
}
.pb-175 {
	padding-bottom: 175px;
}
.pb-180 {
	padding-bottom: 180px;
}
.pb-185 {
	padding-bottom: 185px;
}
.pb-190 {
	padding-bottom: 190px;
}
.pb-195 {
	padding-bottom: 195px;
}
.pb-200 {
	padding-bottom: 200px;
}



/*-- Padding Left --*/
.pl-0 {
	padding-left: 0px;
}
.pl-5 {
	padding-left: 5px;
}
.pl-10 {
	padding-left: 10px;
}
.pl-15 {
	padding-left: 15px;
}
.pl-20{
	padding-left: 20px;
}
.pl-25 {
	padding-left: 35px;
}
.pl-30 {
	padding-left: 30px;
}
.pl-35 {
	padding-left: 35px;
}

.pl-35 {
	padding-left: 35px;
}

.pl-40 {
	padding-left: 40px;
}

.pl-45 {
	padding-left: 45px;
}

.pl-50 {
	padding-left: 50px;
}

.pl-55 {
	padding-left: 55px;
}

.pl-60 {
	padding-left: 60px;
}
.pl-65 {
	padding-left: 65px;
}
.pl-70 {
	padding-left: 70px;
}
.pl-75 {
	padding-left: 75px;
}
.pl-80 {
	padding-left: 80px;
}
.pl-85 {
	padding-left: 80px;
}
.pl-90 {
	padding-left: 90px;
}
.pl-95 {
	padding-left: 95px;
}
.pl-100 {
	padding-left: 100px;
}


/*-- Padding Right --*/
.pr-0 {
	padding-right: 0px;
}
.pr-5-px {
	padding-right: 5px;
}
.pr-7-px{
	padding-right: 7px;
}
.pr-10 {
	padding-right: 10px;
}
.pr-15 {
	padding-right: 15px;
}
.pr-20{
	padding-right: 20px;
}
.pr-25 {
	padding-right: 35px;
}
.pr-30 {
	padding-right: 30px;
}
.pr-35 {
	padding-right: 35px;
}

.pr-35 {
	padding-right: 35px;
}

.pr-40 {
	padding-right: 40px;
}

.pr-45 {
	padding-right: 45px;
}

.pr-50 {
	padding-right: 50px;
}

.pr-55 {
	padding-right: 55px;
}

.pr-60 {
	padding-right: 60px;
}
.pr-65 {
	padding-right: 65px;
}
.pr-70 {
	padding-right: 70px;
}
.pr-75 {
	padding-right: 75px;
}
.pr-80 {
	padding-right: 80px;
}
.pr-85 {
	padding-right: 80px;
}
.pr-90 {
	padding-right: 90px;
}
.pr-95 {
	padding-right: 95px;
}
.pr-100 {
	padding-right: 100px;
}
.pr-130{
	padding-right: 130px;
}

@media (max-width: 768px) {

  .header-right .text-end {
    display: flex;
    justify-content: space-around;
  }

}

@media (max-width: 576px) {
  .logo img {
    transform: unset;
  }
}