@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
@font-face {
  font-family: "Barlow";
  src: url("../../fonts/Barlow-ExtraBold.woff2") format("woff2"), url("../../fonts/Barlow-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../../fonts/Barlow-BoldItalic.woff2") format("woff2"), url("../../fonts/Barlow-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../../fonts/Barlow-Bold.woff2") format("woff2"), url("../../fonts/Barlow-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../../fonts/Barlow-ExtraBoldItalic.woff2") format("woff2"), url("../../fonts/Barlow-ExtraBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../../fonts/Barlow-ExtraLightItalic.woff2") format("woff2"), url("../../fonts/Barlow-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../../fonts/Barlow-ExtraLight.woff2") format("woff2"), url("../../fonts/Barlow-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../../fonts/Barlow-LightItalic.woff2") format("woff2"), url("../../fonts/Barlow-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../../fonts/Barlow-Light.woff2") format("woff2"), url("../../fonts/Barlow-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../../fonts/Barlow-Italic.woff2") format("woff2"), url("../../fonts/Barlow-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../../fonts/Barlow-MediumItalic.woff2") format("woff2"), url("../../fonts/Barlow-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../../fonts/Barlow-Regular.woff2") format("woff2"), url("../../fonts/Barlow-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../../fonts/Barlow-Medium.woff2") format("woff2"), url("../../fonts/Barlow-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../../fonts/Barlow-SemiBold.woff2") format("woff2"), url("../../fonts/Barlow-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../../fonts/Barlow-SemiBoldItalic.woff2") format("woff2"), url("../../fonts/Barlow-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../../fonts/Barlow-Thin.woff2") format("woff2"), url("../../fonts/Barlow-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../../fonts/Barlow-BlackItalic.woff2") format("woff2"), url("../../fonts/Barlow-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../../fonts/Barlow-Black.woff2") format("woff2"), url("../../fonts/Barlow-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../../fonts/Barlow-ThinItalic.woff2") format("woff2"), url("../../fonts/Barlow-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  calculation of the height of the owl-item that breaks page layouts
  */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.w-5- {
  width: 5px;
}

.w-10- {
  width: 10px;
}

.w-15- {
  width: 15px;
}

.w-20- {
  width: 20px;
}

.w-25- {
  width: 25px;
}

.w-30- {
  width: 30px;
}

.w-35- {
  width: 35px;
}

.w-40- {
  width: 40px;
}

.w-45- {
  width: 45px;
}

.w-50- {
  width: 50px;
}

.w-55- {
  width: 55px;
}

.w-60- {
  width: 60px;
}

.w-65- {
  width: 65px;
}

.w-70- {
  width: 70px;
}

.w-75- {
  width: 75px;
}

.w-80- {
  width: 80px;
}

.w-85- {
  width: 85px;
}

.w-90- {
  width: 90px;
}

.w-95- {
  width: 95px;
}

.w-100- {
  width: 100px;
}

* {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

em {
  font-style: normal;
}

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

.text-start {
  text-align: start !important;
}

.text-end {
  text-align: end;
}

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

ol,
ul,
h1,
h2,
h3,
h5,
h4,
h6 {
  margin: 0;
  padding: 0;
}

.pxt {
  margin-top: 50px;
}

.pxl {
  margin-top: 150px;
}

a {
  text-decoration: none !important;
  color: inherit;
}

html {
  overflow-x: hidden;
}

body {
  width: 100vw;
  overflow-x: hidden;
  display: block;
  font-family: "Poppins", sans-serif;
  text-align: start;
  color: #232323;
}

:focus-visible,
.form-control:focus,
button:focus {
  outline: none;
  box-shadow: unset;
}

.nave-responsive {
  display: none;
}

.home_page {
  background: #f6f6f6 url("../../../imgs/back_layer.jpg") repeat fixed left top;
  background-size: auto;
}

.h_page {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  padding: 0;
  background: #ffffff;
}

.px_5 {
  padding: 0 25px;
}

.sun_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  background: #303135 none repeat center center;
  padding: 7px 25px;
}

.social_sec ul {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
}
.social_sec ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #513f2d;
  border-radius: 50%;
  color: #ffffff;
  font-size: 14px;
}

.search_sec {
  position: relative;
}
.search_sec h6.set_search {
  color: #ffffff;
  font-size: 14px;
  position: relative;
}
.search_sec .search_box {
  position: relative;
  background: #ffffff;
  border-radius: 4px;
  padding: 4px 5px;
  font-size: 14px;
}
.search_sec .search_box input {
  background: unset;
  border: unset;
}
.search_sec .search_box i {
  font-size: 16px;
  cursor: pointer;
}

.landingpage_header div {
  width: 30% !important;
}
.landingpage_header .logo_sec {
  height: 100px;
  text-align: center;
  position: relative;
  right: 20px;
}
.landingpage_header .logo_sec img {
  width: 110px;
}

.menu_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
}
.menu_header .our_number,
.menu_header .mail_sec {
  display: flex;
  align-items: center;
  justify-content: start;
  color: #121315;
  font-size: 14px;
  gap: 5px;
  font-weight: 500;
}
.menu_header .logo_sec {
  width: 110px;
  height: 100px;
  text-align: center;
}
.menu_header .logo_sec img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.menu_header .lang_sec {
  display: flex;
  justify-content: end;
}

.nav_bar_menu {
  background: #ffffff;
  border-top: 1px solid rgba(187, 187, 187, 0.23);
  border-bottom: 1px solid rgba(187, 187, 187, 0.23);
}
.nav_bar_menu nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s ease-in-out;
}
.nav_bar_menu nav ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 25px 10px 25px;
  color: #232323;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  gap: 20px;
  transition: 0.3s all ease-in-out;
  border-top: 3px solid #ffffff;
}
.nav_bar_menu nav ul li:hover {
  color: #c98a2a;
  transition: 0.3s all ease-in-out;
  border-top: 3px solid #c98a2a;
}
.nav_bar_menu nav ul li:hover ul.dr_menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
}
.nav_bar_menu nav ul li ul.dr_menu {
  position: absolute;
  visibility: hidden;
  z-index: 200;
  top: 100%;
  left: 0;
  width: 240px;
  opacity: 0;
  background-color: #ffffff;
  padding: 10px 10px 10px 10px;
  width: 250px;
  flex-wrap: wrap;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  transition: 0.3s ease-in-out;
}
.nav_bar_menu nav ul li ul.dr_menu li {
  width: 100%;
  border: unset !important;
  padding: 5px 10px !important;
  font-weight: 400 !important;
  transition: 0.3s ease-in-out;
}

.contact_sec {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
}

.inner_header .nav_bar_menu {
  border: unset;
}
.inner_header .nav_bar_menu nav ul li {
  padding: 10px 15px 10px 25px;
  border-top: unset;
  border-bottom: 3px solid #ffffff;
}
.inner_header .nav_bar_menu nav ul li:hover {
  border-bottom: 3px solid #c98a2a;
}
.inner_header .logo_sec {
  width: 100px;
  height: 90px;
}

.banner {
  height: 400px;
}
.banner .bg-banner {
  height: 400px;
}
.banner .bg-banner:hover button.owl-prev,
.banner .bg-banner:hover button.owl-next {
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  opacity: 1;
}
.banner .bg-banner .item {
  height: 400px;
  position: relative;
}
.banner .bg-banner .item .text_banner {
  position: absolute;
  right: 10%;
  top: 40%;
  color: #ffffff;
  font-size: 80px;
}
.banner .bg-banner .item .text_banner strong {
  display: block;
  font-size: 100px;
}
.banner .bg-banner .item img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .bg-banner button.owl-prev,
.banner .bg-banner button.owl-next {
  position: absolute !important;
  top: 50% !important;
  width: 30px;
  height: 30px;
  border: 1px solid #ffffff !important;
  border-radius: 50% !important;
  color: #fff;
  opacity: 0;
  transition: 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.5);
}
.banner .bg-banner button.owl-prev:hover,
.banner .bg-banner button.owl-next:hover {
  background: #303135;
}
.banner .bg-banner button.owl-prev {
  left: 20px;
}
.banner .bg-banner button.owl-next {
  right: 20px;
}
.banner .bg-banner .owl-dots {
  bottom: 15px;
  left: 20%;
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 20%;
  text-align: center;
}
.banner .bg-banner .owl-dots .owl-dot span {
  width: 20px !important;
  height: 7px !important;
  border-radius: 7px 0 !important;
  color: #232323;
}

section.main-gradient {
  padding: 50px 25px;
}

.sec_description h6 {
  font-size: 22px;
  line-height: 34px;
  padding-bottom: 20px;
  font-weight: 600;
}
.sec_description p {
  line-height: 26px;
  font-size: 14px;
  color: #7e7e7e;
  margin-bottom: 5px;
}
.sec_description .Contact_me a {
  letter-spacing: 1px;
  text-transform: none;
  padding: 10px 20px 10px 20px;
  background: #c98a2a;
  margin: 50px 0;
  display: inline-block;
  border-radius: 6px;
  color: #ffffff;
  transition: 0.3s ease-in-out;
  border: 1px solid #c98a2a;
}
.sec_description .Contact_me a:hover {
  transition: 0.3s ease-in-out;
  border: 1px solid #c98a2a;
  background: unset;
  color: #c98a2a;
}

.img_ex {
  width: 580px;
  height: 340px;
  border-radius: 6px;
  overflow: hidden;
}
.img_ex img {
  width: 100%;
  height: 100%;
}

.title_cat {
  text-align: center;
  position: relative;
}
.title_cat h5 {
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  font-size: 22px;
  font-weight: 600;
  display: inline-block;
  width: 100%;
}
.title_cat h5:before {
  content: "";
  position: absolute;
  width: 45%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #c98a2a;
  border-radius: 50px;
}
.title_cat h5:after {
  content: "";
  position: absolute;
  width: 45%;
  height: 2px;
  bottom: 0;
  right: 0;
  background: #c98a2a;
  border-radius: 50px;
}
.title_cat span.ult-just-icon-wrapper {
  position: absolute;
  bottom: 2px;
  right: calc(50% - 8px);
  font-size: 20px;
  color: #c98a2a;
}

.item a img {
  border-radius: 6px;
}

.card_items {
  width: 100%;
  position: relative;
  background: #fff;
  box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.1019607843);
  border-radius: 15px;
  margin: 11px 0;
  transition: 0.3s ease-in-out all;
}
.card_items:hover {
  transition: 0.3s ease-in-out all;
  box-shadow: 0px 0px 36px rgba(77, 77, 77, 0.4901960784);
}
.card_items:hover .card_img img {
  transition: 0.3s ease-in-out all;
  transform: scale(1.1);
}
.card_items .card_img {
  width: 100%;
  height: 250px;
  border-radius: 15px 15px 0px 0px;
  overflow: hidden;
  position: relative;
  transition: 0.3s ease-in-out all;
}
.card_items .card_img img {
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in-out all;
}
.card_items .details {
  padding: 20px;
}
.card_items .details h6 {
  text-align: start;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 10px;
  overflow: hidden;
}
.card_items .details p {
  color: #7e7e7e;
  font-size: 12px;
  font-weight: 400;
}
.card_items.category_pages a {
  display: flex;
  align-items: center;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.card_items.category_pages a .card_img {
  border-radius: 15px 0 0 15px;
}

section.about_our_company {
  background: rgb(244, 244, 244);
  padding: 40px 25px;
}

.sec_card {
  text-align: center;
  margin: 20px 0;
}
.sec_card img {
  width: 100%;
  border-radius: 6px;
}
.sec_card h6 {
  margin: 15px 0;
  font-size: 22px;
  font-weight: 500;
}
.sec_card p {
  color: #7e7e7e;
  font-size: 14px;
}

.nv_header.sticky-header .logo_sec {
  margin: 0 25px;
}

.nv_header.sticky-header .contact_sec {
  margin: 0 25px;
}

footer.footer_sec {
  margin-top: 50px;
}

.top_footer {
  background: #303135;
  padding: 50px 25px;
}

.footer_list h5 {
  font-size: 16px;
  color: #ffffff;
  padding-bottom: 10px;
  font-weight: 600;
}
.footer_list ul li {
  display: block;
  color: #ffffff;
  line-height: 30px;
  font-weight: 400;
  font-size: 14px;
  transition: 0.3s all ease-in-out;
}
.footer_list ul li span {
  display: block;
  color: #999d9f;
  font-size: 12px;
}
.footer_list ul li:hover {
  transition: 0.3s all ease-in-out;
  color: #c98a2a;
  transform: translateX(10px);
}

.dawn_footer {
  background: #111516;
  padding: 10px 25px;
}
.dawn_footer .copyright span {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}
.dawn_footer .copyright span img {
  width: 60px;
  height: 50px;
}

section.all_category_page {
  background-color: #f6f6f6;
  padding: 25px;
  text-align: center;
}

.title_page h4 {
  font-size: 28px;
  font-weight: 700;
  color: #7e7e7e;
}
.title_page .breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 5px;
  gap: 5px;
  color: #bbbbbb;
  font-size: 12px;
  font-weight: 400;
}

.page_category {
  padding: 50px 25px;
}

.sec_bucket_category_title h6 {
  color: #232323;
  font-size: 22px;
  padding-bottom: 20px;
  font-weight: 600;
}
.sec_bucket_category_title ul li {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  padding: 5px 0 7px 0;
  transition: 0.3s all ease-in-out;
  border-bottom: 1px solid rgba(126, 126, 126, 0.15);
}
.sec_bucket_category_title ul li:hover {
  transition: 0.3s all ease-in-out;
  transform: translateX(10px);
  color: #c98a2a;
}
.sec_bucket_category_title ul li:hover a i {
  transition: 0.3s all ease-in-out;
  opacity: 1;
  visibility: visible;
  color: #c98a2a;
}
.sec_bucket_category_title ul li a i {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease-in-out;
}

.category_list {
  border-inline-start: 1px solid rgba(126, 126, 126, 0.15);
  padding-inline-start: 15px;
}
.category_list h4 {
  color: #232323;
  font-size: 22px;
  padding-bottom: 20px;
  font-weight: 600;
}

.item_img {
  width: 800px;
  height: 800px;
  border-radius: 6px;
  overflow: hidden;
}
.item_img img {
  width: 100%;
  height: 100%;
}

.description_d p {
  color: #7e7e7e;
  margin: 20px 0;
  font-size: 14px;
}
.description_d ul.list_description li {
  margin-bottom: 15px;
}
.description_d ul.list_description li span {
  display: block;
  font-size: 18px;
  color: #000;
  font-weight: 500;
}
.description_d ul.list_description li small {
  font-size: 12px;
}

.contact-us-form {
  border-radius: 24px;
  background: var(--f-5-f-5-f-5, #F5F5F5);
  padding: 40px 20px;
  width: 100%;
}
.contact-us-form .form-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact-us-form .form-details .fr-contact {
  width: 48%;
  margin: 10px 0;
}
.contact-us-form .form-details .fr-contact label {
  color: #313131;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 10px;
  display: block;
}
.contact-us-form .form-details .fr-contact input,
.contact-us-form .form-details .fr-contact textarea {
  border-radius: 12px;
  border: 1.5px solid #F6F6F6;
  background: #ffffff;
  width: 100%;
  padding: 10px 15px;
  font-size: 14px;
  color: #BDBDBD;
}
.contact-us-form .form-details .fr-contact input::-moz-placeholder, .contact-us-form .form-details .fr-contact textarea::-moz-placeholder {
  color: var(--bdbdbd, #BDBDBD);
}
.contact-us-form .form-details .fr-contact input::placeholder,
.contact-us-form .form-details .fr-contact textarea::placeholder {
  color: var(--bdbdbd, #BDBDBD);
}
.contact-us-form .form-details .fr-contact.textarea-p {
  width: 100%;
}
.contact-us-form .btn-send button {
  border: unset;
  padding: 10px 40px;
  background: #c98a2a;
  color: #ffffff;
  font-size: 16px;
  border-radius: 10px;
  font-weight: 600;
  cursor: pointer;
}

.location-page {
  padding-top: 30px;
}
.location-page h4 {
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  padding-bottom: 20px;
  color: #232323;
}
.location-page .img-location {
  width: 610px;
  height: 360px;
  margin: 0 auto;
  cursor: pointer;
}
.location-page .img-location img {
  width: auto;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  max-width: 100%;
  min-width: 100%;
  padding: 10px;
}

.location-map {
  padding: 30px 0;
}
.location-map .our-lcation {
  width: 500px;
  height: 360px;
}

.contact-us-details .title-acc {
  padding-bottom: 20px;
}
.contact-us-details .title-acc span {
  display: block;
  color: #000;
  font-size: 30px;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.contact-us-details .title-acc em {
  color: #232323;
  font-size: 16px;
  font-weight: 500;
}
.contact-us-details .details-sec {
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 20px 0;
}
.contact-us-details .details-sec span {
  color: #353535;
  font-size: 18px;
  padding: 0 10px;
  font-weight: 400;
}
.contact-us-details .details-sec em {
  color: #c98a2a;
  font-size: 18px;
  padding: 0 5px;
  font-weight: 400;
}

.details_blog h5 {
  color: #232323;
  font-size: 24px;
  padding-bottom: 10px;
  font-weight: 500;
}
.details_blog p {
  color: #7e7e7e;
  font-size: 14px;
  padding-bottom: 6px;
}

.vedio_blog {
  margin-top: 20px;
}

.header_mobil {
  display: none;
}

.nv_header.sticky-header {
  position: fixed;
  top: 0;
  z-index: 99;
  margin: 0 auto;
  box-shadow: 0px 8px 9px rgba(0, 0, 0, 0.2901960784);
  padding: 0;
}

.watchapp-icon {
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  z-index: 9;
}
.watchapp-icon span {
  background: #41d44a;
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  right: 55px;
  padding: 2px 10px;
  border-radius: 8px;
  color: #fff;
  top: 7px;
  transition: 0.3s ease-in-out;
  opacity: 0;
}
.watchapp-icon:hover span {
  opacity: 1;
  transition: 0.3s ease-in-out;
}

.privacy-details strong {
  padding-bottom: 20px;
  display: block;
  font-size: 16px;
}
.privacy-details p {
  font-size: 14px;
  line-height: 28px;
}

html[dir=rtl] body .card_items.category_pages a .card_img {
  border-radius: 0 15px 15px 0;
}
html[dir=rtl] body .landingpage_header .logo_sec {
  right: unset;
  left: 50px;
}

@media (max-width: 1400px) {
  .item_img {
    width: 80%;
    margin: 0 auto;
  }
  .img_ex {
    width: 100%;
  }
}
@media (max-width: 990px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
  .dog {
    overflow: hidden;
  }
  .col-md-6 {
    width: 100%;
    max-width: 100%;
  }
  .header-bar {
    height: 0;
  }
  .header-bar:before {
    display: none;
  }
  .inner_header .nav_bar_menu nav ul li {
    padding: 10px 5px 10px 5px;
  }
  .item_img {
    height: 600px;
  }
  .img_ex,
  .sec_card img {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .header_mobil {
    display: block;
    position: relative;
    height: 60px;
  }
  .web_view {
    display: none;
  }
  .section_row {
    padding: 20px 30px 20px 30px;
  }
  section.cheese-type {
    margin: 0px;
  }
  section.more-recipes {
    margin-bottom: 50px;
  }
  .sticky-header .nave-responsive {
    top: 0;
    transition: 0.3s ease-in-out;
  }
  .banner {
    height: 200px;
  }
  .banner .bg-banner {
    height: 200px;
  }
  .banner .bg-banner .item {
    height: 250px;
  }
  .banner .bg-banner .item img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .details_sec {
    margin: 0;
    padding: 0;
  }
  .img_sec {
    margin-top: 20px;
  }
  .img_ex,
  .sec_card img {
    width: 100%;
  }
  .footer_details {
    flex-wrap: wrap;
  }
  .footer_details .region {
    width: 100%;
  }
  .footer__divider {
    display: none;
  }
  .details_sec {
    margin: 20px 0;
  }
  .about_us_footer {
    margin-top: 50px;
  }
  section.main-banner.main-banner {
    margin-bottom: 80px;
  }
  .banner .bg-banner .owl-dots {
    bottom: -30px;
  }
  .h_menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    height: 60px;
    background: #fdfeff;
    width: 100%;
    padding: 5px 25px;
    box-shadow: 0px 8px 16px #cbcbcb;
    z-index: 9999;
  }
  .h_menu .logo_sec {
    width: 50px;
    height: 50px;
  }
  .h_menu .logo_sec img {
    width: 100%;
    height: 100%;
  }
  .h_menu .br_menu {
    font-size: 20px;
    cursor: pointer;
  }
  .mobile_menu {
    position: fixed;
    width: 0;
    height: 100%;
    left: -100%;
    background: #fff;
    top: 60px;
    padding: 25px;
    transition: 0.3s ease-in-out all;
    z-index: 9999;
  }
  .mobile_menu.open {
    width: 100%;
    transition: 0.3s ease-in-out all;
    left: 0;
  }
  .mobile_menu nav ul li {
    width: 100%;
    padding-bottom: 5px;
  }
  .mobile_menu nav ul li ul.dr_menu {
    padding-inline-start: 15px;
  }
  .mobile_menu .sun_header {
    flex-wrap: wrap;
    background: unset;
    padding: 0;
  }
  .mobile_menu .sun_header .social_sec {
    width: 100%;
    margin: 10px 0;
  }
  .mobile_menu .sun_header .search_sec {
    border: 1px solid #c98a2a;
    border-radius: 6px;
    padding: 3px 10px;
  }
  .item_img {
    height: 500px;
    margin-top: 20px;
  }
  .card_items.category_pages a {
    flex-wrap: wrap;
    border-radius: 6px 6px 0 0;
  }
  .card_items.category_pages a .card_img {
    border-radius: 15px 15px 0px 0px;
  }
  .category_list h4 {
    padding: 20px 0;
  }
}
@media (max-width: 576px) {
  .item_img {
    height: 300px;
    margin-top: 20px;
  }
}/*# sourceMappingURL=style.css.map */