/* -----------------------------------
Template Name: Panshi - Catering Service HTMP Template
Template URI: https://devitems.com/html/food-preview/
Description: This is html5 template
Author: HasTech
Author URI: https://devitems.com/
Version: 1.0
NOTE: This is main style sheet of template, 
This file contains the styling for the actual Template. 
Please do not change anything here! write in a custom.css file if required!

*/
/*================================================
[  Table of contents  ]
================================================
01. General
02. Text color
03. Input
04. Scrollup
05. Basic margin padding
06. Page section padding 
07. Page section margin 
08. Custom cloumn
09. Background variation set 
10. Section Title
11. Pagination
12. Breadcrumb
13. Banner

======================================
[ End table content ]
======================================*/
/*************************
    01. General
*************************/
@import url("https://fonts.googleapis.com/css?family=Playball|Playfair+Display:400,700,900|Poppins:400,500|Pacifico");
/* Novecento Sans Wide DemiBold */
@font-face {
  font-family: "Novecentosanswide";
  src: url("../fonts/Novecentosanswide-DemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* Novecento Sans Wide Light */
@font-face {
  font-family: "Novecentosanswide";
  src: url("../fonts/Novecentosanswide-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* Novecento Sans Wide Normal */
@font-face {
  font-family: "Novecentosanswide-normal";
  src: url("../fonts/Novecentosanswide-Normal.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
html,
body {
  height: 100%;
}

body {
  color: #606060;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: "Poppins", sans-serif;
}

.clear {
  clear: both;
}

.fix {
  overflow: hidden;
}

.block {
  display: block;
}

.container {
  width: 1200px;
}

img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0;
  padding: 0;
}

a {
  transition: all 0.3s ease-out 0s;
}

a:focus {
  text-decoration: none;
}

a:focus,
a:hover {
  color: #303030;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0 none;
}

a,
button,
input {
  outline: medium none;
  color: #606060;
  transition: all 0.3s ease 0s;
}

button {
  border: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

label {
  font-size: 14px;
  font-weight: 400;
  color: #606060;
}

*::-moz-selection {
  background: #b3d4fc;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  color: #fff;
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
  color: #fff;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.mark,
mark {
  background: #4fc1f0 none repeat scroll 0 0;
  color: #ffffff;
  font-weight: 600;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

p {
  line-height: 24px;
  font-size: 14px;
}

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

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #969696;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #969696;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #969696;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #969696;
}

.default-btn {
  border: 1px solid #fff;
  background: rgb(215, 0, 53) none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
  overflow: hidden;
  padding: 9px 20px 7px;
  position: relative;
  text-transform: uppercase;
  z-index: 9;
}
.default-btn.inverse {
  background: white;
  color: rgb(215, 0, 53);
}
.default-btn.inverse::before {
  background-color: rgb(215, 0, 53);
}
.default-btn.inverse:hover {
  background: rgb(215, 0, 53);
  color: white;
  border-color: white !important;
}

.default-btn::before {
  background-color: #fff;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: scale(0.5, 1);
  transition: all 0.4s ease 0s;
  width: 100%;
  z-index: 1;
}
.default-btn::before.inverse {
  background: white;
  color: rgb(215, 0, 53);
}
.default-btn::before.inverse:hover {
  background: rgb(215, 0, 53);
  color: white;
}

.default-btn span {
  z-index: 2;
  position: relative;
}

.default-btn:hover span,
.default-btn:focus span,
.default-btn:active span {
  color: rgb(215, 0, 53);
}

.default-btn.inverse:hover span,
.default-btn.inverse:focus span,
.default-btn.inverse:active span {
  color: white;
}

.newsletter-form .default-btn:hover span,
.newsletter-form .default-btn:focus span,
.newsletter-form .default-btn:active span {
  color: blue;
  border-color: white;
  background: none;
}

.default-btn:hover:before,
.default-btn:focus:before,
.default-btn:active:before {
  opacity: 1;
  transform: scale(1, 1);
  border: none;
}

input,
select,
textarea {
  transition: all 0.5s ease-out 0s;
}

/*************************
    02. Text color
*************************/
.text-white {
  color: #fff;
}

.text-secondary {
  color: #d70035;
}

/*************************
    03. Input
*************************/
input,
textarea {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #f1f1f1;
  box-shadow: none;
  color: #969696;
  font-size: 14px;
  height: 42px;
  padding-left: 17px;
  width: 100%;
}

input.inverse,
textarea.inverse {
  color: white;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: rgb(212, 167, 98);
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: rgb(212, 167, 98);
}

select {
  width: 100%;
  background: #eceff8;
  border: 2px solid #eceff8;
  height: 45px;
  padding-left: 10px;
  box-shadow: none;
  font-size: 14px;
  color: #626262;
}

option {
  background: #fff;
  border: 0px solid #626262;
  padding-left: 10px;
  font-size: 14px;
}

input:focus,
textarea:focus {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-color: #CCCCCC;
}

textarea {
  height: 100px;
  padding: 12px 17px;
  resize: vertical;
  width: 100%;
}

/*************************
    04. Scrollup
*************************/
#scrollUp {
  border-radius: 2px;
  bottom: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  color: #ffffff;
  font-size: 24px;
  height: 40px;
  line-height: 45px;
  position: fixed;
  right: 15px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 40px;
  z-index: 200;
}

@keyframes scroll-top {
  0% {
    bottom: 0;
    opacity: 0;
  }
  50% {
    bottom: 50%;
    opacity: 1;
  }
  100% {
    bottom: 75%;
    opacity: 0;
  }
}
@keyframes scroll-top {
  0% {
    bottom: 0;
    opacity: 0;
  }
  50% {
    bottom: 50%;
    opacity: 1;
  }
  100% {
    bottom: 75%;
    opacity: 0;
  }
}
@keyframes scroll-top {
  0% {
    bottom: 0;
    opacity: 0;
  }
  50% {
    bottom: 50%;
    opacity: 1;
  }
  100% {
    bottom: 75%;
    opacity: 0;
  }
}
#scrollUp:hover i {
  animation: 800ms linear 0s normal none infinite running scroll-top;
  bottom: 0;
  height: 100%;
  left: 0;
  margin-bottom: -25px;
  position: absolute;
  width: 100%;
}

#scrollUp i {
  color: #ffffff;
}

#scrollUp {
  background: rgb(215, 0, 53) none repeat scroll 0 0;
}

/*************************
    05. Basic margin padding
*************************/
.m-0 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.p-0 {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.m-auto {
  margin: auto;
}

/*************************
        Margin top
*************************/
.mt-0 {
  margin-top: 0;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-157 {
  margin-top: 157px;
}

.mt-195 {
  margin-top: 195px;
}

/*************************
      Margin right
*************************/
.mr-0 {
  margin-right: 0px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-150 {
  margin-right: 150px;
}

/*************************
    Margin bottom
*************************/
.mb-0 {
  margin-bottom: 0;
}

.mb-5 {
  margin-bottom: 5;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-23 {
  margin-bottom: 23px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-128 {
  margin-bottom: 128px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-220 {
  margin-bottom: 220px;
}

/*************************
    Margin left
*************************/
.ml-0 {
  margin-left: 0;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-150 {
  margin-left: 150px;
}

/*************************
    Padding top
*************************/
.pt-0 {
  padding-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*************************
    Padding right
*************************/
.pr-0 {
  padding-right: 0;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-140 {
  padding-right: 140px;
}

/*************************
    Padding bottom
*************************/
.pb-0 {
  padding-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*************************
    Padding left
*************************/
.pl-0 {
  padding-left: 0;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-150 {
  padding-left: 150px;
}

/***************************
    06. Page section padding 
****************************/
.ptb-0 {
  padding: 0;
}

.ptb-10 {
  padding: 10px 0;
}

.ptb-18 {
  padding: 18px 0;
}

.ptb-20 {
  padding: 20px 0;
}

.ptb-30 {
  padding: 30px 0;
}

.ptb-40 {
  padding: 40px 0;
}

.ptb-50 {
  padding: 50px 0;
}

.ptb-60 {
  padding: 60px 0;
}

.ptb-70 {
  padding: 70px 0;
}

.ptb-80 {
  padding: 80px 0;
}

.ptb-90 {
  padding: 90px 0;
}

.ptb-100 {
  padding: 100px 0;
}

.ptb-110 {
  padding: 110px 0;
}

.ptb-120 {
  padding: 120px 0;
}

.ptb-130 {
  padding: 130px 0;
}

.ptb-140 {
  padding: 140px 0;
}

.ptb-150 {
  padding: 150px 0;
}

/***************************
    07. Page section margin 
****************************/
.mtb-0 {
  margin: 0;
}

.mtb-10 {
  margin: 10px 0;
}

.mtb-15 {
  margin: 15px 0;
}

.mtb-20 {
  margin: 20px 0;
}

.mtb-30 {
  margin: 30px 0;
}

.mtb-40 {
  margin: 40px 0;
}

.mtb-50 {
  margin: 50px 0;
}

.mtb-60 {
  margin: 60px 0;
}

.mtb-70 {
  margin: 70px 0;
}

.mtb-80 {
  margin: 80px 0;
}

.mtb-90 {
  margin: 90px 0;
}

.mtb-100 {
  margin: 100px 0;
}

.mtb-110 {
  margin: 110px 0;
}

.mtb-120 {
  margin: 120px 0;
}

.mtb-130 {
  margin: 130px 0;
}

.mtb-140 {
  margin: 140px 0;
}

.mtb-150 {
  margin: 150px 0;
}

/***************************
    08. Custom cloumn
****************************/
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10 {
  float: left;
}

.col-1 {
  width: 10%;
}

.col-2 {
  width: 20%;
}

.col-3 {
  width: 30%;
}

.col-4 {
  width: 40%;
}

.col-5 {
  width: 50%;
}

.col-6 {
  width: 60%;
}

.col-7 {
  width: 70%;
}

.col-8 {
  width: 80%;
}

.col-9 {
  width: 90%;
}

.col-10 {
  width: 100%;
}

/*************************************
    09. Background variation set 
**************************************/
.bg-pink {
  background: rgba(212, 167, 98, 0.2);
}

.bg-light {
  background: #F1F1F1;
}

.bg-gray {
  background: #FAFAFA;
}

.transparent-bg {
  background: transparent;
}

.bg-1,
.bg-2,
.bg-3,
.bg-4,
.bg-5 {
  background-attachment: scroll;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0);
  background-origin: initial;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.bg-3 {
  background-image: url("../../img/footer/1.jpg");
  background-position: 55% bottom;
}

/*************************************
    10. Section Title
**************************************/
.section-title h2 {
  color: rgb(215, 0, 53);
  font-size: 34px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  margin-bottom: 15px;
}

.section-title h4 {
  font-size: 28px;
  color: #606060;
  font-family: "Pacifico", "Playball", cursive;
  font-weight: 200;
  margin-bottom: 24px;
}

/*************************************
    11. Pagination
**************************************/
.pagination-content .pagination li a {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  color: #303030;
  display: inline-block;
  font-size: 13px;
  height: 38px;
  line-height: 42px;
  margin: 0 9px;
  padding: 0;
  text-align: center;
  width: 38px;
}

.pagination-content .pagination li a i {
  font-size: 17px;
}

.pagination-content .pagination li a:hover,
.pagination-content .pagination li.active a {
  background: #EBEBEB none repeat scroll 0 0;
}

/*************************************
    12. Breadcrumb
**************************************/
.breadcrumb-area {
  padding: 256px 0 178px;
}

.breadcrumb-text {
  position: relative;
  z-index: 1;
}

.breadcrumb-bar .breadcrumb {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  line-height: 12px;
  margin: 0;
  padding: 0;
  text-align: left;
}

.breadcrumb-text h3 {
  color: rgb(215, 0, 53);
  font-family: "Playfair Display", serif;
  line-height: 26px;
  margin-bottom: 24px;
  text-transform: capitalize;
  font-size: 36px;
}

.breadcrumb-bar li {
  color: #ffffff;
  font-weight: 500;
  line-height: 14px;
  margin: 0 19px;
  position: relative;
  text-transform: uppercase;
}

.breadcrumb-bar .breadcrumb > li:first-child::before {
  color: #ffffff;
  content: "//";
  display: inline-block;
  position: absolute;
  right: -24px;
  top: 0;
}

.breadcrumb-bar .breadcrumb > li + li::before {
  display: none;
}

.breadcrumb-bar a {
  color: #ffffff;
}

.breadcrumb-bar a:hover {
  color: #614a3d;
}

.breadcrumb-bar li:first-child {
  margin-left: 0;
}

/*************************
    13. Banner
*************************/
.banner-area {
  background: url(../../img/banner/1.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  z-index: 1;
}

.banner-area:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  content: "";
}

.banner-content-wrapper {
  display: table;
  height: 400px;
  z-index: 9;
  position: relative;
  width: 100%;
  text-align: left;
}

.banner-content {
  display: table-cell;
  vertical-align: middle;
  height: 400px;
}

.banner-content h2 {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 90px;
  text-transform: uppercase;
}

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

.banner-breadcrumb ul li,
.banner-breadcrumb ul li a {
  display: inline-block;
  text-transform: capitalize;
  font-family: "Playball", cursive;
  font-size: 18px;
  color: #fff;
  transition: all 0.5s ease 0s;
}

.banner-breadcrumb ul li i {
  padding: 0 10px;
}

.banner-breadcrumb ul li:hover a {
  text-decoration: underline;
}

.flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

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

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

.flex-1 {
  flex: 1;
}

/*-----------------------------------------------------------------------------------

    Template Name: Parshi - Catering Service HTML Template
    Template URI: https://devitems.com/html/food-preview/
    Description: This is html5 template
    Author: HasTech
    Author URI: https://devitems.com/
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    1. Event Area
    2. About Area
    3. Menu Area
    4. Table Area
    5. Testimonial Area
    6. Package Area
    7. Footer Area
    8. Blog Area

-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  1. Event Area
/*----------------------------------------*/
.event-img {
  position: relative;
  transition: scale 0.5s ease 0s;
  cursor: pointer;
}
.event-img.no-action {
  cursor: default;
}

.single-event:hover .event-img:not(.no-action) {
  scale: 1.05;
}

.single-food-type:hover .food-img:after {
  opacity: 1;
}

.food-content:hover a {
  color: #d70035;
}

.single-event h4,
.single-event h4 a {
  font-size: 20px;
  color: #303030;
  font-family: "Playfair Display", serif;
  font-weight: 900;
  transition: all 0.5s ease 0s;
}

.single-event h4 {
  margin-top: 17px;
}

.single-event:hover h4 a {
  color: #d70035;
}

/*----------------------------------------*/
/*  2. About Area
/*----------------------------------------*/
.about-area {
  position: relative;
}

.about-content {
  margin-left: 40px;
}

.about-image {
  width: 100%;
}
.about-image img {
  width: 100%;
}

.mc-form {
  position: relative;
}

#mc-embedded-subscribe {
  border: 1px solid #d70035;
  height: 42px;
  line-height: 25px;
  margin-top: 0;
  position: absolute;
  right: 0;
  top: 0;
}

#mc-embedded-subscribe.default-btn:hover {
  border: 1px solid #d70035;
  background: transparent;
  color: #d70035;
}

#mc-embedded-subscribe-form {
  padding: 10px 60px 0;
}

.about-area .section-title h2 {
  padding-bottom: 3px;
}

.about-area.two:before {
  background: none;
}

.about-img {
  margin: 20px;
  position: relative;
  z-index: 2;
}

.two .about-content,
.two .about-content .section-title {
  display: inherit;
}

.about-wrapper {
  box-shadow: 0 0 4px 4px #ececec;
  display: inline-block;
  position: relative;
  text-align: center;
  margin-right: 45px;
}

.two .about-content {
  margin-left: 10px;
}

.owl-dot {
  background: #e1e1e1 none repeat scroll 0 0;
  border-radius: 50%;
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  width: 14px;
}

.owl-dot.active {
  background: #d70035 none repeat scroll 0 0;
  border-radius: 50%;
  height: 17px;
  width: 17px;
  top: 1px;
  position: relative;
}

.owl-controls {
  bottom: -72px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

.menu-owl.owl-carousel .owl-stage-outer {
  overflow-y: hidden;
}
.menu-owl.owl-carousel .owl-controls {
  bottom: -62px;
}
.menu-owl.owl-carousel .owl-item {
  padding-bottom: 20px;
}

.about-content .default-btn::before,
.single-table .default-btn::before,
#mc_embed_signup_scroll.default-btn::before {
  border: 1px solid #d70035;
}

#mc_embed_signup_scroll.default-btn:hover span {
  color: #d70035;
}

/*------------- ---------------------------*/
/*  3. Menu Area
/*----------------------------------------*/
.section-tab .section-tab-menu ul {
  background: #fffcf8 none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  border-radius: 20px;
  display: inline-block;
  list-style: outside none none;
  margin: 0 0 25px;
  padding: 0;
}

.menu-content .section-title ul {
  margin: 0 0 45px;
}

.section-tab-item {
  display: none;
}

.section-tab-item.active {
  display: block;
}

.section-tab .section-tab-menu ul li {
  display: inline-block;
  background: #fffcf8;
  margin-right: 5px;
  padding-right: 20px;
  padding: 4px 26px;
  border-radius: 20px;
  transition: all 0.5s ease 0s;
}

.section-tab .section-tab-menu ul li:last-child {
  margin-right: 0px;
}

.section-tab .section-tab-menu ul li.active,
.section-tab .section-tab-menu ul li:hover {
  background: #d70035;
}

.section-tab .section-tab-menu ul li.active a,
.section-tab .section-tab-menu ul li:hover a {
  color: #fff;
}

.section-tab .section-tab-menu ul li a {
  color: #303030;
  display: block;
  font-family: "Pacifico", "Playball", cursive;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.menu-area .section-title h2 {
  padding-bottom: 10px;
}

/*----------------------------------------*/
/*  4. Table Area
/*----------------------------------------*/
.single-table {
  background: #fffcf8;
  padding: 46px 55px 25px;
  margin: 13px 0;
  transition: all 0.5s ease 0s;
}

.single-table .default-btn {
  margin-top: 28px;
}

.single-table:hover,
.single-table.active {
  box-shadow: 0 0 12px 3px #ddd;
}

.table-area .section-title {
  margin-bottom: 40px;
}

.section-title h5 {
  color: #303030;
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
  font-family: "Pacifico", "Playball", cursive;
  transition: all 0.5s ease 0s;
}

.menu-owl .owl-item {
  display: flex;
}
.menu-owl .single-table {
  display: flex;
  flex-direction: column;
}
.menu-owl .single-table .table-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.menu-owl .single-table .table-body p {
  height: 250px;
}
.menu-owl .single-table .table-body span {
  bottom: 0;
}

.table-head h3,
.table-body h3 {
  color: #303030;
  font-size: 24px;
  font-family: "Pacifico", "Playball", cursive;
  text-transform: capitalize;
  margin-bottom: 32px;
  font-weight: 400;
  position: relative;
  transition: all 0.5s ease 0s;
}

.table-head h3,
.table-body h3 {
  color: #303030;
  font-size: 24px;
  font-family: "Pacifico", "Playball", cursive;
  text-transform: capitalize;
  margin-bottom: 32px;
  font-weight: 400;
  position: relative;
  transition: all 0.5s ease 0s;
}

.table-body h3 {
  margin-top: 40px;
  margin-bottom: 0;
}

.table-body h3 span {
  color: #d70035;
  margin-left: 10px;
}

.table-head h3::after,
.table-body ul::after {
  background: #e1e1e1 none repeat scroll 0 0;
  bottom: -16px;
  content: "";
  height: 1px;
  left: 35px;
  position: absolute;
  width: 175px;
}

.table-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}

.table-body ul li {
  color: #303030;
  cursor: pointer;
  display: block;
  font-family: "Pacifico", "Playball", cursive;
  font-size: 20px;
  padding: 8px 0;
  transition: all 0.5s ease 0s;
  text-align: left;
}

.table-body ul li span {
  float: right;
}

.table-body ul li:hover,
.table-body ul li.active {
  color: #d70035;
}

/*----------------------------------------*/
/*  5. Testimonial Area
/*----------------------------------------*/
.testimonial-area.two .video-area,
.testimonial-area.two .testimonial-wrapper {
  display: inline-block;
  float: left;
  height: 100%;
  width: 50%;
}

.video-bg img {
  width: 100%;
}

.video-bg::after {
  background: rgba(0, 0, 0, 0.57) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.testimonial-area.two .video-area {
  position: relative;
}

.video-bg {
  position: relative;
  margin-right: 35px;
}

.video-icon {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  margin-top: -15px;
  right: 0;
  text-align: center;
}

.video-icon i {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 50%;
  color: #303030;
  font-size: 15px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  transition: all 0.5s ease 0s;
  width: 40px;
}

.video-icon:hover i {
  background: #d70035;
  color: #fff;
}

.video-icon:hover h3 {
  color: #d70035;
}

.video-icon h3 {
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
  color: #fefefe;
  font-family: "Novecentosanswide-normal", "Playfair Display", serif;
  font-weight: 400;
  transition: all 0.5s ease 0s;
}

.video-popup:focus {
  border-color: transparent;
}

.testimonial-content > img {
  border: 1px solid #ebebeb;
  margin-bottom: 22px;
}

.video-bg,
.testimonial-wrapper {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
}

.two .video-bg,
.two .testimonial-wrapper {
  float: left;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.video-bg a img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 100%;
}

.testimonial-content p {
  margin-bottom: 25px;
}

.testimonial-content h4 {
  font-size: 18px;
  color: #303030;
  font-family: "Pacifico", "Playball", cursive;
  font-weight: 400;
  margin-bottom: 8px;
}

.testimonial-content h5 {
  font-size: 12px;
  color: #606060;
  font-family: "Novecentosanswide-normal", "Playfair Display", serif;
  font-weight: 400;
  text-transform: capitalize;
}

.testimonial-owl.owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
}

.testimonial-owl.owl-carousel .owl-controls {
  bottom: -50px;
}

.testimonial-content {
  position: relative;
}

.testimonial-content:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  background: url("/assets/img/testimonia/quote.png");
  width: 34px;
  height: 30px;
}

/*----------------------------------------*/
/*  6. Package Area
/*----------------------------------------*/
.package-img {
  margin-top: 20px;
}

.package-content h4 {
  font-size: 24px;
  color: #d70035;
  font-family: "Pacifico", "Playball", cursive;
  font-weight: 400;
  padding-bottom: 5px;
}

.package-content h2 {
  font-size: 36px;
  color: #d70035;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  margin-bottom: 10px;
}

.package-content h3 {
  font-size: 36px;
  color: #d70035;
  font-family: "Pacifico", "Playball", cursive;
  font-weight: 400;
  margin-bottom: 22px;
}

.two .package-content {
  padding-left: 70px;
}

/*----------------------------------------*/
/*  7. Food Area
/*----------------------------------------*/
.food-wrapper {
  display: inline-block;
  position: relative;
  text-align: center;
  border-radius: 50%;
  overflow: visible;
  --width: 200px;
  width: var(--width);
  height: var(--width);
}
.food-wrapper:before {
  content: "";
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/assets/img/bulle.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.food-img {
  width: 86%;
  height: 87%;
  background-size: cover;
  background-position: center;
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
}

.food-img img {
  position: relative;
  z-index: 2;
  border-radius: 50%;
  padding: 7px;
}

.food-content h4 {
  font-size: 28px;
  color: #303030;
  font-family: "Pacifico", "Playball", cursive;
  text-transform: capitalize;
  display: block;
  font-weight: 100;
  margin-top: 20px;
}

/*----------------------------------------*/
/*  8. Footer Area
/*----------------------------------------*/
.subscribe-content h2 {
  font-size: 24px;
  font-weight: 700;
  color: #d70035;
  font-family: "Playfair Display", serif;
  margin-bottom: 12px;
}

.subscribe-content p {
  color: #606060;
  font-family: "Novecentosanswide-normal", "Playfair Display", serif;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
}

.footer-bottom p,
.footer-bottom a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  transition: all 0.5s ease 0;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

/*----------------------------------------*/
/*  8. Blog Area
/*----------------------------------------*/
.single-blog,
.blog-img,
.blog-thumbnail {
  position: relative;
}

.blog-thumbnail a {
  display: block;
}

.blog-thumbnail a::after {
  background: rgba(212, 167, 98, 0.5) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 100%;
}

.single-blog:hover .blog-thumbnail a:after {
  opacity: 1;
}

.blog-hover > a {
  border: 4px solid #d70035;
  border-radius: 50%;
  color: #d70035;
  display: inline-block;
  font-size: 18px;
  height: 40px;
  line-height: 34px;
  margin-left: -20px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 40px;
}

.blog-title > h3 {
  color: #d70035;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
  text-transform: uppercase;
}

.blog-title > h3 a:hover {
  color: #535353;
}

.blog-title {
  display: inline-block;
  margin-left: 20px;
  padding: 24px 0 20px;
}

.publish-date {
  background: #d70035 none repeat scroll 0 0;
  float: left;
  padding: 15px 0;
  width: 60px;
}

.blog-desc {
  background: #fff none repeat scroll 0 0;
  bottom: -30px;
  box-shadow: -1px 0 7px rgba(0, 0, 0, 0.2);
  left: 10px;
  overflow: hidden;
  position: absolute;
  right: 10px;
  z-index: 2;
}

.single-post-wrapper .single-blog {
  height: inherit;
}

.single-post-wrapper .blog-desc {
  bottom: -25px;
  box-shadow: -1px 0 7px rgba(0, 0, 0, 0.2);
  left: 10px;
  overflow: hidden;
  position: absolute;
  right: 10px;
  z-index: 2;
}

.publish-date > p {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 13px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}

.publish-date > p span {
  display: block;
  margin-top: 5px;
}

#contact-form button {
  width: 100%;
}

#contact-form button:hover {
  border: 1px solid #d70035;
}

.detail-area.our-blog-area.home-four:before {
  content: "";
}

.detail-area .single-post:before {
  background: none;
}

.detail-area .single-post {
  padding-left: 0px;
}

.single-post-meta-wrapper {
  padding: 35px 0 32px;
}

.admin-info > h5 {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #353535;
  font-size: 12px;
}

.admin-info > h5 > span {
  display: block;
  font-size: 12px;
  color: #ababab;
  font-style: italic;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  margin-top: 5px;
}

.single-post-meta {
  border-right: 1px solid #dddddd;
  float: left;
  padding-right: 145px;
  margin-right: 20px;
}

.single-post-meta:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

.single-post-meta-wrapper {
  overflow: hidden;
}

.admin-img img {
  border-radius: 50%;
  height: 60px;
  width: 60px;
  margin-right: 20px;
}

.admin-img {
  float: left;
}

.admin-info {
  display: inline-block;
  float: right;
  margin-top: 15px;
}

.single-blog-post .our-blog-info h5 {
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  position: relative;
}

.single-post-wrapper .single-blog-post .our-blog-info h5:after {
  background: #d70035 none repeat scroll 0 0;
  bottom: -10px;
  position: absolute;
  left: 0;
  width: 45px;
  height: 2px;
  content: "";
}

.single-post-wrapper .single-blog-post .our-blog-info p {
  margin-bottom: 0px;
  margin-top: 32px;
}

.single-post-wrapper .single-blog-post .our-blog-info p.overlay-bg {
  background: rgba(246, 147, 35, 0.7) none repeat scroll 0 0;
  color: #fff;
  padding: 20px 30px 25px 30px;
  position: relative;
}

.single-post-wrapper .single-blog-post .our-blog-info p.overlay-bg:before {
  color: #efefef;
  content: "\f10e";
  font-family: "FontAwesome";
  font-size: 70px;
  font-style: normal;
  left: 31px;
  position: absolute;
  top: 35px;
  z-index: -1;
}

.blog-social {
  display: inline-table;
  margin-top: 55px;
}

.blog-social i {
  color: #ffffff;
  display: table-cell;
  vertical-align: middle;
  height: 45px;
  text-align: center;
  width: 45px;
  font-size: 16px;
  background: #448ccb none repeat scroll 0 0;
  transition: all 0.5s ease 0s;
}

.blog-social i:hover {
  color: #383838;
}

.blog-social i.fa-twitter {
  background: #6dcff6;
}

.blog-social i.fa-dribbble {
  background: #f06eaa;
}

.blog-social i.fa-pinterest {
  background: #f68e56;
}

.blog-social i.fa-youtube {
  background: #ed1c24;
}

.single-blog-post {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 30px;
}

.the_comment {
  background: #ffffff none repeat scroll 0 0;
  margin-bottom: 20px;
  padding: 25px 25px 25px 0;
  position: relative;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 30px;
}

.author {
  float: left;
  margin-right: 25px;
}

.comment_box {
  overflow: hidden;
}

.comment.odd.depth-2 .the_comment {
  padding: 0 20px 25px 0;
}

.comment.odd.depth-2 .the_comment .author {
  margin-right: 15px;
}

p.name strong {
  color: #505050;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.comment_text > p {
  color: #555555;
  font-size: 14px;
  line-height: 26px;
}

p.comment_time {
  color: #aaaaaa;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  margin-right: 8px;
  display: inline-block;
  margin-bottom: 10px;
}

a.reply {
  font-size: 14px;
  color: #d70035;
  text-transform: capitalize;
  float: right;
  cursor: pointer;
}

a.reply:hover {
  color: #7c4444;
}

ul.children_comment {
  list-style: outside none none;
  padding-left: 130px;
}

.comment_author i.active {
  color: #d70035;
}

.single-post-wrapper #contact-form {
  margin-top: 0;
}

.comment_author i {
  color: #353535;
  display: inline-block;
}

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

#comments {
  margin-top: 35px;
}

#comments > h4 {
  color: #444444;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
}

.news-single-widget #search-form input,
.news-single-widget #search input {
  border: medium none;
  color: #555555;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: auto;
  padding: 0 0 0px 20px;
  position: relative;
  top: 15px;
}

.detail-area.our-blog-area {
  padding: 115px 0 5px;
}

#search-form,
#search {
  overflow: hidden;
  position: relative;
  height: 45px;
}

.news-single-widget button {
  background: #d70035 none repeat scroll 0 0;
  border: 1px solid #d70035;
  bottom: 0px;
  display: block;
  font-size: 15px;
  position: absolute;
  right: 0;
  width: 70px;
  line-height: 40px;
  cursor: pointer;
}

.news-single-widget button span {
  color: #fff;
  transition: all 0.5s ease 0s;
}

#search > button:hover span {
  color: #505050;
}

.news-single-widget h4 {
  color: #505050;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 26px;
  position: relative;
  text-transform: capitalize;
}

.news-single-widget ul li a,
.news-single-widget span {
  color: #676767;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

.news-single-widget ul li a span {
  float: right;
  transition: all 0.5s ease 0s;
}

.news-single-widget ul li:hover a span {
  color: #d70035;
}

.news-single-widget {
  margin-bottom: 45px;
}

.news-single-widget ul li {
  padding-bottom: 10px;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 15px;
}

.news-single-widget ul li:hover a,
.popular-post-info > h6 > a:hover,
.tags > span > a:hover {
  color: #d70035;
}

.popular-post-img {
  display: inline-block;
  float: left;
  margin-right: 12px;
  border: 1px solid #ddd;
}

.single-post-wrapper .single-blog:hover .blog-thumbnail:after {
  opacity: 0;
}

.popular-post-info > h6 {
  margin-bottom: 5px;
}

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

.social-share ul li {
  display: inline;
  margin-right: 20px;
}

.social-share ul li a {
  font-size: 18px;
}

.social-share ul li:hover a {
  color: #d70035;
}

.popular-post-info > h6 > a {
  color: #555555;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  padding-bottom: 10px;
  text-transform: none;
  display: block;
}

.popular-post-info > i {
  color: #d70035;
  display: inline-block;
  font-size: 16px;
  margin-right: 10px;
  top: 2px;
  position: relative;
}

.categories ul li i {
  font-size: 24px;
  color: #d70035;
  margin-right: 10px;
  position: relative;
  top: 5px;
}

.popular-post-info > p {
  color: #aaaaaa;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  display: inline-block;
  line-height: 20px;
}

.popular-post-info > p > a {
  color: #d70035;
}

.single-popular-post {
  margin-bottom: 30px;
  overflow: hidden;
}

.single-popular-post:last-child {
  margin-bottom: 0px;
}

.news-single-widget ul li a,
.news-single-widget span {
  color: #555555;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

.tags > span > a {
  border: 1px solid #e1e1e1;
  display: inline-block;
  margin-bottom: 6px;
  padding: 6px 15px;
  font-size: 14px;
  color: #555555;
}

.social-share {
  border-bottom: 1px solid #ddd;
  display: block;
  overflow: hidden;
  padding-bottom: 10px;
}

.news-search > form {
  border-bottom: 2px solid #e1e1e1;
  padding-bottom: 5px;
}

.tags > span {
  margin-right: 15px;
  margin-bottom: 15px;
  display: inline-block;
}

.detail-area .contact-area {
  margin-top: 65px;
}

.detail-area .contact-area > h5 {
  color: #444444;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.detail-area .contact-area input,
.detail-area .contact-area textarea {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: currentcolor currentcolor #dddddd;
  -o-border-image: none;
     border-image: none;
  border-style: none none solid;
  border-width: medium medium 1px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 13px;
  padding: 12px 12px 4px 0;
  width: 100%;
  color: #555555;
  font-size: 14px;
}

.detail-area .contact-area input:focus,
.detail-area .contact-area textarea:focus {
  color: #d70035;
  border-bottom: 1px solid #d70035;
}

.contact-area input::-moz-placeholder,
.contact-area textarea::-moz-placeholder {
  color: #555555;
}

.contact-area input::-webkit-input-placeholder,
.contact-area textarea::-webkit-input-placeholder {
  color: #555555;
}

.contact-area input::-moz-placeholder:focus,
.contact-area textarea::-moz-placeholder:focus {
  color: #d70035;
}

.contact-area input::-webkit-input-placeholder:focus,
.contact-area textarea::-webkit-input-placeholder:focus {
  color: #d70035;
}

.single-post-wrapper .form-box button {
  display: block;
  margin: inherit;
  text-align: left;
  margin-top: 15px;
}

.form-box button {
  display: block;
  margin: auto;
  margin-top: 40px;
}

.detail-area .contact-area input {
  float: left;
}

.detail-area .contact-area input:first-child {
  margin-right: 30px;
}

.detail-area .contact-area input.active,
.contact-area textarea.active {
  color: #d70035;
  border-bottom: 1px solid #d70035;
}

.our-blog-img > img {
  width: 100%;
}

.news-content p {
  padding-top: 20px;
  color: #555555;
  font-size: 14px;
}

.quote {
  background: #f5f5f5;
  border-left: 2px solid #d70035;
  border-right: 2px solid #d70035;
  padding: 20px 80px 30px;
  text-align: center;
  margin-top: 35px;
}

.detail-area a.default-btn {
  background: #d70035;
  margin-top: 20px;
  color: #fff;
}

.detail-area a.default-btn:before,
.detail-area a.default-btn:after,
.detail-area a.default-btn span:before,
.detail-area a.default-btn span:after {
  display: none;
}

.detail-area a.default-btn:hover {
  background: transparent;
}

.detail-area a.default-btn:hover span {
  color: #d70035;
}

.quote p {
  font-size: 14px;
  color: #555555;
  font-style: italic;
  font-family: "Open Sans", sans-serif;
  line-height: 24px;
  margin-bottom: 10px;
  padding-top: 0;
}

.blog-sub {
  margin-bottom: 35px;
  margin-top: 40px;
}

.detail-area .single-blog-post {
  border-bottom: none;
}

.share {
  float: right;
}

.share p {
  color: #555555;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
}

.share p a {
  font-weight: 400;
  transition: all 0.5s ease 0s;
}

.share p a:hover {
  color: #d70035;
}

.social-share .header-social ul li:hover i {
  color: #d70035;
}

.social-share .header-social {
  float: left;
}

.sub-right {
  display: inline-block;
  width: 40%;
}

.sub-left {
  display: inline-block;
  float: left;
  padding-right: 20px;
  width: 60%;
}

.detail-area .news-content .header-social ul li:first-child {
  margin-right: 0px;
}

.sub-left p {
  padding-top: 0;
}

.quote i {
  color: #d70035;
  font-size: 40px;
  display: block;
}

.quote h4 {
  font-weight: 400;
  font-size: 16px;
  color: #d70035;
}

.flex {
  display: flex;
}

.justify-center {
  justify-content: center;
}

/* -----------------------------------
Template Name: Panshi - Catering Service HTML Template
Template URI: https://devitems.com/html/food-preview/
Description: This is html5 template
Author: HasTech
Author URI: https://devitems.com/
Version: 1.0
NOTE: This is Slider style file. All Slider related style included in this file.

--------------------------------------*/
.slider-area {
  position: relative;
  overflow: hidden;
}

.slider-area.two {
  position: relative;
}

.single-slide,
.single-slide.two {
  position: relative;
}

.slider-area img {
  width: 100%;
}

.slider-area,
.slider-content,
.single-slide,
.owl-item,
.owl-stage,
.slider-wrapper,
.owl-stage-outer,
.slider-content .container,
.slider-content .row,
.slider-content .col-lg-10,
.slider-content .text-content-wrapper,
.slider-content .col-lg-12,
.slider-content .text-content-wrapper,
.slider-content .text-content,
.slider-content .display-table,
.slider-content .display-table-cell {
  height: 100%;
}

.single-slide:after,
.two .single-slide:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 9;
}

.two .single-slide:after {
  background: rgba(255, 255, 255, 0.85);
}

.slider-content {
  z-index: 99;
  position: relative;
  padding-top: 8rem;
}

.text-content-wrapper,
.slider-area img {
  width: 100%;
}

.slider-content .text-content-wrapper {
  display: table;
}

.slider-content .text-content {
  display: table-cell;
  vertical-align: middle;
}

.banner-btn {
  clear: both;
  display: block;
}

.banner-btn {
  background: transparent;
  color: rgb(215, 0, 53);
  display: inline-block;
  border: 1px solid rgb(215, 0, 53);
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 39px;
  overflow: hidden;
  padding: 0 30px;
  border-radius: 3px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
}

.banner-btn::before,
.banner-btn::after,
.banner-btn span::before,
.banner-btn span::after {
  background-color: rgba(212, 167, 98, 0.5);
  content: "";
  height: 80px;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.4s ease 0s;
  width: 0;
  z-index: -1;
}

.banner-btn::after,
.banner-btn span::before {
  left: auto;
  right: 0;
}

.banner-btn span::before,
.banner-btn span::after {
  transition-delay: 0.4s;
}

.banner-btn:hover {
  color: #fff;
  z-index: 999;
  border: 1px solid rgba(212, 167, 98, 0.75);
}

.banner-btn:hover span {
  z-index: 9999;
  color: #fff;
}

.banner-btn:hover::before,
.banner-btn:hover::after,
.banner-btn:hover span::before,
.banner-btn:hover span::after {
  width: 250px;
}

.banner-btn:active {
  background-color: rgb(215, 0, 53);
}

.slider-content h4 {
  color: #fff;
  font-family: "Playball", cursive;
  font-size: 36px;
  padding-bottom: 5px;
  font-weight: 400;
  text-shadow: 1px 0 25px rgba(0, 0, 0, 0.25);
}

.slider-content h2 {
  color: rgb(215, 0, 53);
  font-size: 48px;
  margin-bottom: -7px;
  font-family: "Pacifico", "Playball", cursive;
  font-weight: 200;
}

.slider-content h3 {
  color: #fff;
  font-size: 42px;
  font-family: "Pacifico", "Playball", cursive;
  font-weight: 200;
}

.slider-content p {
  color: #fff;
  font-family: "Poppins", serif;
  font-weight: 400;
  font-size: larger;
}

.slider-content .text-content-inner {
  width: -moz-fit-content;
  width: fit-content;
  padding: 2rem;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 1rem;
  gap: 4rem;
}

.slider-area .owl-item .slider-content h4,
.slider-area .owl-item .slider-content h2,
.slider-area .owl-item .slider-content h3,
.slider-area .owl-item .slider-content p,
.slider-area .owl-item .slider-content .text-content-inner {
  opacity: 0;
}

.two .slider-content h4,
.two .slider-content h2,
.two .slider-content h3,
.two .main-menu ul li a {
  color: #303030;
}

.slider-area .owl-item.active .slider-content h4,
.slider-area .owl-item.active .slider-content h2,
.slider-area .owl-item.active .slider-content h3,
.slider-area .owl-item.active .slider-content p {
  animation: 500ms ease-in-out 0s normal both 1 running fadeInUp;
}

.two.slider-area .owl-item.active .slider-content h4,
.two.slider-area .owl-item.active .slider-content h2,
.two.slider-area .owl-item.active .slider-content h3 {
  animation: 1000ms ease-in-out 0s normal both 1 running fadeInLeft;
}

.slider-area .owl-item.active .slider-content .text-content-inner {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

.slider-img {
  animation: 1000ms ease-in-out 0s normal both 1 running fadeInRight;
}

.slider-area .owl-item.active .slider-content h4 {
  animation-delay: 150ms;
}

.slider-area .owl-item.active .slider-content h2 {
  animation-delay: 350ms;
}

.slider-area .owl-item.active .slider-content p {
  animation-delay: 0ms;
}

.slider-area .owl-item.active .slider-content h3 {
  animation-delay: 1400ms;
}

.slider-area.two .owl-item.active .slider-content h4 {
  animation-delay: 600ms;
}

.slider-area.two .owl-item.active .slider-content h2 {
  animation-delay: 1000ms;
}

.slider-area.two .owl-item.active .slider-content h3 {
  animation-delay: 1400ms;
}

.slider-area .owl-item.active .slider-content .slider-img {
  animation-delay: 1400ms;
}

.owl-nav div {
  background: rgba(255, 255, 255, 0.15);
  color: rgb(215, 0, 53);
  font-size: 30px;
  border-radius: 3px;
  height: 40px;
  left: -46px;
  line-height: 40px;
  margin-top: -20px;
  position: absolute;
  text-align: center;
  top: 50%;
  transition: all 0.4s ease 0s;
  width: 40px;
  z-index: 999;
}

.owl-nav .owl-next {
  left: auto;
  right: -46px;
}

.slider-area:hover .owl-nav div {
  left: 0;
}

.slider-area:hover .owl-nav .owl-next {
  left: auto;
  right: 0;
}

.owl-nav div:hover {
  background: rgba(212, 167, 98, 0.25);
  color: #fff;
}

.single-slide {
  background-position: top center;
  background-size: cover;
}
.single-slide.center {
  background-position: center center;
}
.single-slide.scale-110 {
  background-size: 110%;
}

.one-page-arrow {
  border: 1px solid rgb(215, 0, 53);
  border-radius: 20px;
  bottom: 20px;
  height: 32px;
  left: 50%;
  margin-left: -4px;
  position: absolute;
  text-align: center;
  width: 16px;
  z-index: 2;
}

.one-page-arrow i {
  color: rgb(215, 0, 53);
  font-size: 15px;
  margin-top: 15px;
  text-align: center;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.fadeInDown {
  animation-name: fadeInDown;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  opacity: 1;
}

.slider-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 384px;
  height: 575px;
  content: "";
}

.slider-area {
  height: 730px;
}

/* -----------------------------------
Template Name: Panshi - Catering Service HTML Template
Template URI: https://devitems.com/html/food-preview/
Description: This is html5 template
Author: HasTech
Author URI: https://devitems.com/
Version: 1.0
NOTE: This is Header style file. All Header related style included in this file.

--------------------------------------*/
.logo a {
  display: inline-block;
}

.fixed {
  left: 0;
  position: absolute;
  width: 99%;
  z-index: 999;
}

.header-cta {
  width: -moz-fit-content;
  width: fit-content;
  text-align: right;
  background: rgba(212, 167, 98, 0.8) none repeat scroll 0 0;
  padding: 1.5rem 1.5rem 1rem;
  border-radius: 0 0 1.3rem 1.3rem;
  transition: opacity 250ms ease 0s;
  transform: translateY(-80%);
  transition: all 0.5s ease 0s;
  cursor: pointer;
  position: relative;
}
.header-cta:hover {
  opacity: 1;
  transform: translateY(0);
  cursor: default;
}
.header-cta:hover .arrow {
  display: none;
}
.header-cta .arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
}

.header-area {
  background-color: rgba(215, 0, 53, 0.8);
}

.header-area .cta,
.header-area .cta a {
  color: white;
}

.header-area .cta a:hover {
  color: rgb(212, 167, 98);
}

.header-cta {
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  position: fixed;
  top: 0;
  z-index: 999999;
  right: 5rem;
}

/* .content-wrapper {text-align: right;} */
.main-menu {
  display: inline-block;
}

.main-menu ul li {
  display: inline-block;
  position: relative;
}

.main-menu ul li a {
  color: white;
  display: inline-block;
  font-family: "Novecentosanswide-normal", "Playfair Display", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  padding: 5px 18px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

.main-menu ul li a:focus {
  text-decoration: none;
}

.main-menu ul li:last-child a {
  padding-right: 0;
}

.main-menu > nav > ul > li:hover > a,
.cta a:hover > p,
.main-menu > nav > ul > li.active > a {
  color: rgb(212, 167, 98);
}

.main-menu ul li ul {
  background: #ffffff none repeat scroll 0 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  padding: 5px 18px;
  position: absolute;
  text-align: left;
  top: 100%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 160px;
  z-index: 999;
}

.main-menu ul li:hover > ul {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}

.main-menu ul li ul li {
  display: block;
  margin: 0;
  padding: 7px 0;
}

.main-menu ul li ul li a {
  color: #252525;
  display: block;
  font-size: 14px;
  line-height: 26px;
  padding: 0;
  text-transform: capitalize;
}

.main-menu ul li ul span {
  float: right;
  font-size: 15px;
  line-height: 20px;
  margin-right: 22px;
}

.main-menu ul li ul li:hover > a {
  padding-left: 5px;
  color: #C2A762;
}

.main-menu ul li ul li a:before {
  display: none;
}

.main-menu ul li ul li > ul {
  left: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  top: 17%;
  visibility: hidden;
}

.main-menu.text-left span {
  float: right;
}

.mobile-menu-area,
.mean-container .mean-bar:after {
  display: none;
}

.mean-container .mean-bar {
  background: transparent none repeat scroll 0 0;
  min-height: 0;
  padding: 0;
}

.mean-container a.meanmenu-reveal {
  border: 1px solid #fff;
  color: #ffffff;
  margin-top: -60px;
  padding: 4px 5px;
  position: absolute;
}

.header-area:not(.sticky) .logo {
  /* display: none; */
}

.two .mean-container a.meanmenu-reveal {
  border: 1px solid #2F2F2F;
  color: #2F2F2F;
}

.two .mean-container a.meanmenu-reveal span {
  background-color: #2F2F2F;
}

.mean-container a.meanmenu-reveal span {
  background-color: #fff;
}

.mean-container .mean-nav {
  margin-top: 15px;
}

.headroom {
  transition: transform 200ms linear 0s;
  will-change: transform;
}

.headroom--pinned {
  transform: translateY(0%);
}

.headroom--unpinned {
  transform: translateY(-100%);
}

.intelligent-header {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
}

.intelligent-header.headroom--not-top {
  background: #ffffff none repeat scroll 0 0;
  padding: 10px 0;
}

.header-sticky.sticky {
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  background: rgba(0, 0, 0, 0.68) none repeat scroll 0 0;
  left: 0;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
}

.header-area.two.header-sticky.sticky {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
}

.sticky .main-menu > nav > ul > li {
  padding: 9px 0;
}

.sticky .logo {
  padding: 15px 0 0px;
}

.menu-style-toggle nav {
  margin-right: -30px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
}

.menu-style-toggle nav.menu-open {
  margin-right: 0;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}

.menu-style-toggle nav {
  float: left;
  transition: all 0.3s ease 0s;
}

.main-menu.mean-menu.menu-style-toggle.text-right {
  float: right;
}

.mobile-header {
  background: #ffffff none repeat scroll 0 0;
  display: none;
  left: 0;
  margin: auto;
  padding: 15px 20px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

.logo img {
  transition: all 0.5s ease 0s;
  width: 100%;
}

.sticky .logo img {
  width: 75%;
}

.menu-icon {
  border: 1px solid #464646;
  box-sizing: content-box;
  color: #464646;
  cursor: pointer;
  font-weight: 700;
  height: 22px;
  line-height: 22px;
  padding: 4px 5px;
  position: absolute;
  right: 20px;
  text-decoration: none;
  top: 25px;
  width: 22px;
}

.menu-icon span {
  background-color: #333333;
  display: block;
  height: 3px;
  margin-top: 3px;
  box-sizing: content-box;
}

.mobile-menu-area {
  background-color: #fff;
  display: block;
  height: 100%;
  left: 0;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
}

.mobile-menu-area .menu-close {
  background-color: transparent;
  border: 2px solid #858585;
  border-radius: 50%;
  color: #858585;
  height: 40px;
  padding: 0;
  width: 40px;
  margin-bottom: 30px;
}

.mobile-menu-area .menu-close:hover {
  color: #433a8b;
  border-color: #433a8b;
}

.mobile-menu-area .menu-close i {
  display: block;
  font-size: 30px;
  line-height: 30px;
  padding-right: 2px;
}

.sticky .menu-toggle {
  margin-top: 32px;
}

.search-btn {
  cursor: pointer;
  display: inline-block;
  margin-left: 25px;
  position: relative;
  top: 4px;
}

.search {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  right: 0;
  top: 39px;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  width: 216px;
  z-index: 9999;
}

#search-form > input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  color: #252525;
  height: 40px;
  border: 2px solid #cacaca;
}

#search-form > input::-moz-placeholder {
  color: #252525;
}

#search-form > input::-webkit-input-placeholder {
  color: #252525;
}

#search-form > button {
  background: rgb(215, 0, 53) none repeat scroll 0 0;
  border: 2px solid #c5c596;
  color: #ffffff;
  font-size: 30px;
  height: 100%;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 43px;
}

#search-form > button:hover {
  background: #9f7a40;
  border: 2px solid #939369;
}

.search-menu {
  display: inline-block;
  height: 30px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: auto;
  color: #919191;
  font-size: 20px;
  position: relative;
  transition: all 0.5s ease 0s;
}

.search-menu:hover {
  color: rgb(215, 0, 53);
}

.open .search {
  display: block;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  z-index: 2;
}

.mean-container .mean-nav ul > li:hover > a {
  color: rgb(215, 0, 53);
  margin-left: 5px;
}

/* -----------------------------------
Template Name: Panshi - Catering Service HTMP Template
Template URI: https://devitems.com/html/coffee-preview/
Description: This is html5 template
Author: HasTech
Author URI: https://devitems.com/
Version: 1.0
NOTE: This is Footer style file. All footer related style included in this file.

--------------------------------------*/
.col-lg-3:nth-child(2) .single-footer-widget {
  padding-left: 48px;
}

.single-footer-widget > h3 {
  color: #919191;
  font-size: 16px;
  font-weight: 400;
  line-height: 14px;
  margin-bottom: 10px;
  text-transform: capitalize;
  font-family: "Playfair Display", serif;
}

.single-footer-widget > p {
  color: #919191;
  font-size: 12px;
  font-family: "Playball", cursive;
  margin-bottom: 0;
  line-height: 18px;
}

.c-info {
  color: #ffffff;
  display: block;
  line-height: 24px;
  margin-bottom: 10px;
}

.c-info i {
  font-size: 16px;
  width: 34px;
}

.single-footer-widget > p.margin {
  margin-bottom: 24px;
}

.open-time {
  color: #ffffff;
  display: block;
  line-height: 27px;
}

.open-time:nth-child(3) {
  padding-top: 5px;
}

#mc-form {
  position: relative;
  width: 700px;
  margin: auto;
}

#mc-form > input {
  color: #eaeaea;
  font-size: 13px;
  height: 38px;
  margin-top: 15px;
  padding: 0 15px;
}

.newsletter-form input#mc-email::-moz-placeholder {
  color: #eaeaea;
}

.newsletter-form input[type=email]::-webkit-input-placeholder {
  color: #eaeaea;
}

#mc-form .default-btn {
  background: rgb(215, 0, 53) none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  height: 40px;
  line-height: 34px;
  padding: 0 18px;
  position: absolute;
  right: 0px;
  top: 0px;
  margin-top: 15px;
}

#mc-form .default-btn:hover {
  color: rgb(215, 0, 53) !important;
}

#mc-form .default-btn:before {
  background: #fff none repeat scroll 0 0;
  z-index: -1;
}

.social-figure {
  display: inline-block;
  position: relative;
  transition: all 0.5s ease 0s;
  overflow: hidden;
}

.main,
.social-hover {
  display: inline-block;
}

.main a {
  background: transparent;
  color: #989898;
  font-size: 11px;
  height: 30px;
  line-height: 28px;
  margin: 0 3px;
  text-align: center;
  width: 30px;
  border: 1px solid #898989;
  transition: all 0.3s ease 0s;
  display: block;
  box-sizing: border-box;
  top: 0;
  left: 0;
}

.main-menu.footer {
  display: inherit;
}

.footer-links > a:first-child {
  margin-left: 0;
}

.footer-links {
  padding-top: 24px;
}

.mailchimp-alerts {
  color: #ffffff;
  padding-top: 15px;
}

.footer-bottom {
  background: rgba(215, 0, 53, 0.8);
}

.footer-bottom p {
  font-size: 14px;
  font-weight: 400;
}

.mc-news {
  left: -5000px;
  position: absolute;
}

#mce-EMAIL {
  padding-right: 155px;
}

.footer-bottom {
  padding: 5rem 0 0rem 0;
}
.footer-bottom .row {
  margin: 4rem 0;
}
.footer-bottom .footer__about p {
  font-family: "Poppins", serif;
  font-size: 2rem;
  line-height: 1.5;
}

.footer__widget h5 {
  color: #ffffff;
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 14px;
  margin-bottom: 2rem;
  text-transform: capitalize;
  font-family: "Pacifico", "Playball", cursive;
}
.footer__widget li {
  list-style: square;
  color: white;
  margin-bottom: 0.5rem;
}

.footer__copyright {
  border-top: #898989 solid 1px;
  margin-top: 3rem;
  padding: 2rem 0;
}

/* Preloder */
#preloder {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #000;
}

.loader {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  border-radius: 60px;
  animation: loader 0.8s linear infinite;
  -webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
  50% {
    transform: rotate(180deg);
    border: 4px solid #673ab7;
    border-left-color: transparent;
  }
  100% {
    transform: rotate(360deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
}
.partner {
  padding-top: 100px;
  padding-bottom: 100px;
}

.partner__logo__slider.owl-carousel img {
  display: inline-block;
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.partner__logo__item {
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.subscribe-area h2 {
  color: white;
}
.subscribe-area p {
  line-height: normal;
}

.testimonial-content p {
  font-family: "Pacifico", "Playball", cursive;
  font-size: 2.2rem;
  margin-bottom: 5rem;
}
.testimonial-content h4 {
  font-family: "Novecentosanswide-normal", "Playfair Display", serif;
  font-size: 1.125rem;
  font-weight: 700;
}

.about-us .content {
  padding: 25px 0;
}
.about-us .section-title h4 {
  margin-bottom: 0;
  color: rgb(215, 0, 53);
}
.about-us .btn:focus,
.about-us .btn:hover,
.about-us .btn.active {
  color: rgb(215, 0, 53);
  border-color: rgb(215, 0, 53);
  background: #fff;
}
.about-us .tabs-header {
  display: flex;
  flex-direction: row;
  gap: 0 2rem;
  padding-bottom: 5rem;
  margin-bottom: 5rem;
  border-bottom: rgb(212, 167, 98) solid 1px;
  flex-wrap: wrap;
  justify-content: center;
}

.cgdv h4,
.shipping h4 {
  font-weight: 600;
  margin-bottom: 1rem;
  font-size: 3rem;
  color: rgb(215, 0, 53);
  font-family: "Poppins", serif;
  text-transform: uppercase;
}
.cgdv .content .section-title,
.shipping .content .section-title {
  margin-bottom: 3rem;
}
.cgdv .content h4,
.shipping .content h4 {
  font-weight: 600;
  margin-bottom: 1rem;
  font-size: 2rem;
  color: rgb(215, 0, 53);
  font-family: "Poppins", serif;
  text-transform: uppercase;
}
.cgdv .content h5,
.shipping .content h5 {
  font-weight: 600;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  color: #717b17;
  font-family: "Poppins", serif;
  text-transform: uppercase;
}

.spad {
  padding-top: 100px;
  padding-bottom: 100px;
}

.vr {
  height: 0;
  width: 100%;
  border-top: #606060 solid 1px;
}

.h-full {
  height: 100%;
}

.h-90 {
  height: 90%;
}

.form-messege.success {
  color: green;
  margin-top: 1rem;
}

.form-messege.error {
  color: red;
  margin-top: 1rem;
}/*# sourceMappingURL=style.css.map */