html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

html {
  scroll-behavior: smooth;
  margin: 0 !important;
  overflow-x: clip; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block; }

a:visited {
  color: var(--navy-black-color); }

.small-text {
  font-size: 14px; }

.large-text {
  font-size: 18px; }

ol,
ul {
  list-style: none; }

a {
  text-decoration: none;
  color: var(--secondary-color);
  transition: .4s ease; }

a:hover {
  color: var(--primary-color); }

blockquote,
q {
  quotes: none; }

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none; }

@font-face {
  font-family: 'Georgia Bold';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/georgiab.woff") format("woff"); }
@font-face {
  font-family: 'Georgia Regular';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/georgia.woff") format("woff"); }
:root {
  --primary-color: rgba(210, 16, 22, 1);
  --primary-orange-color: rgba(254, 89, 0, 1);
  --light-orange-color: rgba(245, 234, 223, 1);
  --secondary-color: rgba(247, 174, 19, 1);
  --black-color: #000000;
  --text-black-color: rgba(34, 34, 34, 1);
  --white-color: #ffffff;
  --red-overlay:rgba(180, 40, 4, 0.9);
  --body-bg:rgba(253, 248, 243, 1);
  /*fonts*/
  --gorgia-font: "Georgia Regular";
  --gorgia-blod-font: "Georgia Bold";
  --inter-font: "Inter", sans-serif; }

body {
  line-height: 26px;
  font-size: 16px;
  font-family: var(--inter-font);
  font-weight: 400;
  background: var(--body-bg);
  color: var(--text-black-color);
  overflow-x: clip; }
  body.no-scroll {
    overflow: hidden;
    height: 100vh; }

.text-gradient {
  background: linear-gradient(90deg, #D21016 32.69%, #F7AE13 74.52%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent; }

.bg-primary-gradient {
  background: linear-gradient(90deg, #F37B0D 0%, #B42804 100%); }

.bg-light-orange {
  background: #f5eadf; }

.bg-ply {
  position: relative;
  overflow: hidden; }
  .bg-ply:after {
    content: '';
    position: absolute;
    z-index: 0;
    opacity: .22;
    background: url("../images/bg-ply.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    inset: 0; }
  .bg-ply > * {
    position: relative;
    z-index: 2; }

.primary-color {
  color: var(--primary-color) !important; }

.secondary-color {
  color: var(--secondary-color) !important; }

.fw-medium {
  font-weight: 500; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--gorgia-blod-font);
  color: var(--text-black-color); }

h1 {
  font-size: 62px;
  line-height: 100%; }

h2 {
  font-size: 52px;
  line-height: 68px; }

h3 {
  font-size: 40px;
  line-height: 59px; }

h4 {
  font-size: 32px;
  line-height: 40px; }

h5 {
  font-size: 26px;
  line-height: 100%; }

h6 {
  font-size: 20px;
  line-height: 100%; }

figure {
  margin: 0; }

figure img {
  display: block;
  width: 100%;
  height: auto; }

.bg-primary-color {
  background-color: var(--primary-color); }

.bg-secondary-color {
  background-color: var(--secondary-color); }

.bg-light-blue {
  background-color: var(--light-blue-color); }

.bg-light-gray {
  background-color: var(--light-gray-color); }

.p-sticky {
  position: sticky;
  top: 120px; }

.block {
  padding: 100px 0; }

.pb-60 {
  padding-bottom: 60px; }

.pt-60 {
  padding-top: 60px; }

.pb-80 {
  padding-bottom: 80px; }

.pt-80 {
  padding-top: 80px; }

.object-fit-cover {
  object-fit: cover; }

.object-fit-contain {
  object-fit: contain; }

.object-position-center {
  object-position: center; }

.section-title {
  padding-bottom: 35px; }

.section-head {
  padding-bottom: 60px; }

.row.custom-gutter-25 {
  margin-left: -25px;
  margin-right: -25px; }

.row.custom-gutter-25 > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px; }

.row.custom-gutter-35 {
  margin-left: -35px;
  margin-right: -35px; }

.row.custom-gutter-35 > [class*="col"] {
  padding-left: 35px;
  padding-right: 35px; }

.desc-mb-0 p:last-of-type {
  margin-bottom: 0; }

.img-hover {
  overflow: hidden; }
  .img-hover img {
    transition: 0.6s ease-in-out; }
  .img-hover:hover img {
    transform: scale(1.2);
    transition: 0.6s ease-in-out; }

.readmore-link {
  position: relative;
  padding-right: 36px; }
  .readmore-link:after {
    content: '\f061';
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    font-size: 18px;
    right: 0;
    height: 30px;
    width: 30px;
    transform: translateY(-50%) rotate(-45deg);
    border-radius: 50%;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .6s ease;
    padding: 10px; }
  .readmore-link:hover {
    color: var(--primary-color); }
    .readmore-link:hover:after {
      background: var(--primary-color);
      color: #fff; }
  .readmore-link.normal {
    padding-right: 20px; }
    .readmore-link.normal:after {
      height: initial;
      width: initial;
      font-size: 16px;
      transform: translateY(-50%) rotate(0deg);
      background: unset;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      transition: .6s ease;
      padding: 0px; }

.btn-primary {
  display: inline-block;
  height: auto;
  width: auto;
  padding: 16px 24px;
  text-align: center;
  border-radius: 2px;
  width: auto;
  border: 1px solid var(--primary-color) !important;
  background: var(--primary-color) !important;
  font-family: var(--primary-font);
  font-weight: 600;
  font-size: 16px;
  line-height: 100% !important;
  color: var(--white-color) !important;
  transition: .4s ease-in-out;
  position: relative;
  margin-top: 30px; }
  .btn-primary:after {
    content: '\f061';
    position: absolute;
    top: 50%;
    transform: translate(-10px, -50%);
    right: 20px;
    font-family: FontAwesome;
    font-weight: 400;
    visibility: hidden;
    opacity: 0;
    transition: .4s ease; }
  .btn-primary:hover {
    transition: .6s ease-in-out;
    padding-right: 40px; }
    .btn-primary:hover:after {
      visibility: visible;
      opacity: 1; 
		transform: translate(0, -50%);
	}
  .btn-primary.transparent {
    border-color: #fff !important;
    background: transparent !important; }
  .btn-primary.white {
    background: #fff !important;
    color: var(--primary-color) !important; }

.btn-close{
	    position: absolute;
    right: -15px;
    top: -15px;
    background-color: red;
    padding: 10px;
    border-radius: 50%;
    opacity: 1;
	 
}
#applyForm .modal-header {
    padding: 15px;
	
}

.breadcrumbs ul {
  display: flex; }
  .breadcrumbs ul li {
    font-weight: 500; }
    .breadcrumbs ul li a {
      font-weight: 500;
      color: #fff; }
    .breadcrumbs ul li:not(:first-of-type) {
      position: relative;
      padding-left: 24px; }
      .breadcrumbs ul li:not(:first-of-type):after {
        content: '\f105';
        font-family: FontAwesome;
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        position: absolute;
        top: 13px;
        transform: translateY(-50%);
        left: 8px; }

.modal-header {
  padding: 0;
  border: none; }

.modal-header .btn-close {
  background-color: #00ffff;
  color: #fff;
  opacity: 1;
  border-radius: 50%;
  position: absolute;
  right: -6px;
  top: 0;
  filter: invert(1); }

.modal-body {
  padding: 45px; }

strong {
  font-weight: 700; }

input[type="submit"] {
  border-radius: 6px !important;
  padding: 16px 24px !important;
  margin-top: 10px; }

.bullet-list {
  list-style: disc;
  padding-left: 20px; }
  .bullet-list li {
    margin-bottom: 8px; }

.red-overlay {
  position: relative;
  z-index: 0; }
  .red-overlay:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: var(--red-overlay);
    z-index: 2; }
  .red-overlay > * {
    position: relative;
    z-index: 3; }

.parallax-section {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 700px; }

.accordion-item button, .accordion-button:not(.collapsed) {
  background: transparent !important; }

.accordion-item {
  border-radius: 15px;
  margin-bottom: 20px;
  overflow: hidden !important;
  border: none;
  padding: 24px 30px; }
  .accordion-item button {
    padding: 0;
    outline: none !important;
    box-shadow: none !important;
    font-size: 17px;
    font-weight: 600; }

table thead tr th {
  padding: 24px !important;
  font-weight: 600; }
  table thead tr th:not(:first-of-type) {
    text-align: center; }
table tbody tr td {
  padding: 16px 24px !important;
  border-bottom: 1px solid #ddd; }
  table tbody tr td:not(:first-of-type) {
    text-align: center; }

.accordion-item:first-of-type {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important; }

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
  overflow: hidden; }

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px; }

.accordion-item:last-of-type {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px; }

.accordion-button:not(.collapsed) {
  color: var(--black-color); }

.accordion-body {
  background: transparent !important;
  padding: 0;
  padding-top: 16px; }

.common-banner-section {
  height: 450px;
  position: relative; }
  .common-banner-section:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: var(--red-overlay);
    z-index: 2; }
  .common-banner-section figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top; }
  .common-banner-section .banner-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1; }
  .common-banner-section .text {
    max-width: 630px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
    z-index: 3; }
    .common-banner-section .text p {
      line-height: 150%; }
    .common-banner-section .text h1, .common-banner-section .text p {
      color: #fff; }

.pb-60 {
  padding-bottom: 60px; }

/*---------header-css---------*/
.slicknav_menu {
  display: none; }

header {
  background: var(--body-bg); }
  header ul {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    header ul li a {
      padding: 20px 15px !important;
      transition: .4s ease;
      font-family: var(--gorgia-font); }
      header ul li a:hover {
        color: var(--primary-color); }
    header ul li.current-menu-item a {
      color: var(--primary-color); }
    header ul li.menu-btn a {
      padding: 12px 30px;
      background: var(--secondary-color);
      margin-left: 62px;
      color: #fff;
      border-radius: 2px; }
    header ul li.menu-btn:hover a {
      background: var(--primary-color);
      color: #fff; }

#header-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
   }

#header-wrapper.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 0;
  animation: slideDownFade 0.8s ease forwards;
  z-index: 999; }

#header-wrapper.sticky .top-header {
  height: 0;
  visibility: hidden; }

.body-wrapper {
  margin-top: 88px; }

@keyframes slideDownFade {
  from {
    transform: translateY(-100%);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }
.mega-menu-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 80%;
  background: #fff;
  padding: 0;
  display: none; }

.menu-item-has-children > a {
  position: relative !important;
  padding-right: 30px !important; }
  .menu-item-has-children > a:after {
    content: '\f107';
    position: absolute;
    top: 21px;
    right: 13px;
    font-family: FontAwesome;
    font-size: 14px; }

.mega-menu-wrapper .sub-menu {
  margin-top: 40px;
  padding-left: 120px;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: flex-start; }

.mega-image{
	height:400px;
	border-radius:0!important;
}

.mega-image img{
	width:100%;
	height:100%;
	border-radius:0!important;
	object-fit:cover;
	object-position:cener;
}

.nav-item.mega-menu.active > a {
  color: var(--primary-color); }

.nav-item.mega-menu.active .mega-menu-wrapper {
  display: block;
  /* show only when nav-item has 'active' class */ }

.sub-menu > li {
  width: 33.33%;
  padding: 0px 15px; }
  .sub-menu > li a {
    border-bottom: 1px solid #e4e4e4;
    padding: 10px 0 !important;
    color: #222222; }

body.mega-menu-open {
  height: 100vh;
  overflow: hidden; }

.mega-extra-content {
  padding-right: 0; }
  .mega-extra-content .col-lg-6 {
    padding: 0 !important;
    background: var(--light-orange-color); }

.mega-text {
  margin: 40px; }
  .mega-text h4 {
    margin-bottom: 16px; }

.mega-image img {
  width: 100%;
  height: 100%;
  display: block; }

/*---------header-css-end--------*/
/*---------Home-css-start--------*/
#home-page .about-section {
  position: relative; }
  #home-page .about-section:after {
    content: '';
    position: absolute;
    width: 20%;
    height: 50%;
    left: -20px;
    bottom: -25px;
    background: url("../images/float-ply.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1; }

.hero-section .video-container {
  position: relative;
  padding-bottom: 42%; }
  .hero-section .video-container video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute; }

.what-you-need-section .item svg path {
  fill: var(--primary-color);
  transition: .6s ease; }
.what-you-need-section .item a {
  color: var(--primary-color);
  transition: .6s ease; }
.what-you-need-section .item:hover {
  background: var(--primary-color);
  color: #fff;
  transition: .6s ease; }
  .what-you-need-section .item:hover h5 {
    transition: .6s ease;
    color: #fff; }
  .what-you-need-section .item:hover svg path {
    fill: #fff; }
  .what-you-need-section .item:hover a {
    color: #fff; }
    .what-you-need-section .item:hover a:after {
      background: #fff;
      color: var(--primary-color); }
.slick-dots{
	bottom:-40px;
}
.slick-dots li button:before {
    font-size: 46px;
}
.product-cat-slider .slick-slide {
  padding: 0 10px; }
.product-cat-slider .slick-track {
  margin: 0 -10px; }
.product-cat-slider .slick-list {
  padding: 0 180px; }
  .product-cat-slider .slick-list .slick-track {
    gap: 20px; }
.product-cat-slider .slick-prev,
.product-cat-slider .slick-next {
  top: -80px;
  background: none !important; }
.product-cat-slider .slick-prev {
  left: 86%; }
.product-cat-slider .slick-next {
  left: 90%; }
.product-cat-slider .slick-prev:before,
.product-cat-slider .slick-next:before {
  display: none; }
.product-cat-slider .slick-prev svg,
.product-cat-slider .slick-next svg {
  width: 16px;
  height: 16px;
  padding: 12px;
  border: 1px solid #fff;
  color: #fff;
  z-index: 10;
  transition: .4s ease; }
  .product-cat-slider .slick-prev svg:hover,
  .product-cat-slider .slick-next svg:hover {
    background: #fff;
    color: #000; }
.product-cat-slider .slick-prev i,
.product-cat-slider .slick-next i {
  font-size: 18px; }
.product-cat-slider .slick-prev:hover,
.product-cat-slider .slick-next:hover {
  background: #333; }
.product-cat-slider .product-category {
  aspect-ratio: 600 / 486;
  position: relative; }
  .product-cat-slider .product-category img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
  .product-cat-slider .product-category .text {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0; }
    .product-cat-slider .product-category .text h6 {
      font-size: 18px;
      font-family: var(--gorgia-font); }
    .product-cat-slider .product-category .text a {
      font-family: var(--gorgia-font);
      color: #fff;
      text-decoration: underline; }

.review-section {
/*   background: #98101c; */
  position: relative;
  min-height: 479px; }
  .review-section .img-container {
    height: 100%;
    position: absolute;
    top: 0;
    width: 50%;
    left: 0; }
    .review-section .img-container img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
  .review-section .review-slider {
    padding-bottom: 60px;
    position: relative; }
.review-section .review-slider .image{
	height:70px;
	width:70px;
	border-radius:50%;
		overflow:hidden;
}
.review-slider .slick-list{
	padding-left:100px;
	padding-right:500px
}
.review-slider .slick-slide {
	background:var(--light-orange-color);
  filter: blur(1.5px);
  transition: filter 0.3s ease;
	 margin: 0 10px;
	color:#000!important;
	padding:24px;
}

.review-slider .slick-active {
  filter: blur(0);
}
.review-section .review-slider .image img{
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center;
}
/*     .review-section .review-slider:after {
      content: '';
      position: absolute;
      left: 70px;
      top: 0px;
      width: 50px;
      height: 50px;
      background: url("../images/quote.png");
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat; } */
  .review-section .slick-prev,
  .review-section .slick-next {
    top: initial;
    bottom: 0;
    background: none !important; }
  .review-section .slick-prev {
    left: 70px; }
  .review-section .slick-next {
    left: 120px; }
  .review-section .slick-prev:before,
  .review-section .slick-next:before {
    display: none; }
  .review-section .slick-prev svg,
  .review-section .slick-next svg {
    width: 16px;
    height: 16px;
    padding: 12px;
    background: #fff;
    color: #000;
    border-radius: 50%;
    z-index: 10; }
  .review-section .slick-prev i,
  .review-section .slick-next i {
    font-size: 18px; }
  .review-section .slick-prev:hover,
  .review-section .slick-next:hover {
    background: #333; }
  .review-section .details p {
    font-size: 20px;
    font-weight: 500; }
  .review-section .caption span {
    font-size: 18px;
    font-family: var(--gorgia-blod-font); }

.inspiration-section {
  position: relative; }
  .inspiration-section:after {
    content: '';
    position: absolute;
    height: auto;
    width: 305px;
    height: 140px;
    right: 0px;
    bottom: -10px;
    background: url("../images/logo-Vector.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1; }
  .inspiration-section .nav-item {
    width: 23%; }
  .inspiration-section .nav-pills {
    gap: 16px; }
    .inspiration-section .nav-pills .nav-link {
      color: #000; }
      .inspiration-section .nav-pills .nav-link svg {
        margin-bottom: 12px; }
        .inspiration-section .nav-pills .nav-link svg path {
          fill: var(--black-color); }
      .inspiration-section .nav-pills .nav-link:hover {
        background: rgba(244, 231, 218, 0.7); }
      .inspiration-section .nav-pills .nav-link.active {
        background: rgba(244, 231, 218, 0.7);
        color: red; }
        .inspiration-section .nav-pills .nav-link.active svg path {
          fill: var(--primary-color); }
  .inspiration-section .gallery img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover; }
  .inspiration-section .gallery .col-md-4:nth-child(2) {
    height: 80%; }

/*---------Home-css-end--------*/
/*---------About-css-start--------*/
.phone-number {
  font-family: var(--gorgia-blod-font);
  font-size: 25px;
  position: relative;
  padding-left: 65px; }
  .phone-number:before {
    content: '\f095';
    font-family: FontAwesome;
    position: absolute;
    color: var(--primary-orange-color);
    top: 50%;
    font-size: 18px;
    transform: translateY(-50%);
    left: 0;
    height: 50px;
    width: 50px;
    padding: 15px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center; }

.gallery-grid {
  display: grid;
  grid-template-rows: repeat(5, 100px);
  grid-template-columns: repeat(3, 1fr);
  gap: 24px; }
  .gallery-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
  .gallery-grid .img-item:nth-child(1), .gallery-grid .img-item:nth-child(4) {
    grid-row: span 3; }
  .gallery-grid .img-item:nth-child(2) {
    grid-row: span 5; }
  .gallery-grid .img-item:nth-child(3), .gallery-grid .img-item:nth-child(5) {
    grid-row: span 2; }

.features {
  flex-wrap: wrap;
  gap: 6px 20px; }
  .features .item {
    width: 46%;
    height: 480px;
    background: #fff;
    position: relative;
    overflow: hidden;
    transition: transform .4s ease; }
    .features .item:after {
      content: '';
      position: absolute;
      inset: 0;
      background: var(--primary-color);
      transform: translateY(-100%);
      transition: 0.6s cubic-bezier(0.77, 0, 0.18, 1);
      z-index: 0;
      opacity: 0; }
    .features .item .icon {
      position: relative;
      z-index: 2;
      transition: transform .6s ease; }
      .features .item .icon svg {
        transition: transform 1s ease; }
        .features .item .icon svg path {
          transition: fill .6s ease;
          fill: #D21016; }
    .features .item .title {
      position: absolute;
      bottom: 40px;
      z-index: 2;
      transition: all .5s ease; }
      .features .item .title h6 {
        font-size: 22px;
        font-family: var(--gorgia-font);
        color: #000; }
    .features .item .details {
      position: absolute;
      inset: 0;
      padding: 140px 30px 30px;
      z-index: 2;
      color: #fff;
      transform: translateY(40px);
      opacity: 0;
      transition: all 0.6s cubic-bezier(0.77, 0, 0.18, 1); }
      .features .item .details h6 {
        font-family: var(--gorgia-font);
        font-size: 22px;
        color: #fff;
        margin-bottom: 12px; }
    .features .item:nth-child(even) {
      margin-top: -15px; }
    .features .item:nth-child(odd) {
      margin-top: 15px; }
    .features .item:hover:after {
      transform: translateY(0);
      opacity: 1; }
    .features .item:hover .icon svg {
      transform: rotateY(360deg); }
      .features .item:hover .icon svg path {
        fill: #fff; }
    .features .item:hover .title {
      transform: translateY(20px);
      opacity: 0; }
    .features .item:hover .details {
      transform: translateY(0);
      opacity: 1; }

/*---------About-css-end--------*/
/*---------Products-css-start--------*/
.idle-for ul {
  column-count: 2; }
  .idle-for ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px; }
    .idle-for ul li:after {
      content: '\f00c';
      background: linear-gradient(180deg, #F37B0D 0%, #D21016 100%);
      color: #fff;
      font-family: FontAwesome;
      position: absolute;
      left: 0;
      top: 0;
      height: 24px;
      width: 24px;
      border-radius: 50%;
      font-size: 12px;
      display: flex;
      align-items: center;
      justify-content: center; }

.gallery-slider-for .item {
  aspect-ratio: 480 / 370; }
  .gallery-slider-for .item img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover; }

.gallery-slider-nav .item {
  width: 80px;
  aspect-ratio: 1 / 1; }
  .gallery-slider-nav .item img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover; }

.product-tags p.text-uppercase {
  font-weight: 500; }
.product-tags ul li {
  display: inline-block;
  border-radius: 30px;
  padding: 6px 12px;
  font-size: 14px;
  background: linear-gradient(95.81deg, rgba(243, 123, 13, 0.5) 7.3%, rgba(210, 16, 22, 0.5) 91.93%);
  color: #d21016 !important;
  margin-right: 15px;
  margin-bottom: 10px; }

.product-sizes p.text-uppercase {
  font-weight: 500; }
.product-sizes ul li {
  display: inline-block;
  border: 1px solid var(--primary-color);
  padding: 6px 0;
  text-align: center;
  width: 80px;
  color: #d21016 !important;
  margin-right: 10px;
  margin-bottom: 10px; }

/*---------Products-css-end--------*/
.board-members .col-md-4 .hover-overlay {
  height: 560px; }

.hover-overlay {
  position: relative;
  height: 430px;
  overflow: clip;
  cursor: pointer; }
  .hover-overlay:after {
    content: '';
    position: absolute;
    background: var(--red-overlay);
    transition: .6s ease;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0; }
  .hover-overlay .hover-content {
    transition: .6s ease; }
  .hover-overlay .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center; }
  .hover-overlay:hover:after {
    opacity: 1; }
/*   .hover-overlay:hover .image {
    height: 100%; } */
  .hover-overlay:hover .hover-content {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center; }
    .hover-overlay:hover .hover-content h6, .hover-overlay:hover .hover-content p {
      color: #fff !important; }

/*---------Mission-css-start--------*/
.mission-vision-section .item {
  position: relative; }
  .mission-vision-section .item:after {
    content: '';
    position: absolute;
    background: var(--primary-color);
    transition: .6s ease;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0; }
  .mission-vision-section .item h4, .mission-vision-section .item p {
    transition: .6s ease; }
  .mission-vision-section .item .inner {
    position: relative;
    z-index: 1; }
  .mission-vision-section .item:hover:after {
    opacity: 1; }
  .mission-vision-section .item:hover svg path {
    fill: var(--white-color); }
  .mission-vision-section .item:hover h4, .mission-vision-section .item:hover p {
    color: #fff; }
  .mission-vision-section .item svg path {
    transition: .6s ease;
    fill: var(--primary-color); }

/*---------mission-css-end--------*/
/*---------certificates-css-start--------*/
#certificate-page .item {
  border: 1px solid #c9c9c9; }

#certificate-page .item img {
  border: 1px solid #c9c9c9;
  widtth: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; }

#certificate-page .item figure {
  position: relative; }

#certificate-page .reports-wrapper .item figure:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 2; }

#certificate-page .reports-wrapper .item figure:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 94px;
  height: 116px;
  background: url("../images/pdf.png");
  filter: blur(0.4);
  z-index: 3; }

/*---------certificates-css-end--------*/
/*---------history-css-start--------*/
.timeline .content {
  position: relative; }
  .timeline .content:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 3px;
    background: linear-gradient(180deg, #F37B0D 0%, #D21016 100%); }
  .timeline .content .row:last-of-type {
    padding-bottom: 0; }
  .timeline .content .row:nth-child(odd) .title {
    position: relative;
    padding-right: 180px;
    text-align: right; }
    .timeline .content .row:nth-child(odd) .title:before {
      content: '';
      position: absolute;
      height: 20px;
      width: 20px;
      right: -10px;
      top: 50%;
      transform: translateY(-50%);
      z-index: 3;
      border-radius: 50%;
      background: #d21016; }
    .timeline .content .row:nth-child(odd) .title:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 35px;
      transform: translateY(-50%);
      height: 2px;
      width: 120px;
      background: linear-gradient(180deg, #F37B0D 0%, #D21016 100%); }
  .timeline .content .row:nth-child(odd) .details {
    padding-left: 80px; }
  .timeline .content .row:nth-child(even) .title {
    position: relative;
    padding-left: 180px;
    text-align: left; }
    .timeline .content .row:nth-child(even) .title:before {
      content: '';
      position: absolute;
      height: 20px;
      width: 20px;
      left: -10px;
      top: 50%;
      transform: translateY(-50%);
      z-index: 3;
      border-radius: 50%;
      background: #d21016; }
    .timeline .content .row:nth-child(even) .title:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 35px;
      transform: translateY(-50%);
      height: 2px;
      width: 120px;
      background: linear-gradient(180deg, #F37B0D 0%, #D21016 100%); }
  .timeline .content .row:nth-child(even) .details {
    padding-right: 80px; }

/*---------history-css-end--------*/
/*---------Csr-css-start-------*/
select#dealer-district {
  border-radius: 0; }
  select#dealer-district:focus {
    box-shadow: unset; }

.dealers-wrapper .item {
  border: 1px solid #dfdfdf;
  transform: translateY(0);
  background: linear-gradient(102.74deg, #F27A0D 12.13%, #B52A04 76.62%);
  background-size: 0% 100%;
  /* start with 0 width */
  background-repeat: no-repeat;
  transition: all 0.6s ease;
  /* smooth animation */ }
  .dealers-wrapper .item figure {
    aspect-ratio: 424 / 260; }
    .dealers-wrapper .item figure img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: center; }
  .dealers-wrapper .item h5 {
    color: #383838;
    font-size: 23px;
    transition: .4s ease; }
  .dealers-wrapper .item p, .dealers-wrapper .item a {
    color: #333333;
    transition: .4s ease; }
  .dealers-wrapper .item:hover {
    background-size: 100% 100%;
    /* fill top to bottom */
    box-shadow: -2px 6px 26px 0 rgba(0, 0, 0, 0.45);
    transform: translateY(-7px); }
    .dealers-wrapper .item:hover h5, .dealers-wrapper .item:hover a, .dealers-wrapper .item:hover p {
      color: #fff; }

/*---------Csr-css-end-------*/
/*---------blog-card-css--------*/
.blog-card {
  background: #fff; }
  .blog-card .date p {
    color: #919191;
    font-size: 16px;
    font-weight: 500; }
  .blog-card h5 {
    line-height: 34px; }
  .blog-card figure {
    aspect-ratio: 424 / 280;
    overflow: hidden; }
    .blog-card figure img {
      width: 100%;
      height: 100%;
      object-position: center;
      object-fit: cover; }
  .blog-card .action a {
    display: flex;
    align-items: center; }
  .blog-card svg {
    border-radius: 50%;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-45deg);
    transition: .6s ease;
    padding: 10px;
    margin-left: 6px; }
  .blog-card:hover svg {
    background: var(--primary-color); }
    .blog-card:hover svg path {
      fill: #fff; }

/*---------blog-card-css-end-------*/
/*---------Career-css-start-------*/
.vacancy .accordion-item {
  padding: 0 !important;
  border-radius: 0 !important;
  border: 1px solid #d4d4d4 !important; }
  .vacancy .accordion-item .accordion-header .accordion-button {
    padding: 30px 32px; }
    .vacancy .accordion-item .accordion-header .accordion-button:not(.collapsed) {
      background: var(--primary-color) !important;
      color: #fff; }
  .vacancy .accordion-item .accordion-body {
    padding: 42px 50px; }
  .vacancy .accordion-item:first-of-type {
    border-radius: 0 !important; }
  .vacancy .accordion-item:first-of-type .accordion-button {
    border-radius: 0 !important; }
.vacancy .job-details {
  margin-bottom: 30px; }
  .vacancy .job-details ul li {
    margin-bottom: 10px; }
    .vacancy .job-details ul li span:first-of-type {
      display: inline-block;
      min-width: 230px; }
.vacancy .description h2, .vacancy .description h3, .vacancy .description h4, .vacancy .description h5, .vacancy .description h6 {
  color: var(--primary-color);
  margin-bottom: 12px;
  margin-top: 10px; }
.vacancy .description ul {
  list-style: disc;
  margin-bottom: 30px;
  padding-left: 20px; }
  .vacancy .description ul li:not(:last-of-type) {
    margin-bottom: 6px; }

/*---------Career-css-end-------*/

/*---------Career-details-css-start-------*/
.career-details .description ul li, .job-details ul li {
	margin-bottom:7px;
}
.career-details .description ul {
	list-style:disc;
	padding-left:20px;
}
/*---------Career-details-css-end-------*/

/*---------product-css-start-------*/
#product-page .products-wrapper .col-lg-11 > .item{
	border:1px solid #ddd;
}
.products-wrapper .item figure {
  aspect-ratio: 1.2 / 1; }
  .products-wrapper .item figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }

.product-slider-for .item{
	height:500px;
}
.product-slider-for .item img{
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center;
}
.product-slider-nav .item img {
		width:100%;
		height:100%;
		object-fit:cover;
		object-position:center;
	}
/*---------product-css-end-------*/
/*---------blog-css-start-------*/
.breadcrumbs-section .breadcrumbs ul li {
  color: var(--primary-color) !important; }
  .breadcrumbs-section .breadcrumbs ul li a {
    color: #666666 !important; }
  .breadcrumbs-section .breadcrumbs ul li:after {
    color: #666666 !important; }

.blog-title h1 {
  font-size: 38px;
  line-height: 52px;
  margin-bottom: 10px; }

.blog-details .details :is(h1, h2, h3, h4, h5, h6), .career-details .description :is(h1, h2, h3, h4, h5, h6){ 
  padding-top: 20px;
  padding-bottom: 10px; }

.blog-details .details figure {
  margin: 30px 0 20px; }

.recent-blogs .item {
  padding-bottom: 20px;
  margin-bottom: 20px; }
  .recent-blogs .item:not(:last-of-type) {
    border-bottom: 1px solid #e6e6e6; }
  .recent-blogs .item .related-blog-card {
    flex-direction: row;
    background: transparent; }
    .recent-blogs .item .related-blog-card figure {
      width: 80px;
      height: 80px;
      margin-right: 20px; }
      .recent-blogs .item .related-blog-card figure img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center; }
    .recent-blogs .item .related-blog-card .text h5 {
      font-size: 16px;
      line-height: 22px;
      font-family: var(--gorgia-blod-font); }
    .recent-blogs .item .related-blog-card .text .date {
      color: var(--primary-color); }
      .recent-blogs .item .related-blog-card .text .date p {
        font-size: 14px;
        color: var(--primary-color); }

.quick-contact h5 {
  font-family: var(--gorgia-blod-font); }
.quick-contact .col-md-6 {
  width: 100% !important; }

/*---------blog-css-end-------*/
form label:has(+ input:required)::after,
form label:has(+ textarea:required)::after,
form label:has(+ select:required)::after {
  content: " *";
  color: red; }

form input, form select, form textarea {
  height: auto;
  width: 100%;
  padding: 11px 16px !important;
  background: #fff !important;
  border: 1px solid #e6e6e6 !important;
  border-radius: 5px !important; }
form input[type='radio'], form input[type='checkbox'] {
  width: auto; }

::placeholder {
  color: #888888; }

/*---------contact-css-start-------*/
.contact-details h5, .contact-details h6 {
  font-family: var(--inter-font);
  font-weight: 600; }
.contact-details .contact-item {
  margin-bottom: 8px; }
.contact-details a:hover {
  color: var(--secondary-color) !important; }

/*---------contact-css-end-------*/
.fa-facebook-f {
  color: #1877F2; }

.fa-instagram {
  color: #E4405F; }

.fa-twitter {
  color: #1DA1F2; }

.fa-linkedin-in {
  color: #0A66C2; }

.fa-youtube {
  color: #FF0000; }

.fa-whatsapp {
  color: #25D366; }

.fa-tiktok {
  color: #000000; }

/*---------Footer-css--------*/
#footer-wrapper .top-footer {
  position: relative;
  padding: 70px 0 50px;
  overflow: hidden; }
  #footer-wrapper .top-footer:after {
    content: '';
    position: absolute;
    height: auto;
    width: 245px;
    height: 100px;
    right: 30px;
    bottom: -10px;
    background: url("../images/logo-Vector.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0; }
  #footer-wrapper .top-footer > * {
    position: relative;
    z-index: 1; }
  #footer-wrapper .top-footer h5 {
    color: var(--white-color);
    font-family: var(--gorgia-blod-font);
    font-size: 22px; }
  #footer-wrapper .top-footer h6 {
    font-size: 18px;
    font-family: var(--inter-font);
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px; }
  #footer-wrapper .top-footer p, #footer-wrapper .top-footer a {
    color: #fff;
    font-size: 16px; }
  #footer-wrapper .top-footer a {
    display: inline-block;
    margin-bottom: 12px;
    transition: .6s ease; }
  #footer-wrapper .top-footer .quicklinks ul {
    column-count: 2; }
  #footer-wrapper .top-footer .menu li a {
    transition: .6s ease; }
    #footer-wrapper .top-footer .menu li a:hover {
      text-indent: 8px; }
  #footer-wrapper .top-footer .social li:not(:last-of-type) {
    margin-right: 10px; }
  #footer-wrapper .top-footer .social a {
    background: #fff;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center; }
    #footer-wrapper .top-footer .social a:hover {
      transform: scale(1.08); }
#footer-wrapper .bottom-footer {
  padding: 24px 0; }
  #footer-wrapper .bottom-footer p {
    color: #fff;
    font-size: 14px; }
  #footer-wrapper .bottom-footer a:hover {
    transition: .4s ease;
    color: var(--secondary-color); }

/*---------Footer-css-ends--------*/

/*# sourceMappingURL=styles.css.map */
