* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
}

body {
  font-family: "Josefin Sans", sans-serif;
}

ul, li {
  list-style: none;
}

a {
  text-decoration: none;
}

.desk-off {
  display: none;
}

.mobile-off {
  display: block;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.breadcrumb {
  margin: 0 0 40px;
}
.breadcrumb ul {
  display: flex;
  gap: 10px;
}
.breadcrumb ul li, .breadcrumb ul a {
  color: #414042;
  font-size: 13px;
}
.breadcrumb ul li:after {
  content: "/";
  display: inline-block;
  margin-left: 10px;
}
.breadcrumb ul li:last-child:after {
  content: none;
}

.sticky {
  position: fixed;
  top: 0;
}

header {
  background-color: rgb(49, 50, 131);
  color: #fff;
  padding: 10px 0;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  transition: top 0.3s ease-in-out;
  z-index: 1000000;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .logo img {
  margin-bottom: -6px;
  width: 80%;
  height: 100%;
}
header .right {
  display: flex;
  align-items: center;
}
header .right nav {
  margin: 17px 0 0px;
}
header .right nav ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
header .right nav ul li {
  margin-right: 20px;
}
header .right nav ul li:last-child {
  margin-right: 0;
}
header .right nav ul li a {
  text-decoration: none;
  color: #ffffff;
  font-size: 1.1em;
  transition: all 600ms ease;
}
header .right nav ul li a:hover {
  color: #d5d5d5;
}
header .right .phone-number {
  margin-left: 50px;
  font-size: 16px;
  text-align: left;
}
header .right .phone-number span {
  display: block;
  font-size: 12px;
  margin-bottom: 4px;
}
header .right .phone-number a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.5em;
  letter-spacing: 1px;
  transition: all 600ms ease;
}
header .right .phone-number a:hover {
  color: #d5d5d5;
}
header .right .wrapper {
  z-index: 1000;
  margin: 10px 0 0 50px;
  cursor: pointer;
}
header .right .wrapper span {
  width: 38px;
  height: 3px;
  border-radius: 15px;
  display: block;
  background: #fff;
  margin-bottom: 7px;
  transition: all 320ms ease;
  cursor: pointer;
}
header .right .wrapper .grill:nth-child(1) {
  transform: rotate(45deg) translateY(7px);
}
header .right .wrapper .grill:nth-child(2) {
  display: none;
}
header .right .wrapper .grill:nth-child(3) {
  transform: rotate(-45deg) translateY(-7px);
}

.slider {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  z-index: 999;
  transform: translateX(200%);
  transition: all 320ms ease;
  background: rgba(49, 50, 131, 0.9);
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.slider ul {
  padding: 0;
}
.slider ul li {
  display: block;
  list-style: none;
  padding: 15px 0;
  transition: all 320ms ease;
  cursor: pointer;
  color: #f0f0f0;
}
.slider ul li a {
  color: #ffffff;
  font-size: 2em;
  font-weight: 600;
  transition: all 360ms ease;
}

.showslide {
  transform: translateX(0%);
}

.no-scroll {
  overflow: hidden;
}

.banner-video {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0;
  z-index: -99;
}

.categories {
  padding: 50px 0;
}
.categories img {
  width: 100%;
}
.categories ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}
.categories ul li {
  width: 16.6%;
  margin: 0;
  padding: 0 10px;
  text-align: center;
}
.categories ul li:first-child {
  margin-left: 0;
}
.categories ul li:last-child {
  margin-right: 0;
}
.categories ul h3 {
  color: #303382;
  font-size: 14px;
  margin: 10px 0 0;
  text-transform: uppercase;
}

.story {
  padding: 50px 0 200px;
  overflow: hidden;
  position: relative;
}
.story .container {
  height: 100%;
  background-size: contain;
}
.story img {
  width: 100%;
}
.story a {
  position: absolute;
  bottom: -60px;
  left: 20%;
  color: #313280;
  font-size: 26px;
  font-weight: 800;
}
.story a:hover img {
  transform: translateX(10px);
}
.story a img {
  width: 38px;
  position: relative;
  top: 12px;
  left: 12px;
  transition: all 300ms ease;
}

.fore-bird {
  width: 725px;
  height: 1000px;
  background-repeat: no-repeat;
  background-position: right bottom;
  position: absolute;
  right: 20%;
  margin-left: -480px;
  top: 350px;
  z-index: 500;
}

.story-contents {
  max-width: 900px;
  margin: 8% auto 0;
  padding: 0 10px;
}
.story-contents h1 {
  color: #414042;
  font-weight: 700;
  margin: 0 0 10px;
  font-size: 1.7em;
}
.story-contents p {
  color: #505050;
  font-size: 1.1em;
  margin: 0 0 10px;
  font-weight: 400;
  line-height: 30px;
}

.single-story img {
  width: 100%;
  height: 100%;
}
.single-story .wrap a {
  display: none;
}

.journey {
  height: 100vh;
  background-size: cover;
  background-position: bottom;
}
.journey .mobile-bg {
  display: none;
}
.journey .container {
  height: 100%;
}
.journey .contents {
  position: absolute;
  bottom: 35%;
  right: 30px;
  width: 375px;
  color: #59281b;
}
.journey .contents p {
  font-size: 20px;
  line-height: 25px;
}
.journey .contents a {
  font-size: 26px;
  font-weight: 800;
  color: #59281b;
  display: block;
  margin: 25px 0 0;
}
.journey .contents img {
  width: 38px;
  top: 12px;
  position: relative;
  left: 20px;
}

.inner-journey {
  z-index: -999 !important;
}
.inner-journey img {
  width: 100%;
  height: 100%;
}

.journey-contents {
  max-width: 900px;
  margin: 50px auto 0;
  padding: 0 10px;
}
.journey-contents h1 {
  color: #414042;
  font-weight: 700;
  margin: 0 0 10px;
  font-size: 1.7em;
}
.journey-contents p {
  color: #505050;
  font-size: 1.1em;
  margin: 0 0 10px;
  font-weight: 400;
  line-height: 30px;
}

.blog-wrapper {
  margin: 75px 0 0;
}
.blog-wrapper h2 {
  color: #313283;
  text-align: center;
  margin: 0 0 25px;
  font-size: 30px;
  font-weight: 700;
}
.blog-wrapper .blogs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blog-wrapper .blogs img {
  width: 100%;
}
.blog-wrapper .blogs .item {
  padding: 0 10px;
  color: #313283;
  width: 33.33%;
}
.blog-wrapper .blogs h3 {
  margin: 25px 0 0 0;
  font-size: 18px;
  height: 50px;
}
.blog-wrapper .blogs p {
  font-size: 15px;
  line-height: 20px;
  margin: 0 0 25px;
  font-weight: 500;
}
.blog-wrapper .blogs a {
  color: #313283;
  border: 1px solid #313283;
  padding: 5px 15px;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 600;
  transition: all 360ms ease;
}
.blog-wrapper .blogs a:hover {
  background: #313283;
  color: #ffffff;
}

.single-blog-wrapper {
  padding: 50px 0 50px;
}
.single-blog-wrapper img {
  width: 100%;
  height: 100%;
}
.single-blog-wrapper .blog-thumbnail {
  margin: 0 0 30px;
}
.single-blog-wrapper h1 {
  font-size: 1.7em;
  margin-bottom: 10px;
}
.single-blog-wrapper .blog-meta {
  margin: 0 0 20px;
}
.single-blog-wrapper p {
  font-weight: 400;
  font-size: 1.1em;
  line-height: 25px;
  color: #505050;
  margin: 0 0 10px;
}

.product-wrapper {
  margin: 75px 0 0;
}
.product-wrapper .owl-item {
  padding: 0 5px;
  text-align: center;
}
.product-wrapper .owl-item img {
  border-radius: 20px;
}
.product-wrapper .owl-item h3 {
  color: #313283;
  margin: 25px 0 5px 0;
  font-size: 18px;
  height: 45px;
  display: block;
  font-weight: 700;
}
.product-wrapper .owl-item p {
  color: #313283;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
}
.product-wrapper .owl-item .owl-nav button.owl-prev, .product-wrapper .owl-item button.owl-next {
  display: none;
}
.product-wrapper .carousel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
.product-wrapper h2 {
  flex-grow: 1;
  text-align: center;
  margin: 0 0 20px;
  color: #313283;
  font-size: 28px;
}
.product-wrapper .custom-nav {
  display: flex;
  gap: 10px;
  margin: 0 10px 5px;
}
.product-wrapper button {
  background: none;
  border: none;
  cursor: pointer;
}
.product-wrapper img {
  width: 30px;
  height: auto;
}
.product-wrapper .owl-theme .owl-nav [class*=owl-]:hover {
  background: none;
}

.category-page {
  border-top: 50px solid #fff;
}
.category-page .categroy-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.category-page .categroy-wrap > .cat-block:first-child {
  margin-left: 0;
}
.category-page .categroy-wrap > .cat-block:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .category-page .categroy-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 576px) {
  .category-page .categroy-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
.category-page h1 {
  color: #313283;
  font-size: 25px;
  text-transform: uppercase;
  margin: 0 0 8px;
}
.category-page .cat-block {
  margin: 0 0 15px;
}
.category-page .cat-block img {
  width: 100%;
  height: 100%;
}
.category-page .cat-block h3 {
  color: #313283;
  margin: 15px 0 5px 5px;
  font-size: 16px;
  display: block;
  font-weight: 700;
}
.category-page .cat-block span {
  font-size: 15px;
  line-height: 20px;
  display: inline-block;
  margin-left: 5px;
}

.single-product-page {
  border-top: 50px solid #fff;
}
.single-product-page .breadcrumb {
  margin: 0 0 15px;
}
.single-product-page .pdp-wrapper {
  display: flex;
  justify-content: space-between;
}
.single-product-page .pdp-wrapper figure {
  flex: 0 0 50%;
  margin: 0;
}
.single-product-page .pdp-wrapper figure img {
  width: 100%;
  height: 100%;
}
.single-product-page .pdp-wrapper .product-contents {
  flex: 0 0 50%;
  padding-left: 70px;
}
.single-product-page .pdp-wrapper .product-contents h3 {
  font-size: 1.8em;
  color: #313283;
  margin: 0 0 10px;
  width: 50%;
  font-weight: 800;
  line-height: 35px;
}
.single-product-page .pdp-wrapper .product-contents span {
  margin: 0 0 25px;
  display: block;
  font-size: 1.8em;
  color: #313283;
  font-weight: 800;
}
.single-product-page .pdp-wrapper .product-contents p {
  color: #000000;
  font-weight: 1.1em;
  line-height: 22px;
}
.single-product-page .pdp-wrapper .product-contents .other-wrap {
  margin: 50px 0 0;
}
.single-product-page .pdp-wrapper .product-contents .other-wrap img {
  width: 30%;
  margin-left: -12px;
}
.single-product-page .pdp-wrapper .product-contents .other-wrap span {
  margin: 20px 0 5px;
  display: inline-block;
  font-weight: 500;
  font-size: 1em;
  color: #000000;
}
.single-product-page .pdp-wrapper .product-contents .oth-wrap {
  padding: 5px 0;
  margin: 0 0 10px;
  font-size: 1.5em;
  color: #313283;
  font-weight: 800;
}
.single-product-page .pdp-wrapper .product-contents .oth-wrap a {
  color: #313283;
}
.single-product-page .pdp-wrapper .product-contents .oth-img a {
  margin-right: 15px;
}

.delivery-partners {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  background: #f8f9fa;
  margin: 50px 0 0;
  gap: 10px;
  flex-wrap: nowrap;
}
.delivery-partners h3 {
  margin: 0;
  flex-shrink: 0;
  font-weight: 500;
}
.delivery-partners a {
  margin: 0;
  flex-shrink: 0;
}
.delivery-partners img {
  max-width: 50px;
  height: auto;
}

.social-section {
  padding: 75px 0 0;
}
.social-section .container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.social-section .social-icons {
  margin-right: 40px;
  display: flex;
  justify-content: flex-end;
}
.social-section .social-icons span {
  margin: 10px 10px 0;
  font-weight: 600;
  text-transform: uppercase;
  color: #80142b;
}
.social-section .social-icons img {
  width: 30px;
}
.social-section .social-icons ul {
  display: flex;
}
.social-section .social-icons ul li {
  padding: 0 2px;
}

.subscribe-container {
  position: relative;
  display: flex;
  margin-top: -15px;
}
.subscribe-container input[type=email] {
  width: 100%;
  padding: 10px 50px 10px 20px;
  border-radius: 50px;
  border: 2px solid #5a281b;
  font-size: 14px;
  outline: none;
  color: #5a281b;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: border-color 0.3s ease;
}
.subscribe-container:focus {
  border-color: #007bff;
}
.subscribe-container input[type=submit] {
  display: none;
}
.subscribe-container .emaillist::after {
  content: url("../img/right-jj.png");
  position: absolute;
  right: 9px;
  top: 45%;
  transform: translateY(-50%);
  cursor: pointer;
}

.menu-wrapper {
  border-top: 50px solid #fff;
}
.menu-wrapper h1 {
  color: #313283;
  text-transform: capitalize;
  margin: 0 0 25px;
  font-size: 30px;
}
.menu-wrapper .menu-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px;
}
.menu-wrapper .menu-item {
  width: calc(46% - 10px);
  box-sizing: border-box;
  border: 1px solid #d5d5d5;
  padding: 50px 40px 20px;
}
.menu-wrapper .menu-item h2 {
  color: #313283;
  font-size: 25px;
  margin-bottom: 25px;
  font-weight: 700;
  text-transform: uppercase;
}
.menu-wrapper .menu-item h3 {
  color: #414042;
  font-size: 1.2em;
  margin-bottom: 5px;
  font-weight: 700;
}
.menu-wrapper .menu-item p {
  color: #414042;
  font-size: 1em;
  line-height: 22px;
  font-weight: 500;
  margin: 0 0 10px;
}
.menu-wrapper .menu-item span {
  color: #414042;
  font-size: 1.2em;
  font-weight: 700;
}
.menu-wrapper .item {
  margin-bottom: 30px;
}

.location-wrapper {
  border-top: 50px solid #fff;
}
.location-wrapper h1 {
  color: #313283;
  text-transform: capitalize;
  margin: 0 0 25px;
  font-size: 30px;
}
.location-wrapper .location-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .location-wrapper .location-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .location-wrapper .location-wrap {
    grid-template-columns: 1fr;
  }
}
.location-wrapper .location-wrap .block {
  margin: 0 0 25px 0;
  background: #f7f7f7;
  padding: 35px 20px;
}
.location-wrapper .location-wrap .block a {
  background: #313283;
  color: #ffffff;
  padding: 10px 18px;
  position: relative;
  top: 10px;
  font-size: 0.85em;
  display: inline-block;
}
.location-wrapper .location-wrap .block address {
  margin: 0 0 10px;
}
.location-wrapper .location-wrap .loc-wrap {
  background: #f9f9f9;
  padding: 20px;
}
.location-wrapper .location-wrap h3 {
  color: #313283;
  text-transform: capitalize;
  font-size: 1.4em;
  margin: 0 0 5px;
}
.location-wrapper .location-wrap p {
  font-size: 1em;
  font-weight: 500;
  color: #414042;
  display: block;
  line-height: 23px;
  font-style: normal;
}

.locations-items-wrap {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 45px 0 0;
  padding: 45px 0 0;
  border-top: 1px solid #d5d5d5;
}
.locations-items-wrap .calls, .locations-items-wrap .hours, .locations-items-wrap .inquiry {
  flex: 1 1 calc(33.333% - 30px);
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
}
.locations-items-wrap .calls figure, .locations-items-wrap .hours figure, .locations-items-wrap .inquiry figure {
  margin: 0;
  width: 30px;
  flex-shrink: 0;
}
.locations-items-wrap .calls figure img, .locations-items-wrap .hours figure img, .locations-items-wrap .inquiry figure img {
  display: block;
  width: 100%;
}
.locations-items-wrap .calls div, .locations-items-wrap .hours div, .locations-items-wrap .inquiry div {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.locations-items-wrap .calls div h2, .locations-items-wrap .hours div h2, .locations-items-wrap .inquiry div h2 {
  color: #313283;
  text-transform: uppercase;
  font-size: 1.2em;
  margin: 0 0 5px;
}
.locations-items-wrap .calls div p, .locations-items-wrap .calls div a, .locations-items-wrap .hours div p, .locations-items-wrap .hours div a, .locations-items-wrap .inquiry div p, .locations-items-wrap .inquiry div a {
  font-size: 1.1em;
  font-weight: 500;
  color: #414042;
  display: block;
  line-height: 23px;
}

.news-wrapper {
  border-top: 50px solid #fff;
}
.news-wrapper .breadcrumb {
  margin-bottom: 20px;
}
.news-wrapper h1 {
  font-size: 30px;
  color: #313283;
  font-weight: 800;
  margin: 0 0 25px;
}
.news-wrapper .news-posts {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .news-wrapper .news-posts {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .news-wrapper .news-posts {
    grid-template-columns: 1fr;
  }
}
.news-wrapper .news-posts .news-post {
  margin-bottom: 30px;
}
.news-wrapper .news-posts img {
  width: 100%;
  height: 100%;
}
.news-wrapper .news-posts .item {
  padding: 0 10px;
  color: #313283;
}
.news-wrapper .news-posts h3 {
  margin: 25px 0 0 0;
  font-size: 18px;
  height: 50px;
  color: #313283;
}
.news-wrapper .news-posts p {
  font-size: 15px;
  line-height: 20px;
  margin: 0 0 25px;
  font-weight: 500;
  color: #313283;
}
.news-wrapper .news-posts a {
  color: #313283;
  border: 1px solid #313283;
  padding: 5px 15px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 600;
  transition: all 360ms ease;
}
.news-wrapper .news-posts a:hover {
  background: #313283;
  color: #ffffff;
}

.blog-cat-wrapper {
  border-top: 50px solid #fff;
}
.blog-cat-wrapper .breadcrumb {
  margin-bottom: 20px;
}
.blog-cat-wrapper h1 {
  color: #313283;
  text-align: left;
  margin: 0 0 10px;
  font-size: 30px;
  font-weight: 700;
}
.blog-cat-wrapper .blog-cat-posts {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .blog-cat-wrapper .blog-cat-posts {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .blog-cat-wrapper .blog-cat-posts {
    grid-template-columns: 1fr;
  }
}
.blog-cat-wrapper .blog-cat-post {
  margin-bottom: 30px;
}
.blog-cat-wrapper .blog-cat-post img {
  width: 100%;
  height: 100%;
}
.blog-cat-wrapper .blog-cat-post h3 {
  margin: 25px 0 0 0;
  font-size: 18px;
  height: 50px;
  color: #313283;
}
.blog-cat-wrapper .blog-cat-post p {
  font-size: 15px;
  line-height: 20px;
  margin: 0 0 25px;
  font-weight: 500;
  color: #313283;
}
.blog-cat-wrapper .blog-cat-post a {
  color: #313283;
  border: 1px solid #313283;
  padding: 5px 15px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 600;
  transition: all 360ms ease;
}
.blog-cat-wrapper .blog-cat-post a:hover {
  background: #313283;
  color: #ffffff;
}

.careers-wrapper .container {
  display: flex;
}
.careers-wrapper .acc-container {
  width: 60%;
  padding-right: 50px;
  margin: 70px auto 0;
}
.careers-wrapper h1 {
  text-align: center;
  margin: 1em 0 0;
  color: #313283;
  font-size: 2.5em;
  line-height: 45px;
}
.careers-wrapper .acc {
  margin-bottom: 10px;
}
.careers-wrapper .acc-head {
  padding: 15px 20px 10px;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #f8f8f8;
  box-shadow: 3px 4px 10px #f9f9f9;
}
.careers-wrapper .acc-head h3 {
  color: #5a5b9c;
  font-weight: 600;
  font-size: 1.2em;
}
.careers-wrapper .acc-head span {
  display: block;
  font-size: 0.8em;
  color: #656565;
  font-weight: 300;
  line-height: 25px;
}
.careers-wrapper .acc-head::after {
  content: "+";
  font-size: 40px;
  color: #313283;
  transition: transform 0.3s ease;
}
.careers-wrapper .acc-head.active::after {
  content: "-";
}
.careers-wrapper .acc-content {
  padding: 25px;
  display: none;
  border-top: 1px solid #ddd;
}
.careers-wrapper .acc-content h3 {
  font-size: 1.3em;
  color: #656565;
  margin: 25px 0 5px;
}
.careers-wrapper .acc-content p {
  color: #656565;
  font-size: 1em;
  line-height: 22px;
  margin: 0 0 10px;
}
.careers-wrapper .acc-content ul {
  margin: 0 0 20px;
}
.careers-wrapper .acc-content li {
  color: #656565;
  list-style: none;
  font-size: 1em;
  padding: 3px 0;
}
.careers-wrapper .acc-content li:before {
  content: "-";
  margin-right: 5px;
}

.career-head {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.career-head img {
  width: 100%;
  height: auto;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 1;
}
.career-head h1 {
  position: absolute;
  z-index: 2;
  color: white;
  font-size: 2rem;
  padding: 1rem;
}

.email-wrapper {
  width: 40%;
  margin: 70px auto 0;
  color: #ffffff;
}
.email-wrapper .bg-body {
  background: #313283;
  padding: 50px;
}
.email-wrapper h1 {
  margin: 0 0 30px;
  text-align: left;
  font-size: 1.5em;
  color: #ffffff;
}
.email-wrapper form label {
  margin: 0 0 3px;
}
.email-wrapper form p {
  margin: 0 0 20px;
  color: #ffffff;
  font-weight: 500;
  font-size: 0.9em;
}
.email-wrapper form input {
  border: 1px solid #d5d5d5;
  width: 100%;
  height: 43px;
  border-radius: 4px;
  margin: 6px 0 0;
  text-indent: 10px;
}
.email-wrapper form input[type=file] {
  border: none;
}
.email-wrapper form input[type=submit] {
  background: rgba(49, 50, 131, 0.8);
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 700;
  margin: 25px 0 0;
  width: 38%;
  height: 45px;
  border-radius: 0;
}
.email-wrapper .wpcf7 form.invalid .wpcf7-response-output,
.email-wrapper .wpcf7 form.unaccepted .wpcf7-response-output,
.email-wrapper .wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
  color: red;
  padding: 0;
}
.email-wrapper .wpcf7-not-valid-tip {
  margin: 7px 0 0;
  font-weight: 500;
}

footer {
  min-height: 500px;
  position: relative;
  display: flex;
  justify-content: center;
}
footer p {
  position: absolute;
  bottom: 25px;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  padding: 0 30px;
  line-height: 20px;
}
footer a {
  color: #ffffff;
  transition: all 360ms ease;
  border-bottom: 1px dotted;
  padding: 0 0 2px 0;
}
footer a:hover {
  color: #d5d5d5;
}

@media (max-width: 992px) {
  .container {
    padding: 0 30px;
  }
  .single-story {
    padding: 1em 0 0;
  }
  .story-contents {
    padding: 0 40px;
  }
  .menu-wrapper .container {
    padding: 0 30px;
  }
  .menu-wrapper .menu-item {
    width: calc(47.5% - 10px);
  }
  .careers-wrapper h1 {
    margin: 40px 0;
  }
  .careers-wrapper .container {
    flex-wrap: wrap;
  }
  .careers-wrapper .acc-container {
    width: 100%;
    margin: 0 0 25px;
    padding: 0;
  }
  .careers-wrapper .email-wrapper {
    width: 100%;
  }
  .single-product-page {
    border-top: 40px solid #fff;
  }
  .single-product-page .pdp-wrapper .product-contents {
    padding-left: 60px;
  }
  .journey-contents {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  header .right nav {
    display: none;
  }
  .story-contents {
    padding: 0 30px;
  }
  .menu-wrapper .menu-item {
    width: calc(47% - 10px);
  }
  .single-product-page .pdp-wrapper .product-contents {
    padding-left: 40px;
  }
  .locations-items-wrap .calls,
  .locations-items-wrap .hours,
  .locations-items-wrap .inquiry {
    flex: 1 1 100%;
  }
  .slider {
    width: 70%;
  }
  .careers-wrapper h1 {
    font-size: 2em;
    line-height: 35px;
    font-size: 1.5em;
  }
  .email-wrapper {
    margin: 20px auto 0;
  }
  .email-wrapper form label {
    font-weight: 400;
  }
  .email-wrapper form p {
    margin-bottom: 25px;
  }
  .email-wrapper .bg-body {
    padding: 10px 50px;
  }
}
@media (max-width: 600px) {
  header .right .wrapper {
    margin: 10px 0 0 35px;
  }
  header .right .wrapper span {
    width: 35px;
  }
  header .right .phone-number {
    margin-left: 0;
  }
  header .right .phone-number a {
    font-size: 1.3em;
  }
  header .logo img {
    width: 80% !important;
    height: auto;
  }
  .owl-dots {
    display: none !important;
  }
  .slider {
    width: 80%;
  }
  .slider ul li a {
    font-size: 1.4em;
  }
  .categories ul li {
    width: 33.33%;
    margin: 0 0 20px;
  }
  .journey {
    background-image: none !important;
    height: auto;
  }
  .journey .mobile-bg {
    display: block;
    width: 100%;
  }
  .journey .contents {
    position: relative;
    bottom: 0;
    right: 0;
    width: 100%;
    margin: 40px 0;
    padding: 0 20px;
  }
  .blog-wrapper .blogs h3 {
    margin: 25px 0 10px 0;
    height: auto;
  }
  .blog-wrapper .blogs .item {
    width: 100%;
    margin: 0 0 45px;
  }
  .single-blog-wrapper p {
    font-size: 1.1em;
    line-height: 25px;
  }
  .product-wrapper {
    margin: 25px 0 0;
  }
  .socal-section .container {
    flex-wrap: wrap;
  }
  .socal-section .social-icons {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .socal-section .social-icons span {
    margin: 7px 5px 0;
  }
  .socal-section .subscribe-container {
    width: 100%;
    margin: 20px 0 0;
    justify-content: center;
    display: flex;
  }
  .socal-section .subscribe-container input {
    height: 47px;
    width: 70%;
  }
  .menu-wrapper .menu-item {
    width: 100%;
    padding: 30px 30px 20px;
  }
  .menu-wrapper .menu-item h2 {
    font-size: 1.5em;
  }
  .menu-wrapper .menu-item h3 {
    font-size: 1.1em;
  }
  .menu-wrapper .menu-item p {
    font-size: 0.9em;
  }
  .menu-wrapper .menu-item span {
    margin: 0 0 40px 0;
    display: block;
  }
  .news-wrapper .news-posts h3 {
    margin: 25px 0 12px 0;
    height: auto;
  }
  .careers-wrapper h1 {
    line-height: 30px;
  }
  .email-wrapper {
    padding: 0;
    margin-top: 15px;
  }
  .email-wrapper .bg-body {
    padding: 10px 30px;
  }
  .single-product-page .pdp-wrapper {
    flex-wrap: wrap;
  }
  .single-product-page .pdp-wrapper .product-contents {
    flex: 100%;
    padding: 0 20px;
    margin: 30px 0 0;
  }
  .single-product-page .pdp-wrapper figure {
    flex: 100%;
  }
  .fore-bird {
    width: 450px;
    height: 1000px;
    right: -2%;
    margin-left: -480px;
    top: 65px;
  }
  .location-wrapper .location-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
  }
  .location-wrapper .location-wrap h3 {
    font-size: 1.2em;
  }
  .story-contents p {
    line-height: 25px;
  }
  .journey-contents p {
    line-height: 25px;
  }
  .delivery-partners {
    margin: 50px 0 0;
    flex-direction: column;
    padding: 25px 0;
  }
  .delivery-partners a {
    margin: 0 5px;
  }
  .delivery-partners h3 {
    margin: 0 0 10px 0;
    font-size: 1.1em;
  }
  .delivery-partners img {
    width: 40%;
  }
  .product-wrapper .owl-item h3 {
    height: 60px;
    line-height: 23px;
  }
  .product-wrapper .custom-nav {
    margin-top: -15px;
  }
  .fore-bird {
    display: none;
  }
  .desk-off {
    display: block;
  }
  .mobile-off {
    display: none;
  }
  .social-section .social-icons {
    margin: 0;
  }
  .social-section .social-icons span {
    margin: 10px 10px 30px;
  }
}

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