
/*=====================================================================


@Default Styles

Table of Content:
01/ Variables
02/ predefin
03/ header
04/ button
05/ slider
06/ contact
07/ feature
08/ service
09/ gallery 
10/ clients 
11/ blog 
12/ video 
13/ banner  
14/ event  
15/ room  
16/ resturant 
17/ footer
=====================================================================*/
/*----------------------------------------------------*/
/*font Variables*/
/*Color Variables*/
@import url("https://fonts.googleapis.com/css?family=Lora:400,400i,700|Montserrat:300,400,500,600,700|Open+Sans:300,400,400i,600,600i,700|Playfair+Display:400,400i,700,900|Lato");
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');

@font-face {
  font-family: 'Great Vibes';
  /* src: url('../fonts/great-vibes/GreatVibes-Regular.woff2') format('woff2'), */
    /* url('../fonts/great-vibes/GreatVibes-Regular.woff') format('woff'), */
    /* url('../fonts/great-vibes/GreatVibes-Regular.ttf') format('truetype'); */
  font-weight: normal;
  font-style: normal;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.list_style {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

:root {
  --main-orange: #e67e22;
  --dark-orange: #d35400;
  --light-cream: #fdf2e9;
  --dark-gray: #333;
  --accent-red: #e74c3c;
  --text-gray: #555;
}

a {
  text-decoration: none;
  vertical-align: middle;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

.int-links{
  color: #414141;
}

.row.m0 {
  margin: 0px;
}

.p0 {
  padding: 0px;
}

body {
  line-height: 26px;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  color: #3d3d3d;
  margin: 0px;
  padding: 0px;
}

#success {
  display: none;
}

#error {
  display: none;
}

.display_table {
  display: table;
  width: 100%;
}

.display_table_row {
  display: table-row;
}

.display_table_cell {
  display: table-cell;
  float: none !important;
}

.p_100 {
  padding: 80px 0px;
}

iframe {
  border: none;
}

i:before {
  margin-left: 0px !important;
}

.txt-white {
  color: #fff !important;
}

/* Container Custome Code css
============================================================================================ */
@media (min-width: 1200px) {
  .container {
    max-width: 1230px;
  }
}

/* End Container Custome Code css
============================================================================================ */
/* Main Tittle css
============================================================================================ */
.main_title {
  padding-bottom: 10px;
}

.hero-section {
  margin: 50px 0px;
  background: url(../images//banners/banner5.webp);
  height: 500px;
  object-fit: cover;
  position: relative;
}

.hero-section-bg {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  transform: skew(340deg);
  height: 500px;
  padding: 40px 0 100px;
  width: 68%;
  margin: 0px 90px;
  top: 0;
  left: 9%;
}

.hero-section-content {
  width: 50%;
  margin: 0 auto;
  z-index: 9;
  position: absolute;
  left: 24%;
  top: 10%;
  text-align: center;
}

.sec-content-head h2 {
  color: #921415;
  font-family: "Great Vibes", cursive;
  font-weight: 600;
  font-size: 40px;
  margin: 0;
}

.hero-paragraph {
  margin: 0 auto;
}

.hero-paragraph p {
  font-size: 14px;
  margin-bottom: 8px;
}

.text-tilt {
  transform: skew(340deg);
}

.heading-underline img {
  width: 35%;
}

.main_title {
  text-align: center;
}

.main_title h2 {
  color: #b70305;
  /* font-family: "Playfair Display", serif; */
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  font-weight: bold;
  font-size: 35px;
  position: relative;
  text-align: center;
  margin-bottom: 5px;
}

.main_title img {
  width: 23%;
  margin-bottom: 5px;
}

/* .main_title h2:before {
  content: "";
  width: 45px;
  height: 1px;
  background: #acb2b4;
  position: absolute;
  right: -60px;
  bottom: 7px;
} */

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

.main_title p {
  font-size: 20px;
  line-height: 30px;
  font-family: "Lora", serif;
  color: #921415;
  margin-bottom: 0px;
  text-align: left;
  font-weight: 700;
}

.main_title h5 {
  font-size: 20px;
  font-family: "Lora", serif;
  color: #464646;
  margin-bottom: 0px;
  line-height: 30px;
}

.main_w_title {
  padding-bottom: 20px;
}

.main_w_title h2 {
  color: #fff;
  font-family: "Great Vibes", cursive;
  font-weight: bold;
  font-size: 38px;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  color: #921415;

}

.main_w_title h2:before {
  content: "";
  width: 45px;
  height: 1px;
  background: #fff;
  position: absolute;
  right: -60px;
  bottom: 7px;
}

.main_w_title p {
  font-size: 20px;
  line-height: 30px;
  font-family: "Lora", serif;
  font-style: italic;
  color: #fff;
  margin-bottom: 0px;
}

.main_w_title h5 {
  font-size: 20px;
  font-family: "Lora", serif;
  color: #fff;
  font-style: italic;
  margin-bottom: 0px;
}

.single_w_title {
  text-align: center;
  margin-bottom: 40px;
}

/* .single_w_title h4{
  color: #00257E;
} */

.single_w_title h2 {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 0px;
  color: #921415;
  font-family: "Great Vibes", cursive;
}

/* .single_w_title h2:before {
  content: "";
  width: 40px;
  position: absolute;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  height: 1px;
} */

.single_w_title img {
  width: 25%;
  margin-bottom: 10px;
}

.single_w_title h4 {
  font-size: 16px;
}

.single_b_title {
  text-align: center;
  margin-bottom: 40px;
}

.single_b_title h2 {
  font-size: 36px;
  color: #921415 !important;
  font-family: "Great Vibes", cursive;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 0px;
}

.single_b_title img {
  width: 25%;
}

/* .single_b_title h2:before {
  content: "";
  width: 40px;
  position: absolute;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #242424;
  height: 1px;
} */

.single_pest_title {
  text-align: center;
  margin-bottom: 60px;
}

.single_pest_title h2 {
  font-size: 36px;
  color: #3e606b;
  font-family: "Playfair Display", serif;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 0px;
}

.single_pest_title h2:before {
  content: "";
  width: 40px;
  position: absolute;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #acb2b4;
  height: 1px;
}

.single_pest_title p {
  font-size: 20px;
  line-height: 26px;
  color: #242424;
  font-family: "Lora", serif;
  font-style: italic;
  margin-top: 20px;
}

.c_says_title h2 {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-size: 38px;
  display: inline-block;
  position: relative;
}

.c_says_title h2:before {
  content: "";
  width: 45px;
  height: 1px;
  background: #fff;
  position: absolute;
  right: -60px;
  bottom: 7px;
}

.single_m_title h2 {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  color: #3e606b;
  font-size: 36px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 0px;
}

.single_m_title h2:before {
  content: "";
  width: 40px;
  height: 1px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #acb2b4;
}

/* End Main Tittle css
============================================================================================ */
/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Main Header Area css
============================================================================================ */
.main_header_area {
  position: absolute;
  left: 0px;
  width: 100%;
  top: 0px;
  z-index: 30;
}

.main_header_area+section,
.main_header_area+div,
.main_header_area+.row {
  margin-top: 125px;
}

.main_header_area.navbar_fixed .main_menu_area {
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  -webkit-transition: background 500ms ease, -webkit-transform 500ms ease;
  transition: background 500ms ease, -webkit-transform 500ms ease;
  -o-transition: transform 500ms ease, background 500ms ease;
  transition: transform 500ms ease, background 500ms ease;
  transition: transform 500ms ease, background 500ms ease, -webkit-transform 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  -webkit-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.08);
}

.main_header_area.navbar_fixed .main_menu_area .navbar.navbar-expand-lg .navbar-brand img {
  margin-top: 17px;
}

.main_header_area.navbar_fixed .main_menu_area .navbar.navbar-expand-lg .navbar-brand:after {
  bottom: -42px;
}

.main_header_area.navbar_fixed .main_menu_area .navbar.navbar-expand-lg .navbar-nav li a {
  line-height: 70px;
}

.main_header_area.navbar_fixed .main_menu_two {
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  -webkit-transition: background 500ms ease, -webkit-transform 500ms ease;
  transition: background 500ms ease, -webkit-transform 500ms ease;
  -o-transition: transform 500ms ease, background 500ms ease;
  transition: transform 500ms ease, background 500ms ease;
  transition: transform 500ms ease, background 500ms ease, -webkit-transform 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  -webkit-box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.2);
}

.main_header_area.navbar_fixed .main_menu_two .navbar.navbar-expand-lg .navbar-nav li a {
  line-height: 70px;
}

.top_header_area {
  /* background: #002d85; */
  background: #003e7c;
  position: relative;
  z-index: 3;
  height: 35px;
}

.top_header_area:before {
  content: "";
  width: 100%;
  /* border-bottom: 1px dashed #f5b5c9; */
  position: absolute;
  left: 0px;
  /* bottom: 4px; */
}

.top_header_area .float-left a {
  color: #fff;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 35px;
  display: inline-block;
}

.top_header_area .float-left a i {
  padding-right: 5px;
}

.top_header_area .float-left a+a {
  margin-left: 35px;
}

.top_header_area .float-right .h_social {
  display: inline-block;
}

.top_header_area .float-right .h_social li {
  display: inline-block;
  margin-right: 5px;
}

.top_header_area .float-right .h_social li a {
  display: inline-block;
  line-height: 35px;
  color: #fff;
  font-size: 15px;
}

.top_header_area .float-right .h_social li:last-child {
  margin-right: 0px;
}

.greatvbefont {
  color: #921415;
  font-family: "Great Vibes", cursive;
  font-weight: 600;
  font-size: 40px;
  margin: 0;
}

.h_social li a img {
  width: 25px;
}

.top_header_area .float-right .h_search {
  display: inline-block;
  padding-left: 35px;
  position: relative;
}

.top_header_area .float-right .h_search:before {
  content: "";
  width: 1px;
  height: 20px;
  background: #f8cad9;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.top_header_area .float-right .h_search li {
  display: inline-block;
  margin-right: 15px;
}

.top_header_area .float-right .h_search li a {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  line-height: 50px;
}

.top_header_area .float-right .h_search li:last-child {
  margin-right: 0px;
}

.top_header_area .float-right .h_search li.shop_cart a {
  position: relative;
}

.top_header_area .float-right .h_search li.shop_cart a:before {
  content: "3";
  height: 18px;
  width: 18px;
  font-size: 11px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  color: #242424;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  display: inline-block;
  line-height: 18px;
  position: absolute;
  right: -8px;
  top: 5px;
}

.main_menu_area {
  position: relative;
  background: #fff;
}

.main_menu_area:before {
  content: "";
  width: 100%;
  border-bottom: 1px dashed #c5c5c5;
  position: absolute;
  left: 0px;
  bottom: 4px;
}

.main_menu_area .navbar.navbar-expand-lg {
  position: relative;
  padding: 0px;
  background-color: transparent !important;
}

.main_menu_area .navbar.navbar-expand-lg .navbar-brand {
  position: absolute;
  left: 50%;
  top: 0px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-right: 0px;
}

.main_menu_area .navbar.navbar-expand-lg .navbar-brand:after {
  content: "";
  background: url(../img/logo-circle-2.png) no-repeat scroll center center;
  height: 201px;
  width: 209px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -39px;
}

.main_menu_area .navbar.navbar-expand-lg .navbar-brand img {
  z-index: 2;
  position: relative;
  margin-top: 35px;
  display: inline-block;
}

.main_menu_area .navbar.navbar-expand-lg .navbar-brand img+img {
  display: none;
}

.main_menu_area .navbar.navbar-expand-lg .navbar-nav li {
  margin-right: 40px;
}

.main_menu_area .navbar.navbar-expand-lg .navbar-nav li a {
  line-height: 85px;
  font-size: 18px;
  color: #454545;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  position: relative;
}

.main_menu_area .navbar.navbar-expand-lg .navbar-nav li a:before {
  content: "";
  width: 0px;
  height: 2px;
  background: #f195b2;
  position: absolute;
  bottom: -4px;
  left: 0px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.main_menu_area .navbar.navbar-expand-lg .navbar-nav li a:after {
  display: none;
}

.main_menu_area .navbar.navbar-expand-lg .navbar-nav li:last-child {
  margin-right: 0px;
}

.main_menu_area .navbar.navbar-expand-lg .navbar-nav li:hover a,
.main_menu_area .navbar.navbar-expand-lg .navbar-nav li.active a {
  color: #f195b2;
}

.main_menu_area .navbar.navbar-expand-lg .navbar-nav li:hover a:before,
.main_menu_area .navbar.navbar-expand-lg .navbar-nav li.active a:before {
  width: 25px;
}

@media (min-width: 992px) {
  .main_menu_area .navbar.navbar-expand-lg .navbar-nav li.submenu .dropdown-menu {
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    display: block;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    min-width: 250px;
    background: #ffffff;
    border-radius: 0px;
    border: none;
    padding: 0px;
    left: -40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    visibility: hidden;
    margin-top: 0px;
    -webkit-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.08);
  }
}

.main_menu_area .navbar.navbar-expand-lg .navbar-nav li.submenu .dropdown-menu li {
  margin-right: 0px;
  display: block;
}

.main_menu_area .navbar.navbar-expand-lg .navbar-nav li.submenu .dropdown-menu li a {
  display: block;
  line-height: 42px;
  color: #454545;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  padding: 0px 30px;
  text-transform: inherit;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: 600;
  text-shadow: none;
  border-bottom: 1px solid #dcdcdc;
}

.main_menu_area .navbar.navbar-expand-lg .navbar-nav li.submenu .dropdown-menu li a:before {
  display: none;
}

.main_menu_area .navbar.navbar-expand-lg .navbar-nav li.submenu .dropdown-menu li:hover a {
  color: #fff;
  background: #f195b2;
}

.main_menu_area .navbar.navbar-expand-lg .navbar-nav li.submenu .dropdown-menu li:last-child a {
  border-bottom: 0px;
}

@media (min-width: 992px) {
  .main_menu_area .navbar.navbar-expand-lg .navbar-nav li.submenu .dropdown-menu .submenu .dropdown-menu {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: auto;
    right: 97%;
    top: 0px;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    -webkit-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.08);
  }
}

.main_menu_area .navbar.navbar-expand-lg .navbar-nav li.submenu .dropdown-menu .submenu .dropdown-menu li a {
  background: #fff;
  color: #242424;
}

.main_menu_area .navbar.navbar-expand-lg .navbar-nav li.submenu .dropdown-menu .submenu .dropdown-menu li:hover a {
  background: #f195b2;
  color: #fff;
}

@media (min-width: 992px) {
  .main_menu_area .navbar.navbar-expand-lg .navbar-nav li.submenu .dropdown-menu .submenu:hover.submenu .dropdown-menu {
    visibility: visible;
    right: 100%;
    opacity: 1;
  }
}

@media (min-width: 992px) {
  .main_menu_area .navbar.navbar-expand-lg .navbar-nav li:hover.submenu .dropdown-menu {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    visibility: visible;
  }
}

.main_menu_two {
  position: relative;
  background: #fff;
}

/* .main_menu_two:before {
  content: "";
  background: url(../img/menu-draw.png) no-repeat scroll center center;
  height: 19px;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: -13px;
  z-index: 30;
} */

.main_menu_two .navbar.navbar-expand-lg {
  padding: 0px;
  background-color: transparent !important;
}

.main_menu_two .navbar.navbar-expand-lg .navbar-nav {
  width: 100%;
}

.main_menu_two .navbar.navbar-expand-lg .navbar-nav li {
  margin-right: 40px;
}

.main_menu_two .navbar.navbar-expand-lg .navbar-nav li:last-child {
  margin-right: 0px;
}

.main_menu_two .navbar.navbar-expand-lg .navbar-nav li a {
  font-size: 14px;
  color: #454545;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 85px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main_menu_two .navbar.navbar-expand-lg .navbar-nav li a:after {
  display: none;
}

.main_menu_two .navbar.navbar-expand-lg .navbar-nav li:hover a,
.main_menu_two .navbar.navbar-expand-lg .navbar-nav li.active a {
  color: #921415;
}

.main_menu_two .navbar.navbar-expand-lg .navbar-nav li:hover a:before,
.main_menu_two .navbar.navbar-expand-lg .navbar-nav li.active a:before {
  width: 25px;
}

@media (min-width: 992px) {
  .main_menu_two .navbar.navbar-expand-lg .navbar-nav li.submenu .dropdown-menu {
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    display: block;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    min-width: 250px;
    background: #ffffff;
    border-radius: 0px;
    border: none;
    padding: 0px;
    left: -100px;
    -webkit-box-shadow: none;
    box-shadow: none;
    visibility: hidden;
    margin-top: 0px;
    -webkit-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.08);
  }
}

.main_menu_two .navbar.navbar-expand-lg .navbar-nav li.submenu .dropdown-menu li {
  margin-right: 0px;
  display: block;
}

.main_menu_two .navbar.navbar-expand-lg .navbar-nav li.submenu .dropdown-menu li a {
  display: block;
  line-height: 30px;
  color: #454545;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  padding: 10px 15px;
  text-transform: inherit;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: 600;
  text-shadow: none;
  border-bottom: 1px solid #dcdcdc;
}

.main_menu_two .navbar.navbar-expand-lg .navbar-nav li.submenu .dropdown-menu li a:before {
  display: none;
}

.main_menu_two .navbar.navbar-expand-lg .navbar-nav li.submenu .dropdown-menu li:hover a {
  color: #fff;
  background: #921415;
}

.main_menu_two .navbar.navbar-expand-lg .navbar-nav li.submenu .dropdown-menu li:last-child a {
  border-bottom: 0px;
}

@media (min-width: 992px) {
  .main_menu_two .navbar.navbar-expand-lg .navbar-nav li.submenu .submenu .dropdown-menu {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: auto;
    right: 97%;
    top: 0px;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    -webkit-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.08);
  }
}

.main_menu_two .navbar.navbar-expand-lg .navbar-nav li.submenu .submenu .dropdown-menu li a {
  background: #fff;
  color: #242424;
}

.main_menu_two .navbar.navbar-expand-lg .navbar-nav li.submenu .submenu .dropdown-menu li:hover a {
  background: #f195b2;
  color: #fff;
}

@media (min-width: 992px) {
  .main_menu_two .navbar.navbar-expand-lg .navbar-nav li.submenu .submenu:hover.submenu .dropdown-menu {
    visibility: visible;
    right: 100%;
    opacity: 1;
  }
}

@media (min-width: 992px) {
  .main_menu_two .navbar.navbar-expand-lg .navbar-nav li:hover.submenu .dropdown-menu {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    visibility: visible;
  }
}

/* End Main Header Area css
============================================================================================ */
/* Main Header Three Area css
============================================================================================ */
.main_header_three {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 30;
  background: linear-gradient(180deg, #014391 10%, #f88c07 100%);
  ;
}

.main_header_three+section,
.main_header_three+div {
  margin-top: 175px;
}

.main_header_three.navbar_fixed .middle_menu_three {
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  /* background: #fff; */
  background: linear-gradient(360deg, rgba(0, 55, 122, 1) 0%, rgba(0, 101, 224, 1) 100%);
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  -webkit-transition: background 500ms ease, -webkit-transform 500ms ease;
  transition: background 500ms ease, -webkit-transform 500ms ease;
  -o-transition: transform 500ms ease, background 500ms ease;
  transition: transform 500ms ease, background 500ms ease;
  transition: transform 500ms ease, background 500ms ease, -webkit-transform 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  -webkit-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.08);
}

.main_header_three.navbar_fixed .middle_menu_three .navbar.navbar-expand-lg {
  margin-bottom: 0px;
}

.main_header_three.navbar_fixed .middle_menu_three .navbar.navbar-expand-lg .navbar-nav li a {
  line-height: 70px;
}

.top_logo_header {
  padding-top: 40px;
  padding-bottom: 12px;
  position: relative;
}

/* 
.top_logo_header:before {
  content: "";
  width: 100%;
  border-bottom: 1px dashed #bebebe;
  position: absolute;
  top: 8px;
  left: 0px;
  z-index: 2;
} */

.top_logo_header .header_logo_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top_logo_header .h_left_text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  vertical-align: middle;
  -ms-flex-item-align: center;
  align-self: center;
}

.top_logo_header .h_left_text .media .d-flex {
  padding-right: 10px;
}

.top_logo_header .h_left_text .media .d-flex i {
  line-height: 48px;
  font-size: 40px;
  color: #f88c07;
}

.top_logo_header .h_left_text .media .d-flex i:before {
  font-size: 40px;
}

.top_logo_header .h_left_text .media .media-body a {
  font-size: 22px;
  font-family: "Open Sans", sans-serif;
  color: #e9e9e9;
  font-weight: bold;
}

.top_logo_header .h_left_text .media .media-body p {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  color: #5d5d5d;
  margin-bottom: 0px;
}

.top_logo_header .h_middle_text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
}

.nav-img img {
  width: 40%;
}

.top_logo_header .h_right_text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  vertical-align: middle;
  -ms-flex-item-align: center;
  align-self: center;
}

.top_logo_header .h_right_text .pink_btn {
  height: 50px;
  padding: 0px 40px;
  font-size: 20px;
  font-family: "Playfair Display", serif;
  font-weight: bold;
  line-height: 50px;
  border-radius: 25px;
}

.middle_menu_three .navbar.navbar-expand-lg {
  padding: 0px;
  /* background-color: #fff !important; */
  background: linear-gradient(360deg, rgba(0, 55, 122, 1) 0%, rgba(0, 101, 224, 1) 100%) !important;
  margin-bottom: -30px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.middle_menu_three .navbar.navbar-expand-lg .navbar-brand {
  display: none;
}

.middle_menu_three .navbar.navbar-expand-lg .navbar-collapse {
  text-align: center;
}

.middle_menu_three .navbar.navbar-expand-lg .navbar-nav {
  text-align: center;
  display: block;
  width: 100%;
}

.middle_menu_three .navbar.navbar-expand-lg .navbar-nav li {
  margin-right: 50px;
  display: inline-block;
}

.middle_menu_three .navbar.navbar-expand-lg .navbar-nav li a {
  line-height: 80px;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.middle_menu_three .navbar.navbar-expand-lg .navbar-nav li a:after {
  display: none;
}

.middle_menu_three .navbar.navbar-expand-lg .navbar-nav li.search_icon a {
  position: relative;
}

.middle_menu_three .navbar.navbar-expand-lg .navbar-nav li.search_icon a:before {
  content: "";
  height: 14px;
  width: 1px;
  background: #a0a0a0;
  position: absolute;
  left: -25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.middle_menu_three .navbar.navbar-expand-lg .navbar-nav li.search_icon:hover a:before {
  width: 1px;
}

.middle_menu_three .navbar.navbar-expand-lg .navbar-nav li:hover a,
.middle_menu_three .navbar.navbar-expand-lg .navbar-nav li.active a {
  color: #ff9900;
}

.middle_menu_three .navbar.navbar-expand-lg .navbar-nav li:hover a:before,
.middle_menu_three .navbar.navbar-expand-lg .navbar-nav li.active a:before {
  width: 25px;
}

@media (min-width: 992px) {
  .middle_menu_three .navbar.navbar-expand-lg .navbar-nav li.submenu .dropdown-menu {
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    display: block;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    min-width: 250px;
    background: #ffffff;
    border-radius: 0px;
    border: none;
    padding: 0px;
    left: -40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    visibility: hidden;
    margin-top: 0px;
    -webkit-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.08);
  }
}

.middle_menu_three .navbar.navbar-expand-lg .navbar-nav li.submenu .dropdown-menu li {
  margin-right: 0px;
  display: block;
}

.middle_menu_three .navbar.navbar-expand-lg .navbar-nav li.submenu .dropdown-menu li a {
  display: block;
  line-height: 42px;
  color: #454545;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  padding: 0px 30px;
  text-transform: inherit;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: 600;
  text-shadow: none;
  border-bottom: 1px solid #dcdcdc;
}

.middle_menu_three .navbar.navbar-expand-lg .navbar-nav li.submenu .dropdown-menu li a:before {
  display: none;
}

.middle_menu_three .navbar.navbar-expand-lg .navbar-nav li.submenu .dropdown-menu li:hover a {
  color: #fff;
  background: #f195b2;
}

.middle_menu_three .navbar.navbar-expand-lg .navbar-nav li.submenu .dropdown-menu li:last-child a {
  border-bottom: 0px;
}

@media (min-width: 992px) {
  .middle_menu_three .navbar.navbar-expand-lg .navbar-nav li.submenu .submenu .dropdown-menu {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: auto;
    right: 97%;
    top: 0px;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    -webkit-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.08);
  }
}

.middle_menu_three .navbar.navbar-expand-lg .navbar-nav li.submenu .submenu .dropdown-menu li a {
  background: #fff;
  color: #242424;
}

.middle_menu_three .navbar.navbar-expand-lg .navbar-nav li.submenu .submenu .dropdown-menu li:hover a {
  background: #f195b2;
  color: #fff;
}

@media (min-width: 992px) {
  .middle_menu_three .navbar.navbar-expand-lg .navbar-nav li.submenu .submenu:hover.submenu .dropdown-menu {
    visibility: visible;
    right: 100%;
    opacity: 1;
  }
}

@media (min-width: 992px) {
  .middle_menu_three .navbar.navbar-expand-lg .navbar-nav li:hover.submenu .dropdown-menu {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    visibility: visible;
  }
}

.middle_menu_three .navbar.navbar-expand-lg .navbar-nav li:last-child {
  margin-right: 0px;
}

/* End Main Header Three Area css
============================================================================================ */
/* Box Header Four Area css
============================================================================================ */
.box_header_four {
  position: absolute;
  z-index: 30;
  top: 52px;
  left: 0px;
  width: 100%;
}

.box_header_four.navbar_fixed {
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  -webkit-transition: background 500ms ease, -webkit-transform 500ms ease;
  transition: background 500ms ease, -webkit-transform 500ms ease;
  -o-transition: transform 500ms ease, background 500ms ease;
  transition: transform 500ms ease, background 500ms ease;
  transition: transform 500ms ease, background 500ms ease, -webkit-transform 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  -webkit-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.08);
}

.box_menu_four .navbar.navbar-expand-lg {
  padding: 0px 30px;
  border-radius: 4px;
  background-color: #fff !important;
}

.box_menu_four .navbar.navbar-expand-lg .navbar-nav {
  width: 100%;
}

.box_menu_four .navbar.navbar-expand-lg .navbar-nav li {
  margin-right: 40px;
}

.box_menu_four .navbar.navbar-expand-lg .navbar-nav li a {
  line-height: 95px;
  font-size: 17px;
  font-family: "Open Sans", sans-serif;
  color: #454545;
  font-weight: 600;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.box_menu_four .navbar.navbar-expand-lg .navbar-nav li a:after {
  display: none;
}

.box_menu_four .navbar.navbar-expand-lg .navbar-nav li:last-child {
  margin-right: 0px;
}

.box_menu_four .navbar.navbar-expand-lg .navbar-nav li:hover a,
.box_menu_four .navbar.navbar-expand-lg .navbar-nav li.active a {
  color: #f195b2;
}

.box_menu_four .navbar.navbar-expand-lg .navbar-nav li.search_icon a {
  position: relative;
}

.box_menu_four .navbar.navbar-expand-lg .navbar-nav li.search_icon a:before {
  content: "";
  height: 14px;
  width: 1px;
  background: #a0a0a0;
  position: absolute;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.box_menu_four .navbar.navbar-expand-lg .navbar-nav li.search_icon:hover a:before {
  width: 1px;
}

@media (min-width: 992px) {
  .box_menu_four .navbar.navbar-expand-lg .navbar-nav li.submenu .dropdown-menu {
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    display: block;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    min-width: 250px;
    background: #ffffff;
    border-radius: 0px;
    border: none;
    padding: 0px;
    left: -40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    visibility: hidden;
    margin-top: 0px;
    -webkit-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.08);
  }
}

.box_menu_four .navbar.navbar-expand-lg .navbar-nav li.submenu .dropdown-menu li {
  margin-right: 0px;
  display: block;
}

.box_menu_four .navbar.navbar-expand-lg .navbar-nav li.submenu .dropdown-menu li a {
  display: block;
  line-height: 42px;
  color: #454545;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  padding: 0px 30px;
  text-transform: inherit;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: 600;
  text-shadow: none;
  border-bottom: 1px solid #dcdcdc;
}

.box_menu_four .navbar.navbar-expand-lg .navbar-nav li.submenu .dropdown-menu li a:before {
  display: none;
}

.box_menu_four .navbar.navbar-expand-lg .navbar-nav li.submenu .dropdown-menu li:hover a {
  color: #fff;
  background: #f195b2;
}

.box_menu_four .navbar.navbar-expand-lg .navbar-nav li.submenu .dropdown-menu li:last-child a {
  border-bottom: 0px;
}

@media (min-width: 992px) {
  .box_menu_four .navbar.navbar-expand-lg .navbar-nav li.submenu .submenu .dropdown-menu {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: auto;
    right: 97%;
    top: 0px;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    -webkit-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.08);
  }
}

.box_menu_four .navbar.navbar-expand-lg .navbar-nav li.submenu .submenu .dropdown-menu li a {
  background: #fff;
  color: #242424;
}

.box_menu_four .navbar.navbar-expand-lg .navbar-nav li.submenu .submenu .dropdown-menu li:hover a {
  background: #f195b2;
  color: #fff;
}

@media (min-width: 992px) {
  .box_menu_four .navbar.navbar-expand-lg .navbar-nav li.submenu .submenu:hover.submenu .dropdown-menu {
    visibility: visible;
    right: 100%;
    opacity: 1;
  }
}

@media (min-width: 992px) {
  .box_menu_four .navbar.navbar-expand-lg .navbar-nav li:hover.submenu .dropdown-menu {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    visibility: visible;
  }
}

/* End Box Header Four Area css
============================================================================================ */
/* Header Five Area css
============================================================================================ */
.five_header .top_header_area {
  background: #222222;
}

.five_header .top_header_area:before {
  border-color: #434343;
}

.five_header .top_header_area .float-left a {
  color: #7a7a7a;
}

.five_header .top_header_area .float-right .h_social li a {
  color: #7a7a7a;
}

.five_header .top_header_area .float-right .h_search:before {
  display: none;
}

.five_header .top_header_area .float-right .h_search li a {
  color: #7a7a7a;
}

.five_header .top_header_area .float-right .h_search li.shop_cart a:before {
  background: #7a7a7a;
}

.five_header .main_menu_two:before {
  background: url(../img/menu-draw-five.png) no-repeat scroll center center;
  background-size: cover;
  height: 32px;
  width: 100%;
  bottom: -17px;
}

/* End Header Five Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Pink Button Area css
============================================================================================ */
.pink_btn {
  background: #921415;
  color: #fff;
  line-height: 46px;
  /* border-radius: 22px; */
  display: inline-block;
  padding: 0px 32px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  position: relative;
  overflow: hidden;
  font-weight: 600;
}

.pink_btn:before {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .2;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
}

.pink_btn:hover {
  color: #fff;
}

.pink_btn:hover:before {
  left: 120%;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.pest_btn {
  background: #94c9d9;
  color: #fff;
  line-height: 36px;
  display: inline-block;
  padding: 0px 25px;
  font-family: "Open Sans", sans-serif;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  font-weight: 600;
  border-radius: 3px;
}

.pest_btn:before {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .2;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
}

.pest_btn:hover {
  color: #fff;
}

.pest_btn:hover:before {
  left: 120%;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.pest_w_btn {
  background: #fff;
  color: #999999;
  line-height: 46px;
  display: inline-block;
  padding: 0px 26px;
  font-family: "Open Sans", sans-serif;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  font-weight: 600;
  border-radius: 3px;
  border: 1px solid #e7e7e7;
}

.pest_w_btn:before {
  background: #f195b2;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .2;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
}

.pest_w_btn:hover {
  color: #f195b2;
}

.pest_w_btn:hover:before {
  left: 120%;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.w_view_btn {
  background: #fff;
  color: #242424;
  line-height: 45px;
  display: inline-block;
  padding: 0px 35px;
  border-radius: 22px;
  font-family: "Open Sans", sans-serif;
  position: relative;
  overflow: hidden;
  font-size: 15px;
  font-weight: 600;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.w_view_btn:before {
  background: #f195b2;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .2;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
}

.w_view_btn:hover {
  color: #f195b2;
}

.w_view_btn:hover:before {
  left: 120%;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.order_s_btn {
  background: #94c9d9;
  color: #fff;
  line-height: 50px;
  display: inline-block;
  padding: 0px 38px;
  font-family: "Open Sans", sans-serif;
  position: relative;
  overflow: hidden;
  font-size: 20px;
  font-weight: 600;
  border-radius: 3px;
  width: auto;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
}

.order_s_btn:before {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .2;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
}

.order_s_btn:hover {
  color: #fff;
}

.order_s_btn:hover:before {
  left: 120%;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.order_s_btn:focus {
  background: #94c9d9;
  color: #fff;
}

.pink_more {
  background: #f195b2;
  color: #fff;
  line-height: 42px;
  display: inline-block;
  padding: 0px 32px;
  font-family: "Open Sans", sans-serif;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  font-weight: 600;
  border-radius: 3px;
}

.pink_more:before {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .2;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
}

.pink_more:hover {
  color: #fff;
}

.pink_more:hover:before {
  left: 120%;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

/* Cake Pink Button Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Banner Area css
============================================================================================ */
.banner_area {
  background: url(../images/banners/breadcrumb_1.webp) no-repeat scroll center center;
  background-size: cover;
}

.banner_text {
  text-align: left;
  padding: 50px 0px;
}

.banner_text h3 {
  color: #fff;
  /* padding-top: 130px; */
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-size: 40px;
}

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

.banner_text ul li {
  display: inline-block;
  margin-right: 20px;
}

.banner_text ul li a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  position: relative;
  letter-spacing: .28px;
}

.banner_text ul li a:before {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -15px;
}

.banner_text ul li:first-child a {
  color: #f98805;
}

.banner_text ul li:first-child a:before {
  display: none;
}

.banner_text ul li:last-child {
  margin-right: 0px;
}

/* End Banner Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Main Slider Area css
============================================================================================ */
.main_slider_area .rev_slider ul li .slider_text_box .first_text {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-weight: bold !important;
}

.main_slider_area .rev_slider ul li .slider_text_box .first_text.black {
  color: #ffffff;
}

.main_slider_area .rev_slider ul li .slider_text_box .first_text.pink {
  color: #753375;
}

.main_slider_area .rev_slider ul li .slider_text_box .secand_text {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-style: italic;
}

.main_slider_area .rev_slider ul li .slider_text_box .secand_text.black {
  color: #ffffff;
}

.main_slider_area .rev_slider ul li .slider_text_box .main_btn {
  background: #fff;
  font-size: 18px;
  color: #3e606b;
  display: inline-block;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  padding: 0px 43px;
  line-height: 52px;
  border-radius: 26px;
  -webkit-transition: all 300ms linear !important;
  -o-transition: all 300ms linear !important;
  transition: all 300ms linear !important;
}

.main_slider_area .rev_slider ul li .slider_text_box .main_btn:hover {
  background: #f195b2;
  color: #fff;
}

.main_slider_area .rev_slider ul li .slider_text_box .now_btn {
  display: inline-block;
  padding: 0px 29px;
  background: #f08a00;
  border-radius: 4px;
  color: #fff;
  font-size: 17px;
  line-height: 50px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  -webkit-transition: all 300ms linear !important;
  -o-transition: all 300ms linear !important;
  transition: all 300ms linear !important;
}

.main_slider_area .rev_slider ul li .slider_text_box .now_btn:hover {
  background: #921415;
  color: #fff;
}

.main_slider_area .rev_slider ul li .slider_text_box .price h3 {
  background: #fff;
  height: 126px;
  width: 126px;
  border-radius: 50%;
  text-align: center !important;
  line-height: 122px;
  color: #242424;
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-style: italic;
  font-size: 45px;
}

/* End Main Slider Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Cake Welcome Feature Area css
============================================================================================ */
.welcome_bakery_area {
  /* background: url(../img/welcome-bg.jpg) no-repeat scroll center center; */
  background-size: cover;
  position: relative;
  z-index: 3;
}

/* .welcome_bakery_area:before {
  content: "";
  background: url(../img/w-left-techture.png) no-repeat scroll center center;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 685px;
  width: 237px;
  z-index: -1;
}

.welcome_bakery_area:after {
  content: "";
  background: url(../img/w-right-techture.png) no-repeat scroll center center;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 701px;
  width: 250px;
  z-index: -1;
} */

.wel_bakery_two .welcome_bakery_inner {
  border: none;
}

.welcome_bakery_inner {
  border-bottom: 1px solid #fff;
  border-bottom: 1px solid #dbdbdb;
}

.welcome_bakery_inner .main_title {
  padding-bottom: 0px;
}

.welcome_bakery_inner .welcome_left_text p {
  line-height: 23px;
  color: #797979;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0px;
}

.welcome_left_text img {
  width: 25%;
}

/* .welcome_bakery_inner .welcome_img {
  text-align: right;
}

.welcome_bakery_inner .welcome_img img {
  border-radius: 15px;
} */

.welcome_bakery_inner .welcome_img video {
  width: 100%;
  object-fit: cover;
  height: 500px;
  border-radius: 20px;
}

.about-vid video {
  width: 100%;
  height: 365px;
  object-fit: cover;
  border-radius: 20px;
}

.cake_feature_inner {
  padding: 80px 0px 0px 0px;
}

.cake_feature_slider .cake_feature_slider {
  position: absolute;
  right: 0px;
  top: -170px;
}

.cake_feature_slider .cake_feature_slider .owl-prev {
  margin-right: 10px;
}

.cake_feature_slider .cake_feature_slider .owl-prev,
.cake_feature_slider .cake_feature_slider .owl-next {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #d0d0d0;
  text-align: center;
  line-height: 36px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.cake_feature_slider .cake_feature_slider .owl-prev:hover,
.cake_feature_slider .cake_feature_slider .owl-next:hover {
  background: #003f92;
  color: #fff;
  border-color: #ffffff;
  cursor: pointer;
}

.cake_feature_item {
  background: #fff;
  overflow: hidden;
  /* border-radius: 5px; */
  -webkit-box-shadow: 0px 0px 15px 0px rgba(40, 40, 40, 0.08);
  box-shadow: 0px 0px 15px 0px rgba(40, 40, 40, 0.08);
  text-align: center;
  padding-bottom: 30px;
  border: 1px solid #fc8709;
}

.home-vid {
  width: 100%;
}

.home-vid .vid-sec {
  width: 100%;
}

.home-vid .vid-sec video {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.cake_feature_item .cake_img {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.cake_feature_item .cake_img img {
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.cake_feature_item .cake_img:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 1;
  opacity: 0;
}

.cake_feature_item .cake_img:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.cake_feature_item .cake_img:hover:before {
  opacity: 1;
}

.cake_feature_item .cake_text {
  position: relative;
}

.cake_feature_item .cake_text h4 {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #343434;
  font-size: 26px;
  font-family: "Playfair Display", serif;
  font-style: italic;
  background: #fff;
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -35px;
  line-height: 68px;
  margin-bottom: 0px;
  z-index: 2;
}

.cake_feature_item .cake_text h3 {
  font-size: 18px;
  color: #343434;
  font-family: "Playfair Display", serif;
  margin-bottom: 22px;
  padding-top: 27px;
  height: 38px;
}

.cake_feature_main {
  background: #fff;
  position: relative;
}

.cake_feature_main .cake_feature_row {
  margin-bottom: -50px;
}

.cake_feature_main .cake_feature_row .cake_feature_item {
  margin-bottom: 50px;
}

.pink_cake_feature {
  /* background: #f195b2; */
  background: #fc8709;
}

.pink_cake_feature:before {
  display: none;
}

.pink_cake_feature:after {
  display: none;
}

.pink_cake_feature .cake_feature_inner {
  position: relative;
}

.pink_cake_feature .cake_feature_inner .title_view_all {
  overflow: hidden;
}

.pink_cake_feature .cake_feature_inner .title_view_all .float-right .pest_btn {
  line-height: 46px;
  background: #fff;
  color: #797979;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  margin-top: 25px;
}

.pink_cake_feature .cake_feature_inner .title_view_all .float-right .pest_btn:before {
  background: #f195b2;
}

.pink_cake_feature .cake_feature_inner .title_view_all .float-right .pest_btn:hover {
  color: #f195b2;
}

.pink_cake_feature .cake_feature_inner .cake_feature_slider {
  position: relative;
}

.pink_cake_feature .cake_feature_inner .cake_feature_slider .cake_feature_slider {
  position: relative;
  left: 0px;
  top: -20px;
  text-align: center;
  margin-top: 50px;
}

.pink_cake_feature .cake_feature_inner .cake_feature_slider .cake_feature_slider .owl-prev,
.pink_cake_feature .cake_feature_inner .cake_feature_slider .cake_feature_slider .owl-next {
  border-color: #fff;
  color: #fff;
}

.cake_feature_four {
  background: #f5f5f5;
}

.cake_feature_four .cake_feature_slider .cake_feature_slider {
  position: relative;
  top: 0px;
  left: 0px;
  text-align: center;
  margin-top: 45px;
}

.our_cakes_area .cake_feature_row .cake_feature_item {
  margin-bottom: 30px;
}

.our_cakes_area .main_title h5 {
  font-style: normal;
}

/* End Cake Welcome Feature Area css
============================================================================================ */
/* Special Recipe Area css
============================================================================================ */
.special_recipe_area {
  background: url(../img/recipe/special-recipe.jpg) no-repeat fixed center center;
  background-size: cover;
  padding: 85px 0px;
  position: relative;
}

.special_recipe_slider {
  position: static;
}

.special_recipe_slider .item .media .d-flex {
  padding-right: 150px;
  position: relative;
}

.special_recipe_slider .item .media .d-flex:before {
  content: "";
  height: 235px;
  width: 1px;
  background: #bcbfc1;
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.special_recipe_slider .item .media .media-body {
  vertical-align: middle;
  -ms-flex-item-align: center;
  align-self: center;
}

.special_recipe_slider .item .media .media-body h4 {
  font-size: 48px;
  font-family: "Playfair Display", serif;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}

.special_recipe_slider .item .media .media-body p {
  font-size: 20px;
  color: #fff;
  font-family: "Lora", serif;
  font-style: italic;
  line-height: 30px;
  padding-right: 80px;
  margin-bottom: 32px;
}

.special_recipe_slider .owl-dots {
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.special_recipe_slider .owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-bottom: 8px;
}

.special_recipe_slider .owl-dots .owl-dot:last-child {
  margin-bottom: 0px;
}

.special_recipe_slider .owl-dots .owl-dot.active {
  background: #fff;
}

/* End Special Recipe Area css
============================================================================================ */
/* Error Page Area css
============================================================================================ */
.error_area {
  text-align: center;
  background: url(../img/error-bg.jpg) no-repeat scroll center center;
  background-size: cover;
  min-height: 834px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
}

.error_area:before {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0px;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.error_area .error_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.error_area .error_inner .error_inner_text {
  -ms-flex-item-align: center;
  align-self: center;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  color: #fff;
  margin-top: -90px;
}

.error_area .error_inner .error_inner_text h3 {
  font-size: 200px;
  font-family: "Playfair Display", serif;
  font-weight: bold;
  margin-bottom: 15px;
  display: block;
  vertical-align: middle;
  -ms-flex-item-align: center;
  align-self: center;
}

.error_area .error_inner .error_inner_text h4 {
  font-size: 60px;
  font-family: "Playfair Display", serif;
  font-weight: bold;
  margin-bottom: 12px;
}

.error_area .error_inner .error_inner_text h5 {
  font-size: 27px;
  font-family: "Playfair Display", serif;
  font-style: italic;
  margin-bottom: 40px;
}

.error_area .error_inner .error_inner_text .pink_btn {
  border-radius: 3px;
  line-height: 74px;
  font-size: 24px;
  padding: 0px 55px;
}

/* End Error Page Area css
============================================================================================ */
/* Faq Area css
============================================================================================ */
.faq_area .search_form {
  background: #f2f2f2;
  border-radius: 7px;
  padding: 8px;
  display: block;
  position: relative;
  margin-bottom: 50px;
}

.faq_area .search_form input {
  width: 100%;
  display: block;
  border-radius: 4px !important;
  border: 1px solid #e0e0e0;
  height: 60px;
  padding: 0px 20px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.faq_area .search_form input.placeholder {
  font-size: 18px;
  color: #797979;
  font-family: "Playfair Display", serif;
}

.faq_area .search_form input:-moz-placeholder {
  font-size: 18px;
  color: #797979;
  font-family: "Playfair Display", serif;
}

.faq_area .search_form input::-moz-placeholder {
  font-size: 18px;
  color: #797979;
  font-family: "Playfair Display", serif;
}

.faq_area .search_form input::-webkit-input-placeholder {
  font-size: 18px;
  color: #797979;
  font-family: "Playfair Display", serif;
}

.faq_area .search_form .input-group-append {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.faq_area .search_form .input-group-append button {
  padding: 0px;
  border-radius: 0px;
  border: none;
  color: #797979;
}

.faq_collaps .left_side_collaps .card {
  border: none;
  border-radius: 0px;
  margin-bottom: 30px;
}

.faq_collaps .left_side_collaps .card .card-header {
  padding: 0px;
  background: transparent;
  border: none;
}

.faq_collaps .left_side_collaps .card .card-header button {
  padding: 0px;
  white-space: normal;
  text-align: left;
  position: relative;
  padding-left: 30px;
  text-decoration: none;
  color: #3e606b;
  font-size: 22px;
  font-family: "Playfair Display", serif;
  font-weight: bold;
}

.faq_collaps .left_side_collaps .card .card-header button i {
  display: none;
  position: absolute;
  left: 0px;
  top: -4px;
  color: #3e606b;
  font-weight: bold;
  font-size: 28px;
  font-family: "Montserrat", sans-serif;
}

.faq_collaps .left_side_collaps .card .card-header button i+i {
  display: inline-block;
}

.faq_collaps .left_side_collaps .card .card-header button.collapsed i {
  display: inline-block;
}

.faq_collaps .left_side_collaps .card .card-header button.collapsed i+i {
  display: none;
}

.faq_collaps .left_side_collaps .card .card-body {
  font-size: 16px;
  color: #797979;
  line-height: 28px;
  font-family: "Open Sans", sans-serif;
  padding: 15px 30px 15px 30px;
}

.faq_form_area {
  background: #f8f8f8;
  position: relative;
  padding: 90px 0px 100px 0px;
  overflow: hidden;
}

.faq_form_area:before {
  content: "";
  background: url(../img/faq-form-right.png) no-repeat scroll center center;
  width: 545px;
  height: 709px;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.faq_form_area .faq_left_form .faq_title {
  padding-bottom: 40px;
}

.faq_form_area .faq_left_form .faq_title h3 {
  font-size: 36px;
  color: #3e606b;
  font-family: "Playfair Display", serif;
  font-weight: bold;
}

.faq_form_area .faq_left_form .contact_us_form .form-group input {
  border: none;
  border-bottom: 2px solid #e3e3e3;
  background: transparent;
  padding: 0px;
  border-radius: 0px;
  font-size: 18px;
  font-family: "Playfair Display", serif;
  color: rgba(0, 0, 0, 0.7);
}

.faq_form_area .faq_left_form .contact_us_form .form-group input.placeholder {
  font-size: 18px;
  font-family: "Playfair Display", serif;
  color: rgba(0, 0, 0, 0.7);
}

.faq_form_area .faq_left_form .contact_us_form .form-group input:-moz-placeholder {
  font-size: 18px;
  font-family: "Playfair Display", serif;
  color: rgba(0, 0, 0, 0.7);
}

.faq_form_area .faq_left_form .contact_us_form .form-group input::-moz-placeholder {
  font-size: 18px;
  font-family: "Playfair Display", serif;
  color: rgba(0, 0, 0, 0.7);
}

.faq_form_area .faq_left_form .contact_us_form .form-group input::-webkit-input-placeholder {
  font-size: 18px;
  font-family: "Playfair Display", serif;
  color: rgba(0, 0, 0, 0.7);
}

.faq_form_area .faq_left_form .contact_us_form .form-group textarea {
  border: none;
  border-bottom: 2px solid #e3e3e3;
  background: transparent;
  padding: 6px 0px;
  border-radius: 0px;
  font-size: 18px;
  font-family: "Playfair Display", serif;
  color: rgba(0, 0, 0, 0.7);
}

.faq_form_area .faq_left_form .contact_us_form .form-group textarea.placeholder {
  font-size: 18px;
  font-family: "Playfair Display", serif;
  color: rgba(0, 0, 0, 0.7);
}

.faq_form_area .faq_left_form .contact_us_form .form-group textarea:-moz-placeholder {
  font-size: 18px;
  font-family: "Playfair Display", serif;
  color: rgba(0, 0, 0, 0.7);
}

.faq_form_area .faq_left_form .contact_us_form .form-group textarea::-moz-placeholder {
  font-size: 18px;
  font-family: "Playfair Display", serif;
  color: rgba(0, 0, 0, 0.7);
}

.faq_form_area .faq_left_form .contact_us_form .form-group textarea::-webkit-input-placeholder {
  font-size: 18px;
  font-family: "Playfair Display", serif;
  color: rgba(0, 0, 0, 0.7);
}

.faq_form_area .faq_left_form .contact_us_form .form-group .pest_btn {
  width: 170px;
  height: 50px;
  border-radius: 25px;
  font-size: 16px;
}

/* End Faq Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Service Area css
============================================================================================ */
.service_area {
  background: url(../img/service-bg.jpg) no-repeat scroll center center;
  background-size: cover;
  padding: 100px 0px 50px 0px;
}

.service_item {
  color: #fff;
  border: 1px solid black;
  padding: 20px;
  border-radius: 20px;
  height: 260px;
}

.service_item i {
  font-size: 70px;
  line-height: 70px;
  color: #9C2823;
}

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

.service_item i:before {
  font-size: 50px;
}

.service_item h4 {
  font-size: 24px;
  font-family: "Playfair Display", serif;
  font-weight: bold;
  margin: 15px 0px 10px 0px;
  color: #9C2823;
}

.service_item p {
  font-size: 15px;
  line-height: 26px;
  font-family: "Open Sans", sans-serif;
  padding-right: 30px;
  margin-bottom: 0px;
  font-weight: 500;
  color: #040436;
}

.discover_menu_area {
  position: relative;
}

.discover_menu_area:before {
  content: "";
  background: url(../img/menu-left.png) no-repeat scroll center center;
  width: 260px;
  height: 480px;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.discover_menu_area:after {
  content: "";
  background: url(../img/menu-right.png) no-repeat scroll center center;
  width: 260px;
  height: 640px;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.discover_menu_area.service_menu .discover_menu_inner {
  margin: 0px;
  width: 100%;
  max-width: 100%;
}

.discover_menu_area.service_menu .discover_menu_inner .s_dis_title {
  overflow: hidden;
}

.discover_menu_area.service_menu .discover_menu_inner .s_dis_title .pest_w_btn {
  margin-top: 35px;
}

.discover_menu_inner {
  max-width: 1345px;
  margin: auto;
  background: #fff;
  margin-top: -60px;
  padding-top: 100px;
  padding-bottom: 115px;
}

.discover_menu_inner .main_title {
  padding-bottom: 40px;
}

.discover_item_inner .discover_item {
  border-bottom: 1px dashed #c8c8c8;
  max-width: 542px;
  margin-bottom: 20px;
}

.discover_item_inner .discover_item:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}

.discover_item_inner .discover_item h4 {
  font-size: 20px;
  font-family: "Playfair Display", serif;
  font-weight: bold;
  color: #242424;
  margin-bottom: 10px;
}

.discover_item_inner .discover_item p {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  color: #797979;
  margin-bottom: 20px;
}

.discover_item_inner .discover_item p span {
  float: right;
  color: #e3764b;
  font-size: 20px;
  font-family: "Playfair Display", serif;
  font-weight: bold;
}

.menu_d_two .discover_menu_inner {
  margin: 0px;
  max-width: 100%;
}

.menu_d_two .discover_menu_inner .col-lg-12 {
  text-align: center;
}

.menu_d_two .discover_menu_inner .pest_btn {
  margin-top: 65px;
  line-height: 45px;
  padding: 0px 26px;
}

.menu_d_two .discover_menu_inner .pest_w_btn {
  margin-top: 65px;
}

.price_list_inner .single_pest_title {
  margin-bottom: 75px;
}

.price_list_inner .discover_item_inner .discover_item:last-child {
  border-bottom: 1px dashed #c8c8c8;
}

.price_list_inner .our_bakery_image {
  margin-top: 100px;
}

/* End Service Area css
============================================================================================ */
/* End Service Area css
============================================================================================ */
.our_bakery_area .our_bakery_text {
  text-align: center;
}

.our_bakery_area .our_bakery_text h2 {
  font-family: "Great Vibes", cursive;
  font-weight: bold;
  color: #921415;
  font-size: 36px;
  position: relative;
  /* margin-bottom: 10px; */
  /* padding-bottom: 15px; */
}

.our_bakery_text img {
  width: 20%;
  margin-bottom: 5px;
}

/* .our_bakery_area .our_bakery_text h2:before {
  content: "";
  width: 40px;
  height: 1px;
  background: #acb2b4;
  position: absolute;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
} */

.our_bakery_area .our_bakery_text h6 {
  font-size: 20px;
  font-family: "Lora", serif;
  color: #242424;
  line-height: 26px;
  margin-bottom: 30px;
}

.our_bakery_area .our_bakery_text p {
  font-size: 16px;
  line-height: 26px;
  color: #797979;
  margin-bottom: 50px;
}

/* End Service Area css
============================================================================================ */
/* Our Mission Area css
============================================================================================ */
.our_mission_inner .mission_inner_text h6 {
  font-size: 20px;
  line-height: 30px;
  color: #242424;
  font-family: "Lora", serif;
  font-style: italic;
  margin-bottom: 30px;
}

.our_mission_inner .mission_inner_text p {
  font-size: 16px;
  line-height: 26px;
  color: #797979;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 45px;
}

.our_mission_inner .mission_inner_text .nav li {
  margin-right: 40px;
}

.our_mission_inner .mission_inner_text .nav li a {
  font-size: 25px;
  color: #473c3a;
  font-family: "Playfair Display", serif;
  font-style: italic;
}

.our_mission_inner .mission_inner_text .nav li:last-child {
  margin-right: 0px;
}

/* End Our Mission Area css
============================================================================================ */
/* Service We Offer Area css
============================================================================================ */
.service_we_offer_area {
  background: #f195b2;
}

.service_we_offer_area .single_w_title {
  margin-bottom: 50px;
}

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

.s_we_item {
  margin-bottom: 30px;
  border: 1px dashed #fff;
  padding: 25px 15px 35px 23px;
  -webkit-transition: all 200ms linear 0s;
  -o-transition: all 200ms linear 0s;
  transition: all 200ms linear 0s;
}

.s_we_item .media .d-flex {
  padding-right: 18px;
}

.s_we_item .media .d-flex i {
  font-size: 60px;
  line-height: 60px;
  color: #fff;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.s_we_item .media .d-flex i:before {
  font-size: 60px;
}

.s_we_item .media .media-body h4 {
  font-size: 22px;
  font-family: "Playfair Display", serif;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.s_we_item .media .media-body p {
  font-size: 15px;
  line-height: 24px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  margin-bottom: 0px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.s_we_item:hover {
  background: #fff;
}

.s_we_item:hover .media .d-flex i {
  color: #242424;
}

.s_we_item:hover .media .media-body h4 {
  color: #242424;
}

.s_we_item:hover .media .media-body p {
  color: #797979;
}

.s_we_item.gray_s_item {
  background: #fff;
  border: 1px dashed #ababab;
  height: 240px;
}

.s_we_item.gray_s_item .media .d-flex i {
  color: #242424;
}

.s_we_item.gray_s_item .media .media-body h4 {
  color: #242424;
}

.s_we_item.gray_s_item .media .media-body p {
  color: #797979;
}

/* .s_we_item.gray_s_item:hover {
  background: #62c3e7;
  border-color: #62c3e7;
} */

.s_we_item.gray_s_item:hover {
  background: #ef9103;
  border-color: #ef9103;
}

.s_we_item.gray_s_item:hover .media .d-flex i {
  color: #fff;
}

.s_we_item.gray_s_item:hover .media .media-body h4 {
  color: #fff;
}

.s_we_item.gray_s_item:hover .media .media-body p {
  color: #fff;
}

.gray_service {
  background: #f1f1f1;
}

.white_bg {
  background: #fff;
}

.color-dark-blue {
  color: #002b68 !important;
}

/* End Service We Offer Area css
============================================================================================ */
/* End Service We Offer Area css
============================================================================================ */
.new_arivals_area .single_pest_title {
  margin-bottom: 50px;
}

.arivals_chocolate {
  position: relative;
}

.arivals_chocolate .arivals_pic {
  text-align: right;
  position: relative;
}

.arivals_chocolate .arivals_pic .price_text {
  position: absolute;
  right: 25px;
  top: 20px;
  height: 92px;
  width: 92px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
}

.arivals_chocolate .arivals_pic .price_text h5 {
  margin-bottom: 0px;
  font-size: 36px;
  color: #242424;
  font-family: "Playfair Display", serif;
  font-weight: bold;
  line-height: 85px;
}

.arivals_chocolate .arivals_text {
  position: absolute;
  left: 48px;
  top: 30px;
}

.arivals_chocolate .arivals_text h4 {
  font-size: 55px;
  color: #a5504e;
  font-family: "Playfair Display", serif;
  font-weight: bold;
}

.arivals_chocolate .arivals_text h4 span {
  display: block;
  font-style: italic;
  font-size: 36px;
}

.arivals_chocolate .arivals_text a {
  font-size: 34px;
  color: #a5504e;
  font-family: "Lora", serif;
  font-weight: bold;
  font-style: italic;
  background: #f7e7d2;
  border-radius: 5px;
  display: inline-block;
  padding: 0px 20px;
  line-height: 56px;
  margin-top: 15px;
}

.arivals_slider .item {
  padding-bottom: 20px;
}

.arivals_slider .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.arivals_slider .owl-dots .owl-dot {
  height: 9px;
  width: 9px;
  border-radius: 50%;
  background: #f195b2;
  display: inline-block;
  margin-right: 10px;
}

.arivals_slider .owl-dots .owl-dot:last-child {
  margin-right: 0px;
}

.arivals_slider .owl-dots .owl-dot.active {
  background: #414141;
}

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

.service_m_item {
  text-align: center;
  margin-bottom: 75px;
}

.service_m_item .service_img_inner {
  border: 1px dashed #cecece;
  display: inline-block;
  border-radius: 50%;
  padding: 5px;
}

.service_m_item .service_img {
  overflow: hidden;
  position: relative;
  z-index: 3;
}

.service_m_item .service_img:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.service_m_item .service_img:hover:before {
  opacity: 1;
}

.service_m_item .service_text h4 {
  margin-bottom: 0px;
  margin-top: 20px;
  font-family: "Playfair Display", serif;
  font-weight: bold;
  color: #3e606b;
  font-size: 20px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.service_m_item .service_text h4:hover {
  color: #f195b2;
}

/* End Service We Offer Area css
============================================================================================ */
/* Special Area css
============================================================================================ */
.special_item_inner .specail_item {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 100px;
  padding-top: 100px;
}

.special_item_inner .specail_item .col-lg-8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.special_item_inner .specail_item .special_item_text {
  vertical-align: middle;
  -ms-flex-item-align: center;
  align-self: center;
}

.special_item_inner .specail_item:first-child {
  padding-top: 20px;
  padding-bottom: 75px;
}

.special_item_inner .specail_item .special_item_text {
  padding-left: 30px;
  max-width: 660px;
}

.special_item_inner .specail_item .special_item_text h4 {
  font-size: 43px;
  color: #3e606b;
  font-family: "Playfair Display", serif;
  font-weight: bold;
  margin-bottom: 20px;
}

.special_item_inner .specail_item .special_item_text p {
  font-size: 20px;
  line-height: 30px;
  color: #797979;
  margin-bottom: 0px;
}

.special_item_inner .specail_item .special_item_text .pink_btn {
  margin-top: 30px;
}

.special_item_inner .specail_item .s_item_left .main_title {
  padding-bottom: 0px;
}

.special_item_inner .specail_item .s_item_left .main_title h2 {
  font-size: 36px;
}

.special_item_inner .specail_item .s_item_left .list_style li a {
  font-size: 22px;
  line-height: 50px;
  color: #797979;
  font-family: "Playfair Display", serif;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.special_item_inner .specail_item .s_item_left .list_style li:hover a {
  color: #f195b2;
}

.making_area {
  padding-bottom: 100px;
}

.making_area .main_title h2 {
  font-size: 36px;
}

.making_area .main_title p {
  line-height: 26px;
  font-size: 16px;
  color: #797979;
}

.making_area .main_title p+p {
  margin-top: 28px;
}

/* End Special Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Client Says Area css
============================================================================================ */
.client_says_area {
  background: linear-gradient(89deg, rgba(168, 15, 15, 1) 0%, rgba(128, 17, 17, 1) 100%);
}

.client_says_inner {
  max-width: 996px;
  margin: auto;
}

.client_says_inner .c_says_title {
  padding-left: 180px;
}

/* .testi-img{
  width: 50px;
} */

.client_says_slider .item .media .d-flex {
  padding-right: 90px;
  text-align: center;
  display: block !important;
  position: relative;
}

.client_says_slider .item .media .d-flex:before {
  content: "";
  height: 105px;
  width: 1px;
  background: #d0edf8;
  position: absolute;
  right: 45px;
  top: 40px;
}

.client_says_slider .item .media .d-flex img {
  margin-top: 25px;
  border-radius: 50%;
}

.client_says_slider .item .media .d-flex h3 {
  text-align: center;
  color: #fff;
  font-family: Arial;
  font-size: 120px;
  line-height: 60px;
  margin-top: 50px;
}

.client_says_slider .item .media .media-body p {
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: .66px;
  font-family: "Lora", serif;
  padding-top: 40px;
  margin-bottom: 0px;
}

.client_says_slider .item .media .media-body h5 {
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: .66px;
  font-family: "Lora", serif;
  font-style: italic;
  margin-bottom: 0px;
  padding-top: 30px;
}

.client_says_slider .client_says_slider {
  position: absolute;
  right: 0px;
  top: -45px;
}

.client_says_slider .client_says_slider .owl-prev {
  margin-right: 10px;
}

.client_says_slider .client_says_slider .owl-prev,
.client_says_slider .client_says_slider .owl-next {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #fff;
  text-align: center;
  line-height: 36px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  color: #fff;
}

.client_says_slider .client_says_slider .owl-prev:hover,
.client_says_slider .client_says_slider .owl-next:hover {
  background: #f195b2;
  color: #fff;
  border-color: #f195b2;
  cursor: pointer;
}

/* End Client Says Area css
============================================================================================ */
/* Testimonials Area css
============================================================================================ */
.testimonials_item_area .testi_item_inner {
  max-width: 1030px;
  margin: 0px auto -75px;
}

.testimonials_item_area .testi_item_inner .media {
  margin-bottom: 75px;
}

.testimonials_item_area .testi_item_inner .media .d-flex {
  padding-right: 90px;
  text-align: center;
  display: block !important;
  position: relative;
}

.testimonials_item_area .testi_item_inner .media .d-flex:before {
  content: "";
  height: 105px;
  width: 1px;
  background: #a1a1a1;
  position: absolute;
  right: 45px;
  top: 40px;
}

.testimonials_item_area .testi_item_inner .media .d-flex img {
  padding-top: 25px;
}

.testimonials_item_area .testi_item_inner .media .d-flex h3 {
  text-align: center;
  color: #e8e8e8;
  font-family: Arial;
  font-size: 120px;
  line-height: 60px;
  margin-top: 50px;
}

.testimonials_item_area .testi_item_inner .media .media-body p {
  color: #797979;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: .66px;
  font-family: "Lora", serif;
  padding-top: 40px;
  margin-bottom: 0px;
}

.testimonials_item_area .testi_item_inner .media .media-body h5 {
  color: #3e606b;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: .66px;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  margin-bottom: 0px;
  padding-top: 30px;
}

/* End Testimonials Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Our Chef Area css
============================================================================================ */
.our_chef_area {
  background: #f6f6f6;
}

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

.chef_text_item .main_title p {
  font-size: 16px;
  line-height: 26px;
  font-family: "Open Sans", sans-serif;
  color: #797979;
  font-style: normal;
}

.chef_item {
  text-align: center;
  margin-bottom: 50px;
}

.chef_item .chef_img {
  overflow: hidden;
  position: relative;
}

.chef_item .chef_img img {
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.chef_item .chef_img:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.chef_item .chef_img:before {
  content: "";
  /* background: rgba(98, 195, 231, 0.9); */
  background: rgb(246 134 0 / 48%);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.chef_item .chef_img .list_style {
  position: absolute;
  left: 0px;
  width: 100%;
  text-align: center;
  z-index: 2;
  bottom: 0px;
  opacity: 0;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.chef_item .chef_img .list_style li {
  display: inline-block;
  margin-right: 20px;
}

.chef_item .chef_img .list_style li:last-child {
  margin-right: 0px;
}

.chef_item .chef_img .list_style li a {
  color: #fff;
  font-size: 24px;
}

.chef_item h4 {
  font-size: 18px;
  font-family: "Playfair Display", serif;
  font-weight: bold;
  color: #242424;
  margin-top: 18px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.chef_item h4:hover {
  color: #f195b2;
}

.chef_item h5 {
  font-size: 16px;
  font-family: "Lora", serif;
  color: #797979;
  font-style: italic;
  margin-bottom: 0px;
}

.chef_item:hover .chef_img:before {
  opacity: 1;
}

.chef_item:hover .chef_img .list_style {
  bottom: 30px;
  opacity: 1;
}

/* End Our Chef Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Latest Blog Area css
============================================================================================ */
.latest_news_area.gray_bg {
  background: #f5f5f5;
}

.latest_news_area.golden_bg {
  background: #f7f0e4;
}

.l_news_image {
  position: relative;
  overflow: hidden;
}

.l_news_image .l_news_hover {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  bottom: 35px;
  color: #fff;
  max-width: 300px;
}

.l_news_image .l_news_hover h5 {
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  margin-bottom: 15px;
}

.l_news_image .l_news_hover h4 {
  font-size: 22px;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-weight: bold;
  margin-bottom: 0px;
}

.l_news_item .l_news_img {
  position: relative;
  overflow: hidden;
}

.l_news_item .l_news_img:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.l_news_item .l_news_img img {
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.l_news_item .l_news_img:hover {
  cursor: pointer;
}

.l_news_item .l_news_img:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  cursor: pointer;
}

.l_news_item .l_news_img:hover:hover:before {
  opacity: 1;
}

.l_news_item .l_news_text h5 {
  font-size: 13px;
  color: #242424;
  font-family: "Open Sans", sans-serif;
  margin-top: 25px;
}

.l_news_item .l_news_text h4 {
  font-size: 22px;
  font-family: "Playfair Display", serif;
  font-weight: bold;
  color: #242424;
  margin-bottom: 15px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.l_news_item .l_news_text h4:hover {
  color: #f195b2;
}

.l_news_item .l_news_text p {
  font-size: 15px;
  line-height: 26px;
  color: #797979;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0px;
}

/* End Latest Blog Area css
============================================================================================ */
/* Main Blog Area css
============================================================================================ */
.main_blog_inner {
  padding-right: 30px;
}

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

.main_blog_column .col-lg-6 {
  margin-bottom: 80px;
}

.blog_item {
  margin-bottom: 30px;
}

.blog_item:last-child {
  margin-bottom: 0px;
}

.blog_item .blog_img {
  overflow: hidden;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.blog_item .blog_img:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: pointer;
}

.blog_item .blog_img img {
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.blog_item .blog_img:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.blog_item .blog_img:hover:before {
  opacity: 1;
}

.blog_item .blog_text .blog_time {
  overflow: hidden;
  border-bottom: 1px solid #e4e4e4;
}

.blog_item .blog_text .blog_time .float-left a {
  color: #f195b2;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  line-height: 65px;
}

.blog_item .blog_text .blog_time .float-right .list_style li {
  display: inline-block;
  margin-right: 25px;
}

.blog_item .blog_text .blog_time .float-right .list_style li a {
  line-height: 65px;
  font-size: 16px;
  color: #b8b8b8;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  position: relative;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.blog_item .blog_text .blog_time .float-right .list_style li a:before {
  content: "/";
  position: absolute;
  top: 50%;
  right: -17px;
  font-size: 16px;
  color: #b8b8b8;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog_item .blog_text .blog_time .float-right .list_style li:hover a {
  color: #f195b2;
}

.blog_item .blog_text .blog_time .float-right .list_style li:last-child {
  margin-right: 0px;
}

.blog_item .blog_text .blog_time .float-right .list_style li:last-child a:before {
  display: none;
}

.blog_item .blog_text h4 {
  font-size: 24px;
  color: #3e606b;
  font-family: "Playfair Display", serif;
  font-weight: bold;
  margin: 35px 0px 20px 0px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.blog_item .blog_text h4:hover {
  color: #f195b2;
}

.blog_item .blog_text p {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  line-height: 26px;
  color: #797979;
  margin-bottom: 15px;
}

.r_widget {
  margin-bottom: 20px;
}

.r_widget:last-child {
  margin-bottom: 0px;
}

.r_title {
  margin-bottom: 15px;
}

.r_title h3 {
  font-size: 24px;
  color: #921415;
  font-family: "Playfair Display", serif;
  font-weight: bold;
  display: inline-block;
  position: relative;
  margin-bottom: 0px;
}

.r_title h3:before {
  content: "";
  width: 25px;
  height: 1px;
  background: #acb2b4;
  position: absolute;
  right: -35px;
  bottom: 5px;
}

.search_widget .input-group {
  display: block;
}

.search_widget .input-group input {
  width: 100%;
  border-radius: 0px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 52px;
  font-size: 15px;
  color: #7a7a7a;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #d3d3d3;
}

.search_widget .input-group input.placeholder {
  font-size: 15px;
  color: #7a7a7a;
  font-family: "Open Sans", sans-serif;
}

.search_widget .input-group input:-moz-placeholder {
  font-size: 15px;
  color: #7a7a7a;
  font-family: "Open Sans", sans-serif;
}

.search_widget .input-group input::-moz-placeholder {
  font-size: 15px;
  color: #7a7a7a;
  font-family: "Open Sans", sans-serif;
}

.search_widget .input-group input::-webkit-input-placeholder {
  font-size: 15px;
  color: #7a7a7a;
  font-family: "Open Sans", sans-serif;
}

.search_widget .input-group .input-group-append {
  position: absolute;
  right: 12px;
  top: 51%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
}

.search_widget .input-group .input-group-append .btn {
  padding: 0px;
  margin-left: 0px;
  background: transparent;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.search_widget .input-group .input-group-append .btn i {
  font-size: 16px;
  color: #414141;
}

.categories_widget .list_style {
  margin-top: -5px;
}

.categories_widget .list_style li a {
  display: block;
  border-bottom: 1px solid #e6e6e6;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  color: #797979;
  line-height: 25px;
  padding: 15px 0px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.categories_widget .list_style li a i {
  float: right;
  line-height: 42px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  left: 0px;
  position: relative;
}

.categories_widget .list_style li:last-child a {
  border-bottom: 0px;
}

.categories_widget .list_style li:hover a {
  color: #f195b2;
}

.categories_widget .list_style li:hover a i {
  position: relative;
  left: -4px;
}

.recent_widget .recent_w_inner .media {
  margin-top: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e1e1e1;
}

.s_comment_list_inner .media .sm-img img {
  width: 45px;
}

.recent_widget .recent_w_inner .media .d-flex {
  padding-right: 22px;
}

.recent_widget .recent_w_inner .media .media-body h4 {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #242424;
  line-height: 20px;
  margin-bottom: 0px;
  margin-top: -3px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.recent_widget .recent_w_inner .media .media-body h4:hover {
  color: #f195b2;
}

.recent_widget .recent_w_inner .media .media-body p {
  font-size: 14px;
  color: #9a9a9a;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  margin-bottom: 0px;
}

.recent_widget .recent_w_inner .media:first-child {
  margin-top: 0px;
}

.recent_widget .recent_w_inner .media:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
}

.tags_widget .list_style {
  margin-right: -7px;
  margin-bottom: -10px;
}

.tags_widget .list_style li {
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 10px;
}

.tags_widget .list_style li a {
  border: 1px solid #e4e4e4;
  font-size: 14px;
  color: #a6a6a6;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  display: inline-block;
  padding: 0px 16px;
  line-height: 36px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.tags_widget .list_style li:hover a {
  color: #fff;
  background: #94c9d9;
  border-color: #94c9d9;
}

.blog_pagination {
  margin-top: 60px;
}

.blog_pagination .pagination {
  margin-bottom: 0px;
}

.blog_pagination .pagination li {
  display: inline-block;
  margin-right: 10px;
}

.blog_pagination .pagination li a {
  border: 2px solid #bababa;
  border-radius: 50% !important;
  height: 43px;
  width: 43px;
  text-align: center;
  line-height: 40px;
  padding: 0px;
  color: #bababa;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.blog_pagination .pagination li:last-child {
  margin-right: 0px;
}

.blog_pagination .pagination li:hover a,
.blog_pagination .pagination li.active a {
  background: #f195b2;
  color: #fff;
  border-color: #f195b2;
}

/* End Main Blog Area css
============================================================================================ */
/* Single Blog Area css
============================================================================================ */
.b_single_text {
  font-size: 24px;
  color: #3e606b;
  font-family: "Playfair Display", serif;
  font-weight: bold;
  margin-bottom: 25px;
}

.single_blog_inner .blog_item {
  margin-bottom: 0px;
}

.two_column_text {
  margin-bottom: 55px;
}

.two_column_text p {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  line-height: 26px;
  color: #797979;
  margin-bottom: 0px;
  font-weight: normal;
}

.single_element_text p {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  line-height: 26px;
  color: #797979;
  margin-bottom: 0px;
  font-weight: normal;
}

.single_element_text p a {
  color: #f195b2;
  text-decoration: underline;
}

.cm_title_br {
  font-size: 24px;
  color: #921415;
  font-family: "Playfair Display", serif;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}

/* .cm_title_br:before {
  content: "";
  width: 25px;
  background: #acb2b4;
  position: absolute;
  right: -45px;
  height: 1px;
  bottom: 5px;
} */

.s_comment_list {
  margin-top: 45px;
}

.s_comment_list .s_comment_list_inner {
  border: 1px solid #eeeeee;
}

.s_comment_list .s_comment_list_inner .media {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 70px;
  margin-top: 0px;
  border-bottom: 1px solid #eeeeee;
}

.s_comment_list .s_comment_list_inner .media .d-flex {
  padding-right: 15px;
}

.s_comment_list .s_comment_list_inner .media .media-body h4 {
  font-size: 15px;
  font-family: "Playfair Display", serif;
  letter-spacing: .45px;
  line-height: normal;
  color: #3e606b;
  font-weight: bold;
  margin-bottom: 0px;
}

.s_comment_list .s_comment_list_inner .media .media-body p {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  color: #898989;
  line-height: 26px;
  margin-bottom: 0px;
}

.s_comment_list .s_comment_list_inner .media .media-body .date_rep {
  margin-top: 10px;
}

.s_comment_list .s_comment_list_inner .media .media-body .date_rep a {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: .39px;
  color: #aeaeae;
  margin-right: 20px;
  position: relative;
}

.s_comment_list .s_comment_list_inner .media .media-body .date_rep a:before {
  content: "";
  background: #aeaeae;
  height: 13px;
  width: 1px;
  position: absolute;
  right: -12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.s_comment_list .s_comment_list_inner .media .media-body .date_rep a:last-child {
  color: #f195b2;
}

.s_comment_list .s_comment_list_inner .media .media-body .date_rep a:last-child:before {
  display: none;
}

.s_comment_list .s_comment_list_inner .media .media-body .media {
  background: transparent;
  padding-left: 0px;
  padding-top: 40px;
  padding-right: 0px;
}

.s_comment_list .s_comment_list_inner .media:nth-child(even) {
  background: #fcfcfc;
}

.s_comment_list .s_comment_list_inner .media:last-child {
  border-bottom: none;
}

.s_comment_area {
  margin-top: 60px;
}

.s_comment_area .s_comment_inner {
  background: #f7f7f7;
  border: 1px solid #eeeeee;
  padding: 50px 35px;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group {
  margin-bottom: 20px;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group input {
  background: #fff;
  font-size: 17px;
  color: #afaeae;
  height: 45px;
  border: 1px solid #eeeeee;
  border-radius: 0px;
  padding: 0px 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  font-family: "Playfair Display", serif;
  line-height: 45px;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group input.placeholder {
  font-size: 17px;
  color: #afaeae;
  font-family: "Playfair Display", serif;
  line-height: 45px;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group input:-moz-placeholder {
  font-size: 17px;
  color: #afaeae;
  font-family: "Playfair Display", serif;
  line-height: 45px;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group input::-moz-placeholder {
  font-size: 17px;
  color: #afaeae;
  font-family: "Playfair Display", serif;
  line-height: 45px;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group input::-webkit-input-placeholder {
  font-size: 17px;
  color: #afaeae;
  font-family: "Playfair Display", serif;
  line-height: 45px;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group textarea {
  background: #fff;
  border-color: #eeeeee;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 172px;
  padding: 15px 20px;
  border-radius: 0px;
  resize: none;
  font-size: 17px;
  color: #afaeae;
  font-family: "Playfair Display", serif;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group textarea.placeholder {
  font-size: 17px;
  color: #afaeae;
  font-family: "Playfair Display", serif;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group textarea:-moz-placeholder {
  font-size: 17px;
  color: #afaeae;
  font-family: "Playfair Display", serif;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group textarea::-moz-placeholder {
  font-size: 17px;
  color: #afaeae;
  font-family: "Playfair Display", serif;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group textarea::-webkit-input-placeholder {
  font-size: 17px;
  color: #afaeae;
  font-family: "Playfair Display", serif;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group:last-child {
  margin-top: 20px;
  margin-bottom: 0px;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group .order_s_btn {
  background: #f195b2;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding: 0px 45px;
}

/* End Single Blog Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Newsletter Area css
============================================================================================ */
.newsletter_area {
  /* background: #f195b2; */
  background: #0a3b85;
  padding: 35px 0px;
}

.newsletter_area.gray_bg {
  background: #f5f5f5;
  padding-top: 0px;
  padding-bottom: 0px;
}

.newsletter_area.gray_bg .newsletter_inner {
  border-top: 1px solid #d4d4d4;
  padding-top: 55px;
  padding-bottom: 65px;
}

.newsletter_area.gray_bg .newsletter_inner .news_left_text h4 {
  color: #242424;
}

.newsletter_area.gray_bg .newsletter_inner .newsletter_form .input-group .input-group-append button {
  background: #f195b2;
  color: #fff;
}

.newsletter_inner .news_left_text h4 {
  color: #fff;
  margin-bottom: 0px;
  font-size: 24px;
  font-family: "Playfair Display", serif;
  font-weight: bold;
  max-width: 480px;
}

.newsletter_form .input-group {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(40, 40, 40, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(40, 40, 40, 0.1);
  margin-top: 3px;
}

.newsletter_form .input-group input {
  background: #fff;
  border: none;
  height: 50px;
  padding: 0px 25px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.newsletter_form .input-group input.placeholder {
  font-size: 18px;
  font-family: "Playfair Display", serif;
  color: #afaeae;
  font-weight: normal;
}

.newsletter_form .input-group input:-moz-placeholder {
  font-size: 18px;
  font-family: "Playfair Display", serif;
  color: #afaeae;
  font-weight: normal;
}

.newsletter_form .input-group input::-moz-placeholder {
  font-size: 18px;
  font-family: "Playfair Display", serif;
  color: #afaeae;
  font-weight: normal;
}

.newsletter_form .input-group input::-webkit-input-placeholder {
  font-size: 18px;
  font-family: "Playfair Display", serif;
  color: #afaeae;
  font-weight: normal;
}

.newsletter_form .input-group .input-group-append {
  margin: 0px;
}

.newsletter_form .input-group .input-group-append button {
  margin-left: 0px;
  border: none;
  background: #e6dbdf;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  width: 170px;
  font-weight: 600;
  padding: 0px;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* End Newsletter Area css
============================================================================================ */
/* Order Now Area css
============================================================================================ */
.order_now_area {
  padding-bottom: 100px;
}

.order_now_form {
  padding-left: 100px;
  padding-right: 100px;
  background: #fff;
}

.order_now_form .form-group {
  margin-bottom: 20px;
}

.order_now_form .form-group input {
  border: 1px solid #e8e8e8;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  height: 48px;
  padding: 0px 22px;
  font-size: 16px;
  font-family: "Playfair Display", serif;
  color: #797979;
}

.order_now_form .form-group input.placeholder {
  font-size: 16px;
  font-family: "Playfair Display", serif;
  color: #797979;
}

.order_now_form .form-group input:-moz-placeholder {
  font-size: 16px;
  font-family: "Playfair Display", serif;
  color: #797979;
}

.order_now_form .form-group input::-moz-placeholder {
  font-size: 16px;
  font-family: "Playfair Display", serif;
  color: #797979;
}

.order_now_form .form-group input::-webkit-input-placeholder {
  font-size: 16px;
  font-family: "Playfair Display", serif;
  color: #797979;
}

.order_now_form .form-group textarea {
  border: 1px solid #e8e8e8;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  height: 150px;
  padding: 15px 22px;
  font-size: 16px;
  font-family: "Playfair Display", serif;
  color: #797979;
  resize: none;
}

.order_now_form .form-group textarea.placeholder {
  font-size: 16px;
  font-family: "Playfair Display", serif;
  color: #797979;
}

.order_now_form .form-group textarea:-moz-placeholder {
  font-size: 16px;
  font-family: "Playfair Display", serif;
  color: #797979;
}

.order_now_form .form-group textarea::-moz-placeholder {
  font-size: 16px;
  font-family: "Playfair Display", serif;
  color: #797979;
}

.order_now_form .form-group textarea::-webkit-input-placeholder {
  font-size: 16px;
  font-family: "Playfair Display", serif;
  color: #797979;
}

.order_now_form .form-group .product_select {
  width: 100%;
  height: 48px;
  font-size: 16px;
  font-family: "Playfair Display", serif;
  color: #797979;
}

.order_now_form .form-group .product_select .current {
  line-height: 45px;
}

.order_now_form .form-group .product_select:after {
  display: none;
}

.order_now_form .form-group .product_select .list {
  width: 100%;
}

.order_now_form .form-group .order_s_btn {
  text-align: center;
  margin: auto;
  display: block;
}

.order_now_form .form-group:last-child {
  margin-top: 30px;
  margin-bottom: 0px;
}

/* End Order Now Area css
============================================================================================ */
/* Contact Us Area css
============================================================================================ */
.contact_form_area .main_title {
  padding-bottom: 0px;
}

.contact-info h5 {
  padding: 10px 0px;
}

.contact_us_form .form-group {
  margin-bottom: 20px;
}

.contact_us_form .form-group:last-child {
  margin-bottom: 0px;
  margin-top: 20px;
}

.contact_us_form .form-group input {
  height: 48px;
  border-radius: 3px;
  border: 1px solid #ededed;
  padding: 0px 20px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  color: #797979;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.contact_us_form .form-group input.placeholder {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  color: #797979;
}

.contact_us_form .form-group input:-moz-placeholder {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  color: #797979;
}

.contact_us_form .form-group input::-moz-placeholder {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  color: #797979;
}

.contact_us_form .form-group input::-webkit-input-placeholder {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  color: #797979;
}

.contact_us_form .form-group textarea {
  height: 206px;
  border-radius: 3px;
  border: 1px solid #ededed;
  padding: 20px 20px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  color: #797979;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  resize: none;
}

.contact_us_form .form-group textarea.placeholder {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  color: #797979;
}

.contact_us_form .form-group textarea:-moz-placeholder {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  color: #797979;
}

.contact_us_form .form-group textarea::-moz-placeholder {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  color: #797979;
}

.contact_us_form .form-group textarea::-webkit-input-placeholder {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  color: #797979;
}

.contact_us_form .form-group .order_s_btn {
  background: #033d7c;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding: 0px 48px;
}

.contact_details .contact_d_item {
  margin-bottom: 40px;
}

.contact_details .contact_d_item:last-child {
  margin-bottom: 0px;
}

.contact_details .contact_d_item h3 {
  font-size: 18px;
  font-family: "Playfair Display", serif;
  font-weight: bold;
  color: #3e606b;
  margin-bottom: 15px;
}

.contact_details .contact_d_item p {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  color: #797979;
  line-height: 26px;
  margin-bottom: 0px;
}

.contact_details .contact_d_item p+p {
  margin-top: 10px;
}

.contact_details .contact_d_item h5 {
  font-size: 18px;
  font-family: "Playfair Display", serif;
  font-weight: bold;
  color: #00509F;
}

.contact_details .contact_d_item h5 a {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  color: #797979;
  line-height: 26px;
  font-weight: normal;
}

.contact_details .contact_d_item h5+h5 {
  margin-bottom: 0px;
}

.contact_details {
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.map_area .mapBox {
  min-height: 485px;
}

/* End Contact Us Area css
============================================================================================ */
/* Search Popup Area css
============================================================================================ */
.search_area {
  position: relative;
  max-width: 950px;
  margin: auto;
}

.search_area .search_box_inner {
  background: #1a1a1c;
  padding: 100px 60px;
  display: block;
  overflow: hidden;
}

.search_area .search_box_inner h3 {
  padding-bottom: 20px;
  font-family: "Playfair Display", serif;
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: .48px;
}

.search_area .search_box_inner .input-group {
  display: block;
  position: relative;
}

.search_area .search_box_inner .input-group input {
  background: transparent;
  border-radius: 0px;
  outline: none;
  height: 50px;
  padding: 0px;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 2px solid #fff;
  color: #666;
  font-family: "Playfair Display", serif;
  font-size: 14px;
  letter-spacing: .28px;
  width: 100%;
}

.search_area .search_box_inner .input-group input.placeholder {
  color: #666;
  font-family: "Playfair Display", serif;
  font-size: 14px;
  letter-spacing: .28px;
}

.search_area .search_box_inner .input-group input:-moz-placeholder {
  color: #666;
  font-family: "Playfair Display", serif;
  font-size: 14px;
  letter-spacing: .28px;
}

.search_area .search_box_inner .input-group input::-moz-placeholder {
  color: #666;
  font-family: "Playfair Display", serif;
  font-size: 14px;
  letter-spacing: .28px;
}

.search_area .search_box_inner .input-group input::-webkit-input-placeholder {
  color: #666;
  font-family: "Playfair Display", serif;
  font-size: 14px;
  letter-spacing: .28px;
}

.search_area .search_box_inner .input-group .input-group-btn {
  position: absolute;
  right: 5px;
  top: 12px;
  z-index: 4;
}

.search_area .search_box_inner .input-group .input-group-btn .btn-default {
  padding: 0px;
  border: none;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: transparent;
  color: #666;
  font-family: "Playfair Display", serif;
  font-size: 16px;
  letter-spacing: .28px;
}

.search_area .mfp-close {
  right: 0px;
  color: #fff;
}

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

/* End Search Popup Area css
============================================================================================ */
/* Contact Success and error Area css
============================================================================================ */
.modal-message .modal-dialog {
  position: absolute;
  top: 36%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) !important;
  -ms-transform: translateX(-50%) translateY(-50%) !important;
  transform: translateX(-50%) translateY(-50%) !important;
  margin: 0px;
  max-width: 500px;
  width: 100%;
}

.modal-message .modal-dialog .modal-content .modal-header {
  text-align: center;
  display: block;
  border-bottom: none;
  padding-top: 50px;
  padding-bottom: 50px;
}

.modal-message .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  right: -15px;
  top: -15px;
  padding: 0px;
  color: #fff;
  opacity: 1;
  cursor: pointer;
}

.modal-message .modal-dialog .modal-content .modal-header h2 {
  display: block;
  text-align: center;
  color: #f195b2;
  padding-bottom: 10px;
  font-family: "Playfair Display", serif;
}

.modal-message .modal-dialog .modal-content .modal-header p {
  display: block;
}

/* End Contact Success and error Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Bakery Video Area css
============================================================================================ */
.bakery_video_area {
  background: url(../img/video/video-1.jpg) no-repeat scroll center center;
  background-size: cover;
  padding: 120px 0px;
}

.bakery_video_area .video_inner {
  text-align: center;
  color: #fff;
}

.bakery_video_area .video_inner h3 {
  font-size: 70px;
  font-family: "Playfair Display", serif;
  font-weight: bold;
  margin: 0px;
}

.bakery_video_area .video_inner p {
  font-size: 25px;
  line-height: 39px;
  font-family: "Lora", serif;
  max-width: 900px;
  margin: 10px auto 30px;
}

.bakery_video_area .video_inner .media {
  max-width: 250px;
  margin: auto;
}

.bakery_video_area .video_inner .media .d-flex {
  display: inline-block;
  padding-right: 20px;
}

.bakery_video_area .video_inner .media .d-flex i {
  font-size: 64px;
  line-height: 64px;
  color: #fff;
}

.bakery_video_area .video_inner .media .d-flex i:before {
  font-size: 64px;
}

.bakery_video_area .video_inner .media .media-body {
  text-align: left;
  vertical-align: middle;
  -ms-flex-item-align: center;
  align-self: center;
}

.bakery_video_area .video_inner .media .media-body h5 {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0px;
}

/* End Bakery Video Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Portfolio Area css
============================================================================================ */
.portfolio_filter {
  text-align: center;
  margin-bottom: 55px;
}

.portfolio_filter ul li {
  display: inline-block;
  margin-right: 30px;
}

.portfolio_filter ul li a {
  text-align: center;
  font-size: 22px;
  color: #3e606b;
  font-family: "Lora", serif;
  font-style: italic;
  font-weight: bold;
  position: relative;
  display: inline-block;
}

.portfolio_filter ul li a:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #f195b2;
  position: absolute;
  left: 0px;
  bottom: -4px;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.portfolio_filter ul li:last-child {
  margin-right: 0px;
}

.portfolio_filter ul li:hover a:before,
.portfolio_filter ul li.active a:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

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

.portfolio_item {
  text-align: center;
  margin-bottom: 35px;
}

.portfolio_item .portfolio_img {
  position: relative;
  overflow: hidden;
  z-index: 3;
}

.portfolio_item .portfolio_img a {
  display: block;
  position: relative;
}

.portfolio_item .portfolio_img a:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.portfolio_item .portfolio_img img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.portfolio_item .portfolio_text h4 {
  font-size: 18px;
  color: #3e606b;
  font-family: "Playfair Display", serif;
  margin-top: 25px;
  margin-bottom: 0px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.portfolio_item .portfolio_text h4:hover {
  color: #f195b2;
}

.portfolio_item:hover .portfolio_img a:before {
  opacity: 1;
}

.portfolio_item:hover .portfolio_img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.portfolio_full {
  padding-right: 15px;
  padding-left: 15px;
}

.portfolio_full_width_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.portfolio_full_width_area .portfolio_full_item {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

/* End Portfolio Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Coming Soon Area css
============================================================================================ */
.coming_soon {
  position: relative;
  overflow: hidden;
  background: url("../img/comming-bg.jpg") no-repeat scroll center 0;
  background-size: cover;
  min-height: 100vh;
  padding: 160px 0px;
}

.coming_soon:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.68);
}

.coming_soon_contain {
  position: relative;
  z-index: 1;
}

.welcome-text-area {
  color: #ffffff;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  position: relative;
  z-index: 2;
  text-align: center;
}

.welcome-text-area p {
  font-size: 28px;
  line-height: 34px;
  font-weight: bold;
  font-family: "Playfair Display", serif;
  padding-top: 60px;
}

.coming-header {
  font: 800 80px "Playfair Display", serif;
  text-transform: capitalize;
}

.coming_soon_counter {
  max-width: 800px;
  margin: 80px auto 0px;
  overflow: hidden;
}

.coming_soon_counter .counter-item {
  width: 170px;
  border: 2px solid #f195b2;
  height: 170px;
  float: left;
  padding: 33px 0px;
  border-radius: 50%;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: #f195b2;
  margin: 0px 15px;
}

.coming_soon_counter .counter-item span {
  font-size: 65px;
  line-height: 65px;
}

.coming_soon_counter .counter-item .smalltext {
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 0px;
  text-transform: uppercase;
  position: relative;
}

.c-search-form {
  max-width: 770px;
  margin: 60px auto 0px;
}

.c-search-form .input-group .form-control {
  border: 0px;
  color: #797979;
  padding-left: 30px;
  font: normal 18px/75px "Playfair Display", serif;
  letter-spacing: 0.26px;
  background: #fff;
  height: 76px;
  padding: 0px 30px;
  border-radius: 0px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.c-search-form .input-group .form-control.placeholder {
  color: #797979;
  font-size: 18px;
  font-family: "Playfair Display", serif;
  font-weight: normal;
}

.c-search-form .input-group .form-control:-moz-placeholder {
  color: #797979;
  font-size: 18px;
  font-family: "Playfair Display", serif;
  font-weight: normal;
}

.c-search-form .input-group .form-control::-moz-placeholder {
  color: #797979;
  font-size: 18px;
  font-family: "Playfair Display", serif;
  font-weight: normal;
}

.c-search-form .input-group .form-control::-webkit-input-placeholder {
  color: #797979;
  font-size: 18px;
  font-family: "Playfair Display", serif;
  font-weight: normal;
}

.c-search-form .input-group .input-group-addon {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0px;
  padding: 0px;
}

.c-search-form .input-group .input-group-addon button {
  letter-spacing: 0.44px;
  border: 0px;
  border-radius: 0px;
  color: #fff;
  height: 76px;
  background: #f195b2;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 22px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  width: 195px;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.c-search-form .input-group .input-group-addon button:before {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .2;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
}

.c-search-form .input-group .input-group-addon button:hover,
.c-search-form .input-group .input-group-addon button:focus {
  background: #f195b2;
  color: #fff;
  outline: none;
}

.c-search-form .input-group .input-group-addon button:hover:before,
.c-search-form .input-group .input-group-addon button:focus:before {
  left: 120%;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

/* End Coming Soon Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Product Area css
============================================================================================ */
.product_area {
  background: url(../img/shop-page-bg.png) no-repeat scroll center center;
  background-size: cover;
}

.product_inner_row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.product_inner_row .product_item_inner {
  margin-bottom: -30px;
}

.product_inner_row .product_item_inner .cake_feature_item {
  margin-bottom: 30px;
}

.product_inner_row .product_task_bar {
  margin-bottom: 50px;
}

.product_task_bar {
  background: #fff;
  padding: 0px 15px 0px 30px;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
}

.product_task_bar .product_task_inner {
  width: 100%;
}

.product_task_bar .product_task_inner .float-left a {
  font-size: 12px;
  color: #dddddd;
  line-height: 53px;
}

.product_task_bar .product_task_inner .float-left a+a {
  margin-left: 7px;
}

.product_task_bar .product_task_inner .float-left a.active {
  color: #dd7175;
}

.product_task_bar .product_task_inner .float-left span {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #797979;
  line-height: 53px;
  margin-left: 20px;
}

.product_task_bar .product_task_inner .float-right h4 {
  display: inline-block;
  line-height: 53px;
  color: #797979;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0px;
}

.product_task_bar .product_task_inner .float-right .short {
  display: inline-block;
  float: none;
  border: none;
  padding-left: 0px;
  padding-right: 45px;
  height: auto;
  line-height: 53px;
}

.product_task_bar .product_task_inner .float-right .short .current {
  color: #797979;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}

.product_task_bar .product_task_inner .float-right .short:after {
  content: "\f0d7";
  font: normal normal normal 14px/1 FontAwesome;
  border: none;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  margin-top: -7px;
  color: #a0a0a0;
}

.left_sidebar {
  margin-bottom: 45px;
}

.left_sidebar.search_widget .input-group input {
  border-color: #e8e8e8;
  border-radius: 4px;
}

.p_w_title {
  padding-bottom: 22px;
}

.p_w_title h3 {
  font-size: 24px;
  color: #3e606b;
  font-family: "Playfair Display", serif;
  font-weight: bold;
  display: inline-block;
  position: relative;
  margin-bottom: 0px;
}

.p_w_title h3:before {
  content: "";
  width: 25px;
  height: 1px;
  background: #acb2b4;
  position: absolute;
  right: -50px;
  bottom: 4px;
}

.p_catgories_widget .list_style li a {
  display: block;
  border-bottom: 1px solid #e5e5e5;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  color: #242424;
  line-height: 42px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.p_catgories_widget .list_style li:hover a {
  color: #f195b2;
}

.p_price_widget .filter_price {
  position: relative;
}

.p_price_widget .filter_price .ui-slider {
  border: none;
  background: #d1d1d1;
  border-radius: 0px;
  height: 6px;
  margin-bottom: 18px;
}

.p_price_widget .filter_price .ui-slider .ui-slider-range {
  background: #3e606b;
}

.p_price_widget .filter_price .ui-slider .ui-slider-handle {
  width: 7px;
  height: 24px;
  background: #d1d1d1;
  border-radius: 0px;
  border: none;
  margin-left: -5px;
  top: -10px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}

.p_price_widget .filter_price label {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #797979;
}

.p_price_widget .filter_price input {
  background: transparent;
  border-radius: 0px;
  border: none;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #797979;
}

.p_price_widget .filter_price a {
  position: absolute;
  right: 0px;
  font-size: 14px;
  color: #3e606b;
  font-family: "Open Sans", sans-serif;
}

.p_sale_widget .media {
  margin-top: 20px;
}

.p_sale_widget .media .d-flex {
  padding-right: 22px;
}

.p_sale_widget .media .media-body h4 {
  font-size: 20px;
  font-family: "Playfair Display", serif;
  color: #242424;
  margin-bottom: 5px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.p_sale_widget .media .media-body h4:hover {
  color: #f195b2;
}

.p_sale_widget .media .media-body .list_style li {
  display: inline-block;
}

.p_sale_widget .media .media-body .list_style li a {
  color: #d6d2d5;
  font-size: 12px;
  line-height: 12px;
}

.p_sale_widget .media .media-body h5 {
  font-size: 20px;
  font-family: "Playfair Display", serif;
  color: #242424;
  font-style: italic;
  margin-top: 5px;
  margin-bottom: 0px;
}

.p_sale_widget .media:nth-child(2) {
  margin-top: 0px;
}

.product_pagination {
  overflow: hidden;
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #dddddd;
  margin-top: 80px;
}

.product_pagination .left_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  vertical-align: middle;
  -ms-flex-item-align: center;
  align-self: center;
}

.product_pagination .left_btn a {
  line-height: 46px;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  background: #fff;
  display: inline-block;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #797979;
  padding: 0px 25px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.product_pagination .left_btn a i {
  padding-right: 30px;
}

.product_pagination .left_btn a:hover {
  background: #f195b2;
  border-color: #f195b2;
  color: #fff;
}

.product_pagination .middle_list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.product_pagination .middle_list .pagination {
  margin-bottom: 0px;
  border: none;
}

.product_pagination .middle_list .pagination li {
  display: inline-block;
  margin-right: 8px;
}

.product_pagination .middle_list .pagination li a {
  border: none;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #797979;
  line-height: 44px;
  padding: 0px 18px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.product_pagination .middle_list .pagination li:hover a,
.product_pagination .middle_list .pagination li.active a {
  background: #f195b2;
  color: #fff;
  border-color: #f195b2;
}

.product_pagination .right_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  vertical-align: middle;
  -ms-flex-item-align: center;
  align-self: center;
}

.product_pagination .right_btn a {
  line-height: 46px;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  background: #fff;
  display: inline-block;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #797979;
  padding: 0px 25px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.product_pagination .right_btn a i {
  padding-left: 30px;
}

.product_pagination .right_btn a:hover {
  background: #f195b2;
  border-color: #f195b2;
  color: #fff;
}

/* Product Area css
============================================================================================ */
/* Product Details Area css
============================================================================================ */
.product_details_area .product_d_price {
  margin-bottom: 80px;
}

.product_details_area .product_d_price .product_img {
  padding-right: 45px;
}

.product_details_text h4 {
  font-size: 36px;
  color: #3e606b;
  font-family: "Playfair Display", serif;
  font-weight: bold;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 0px;
  padding-bottom: 20px;
}

.product_details_text p {
  font-size: 16px;
  line-height: 26px;
  color: #797979;
  font-family: "Open Sans", sans-serif;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 0px;
  padding: 30px 0px;
}

.product_details_text h5 {
  font-size: 18px;
  color: #242424;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding: 25px 0px;
}

.product_details_text h5 span {
  font-size: 22px;
}

.product_details_text .quantity_box {
  margin-bottom: 40px;
}

.product_details_text .quantity_box label {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #242424;
  padding-right: 25px;
}

.product_details_text .quantity_box input {
  width: 40px;
  height: 35px;
  border: 1px solid #eaeaea;
  text-align: center;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 18px;
  color: #797979;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.product_details_text .quantity_box input.placeholder {
  font-size: 18px;
  color: #797979;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.product_details_text .quantity_box input:-moz-placeholder {
  font-size: 18px;
  color: #797979;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.product_details_text .quantity_box input::-moz-placeholder {
  font-size: 18px;
  color: #797979;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.product_details_text .quantity_box input::-webkit-input-placeholder {
  font-size: 18px;
  color: #797979;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.product_details_text .pink_more {
  line-height: 54px;
  padding: 0px 45px;
  font-size: 18px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}

.product_tab_area .nav.nav-tabs {
  border-bottom: 1px solid #e2e2e2;
}

.product_tab_area .nav.nav-tabs a {
  margin-right: 10px;
  border-radius: 0px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  background: #f195b2;
  border-color: #f195b2;
  padding: 0px 24px;
  line-height: 46px;
  font-weight: 600;
  position: relative;
}

.product_tab_area .nav.nav-tabs a:before {
  content: "";
  width: 101%;
  height: 3px;
  background: #f195b2;
  left: -1px;
  top: -1px;
  position: absolute;
  z-index: 1;
}

.product_tab_area .nav.nav-tabs a.active {
  border-color: #e2e2e2;
  border-bottom-color: transparent;
  background: #fff;
  color: #242424;
}

.product_tab_area .nav.nav-tabs a:last-child {
  margin-right: 0px;
}

.product_tab_area .tab-content {
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  padding: 50px 60px 80px 35px;
}

.product_tab_area .tab-content .tab-pane p {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  line-height: 26px;
  color: #797979;
  margin-bottom: 30px;
}

.product_tab_area .tab-content .tab-pane p:last-child {
  margin-bottom: 0px;
}

.similar_product_area {
  background: #f6f6f6;
}

.similar_product_area .main_title h2 {
  margin-bottom: 0px;
}

/* Product Details Area css
============================================================================================ */
/* Cart Page Area css
============================================================================================ */
.cart_table_area .table-responsive .table {
  border: 1px solid #ebebeb;
  margin-bottom: 50px;
}

.cart_table_area .table-responsive .table thead {
  background: #f9f9f9;
}

.cart_table_area .table-responsive .table thead tr th {
  border: 1px solid #ebebeb;
  line-height: 56px;
  padding: 0px;
  color: #3e606b;
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-size: 20px;
}

.cart_table_area .table-responsive .table thead tr th:first-child {
  width: 246px;
  padding: 0px 35px;
}

.cart_table_area .table-responsive .table thead tr th:nth-child(2) {
  width: 214px;
  padding: 0px 20px;
}

.cart_table_area .table-responsive .table thead tr th:nth-child(3) {
  width: 145px;
  padding: 0px 20px;
}

.cart_table_area .table-responsive .table thead tr th:nth-child(4) {
  width: 230px;
  padding: 0px 20px;
}

.cart_table_area .table-responsive .table thead tr th:nth-child(5) {
  width: 196px;
  padding: 0px 20px;
}

.cart_table_area .table-responsive .table tbody tr {
  border-bottom: 1px solid #ebebeb;
}

.cart_table_area .table-responsive .table tbody tr td {
  padding: 25px 25px;
  border-right: 1px solid #ebebeb;
  vertical-align: middle;
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  color: #797979;
}

.cart_table_area .table-responsive .table tbody tr td .product_select {
  width: 96px;
  border-radius: 0px;
  padding: 0px;
  height: 42px;
  border: 1px solid #ebebeb;
  text-align: center;
  padding-left: 22px;
}

.cart_table_area .table-responsive .table tbody tr td .product_select:after {
  content: "\f0d7";
  font: normal normal normal 14px/1 FontAwesome;
  border: none;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  margin-top: -7px;
  right: 16px;
}

.cart_table_area .table-responsive .table tbody tr td .product_select:before {
  content: "";
  height: 100%;
  width: 1px;
  background: #ebebeb;
  right: 36px;
  position: absolute;
  top: 0px;
}

.cart_table_area .table-responsive .table tbody tr td:first-child {
  text-align: center;
}

.cart_table_area .table-responsive .table tbody tr td:nth-child(5) {
  font-size: 17px;
  font-weight: 600;
}

.cart_table_area .table-responsive .table tbody tr td:last-child {
  text-align: center;
  color: #242424;
  font-size: 18px;
}

.cart_table_area .table-responsive .table tbody tr:last-child {
  background: #f9f9f9;
}

.cart_table_area .table-responsive .table tbody tr:last-child td {
  border: none;
}

.cart_table_area .table-responsive .table tbody tr:last-child td .form-inline {
  margin-right: -120px;
  padding-left: 20px;
}

.cart_table_area .table-responsive .table tbody tr:last-child td .form-inline .form-group input {
  width: 130px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  height: 33px;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  color: #8e8d8d;
}

.cart_table_area .table-responsive .table tbody tr:last-child td .form-inline .form-group input.placeholder {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  color: #8e8d8d;
}

.cart_table_area .table-responsive .table tbody tr:last-child td .form-inline .form-group input:-moz-placeholder {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  color: #8e8d8d;
}

.cart_table_area .table-responsive .table tbody tr:last-child td .form-inline .form-group input::-moz-placeholder {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  color: #8e8d8d;
}

.cart_table_area .table-responsive .table tbody tr:last-child td .form-inline .form-group input::-webkit-input-placeholder {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  color: #8e8d8d;
}

.cart_table_area .table-responsive .table tbody tr:last-child td .form-inline .btn {
  width: 140px;
  border-radius: 3px;
  background: #242424;
  color: #fff;
  height: 31px;
  line-height: 26px;
  padding: 0px;
  margin-left: 17px;
  border: none;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.cart_table_area .table-responsive .table tbody tr:last-child td .pest_btn {
  margin-left: -80px;
  margin-right: 15px;
  line-height: 42px;
  padding: 0px 30px;
}

.cart_total_inner .cart_total_text {
  border: 1px solid #ebebeb;
}

.cart_total_inner .cart_total_text .cart_head {
  background: #f9f9f9;
  font-family: "Playfair Display", serif;
  font-weight: bold;
  color: #3e606b;
  line-height: 56px;
  padding: 0px 24px;
  border-bottom: 1px solid #ebebeb;
}

.cart_total_inner .cart_total_text .sub_total {
  border-bottom: 1px solid #ebebeb;
  padding: 0px 35px 0px 24px;
}

.cart_total_inner .cart_total_text .sub_total h5 {
  line-height: 56px;
  margin-bottom: 0px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  color: #242424;
}

.cart_total_inner .cart_total_text .sub_total h5 span {
  float: right;
  line-height: 56px;
  color: #797979;
}

.cart_total_inner .cart_total_text .total {
  padding: 0px 35px 0px 24px;
  border-bottom: 1px solid #ebebeb;
}

.cart_total_inner .cart_total_text .total h4 {
  line-height: 56px;
  margin-bottom: 0px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  color: #242424;
}

.cart_total_inner .cart_total_text .total h4 span {
  float: right;
  font-weight: 600;
}

.cart_total_inner .cart_total_text .cart_footer {
  overflow: hidden;
}

.cart_total_inner .cart_total_text .cart_footer .pest_btn {
  float: right;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 30px;
  line-height: 42px;
  padding: 0px 22px;
}

/* End Cart Page Area css
============================================================================================ */
/* Checkout Area css
============================================================================================ */
.billing_details_area .return_option {
  background: #f9f9f9;
  border: 1px solid #ebebeb;
  padding-left: 28px;
  margin-bottom: 50px;
}

.billing_details_area .return_option h4 {
  color: #797979;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-transform: inherit;
  font-size: 18px;
  line-height: normal;
  padding: 24px 0px;
  margin-bottom: 0px;
}

.billing_details_area .return_option h4 a {
  color: #f195b2;
  text-decoration: underline;
}

.billing_details_area .main_title h2 {
  font-size: 36px;
  margin-bottom: 0px;
}

.billing_form .form-group {
  margin-bottom: 30px;
}

.billing_form .form-group:last-child {
  margin-bottom: 0px;
}

.billing_form .form-group input {
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 38px;
  border: 1px solid #e2e2e2;
  font-size: 15px;
  font-family: "Lato", sans-serif;
  color: #c6c6c6;
  letter-spacing: .30px;
  padding: 0px 20px;
}

.billing_form .form-group input.placeholder {
  font-size: 15px;
  font-family: "Lato", sans-serif;
  color: #c6c6c6;
  letter-spacing: .30px;
}

.billing_form .form-group input:-moz-placeholder {
  font-size: 15px;
  font-family: "Lato", sans-serif;
  color: #c6c6c6;
  letter-spacing: .30px;
}

.billing_form .form-group input::-moz-placeholder {
  font-size: 15px;
  font-family: "Lato", sans-serif;
  color: #c6c6c6;
  letter-spacing: .30px;
}

.billing_form .form-group input::-webkit-input-placeholder {
  font-size: 15px;
  font-family: "Lato", sans-serif;
  color: #c6c6c6;
  letter-spacing: .30px;
}

.billing_form .form-group input+input {
  margin-top: 12px;
}

.billing_form .form-group input:focus {
  border-color: #242424;
}

.billing_form .form-group label {
  display: block;
  font-size: 15px;
  color: #797979;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  margin-bottom: 3px;
}

.billing_form .form-group .product_select {
  height: 38px;
  border-radius: 0px;
  width: 100%;
  padding: 0px 20px;
  margin: 0px;
}

.billing_form .form-group .product_select .current {
  position: relative;
  top: -3px;
  color: #c6c6c6;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
}

.billing_form .form-group .product_select:after {
  border: none;
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  margin-top: -6px;
  margin-right: 5px;
}

.billing_form .form-group .product_select.open:after {
  content: "\f106";
  margin-top: -7px;
}

.billing_form .form-group .product_select .list {
  width: 100%;
  background: #fff;
  z-index: 10;
}

.billing_form .form-group textarea {
  resize: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 100px;
  border: 1px solid #e2e2e2;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  color: #c6c6c6;
  letter-spacing: .30px;
  padding: 15px 20px;
}

.billing_form .form-group textarea.placeholder {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  color: #c6c6c6;
  letter-spacing: .30px;
}

.billing_form .form-group textarea:-moz-placeholder {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  color: #c6c6c6;
  letter-spacing: .30px;
}

.billing_form .form-group textarea::-moz-placeholder {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  color: #c6c6c6;
  letter-spacing: .30px;
}

.billing_form .form-group textarea::-webkit-input-placeholder {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  color: #c6c6c6;
  letter-spacing: .30px;
}

.billing_form .form-group textarea:focus {
  border-color: #242424;
}

.billing_form .select_check2 {
  margin-top: 40px;
  margin-bottom: 15px;
}

.billing_form .select_check2 .creat_account label {
  font-size: 36px;
  font-family: "Playfair Display", serif;
  font-weight: bold;
  color: #3e606b;
  top: -30px;
}

.order_box_price .payment_list {
  background: #fdfdfd;
  border: 1px solid #d9d9d9;
  padding: 30px 30px 55px 30px;
}

.order_box_price .payment_list .price_single_cost h5 {
  font-size: 15px;
  color: #797979;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: inherit;
  line-height: normal;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.order_box_price .payment_list .price_single_cost h5 span {
  float: right;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
}

.order_box_price .payment_list .price_single_cost h5 span.text_f {
  text-transform: inherit;
}

.order_box_price .payment_list .price_single_cost h5:nth-child(4) {
  text-transform: none;
}

.order_box_price .payment_list .price_single_cost h4 {
  font-size: 15px;
  color: #797979;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: inherit;
  line-height: normal;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.order_box_price .payment_list .price_single_cost h4 span {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #242424;
  float: right;
}

.order_box_price .payment_list .price_single_cost h3 {
  font-size: 15px;
  color: #797979;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: inherit;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  line-height: normal;
  padding: 15px 0px 18px 0px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.order_box_price .payment_list .price_single_cost h3 span {
  font-size: 17px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: #242424;
  float: right;
}

.order_box_price .payment_list .accordion_area .card {
  border: none;
}

.order_box_price .payment_list .accordion_area .card .card-header {
  padding: 0px;
  border: none;
  background: transparent;
}

.order_box_price .payment_list .accordion_area .card .card-header h5 {
  vertical-align: middle;
  -ms-flex-item-align: center;
  align-self: center;
}

.order_box_price .payment_list .accordion_area .card .card-header h5 .btn.btn-link {
  padding: 0px;
  border: none;
  line-height: normal;
  position: relative;
  padding-left: 25px;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #797979;
  display: inline-block;
  line-height: 45px;
  cursor: pointer;
}

.order_box_price .payment_list .accordion_area .card .card-header h5 .btn.btn-link:before {
  content: "";
  height: 12px;
  width: 12px;
  border: 1px solid #919292;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 49%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.order_box_price .payment_list .accordion_area .card .card-header h5 .btn.btn-link:after {
  content: "";
  height: 8px;
  width: 8px;
  border: 1px solid #274760;
  border-radius: 50%;
  position: absolute;
  background: #0e84c6;
  left: 2px;
  top: 49%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.order_box_price .payment_list .accordion_area .card .card-header h5 .btn.btn-link.collapsed:after {
  background: #efefef;
  border-color: #e1e2e2;
}

.order_box_price .payment_list .accordion_area .card .card-header h5 .btn.btn-link img {
  margin-left: 20px;
}

.order_box_price .payment_list .accordion_area .card .card-header h5 a {
  font-size: 14px;
  color: #f195b2;
  margin-left: 25px;
}

.order_box_price .payment_list .accordion_area .card .card-body {
  border: none;
  padding: 25px 20px 25px 25px;
  background: #ececec;
  border-radius: 5px;
  position: relative;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  line-height: 24px;
  color: #8e8d8d;
  letter-spacing: .45px;
}

.order_box_price .payment_list .accordion_area .card .card-body:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 10px 7px;
  border-color: transparent transparent #ececec transparent;
  position: absolute;
  top: -10px;
  left: 25px;
}

.order_box_price .payment_list .pest_btn {
  margin-top: 30px;
}

/* End Checkout Area css
============================================================================================ */
/* SQUARED THREE */
.creat_account {
  width: 100%;
  margin: 0px auto;
  position: relative;
}

.creat_account input {
  visibility: hidden;
}

.creat_account label {
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 1.35em;
  padding: 0px 0px 0px 25px;
  height: 15px;
  margin: 0px;
  top: -25px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  color: #797979;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: .25px;
  font-weight: 500;
  font-size: 15px;
}

.creat_account .check {
  display: block;
  position: absolute;
  border: 1px solid #8e8f8f;
  border-radius: 2px;
  background: #fff;
  height: 13px;
  width: 13px;
  top: 6px;
  border-radius: 0px;
  left: 0px;
  z-index: 5;
  -o-transition: border .25s linear;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
  cursor: pointer;
}

.creat_account .check::before {
  display: block;
  position: absolute;
  content: "\f00c";
  border-radius: 100%;
  top: -3px;
  left: -1px;
  margin: auto;
  -o-transition: background 0.25s linear;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
  color: #fff;
  font: normal normal normal 18px/1 FontAwesome;
  opacity: 0;
  color: #000;
}

.creat_account .check::after {
  display: block;
  position: absolute;
  content: "";
  height: 9px;
  width: 9px;
  border: 1px solid #aeb3b9;
  background: #e8e8e8;
  left: 1px;
  top: 1px;
}

.creat_account input[type=checkbox]:checked~.check::before {
  opacity: 1;
}

.creat_account input[type=checkbox]:checked~.check::after {
  opacity: 0;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Footer Area css
============================================================================================ */
.footer_area {
  /* background: #303339; */
  /* background: linear-gradient(207deg, rgba(0, 42, 79, 1) 0%, rgba(0, 38, 77, 1) 100%); */
  background: url(../images/banners/footer-img3.webp);
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.footer_widgets {
  padding: 80px 0px 50px 0px;
}

.footer_widgets .footer_wd_inner .col-lg-3:nth-child(2) .f_link_widget {
  padding-left: 35px;
}

.f_title {
  margin-bottom: 20px;
}

.f_title h3 {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-size: 20px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 0px;
}

.f_title h3:before {
  content: "";
  width: 30px;
  height: 1px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #f195b2;
}

.f_about_widget img {
  width: 65%;
  border-radius: 5px;
}

.f_about_widget p {
  font-size: 14px;
  line-height: 23px;
  font-family: "Open Sans", sans-serif;
  color: #efefef;
  letter-spacing: .28px;
  margin-top: 20px;
  margin-bottom: 0px;
}

.f_about_widget .nav {
  margin-top: 35px;
}

.f_about_widget .nav li {
  display: inline-block;
  margin-right: 10px;
}

.f_about_widget .nav li a {
  display: inline-block;
  text-align: center;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  color: #fff;
  border: 1px solid #7b7b7c;
  font-size: 16.92px;
  line-height: 35px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.f_about_widget .nav li:hover a {
  color: #f195b2;
  border-color: #f195b2;
}

.f_about_widget .nav li:last-child {
  margin-right: 0px;
}

.f_link_widget .list_style li {
  margin-bottom: 10px;
}

.f_link_widget .list_style li a {
  font-size: 14px;
  color: #efefef;
  letter-spacing: .28px;
  font-family: "Open Sans", sans-serif;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.f_link_widget .list_style li:hover a {
  color: #f195b2;
}

.f_contact_widget h4 {
  font-size: 18px;
  color: #a8a8a8;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  margin-bottom: 15px;
}

.f_contact_widget p {
  font-size: 14px;
  line-height: 26px;
  color: #a8a8a8;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0px;
}

.f_contact_widget h5 {
  font-size: 14px;
  line-height: 26px;
  color: #a8a8a8;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0px;
}

.footer_copyright .copyright_inner {
  overflow: hidden;
  border-top: 1px solid #fff;
  padding: 15px 0px 15px 0px;
}

.footer_copyright .copyright_inner .float-left h5 {
  font-size: 14px;
  color: #767676;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0px;
}

.footer_copyright .copyright_inner .float-right a {
  color: #f195b2;
  font-family: "Open Sans", sans-serif;
}

/* End Footer Area css
============================================================================================ */
/*---------------------------------------------------- */

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


/* mission & vision starts */
/* .mission-vision-section {
  font-family: 'Arial', sans-serif;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.card {
  width: 100%;
  max-width: 500px;
  background: white;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #ff7e5f, #feb47b);
}

.vision-card::before {
  background: linear-gradient(90deg, #4776E6, #8E54E9);
}

.icon-container {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  color: white;
  font-size: 36px;
  background: linear-gradient(135deg, #ff7e5f, #feb47b);
  box-shadow: 0 5px 15px rgba(255, 126, 95, 0.3);
  transition: all 0.3s ease;
}

.vision-card .icon-container {
  background: linear-gradient(135deg, #4776E6, #8E54E9);
  box-shadow: 0 5px 15px rgba(71, 118, 230, 0.3);
}

.card:hover .icon-container {
  transform: scale(1.1) rotate(10deg);
}

.mission-card h2 {
  color: #333;
  margin-bottom: 20px;
  font-size: 28px;
  position: relative;
  padding-bottom: 10px;
}

.mission-card h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: #ff7e5f;
}

.vision-card h2::after {
  background: #4776E6;
}

.mission-card p {
  color: #666;
  line-height: 1.6;
  font-size: 16px;
}

@media (max-width: 768px) {
  .mission-vision-section {
    flex-direction: column;
    align-items: center;
  }

  .card {
    width: 90%;
  }
} */


.mission-vision-section {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.card {
  flex: 1 1 calc(50% - 15px);
  min-width: 300px;
  background: white;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #ff7e5f, #feb47b);
}

.vision-card::before {
  background: linear-gradient(90deg, #4776E6, #8E54E9);
}

.icon-container {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  color: white;
  font-size: 36px;
  background: linear-gradient(135deg, #ff7e5f, #feb47b);
  box-shadow: 0 5px 15px rgba(255, 126, 95, 0.3);
  transition: all 0.3s ease;
}

.vision-card .icon-container {
  background: linear-gradient(135deg, #4776E6, #8E54E9);
  box-shadow: 0 5px 15px rgba(71, 118, 230, 0.3);
}

.card:hover .icon-container {
  transform: scale(1.1) rotate(10deg);
}

.mission-vision-section h2 {
  color: #333;
  margin-bottom: 20px;
  font-size: 28px;
  position: relative;
  padding-bottom: 10px;
}

.mission-vision-section h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: #ff7e5f;
}

.vision-card h2::after {
  background: #4776E6;
}

.mission-vision-section p {
  color: #666;
  line-height: 1.6;
  font-size: 16px;
}

@media (max-width: 768px) {
  .mission-vision-section {
    flex-direction: column;
  }

  .f_about_widget img {
    width: 56%;
  }

  .card {
    flex: 1 1 100%;
  }
}

/* mission & vision ends */

/* table */
/* Reset with unique class scope */

.table-sec {
  background-color: #f4f5f6;
  padding: 80px 0px;
}

.hoce-body {
  /* background-color: #f8f9fa; */
  padding: 40px 0px;
}

.hoce-container {
  /* max-width: 1000px; */
  margin: 0 auto;
  background: white;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.hoce-header {
  background: linear-gradient(135deg, #921415, #740909);
  color: white;
  padding: 25px;
  text-align: center;
}

.hoce-header-title {
  font-size: 2.2rem;
  margin-bottom: 5px;
  font-weight: 700;
}

.hoce-header-subtitle {
  font-size: 1.1rem;
  opacity: 0.9;
}

.hoce-info-table {
  width: 100%;
  border-collapse: collapse;
}

.hoce-table-row {
  transition: all 0.3s ease;
}

.hoce-table-row:hover {
  background-color: #fff9f7;
  transform: translateX(5px);
}

.hoce-table-row:nth-child(even):hover {
  background-color: #f7f9ff;
}

.hoce-table-header {
  background-color: #f1f3f5;
  color: #333;
  font-weight: 600;
  text-align: left;
  padding: 18px 25px;
  width: 30%;
  border-bottom: 2px solid #e9ecef;
}

.hoce-table-data {
  padding: 18px 25px;
  border-bottom: 1px solid #e9ecef;
  color: #555;
  line-height: 1.6;
}

.hoce-table-row:last-child .hoce-table-data {
  border-bottom: none;
}

.hoce-highlight {
  color: #e67e22;
  font-weight: 600;
}

.hoce-icon-cell {
  color: #ff7e5f;
  font-size: 1.1rem;
  margin-right: 8px;
}

@media (max-width: 768px) {

  .hoce-table-header,
  .hoce-table-data {
    padding: 12px 15px;
    display: block;
    width: 100%;
  }

  .hoce-table-header {
    background-color: #f8f9fa;
    border-bottom: none;
    padding-bottom: 5px;
  }

  .hoce-table-data {
    padding-top: 5px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e9ecef;
  }

  .hoce-table-row:hover {
    transform: none;
  }
}

/* table end */


/* FOOTER END */

.contact-content p {
  color: #efefef;
}

.contact-content i {
  margin-top: 5px;
  color: #fff;
}

.contact-content .location {
  display: flex;
  gap: 5px;
  margin-bottom: 7px;
}

.contact-content .mobile {
  display: flex;
  gap: 7px;
}

.contact-content .email-site {
  margin-top: 7px;
  display: flex;
  gap: 5px;
}

.desk-nav-bar{
  line-height: 80px!important;
}

.contact-content .location a{
  color: #fff;
}
.contact-content .mobile a{
  color: #fff;
}
.contact-content .email-site a{
  color: #fff;
}

/* FOOTER email-site */


/* padding */

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

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

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

.service_inner {
  margin-bottom: 30px;
}

.about-content UL {
  padding-left: 10px;
}

.about-content ul li {
  list-style: none;
  margin: 10px 0px;
  transition: 0.3s ease;
}

.about-content ul li:hover {
  padding-left: 10px;
}

.about-content ul li i {
  padding-right: 5px;
}

/* padding */

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


/*  */

/* footer socail links */
.social-links {
  display: flex;
  gap: 15px;
  justify-content: flex-start;
  padding: 20px 0px 0px;
  /* background: #f8f9fa; */
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.head-logo a img {
  width: 40%;
}

.social-link {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.social-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.social-link:hover::before {
  transform: translateY(0);
}

.social-link:hover i {
  color: #fff;
}

.social-link:hover {
  transform: translateY(-5px);
  opacity: 0.9;
}

/* Individual icon colors */
.instagram {
  background: linear-gradient(45deg, #405DE6, #5851DB, #833AB4, #C13584, #E1306C, #FD1D1D, #F56040, #F77737, #FCAF45, #FFDC80);
}

.x-twitter {
  background: #000000;
}

.facebook {
  background: #1877F2;
}

.linkedin {
  background: #0077B5;
}

.youtube {
  background: #FF0000;
}

.copy-text h5 {
  color: #fff !important;
}

.copy-text h5 a {
  color: #EE9003;
}

.contact-img img {
  width: 100%;
}

.contact_details .main_title h2 {
  padding-bottom: 20px !important;
}

.enq-btn a {
  /* background: #033D7C; */
  background: #921415;
  padding: 10px 15px;
  /* border-radius: 40px; */
  border-radius: 0px;
  color: #fff !important;
  font-weight: 600 !important;
  transition: 0.3s ease !important;
}

.enq-btn a:hover {
  background: #013062;
  /* color: #FC8709!important; */
}

.main_slider_area .rev_slider .banner-slides-home li div {
  height: 100% !important;
}

/* .cake_feature_slider .owl-stage-outer  div{
  margin-right: 0px !important;
  width: 350px;
} */

/* .event-section{
  background: #000;
}

.e-sec{
  display: flex;
  width: 100%;
}

.e-sec video{
  width: 100%;
} */

.home-video video {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.sec-video {
  /* background: #000; */
  padding: 60px 0px;
}

#main_slider3,
#main_slider3 .tp-revslider-mainul,
#main_slider3 .rev_slider_wrapper {
  height: 600px !important;
  overflow: hidden;
}



/* home new slider */

.slider-container {
  width: 100%;
  margin: 50px auto;
  position: relative;
  overflow: hidden;
}

.slider {
  display: flex;
  transition: transform 0.5s ease;
  width: 100%;
}

.slide {
  min-width: 25%;
  position: relative;
  overflow: hidden;
}

.slide img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
  border-left: 1px solid white;
}

.slide-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 20px;
  transition: bottom 0.4s ease;
}

.slide:hover .slide-content {
  bottom: -100%;
}

.slide-title {
  font-size: 18px;
  margin-bottom: 10px;
}

.slide-desc {
  font-size: 14px;
  line-height: 1.4;
}

.controls {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: 10;
}

.control-btn {
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 20px;
  transition: background 0.3s;
}

.control-btn:hover {
  background: rgba(0, 0, 0, 0.8);
}

.dots-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ccc;
  margin: 0 5px;
  cursor: pointer;
  transition: background 0.3s;
}

.dot.active {
  background: #333;
}


/* =========== quick form ========== */
.quick-query-container {
  position: fixed;
  right: 0;
  top: 60%;
  transform: translateY(-50%);
  z-index: 1000;
  display: flex;
  transition: all 0.3s ease;
}

.quick-query-tab {
  background: linear-gradient(135deg, #921415, #62090a);
  color: white;
  padding: 10px 5px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  cursor: pointer;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  font-weight: 500;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 130px;
  /* font-family: ; */
}

.quick-query-form {
  width: 0;
  overflow: hidden;
  background: white;
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
  transition: width 0.3s ease;
  border-radius: 8px 0 0 8px;
}

.quick-query-container:hover .quick-query-form {
  width: 300px;
}

.form-content {
  padding: 20px;
  width: 300px;
  box-sizing: border-box;
}

.form-content h3 {
  margin-top: 0;
  color: #333;
  font-size: 20px;
  margin-bottom: -24px;
  text-align: center;
}

.form-group {
  margin-bottom: 4px;
}

.form-group label {
  display: block;
  margin-bottom: 5px;
  color: #555;
  font-size: 14px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 2px 0px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  box-sizing: border-box;
}

.form-group textarea {
  height: 40px;
  resize: vertical;
}

.submit-btn {
  background: linear-gradient(135deg, #8d1314, #550506);
  color: white;
  border: none;
  padding: 6px;
  width: 100%;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.3s;
}

.submit-btn:hover {
  background: linear-gradient(135deg, #5d7de8, #9668d6);
  transform: translateY(-2px);
}

/* Animation for the tab */
@keyframes pulse {
  0% {
    transform: translateY(-50%) scale(1);
  }

  50% {
    transform: translateY(-50%) scale(1.05);
  }

  100% {
    transform: translateY(-50%) scale(1);
  }
}

.quick-query-tab {
  animation: pulse 2s infinite;
}

.quick-query-container:hover .quick-query-tab {
  animation: none;
}


/* =========== quick form end========== */

/* ================ */
.menu-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.menu-banner {
  text-align: center;
  margin-bottom: 40px;
  padding: 20px 0;
  background: linear-gradient(135deg, #921415, #7e1011);
  color: white;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.menu-title {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.menu-heading-sections {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.menu-heading-sections .menu-heading {
  text-align: center;
  font-size: 2.5rem;
  font-family: "Great Vibes", cursive;
  color: #8E1513;
  /* margin-bottom: 10px; */
  font-weight: 600;
}

.menu-heading-sections img {
  text-align: center;
  width: 23%;
  margin-bottom: 10px;
}

.menu-description {
  font-size: 1.1rem;
  max-width: 800px;
  margin: 0 auto;
}

.meal-category {
  margin-bottom: 50px;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.meal-category:hover {
  transform: translateY(-5px);
}

.category-title {
  background: #911415;
  color: white;
  padding: 15px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.category-title h2 {
  font-size: 1.8rem;
}

.category-toggle {
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}

.category-title.active .category-toggle {
  transform: rotate(180deg);
}

.dish-grid {
  padding: 25px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

.dish-card {
  background: var(--light-cream);
  padding: 20px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.dish-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.dish-card h3 {
  color: var(--dark-orange);
  margin-bottom: 10px;
  font-size: 1.2rem;
  position: relative;
  display: inline-block;
}

.dish-card h3::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 50px;
  height: 2px;
  background: var(--main-orange);
}

.dish-card p {
  font-size: 0.9rem;
  color: var(--text-gray);
}

.dish-card .dish-details {
  font-style: italic;
  margin-top: 5px;
  font-size: 0.85rem;
  color: #777;
}

.dish-card .vegetarian-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  background-color: green;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 0.7rem;
}

.menu-footer {
  text-align: center;
  padding: 30px 0;
  margin-top: 50px;
  background: var(--dark-gray);
  color: white;
  border-radius: 10px;
}

/* Responsive styles */
@media (max-width: 768px) {
  .dish-grid {
    grid-template-columns: 1fr;
  }

  .menu-title {
    font-size: 2rem;
  }

  .category-title h2 {
    font-size: 1.5rem;
  }
}

@media (max-width: 480px) {
  .menu-container {
    padding: 10px;
  }

  .menu-banner {
    padding: 15px 10px;
  }

  .menu-title {
    font-size: 1.8rem;
  }

  .menu-description {
    font-size: 1rem;
  }

  .dish-card {
    padding: 15px;
  }
}

/* ================ */


.image-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3px;
  margin-bottom: 20px;
}

.image-item {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  aspect-ratio: 1 / 1;
  width: 100%;
  height: 400px;
}

.image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.image-overlay1 {
  position: absolute;
  top: 0;
  left: 0;
  padding: 60px 0px 15px;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #0000007d;
}

.image-overlay1 h3 {
  font-weight: 600;
  color: #fff;
  font-size: 24px;
  margin-bottom: 15px;
}

.menu-sec {
  padding: 60px 0px;
}

.menu-headings {
  text-align: center;
  margin-bottom: 20px;
}



.menu-headings h2 {
  color: #921415;
  font-family: "Great Vibes", cursive;
  font-weight: 600;
  font-size: 40px;
  margin: 0;
}


.menu-headings img {
  width: 23%;
}

.image-overlay {
  padding: 10px 15px;
}

.image-item:hover img {
  transform: scale(1.05);
}


.dish-list1 {
  list-style-type: none;
  margin-bottom: 15px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.image-item ul {
  padding: 0px;
}

.dish-list1 li {
  margin: 3px 0;
  font-size: 14px;
  color: #fff;
  z-index: 9999;
}

.menu-button {
  padding: 3px 15px;
  /* background-color: #ff6b6b; */
  border: 1px solid #fff;
  color: white;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
  transition: background-color 0.3s ease;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  color: white;
}

.menu-button:hover {
  background-color: #8D1511;
  color: #fff;
}


@media (max-width: 600px) {
  .image-grid {
    grid-template-columns: 1fr 1fr;
  }

  .dish-list li {
    font-size: 12px;
  }
}

@media (max-width: 400px) {
  .image-grid {
    grid-template-columns: 1fr;
  }
}

/* ============ testimonial slider ============= */
.stars {
  display: flex;
  margin-top: 10px;
  gap: 7px;
}

.stars img {
  width: 20px !important;
}

/* keyword css */

.txt-justify {
  text-align: justify;
}

.txt-left {
  text-align: left;
}

.key-headings {
  font-size: 2.2rem;
  font-weight: 600;
}

.key-font-size-sm {
  font-size: 2rem;
  font-weight: 500;
}

.key-hero-section h2 {
  margin-top: 10px;
}

.key-about {
  border: 1px solid black;
  padding: 15px;
  margin-bottom: 15px;
}

.key-about h3 {
  color: #921415;
}

.key-about p {
  margin: 0;
}

.key-contact {
  border: 1px solid black;
  padding: 15px;
  margin-bottom: 15px;
}

.key-contact p a {
  color: #921415;
  font-weight: 600;
}

.key-contact .contact-flex {
  display: flex;
  align-items: baseline;
  gap: 10px;
  color: #921415;
}

.footer-social-links {
  margin-top: 15px;
  display: flex;
  gap: 10px;
}

/* .contact-flex p{
  color: #921415;
} */

.key-contact .contact-flex i {
  font-size: 20px;
}

.key-sm-table {
  background-color: #faf7f5;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
}

.wedding-addons-container {
  width: 100%;
  max-width: 300px;
  background: linear-gradient(135deg, #fff6f6 0%, #fff 100%);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.addons-header {
  background: linear-gradient(135deg, #7e090a 0%, #a13131 100%);
  padding: 11px;
  text-align: center;
  color: #ffffff;
}

.addons-header h2 {
  font-size: 1.5rem;
  margin-bottom: 5px;
  font-weight: 600;
}

.addons-header p {
  font-size: 0.9rem;
  opacity: 0.9;
  margin: 0;
}

.addons-table {
  width: 100%;
  border-collapse: collapse;
}

.addons-table-row {
  transition: all 0.3s ease;
  border-bottom: 1px solid #f0e6e0;
}

.addons-table-row:last-child {
  border-bottom: none;
}

.addons-table-row:hover {
  background-color: #fffbf9;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.addon-name-cell {
  padding: 10px 10px;
  font-weight: 600;
  color: #333;
  position: relative;
  width: 20%;
}

.addon-benefit-cell {
  padding: 10px 10px;
  color: #666;
  font-size: 0.9rem;
  width: 60%;
}

.addon-icon {
  margin-right: 10px;
  color: #d4af37;
  font-size: 1.1rem;
  width: 25px;
  display: inline-block;
  text-align: center;
}

.addons-footer {
  padding: 15px;
  text-align: center;
  background-color: #fdfaf7;
  color: #888;
  font-size: 0.85rem;
}

@media (max-width: 768px) {
  .wedding-addons-container {
    max-width: 100%;
  }

  .addon-name-cell,
  .addon-benefit-cell {
    padding: 15px 10px;
  }
}

.key-hero-footer {
  padding: 10px 0px;
}

.key-hero-footer h4 {
  font-size: 15px;
  line-height: 1.4;
}

.elegant-decoration-sec ul {
  padding-left: 0;
  margin-bottom: 5px;
}

.elegant-decoration-sec h5 {
  font-size: 15px;
  font-weight: 600;
  margin: 10px 0px 5px;
}

.elegant-decoration-sec ul li {
  list-style: none;
}

.txt-italic {
  font-style: italic;
}

.elegant-decoration-sec-setup {
  padding-bottom: 50px;
}

.delicious-vegetarian {
  background-color: #faf7f5;
  color: #333;
  line-height: 1.6;
  padding: 20px;
}

.catering-section {
  margin: 0 auto;
  padding: 40px 0px;
}

.section-header {
  text-align: center;
  margin-bottom: 20px;
}

.catering-section .menu-high {
  text-align: center;
  margin-bottom: 20px;
  color: #d35400;
  font-size: 1.5rem;
}

.section-title {
  font-size: 2.5rem;
  color: #d35400;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

.section-title:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #d35400, #f39c12);
}

.section-description {
  font-size: 15px;
  color: #555;
  margin: 0 auto;
}

.menu-highlights {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}

.menu-card {
  flex: 1;
  min-width: 250px;
  max-width: 270px;
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  padding: 25px;
}

.menu-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.card-icon {
  font-size: 2.8rem;
  margin-bottom: 20px;
  height: 70px;
  width: 70px;
  line-height: 70px;
  border-radius: 50%;
  margin: 0 auto 0px;
  color: white;
}

.card-title {
  font-size: 1.2rem;
  margin-bottom: 15px;
  font-weight: 600;
  color: #333;
}

.card-content {
  font-size: 0.95rem;
  color: #555;
}

.card-1 .card-icon {
  background: linear-gradient(135deg, #ff7675 0%, #fd79a8 100%);
}

.card-2 .card-icon {
  background: linear-gradient(135deg, #74b9ff 0%, #0984e3 100%);
}

.card-3 .card-icon {
  background: linear-gradient(135deg, #fdcb6e 0%, #e17055 100%);
}

.card-4 .card-icon {
  background: linear-gradient(135deg, #a29bfe 0%, #6c5ce7 100%);
}

.conclusion {
  text-align: center;
  margin-top: 50px;
  padding: 20px;
  background: linear-gradient(135deg, #fff6f6 0%, #fff 100%);
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.conclusion-text {
  font-size: 1rem;
  color: #333;
  font-style: italic;
  margin: 0;
}

@media (max-width: 1100px) {
  .menu-card {
    min-width: calc(50% - 25px);
  }
}

@media (max-width: 768px) {
  .menu-card {
    min-width: 100%;
    max-width: 100%;
  }

  .section-title {
    font-size: 2rem;
  }
}

.staff-support-section {
  margin: 40px auto;
}

.section-header-2 {
  text-align: center;
  margin-bottom: 40px;
}

.section-main-title {
  font-size: 2.5rem;
  color: #d35400;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

.section-main-title:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #d35400, #f39c12);
}

.section-intro {
  font-size: 15px;
  color: #555;
  margin: 0 auto;
}

.content-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 30px;
}

.image-container {
  flex: 1;
  min-width: 300px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.staff-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
  min-height: 400px;
}

.image-container:hover .staff-image {
  transform: scale(1.05);
}

.services-container {
  flex: 1;
  min-width: 300px;
}

.services-title {
  font-size: 1.2rem;
  color: #d35400;
  margin-bottom: 25px;
  text-align: left;
}

.services-list {
  list-style: none;
  padding: 0;
}

.service-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
  padding: 15px;
  border-radius: 8px;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.service-icon {
  font-size: 1.8rem;
  color: #d35400;
  margin-right: 15px;
  min-width: 40px;
  text-align: center;
}

.service-text {
  font-size: 1rem;
  color: #444;
  margin: 0;
}

.conclusion-paragraph {
  text-align: center;
  padding: 25px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  font-size: 1rem;
  color: #333;
  font-style: italic;
  margin-top: 20px;
  border-left: 4px solid #d35400;
}

@media (max-width: 900px) {
  .content-container {
    flex-direction: column;
  }

  .image-container,
  .services-container {
    flex: 1;
    min-width: 100%;
  }

  .section-main-title {
    font-size: 2rem;
  }
}

@media (max-width: 600px) {
  .staff-support-section {
    padding: 0px 0px;
  }

  .section-main-title {
    font-size: 1.8rem;
  }

  .service-item {
    flex-direction: column;
    text-align: center;
  }

  .service-icon {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.why-choose-sec {
  padding: 80px 0px;
}

.why-choose-container {
  margin: 40px auto;
}

.main-heading {
  text-align: center;
  margin-bottom: 40px;
}

.primary-title {
  font-size: 2.5rem;
  color: #d35400;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

.primary-title:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #d35400, #f39c12);
}

.intro-text {
  font-size: 15px;
  color: #555;
  margin: 0 auto;
}

.why-choose-upper-headings {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.why-choose-upper-headings img {
  width: 40px;
}

.trust-reasons {
  font-size: 1.4rem;
  color: #424242;
  text-align: center;
  margin: 30px 0;
  padding: 10px;
  background: linear-gradient(to right, #d2313200, #ffb6b7, transparent);
  font-weight: 600;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 25px;
  margin-top: 40px;
}

.feature-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  height: 100%;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.feature-img-container {
  flex: 0 0 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: linear-gradient(135deg, #ffefe6 0%, #ffd8c9 100%);
}

.feature-img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.feature-content {
  padding: 20px;
  flex: 1;
}

.feature-heading {
  font-size: 1.5rem;
  color: #d35400;
  font-weight: 600;
}

.feature-description {
  font-size: 0.95rem;
  color: #555;
}

@media (max-width: 768px) {
  .feature-card {
    flex-direction: column;
  }

  .feature-img-container {
    flex: 0 0 auto;
    padding: 15px;
  }

  .primary-title {
    font-size: 2rem;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .intro-text {
    text-align: justify;
  }
}

@media (max-width: 480px) {
  .why-choose-container {
    padding: 0px;
  }

  .primary-title {
    font-size: 1.8rem;
  }

  .trust-reasons {
    font-size: 1.5rem;
  }
}

/* =================== ================== */

.key2-table-sec {
  background: linear-gradient(135deg, #fdfcfb 0%, #e2d1c3 100%);
}

.key2-table-div {
  color: #333;
  line-height: 1.6;
  display: flex;
  padding: 50px 0px;
  justify-content: center;
  align-items: center;
}

.catering-container {
  width: 100%;
  padding: 30px 0px;
}

.catering-header {
  text-align: center;
  margin-bottom: 40px;
  padding: 0px;
  color: #000;
}


.catering-header p {
  font-size: 15px;
  margin: 0 auto;
}

.catering-table {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.catering-table:hover {
  transform: translateY(-5px);
}

.table-header {
  background: linear-gradient(135deg, #cd1b1d 0%, #7e0304 100%);
  color: white;
}

.table-header th {
  padding: 22px 20px;
  text-align: left;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.table-row {
  border-bottom: 1px solid #e0e0e0;
  transition: background-color 0.3s ease;
}

.table-row:hover {
  background-color: rgba(52, 152, 219, 0.05);
}

.table-row:nth-child(even) {
  background-color: #f9f9f9;
}

.table-row:nth-child(even):hover {
  background-color: rgba(52, 152, 219, 0.08);
}

.table-data {
  padding: 20px;
  font-size: 1.1rem;
}

.feature-name {
  font-weight: 600;
  color: #2c3e50;
  display: flex;
  align-items: center;
}

.feature-name i {
  margin-right: 12px;
  font-size: 1.4rem;
  color: #e52e71;
}

.included-details {
  color: #34495e;
  line-height: 1.5;
}

.customizable-yes {
  color: #27ae60;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.customizable-yes i {
  margin-right: 8px;
}

.customizable-no {
  color: #7f8c8d;
  font-weight: 500;
}

.package-note {
  text-align: center;
  margin-top: 30px;
  padding: 20px;
  background: linear-gradient(135deg, #ffd3a5 0%, #fd6585 100%);
  border-radius: 15px;
  color: white;
  font-size: 1.2rem;
  font-weight: 500;
  box-shadow: 0 10px 20px rgba(253, 101, 133, 0.2);
}

/* Responsive Design */
@media (max-width: 992px) {
  .catering-header h1 {
    font-size: 2.4rem;
  }

  .table-header th {
    font-size: 1.1rem;
    padding: 18px 15px;
  }

  .table-data {
    padding: 15px;
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .catering-container {
    padding: 0px;
  }

  .catering-header h1 {
    font-size: 2rem;
  }

  .catering-header p {
    font-size: 15px;
    text-align: justify;
  }

  .table-header {
    display: none;
  }

  .table-row {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
    border-bottom: none;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
  }

  .table-data {
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
  }

  .table-data:last-child {
    border-bottom: none;
  }

  .table-data::before {
    content: attr(data-label);
    font-weight: 600;
    color: #2c3e50;
    text-transform: uppercase;
    font-size: 0.9rem;
    margin-right: 15px;
    flex: 1;
  }

  .feature-name::before,
  .included-details::before,
  .customizable-yes::before,
  .customizable-no::before {
    display: none;
  }

  .table-data {
    text-align: right;
    flex: 2;
  }

  .feature-name {
    justify-content: space-between;
    background: linear-gradient(135deg, #3498db 0%, #2c3e50 100%);
    color: white;
    padding: 15px 20px;
    font-size: 1.2rem;
  }

  .feature-name i {
    color: white;
  }
}

@media (max-width: 480px) {
  .catering-header h1 {
    font-size: 1.8rem;
  }

  .table-data {
    flex-direction: column;
    align-items: flex-start;
  }

  .table-data::before {
    margin-bottom: 8px;
    margin-right: 0;
  }

  .package-note {
    font-size: 1rem;
    padding: 15px;
  }
}

/* Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.table-row {
  animation: fadeIn 0.5s ease-out;
  animation-fill-mode: both;
}

.table-row:nth-child(1) {
  animation-delay: 0.1s;
}

.table-row:nth-child(2) {
  animation-delay: 0.2s;
}

.table-row:nth-child(3) {
  animation-delay: 0.3s;
}

.table-row:nth-child(4) {
  animation-delay: 0.4s;
}

.table-row:nth-child(5) {
  animation-delay: 0.5s;
}

.table-row:nth-child(6) {
  animation-delay: 0.6s;
}

.table-row:nth-child(7) {
  animation-delay: 0.7s;
}

.table-row:nth-child(8) {
  animation-delay: 0.8s;
}

/*  */

.catering-section-2 {
  width: 100%;
  padding: 40px 0px;
}

.catering-header-2 {
  text-align: center;
  margin-bottom: 40px;
  padding: 0px;
}

.catering-title-2 {
  font-size: 2.8rem;
  margin-bottom: 15px;
  font-weight: 700;
  background: linear-gradient(135deg, #ff8a00 0%, #e52e71 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.catering-description {
  font-size: 15px;
  margin: 0 auto;
  color: #555;
  line-height: 1.6;
}

.catering-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.package-column {
  flex: 1;
  min-width: 300px;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.package-column:hover {
  transform: translateY(-5px);
}

.affordable-package {
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  border-top: 5px solid #4CAF50;
}

.premium-package {
  background: linear-gradient(135deg, #fff1eb 0%, #ace0f9 100%);
  border-top: 5px solid #FF9800;
}

.package-title {
  font-size: 1.8rem;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: left;
  color: #2c3e50;
}

.package-title i {
  margin-right: 12px;
  font-size: 2rem;
}

.affordable-title {
  color: #2E7D32;
}

.premium-title {
  color: #E65100;
}

.package-features {
  list-style-type: none;
  padding: 0;
}

.package-feature {
  padding: 15px 0;
  border-bottom: 1px dashed #ddd;
  display: flex;
  align-items: flex-start;
}

.package-feature:last-child {
  border-bottom: none;
}

.package-feature i {
  margin-right: 15px;
  font-size: 1.2rem;
  margin-top: 4px;
  min-width: 24px;
}

.affordable-feature i {
  color: #4CAF50;
}

.premium-feature i {
  color: #FF9800;
}

.image-column {
  flex: 1;
  min-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.catering-image {
  width: 100%;
  max-width: 350px;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
  transition: transform 0.5s ease;
}

.catering-image:hover {
  transform: scale(1.03);
}

.catering-footer {
  text-align: center;
  margin-top: 40px;
  padding: 15px;
  background: linear-gradient(135deg, #ffd3a5 0%, #fd6585 100%);
  border-radius: 15px;
  color: white;
  font-size: 1.2rem;
  font-weight: 500;
  box-shadow: 0 10px 20px rgba(253, 101, 133, 0.2);
}

.catering-footer p {
  margin: 0;
}

/* Responsive Design */
@media (max-width: 992px) {
  .catering-content {
    flex-direction: column;
  }

  .package-column {
    min-width: 100%;
  }

  .image-column {
    order: -1;
    min-width: 100%;
  }

  .catering-title-2 {
    font-size: 2.4rem;
  }

  .catering-description {
    font-size: 1rem;
    text-align: justify;
  }
}

@media (max-width: 768px) {
  .catering-section-2 {
    padding: 40px 0px;
  }

  .catering-title-2 {
    font-size: 2rem;
  }

  .package-title {
    font-size: 1.6rem;
  }

  .package-column {
    padding: 20px;
  }

  .event-management-header {
    padding: 0px !important;
  }
}

@media (max-width: 480px) {
  .catering-title-2 {
    font-size: 1.8rem;
  }

  .catering-description {
    font-size: 1rem;
  }

  .package-title {
    font-size: 1.4rem;
  }

  .package-feature {
    font-size: 0.95rem;
  }

  .catering-footer {
    font-size: 1rem;
    padding: 20px;
  }
}

/* Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.package-column {
  animation: fadeIn 0.5s ease-out;
  animation-fill-mode: both;
}

.affordable-package {
  animation-delay: 0.2s;
}

.image-column {
  animation: fadeIn 0.5s ease-out 0.4s both;
}

.premium-package {
  animation-delay: 0.6s;
}

.catering-footer {
  animation: fadeIn 0.5s ease-out 0.8s both;
}

/* ======== ======= */

.key4-p {
  padding: 80px 0px;
}

.evt-mang-ser-div {
  background: linear-gradient(135deg, #f5f7fa 0%, #e4e8f0 100%);
  color: #333;
  line-height: 1.6;
  padding: 20px;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.event-services-container {
  width: 100%;
}

.event-header {
  text-align: center;
  margin-bottom: 50px;
  padding: 0 20px;
}

.event-main-title {
  font-size: 2.8rem;
  margin-bottom: 20px;
  font-weight: 700;
  background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.event-description {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

.event-cards-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-bottom: 40px;
}

.event-card {
  flex: 1;
  min-width: 300px;
  max-width: 350px;
  background: white;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  display: flex;
  flex-direction: column;
}

.event-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.card-header {
  padding: 25px 25px 15px;
  text-align: center;
  background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
  color: white;
}

.card-icon {
  font-size: 2.2rem;
  margin-bottom: 20px;
}

.card-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.card-content {
  padding: 0px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.card-features {
  list-style-type: none;
  margin-bottom: 20px;
  flex-grow: 1;
}

.card-feature span {
  text-align: left;
}

.time-ser-headings h5 {
  font-weight: 600;
  margin-bottom: 20px;
}

.card-feature {
  padding: 12px 0;
  border-bottom: 1px dashed #e0e0e0;
  display: flex;
  align-items: center;
}

.card-feature:last-child {
  border-bottom: none;
}

.feature-icon {
  margin-right: 15px;
  font-size: 1.2rem;
  color: #6a11cb;
  min-width: 24px;
}

.event-footer {
  text-align: center;
  padding: 25px;
  background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
  border-radius: 15px;
  color: white;
  font-size: 1.2rem;
  font-weight: 500;
  box-shadow: 0 10px 20px rgba(106, 17, 203, 0.2);
}

/* Card specific styles */
.menu-card .card-header {
  background: linear-gradient(135deg, #FF416C 0%, #FF4B2B 100%);
}

.menu-card .feature-icon {
  color: #FF416C;
}

.decor-card .card-header {
  background: linear-gradient(135deg, #00b09b 0%, #96c93d 100%);
}

.decor-card .feature-icon {
  color: #00b09b;
}

.setup-card .card-header {
  background: linear-gradient(135deg, #8E2DE2 0%, #4A00E0 100%);
}

.setup-card .feature-icon {
  color: #8E2DE2;
}

/* Responsive Design */
@media (max-width: 992px) {
  .event-cards-container {
    gap: 25px;
  }

  .event-card {
    min-width: 280px;
  }

  .event-main-title {
    font-size: 2.4rem;
  }

  .event-description {
    font-size: 1.1rem;
  }
}

@media (max-width: 768px) {
  .event-services-container {
    padding: 30px 20px;
  }

  .event-main-title {
    font-size: 2.2rem;
  }

  .card-title {
    font-size: 1.6rem;
  }

  .event-card {
    min-width: 100%;
    max-width: 400px;
  }
}

@media (max-width: 480px) {
  .event-main-title {
    font-size: 1.9rem;
  }

  .event-description {
    font-size: 1rem;
  }

  .card-title {
    font-size: 1.4rem;
  }

  .card-content {
    padding: 20px;
  }

  .event-footer {
    font-size: 1rem;
    padding: 20px;
  }

  .card-feature {
    font-size: 0.95rem;
  }
}

/* Animation */
@keyframes cardFadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.event-card {
  animation: cardFadeIn 0.6s ease-out;
  animation-fill-mode: both;
}

.menu-card {
  animation-delay: 0.2s;
}

.decor-card {
  animation-delay: 0.4s;
}

.setup-card {
  animation-delay: 0.6s;
}

.event-footer {
  animation: cardFadeIn 0.6s ease-out 0.8s both;
}

.cus-menu-container {
  display: flex;
  flex: 1;
}

.evt-sec {
  display: flex;
  justify-content: center;
  align-items: center;
}

.event-management-section {
  width: 100%;
  padding: 40px 0px;
}

.event-management-header {
  text-align: center;
  margin-bottom: 50px;
  padding: 0 20px;
}

.event-management-title {
  font-size: 2.8rem;
  margin-bottom: 20px;
  font-weight: 700;
  background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.event-management-description {
  font-size: 15px;
  margin: 0 auto;
  color: #555;
  line-height: 1.6;
}

.service-features-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-bottom: 40px;
}

.service-feature-card {
  flex: 1;
  min-width: 300px;
  max-width: 350px;
  background: white;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  display: flex;
  flex-direction: column;
}

.service-feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.feature-card-header {
  padding: 25px 25px 15px;
  text-align: center;
  color: white;
}

.feature-card-icon {
  font-size: 2.5rem;
  margin-bottom: 15px;
}

.feature-card-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.feature-card-content {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.feature-card-list {
  list-style-type: none;
  margin-bottom: 20px;
  flex-grow: 1;
}

.feature-card-item {
  padding: 12px 0;
  border-bottom: 1px dashed #e0e0e0;
  display: flex;
  align-items: center;
}

.feature-card-item:last-child {
  border-bottom: none;
}

.feature-item-icon {
  margin-right: 15px;
  font-size: 1.2rem;
  min-width: 24px;
}

.event-management-footer {
  text-align: center;
  padding: 25px;
  background: linear-gradient(135deg, #921415 0%, #97020b 100%);
  border-radius: 15px;
  color: white;
  font-size: 1.2rem;
  font-weight: 500;
  box-shadow: 0 10px 20px rgba(106, 17, 203, 0.2);
}

.event-management-footer p {
  margin: 0;
}

/* Card specific styles */
.menu-feature-card .feature-card-header {
  background: linear-gradient(135deg, #e93b63 0%, #921415 100%);
}

.menu-feature-card .feature-item-icon {
  color: #FF416C;
}

.decor-feature-card .feature-card-header {
  background: linear-gradient(135deg, #e93b63 0%, #921415 100%);
}

.decor-feature-card .feature-item-icon {
  color: #00b09b;
}

.setup-feature-card .feature-card-header {
  background: linear-gradient(135deg, #e93b63 0%, #921415 100%);
}

.setup-feature-card .feature-item-icon {
  color: #8E2DE2;
}

/* Responsive Design */
@media (max-width: 992px) {
  .service-features-container {
    gap: 25px;
  }

  .service-feature-card {
    min-width: 280px;
  }

  .event-management-title {
    font-size: 2.4rem;
  }

  .event-management-description {
    font-size: 1.1rem;
  }
}

@media (max-width: 768px) {
  .event-management-section {
    padding: 30px 0px;
  }

  .event-management-title {
    font-size: 2.2rem;
  }

  .feature-card-title {
    font-size: 1.6rem;
  }

  .service-feature-card {
    min-width: 100%;
    max-width: 400px;
  }

  .key-headings {
    font-size: 2rem;
    font-weight: 600;
    text-align: left;
  }

  .section-description {
    text-align: justify;
  }

  .section-intro {
    text-align: justify;
  }
}

@media (max-width: 480px) {
  .event-management-title {
    font-size: 1.9rem;
  }

  .event-management-description {
    font-size: 1rem;
    text-align: justify;
  }

  .feature-card-title {
    font-size: 1.4rem;
  }

  .feature-card-content {
    padding: 20px;
  }

  .event-management-footer {
    font-size: 1rem;
    padding: 20px;
  }

  .feature-card-item {
    font-size: 0.95rem;
  }
}

/* Animation */
@keyframes featureCardFadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.service-feature-card {
  animation: featureCardFadeIn 0.6s ease-out;
  animation-fill-mode: both;
}

.menu-feature-card {
  animation-delay: 0.2s;
}

.decor-feature-card {
  animation-delay: 0.4s;
}

.setup-feature-card {
  animation-delay: 0.6s;
}

.event-management-footer {
  animation: featureCardFadeIn 0.6s ease-out 0.8s both;
}

/* faq----- */
/* onnn */
.ptb-20 {
  padding-top: 10px;
  padding-bottom: 30px;
}


.brochures-prgs {
  cursor: pointer;
  border-top: 4px solid #dc0030;
  ;
  border-left: 3px solid #dc0030;
  ;
  padding: 11px;
  color: #373333;
  border-radius: 9px;
  background: #d3d3d336;
  font-size: 16px;
  margin-bottom: 15px;
  position: relative;
}

.disp {
  display: none;
  padding: 20px;
}


.rotate {
  transform: rotate(180deg);
}

.brochures-prgs .fa {
  font-size: 18px;
  right: 0;
  position: absolute;
  padding: 10px;
  border-radius: 6px;
  margin-top: -7px;
  margin-right: 6px;
  background: #dc0030;
  color: #fff;
}

.trin-trin {
  animation-name: trin;
  animation-duration: 1.8s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes trin {
  from {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  20%,
  32%,
  44%,
  56%,
  68% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  23%,
  35%,
  47%,
  59%,
  71% {
    transform: rotate3d(0, 0, 1, 12deg);
  }

  26%,
  38%,
  50%,
  62%,
  74% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  29%,
  41%,
  53%,
  65%,
  77% {
    transform: rotate3d(0, 0, 1, -12deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

/* onnn */
/*  */

/* -funnels-Css--- */
/*mobile footer css starts*/

.navbar-footer a {
  float: left;
  display: none;
  width: 25%;
  color: #fff;
  text-align: center;
  padding: 25px 22px 38px 20px;
  text-decoration: none;
  font-size: 21px;
  /* margin-right: 22px;
    margin-left: 21px; */
}

.navbar-footer a:hover {
  background: #F1F1F1;
  color: black;
}

.w_app>i {
  color: #fff;
}

.w_app {
  background-color: #28A745;
}

.e_mail>i {
  color: #fff;
}

.e_mail {
  background-color: #DC3545;
}

.ems_call>i {
  color: #fff;
}

.ems_call {
  background-color: #007BFF;
}

.ems_enquiry>i {
  color: #fff;
}

.ems_enquiry {
  background-color: #FFC107;
}

.upside {
  display: none;
}

.mobile-hidden i {
  color: white;
}

@media screen and (min-width :315px) and (max-width :768px) {
  .upside {
    display: block;
  }

  .funnal-mobile {
    display: none !important;
  }

  .mobile-footer {
    display: block !important;
  }

  .social-mobile li a .fa {
    display: none;
  }

  .navbar-footer {
    overflow: scroll;
    z-index: 9999999 !important;
    background-color: #ccc;
    position: fixed;
    bottom: -16px;
    width: 100%;
  }

  .navbar-footer a:hover {
    background: #f1f1f1;
    color: black;
  }

  .main {
    padding: 0px;
    margin-bottom: 54px;
  }

  .navbar-footer {
    display: block !important;
  }

}

.mobile-hidden a {
  font-size: 16px;
}

/* mobile footer css end*/
@media only screen and (max-width:768px) {


  .mobile-hidden {
    display: none !important;
  }

  .tab {
    margin: 4px 4px !important;
  }

  .brochures-prgs .fa-plus {
    margin-right: 30px !important;
  }
}

/* Funnel css start */
.btn-success {
  color: #fff !important;
  background-color: #5cb85c;
  border-color: #4cae4c;
  padding: 15px 30px;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439
}

.btn-danger {
  color: #fff !important;
  background-color: #d9534f;
  border-color: #d43f3a;
  padding: 15px 30px;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925
}

.btn-warning {
  color: #fff !important;
  background-color: #f0ad4e;
  border-color: #eea236;
  padding: 15px 30px;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512
}

/* .btn-primary {
      color: #fff!important;
      background-color: #0084bd;
      border-color: #0d668d;
      padding: 15px 30px;
    }
    .btn-primary:hover {
      color: #fff;
      background-color: #0d668d;
      border-color: #204d74
    } */
.pb-20 {
  padding-top: 10px;
  padding-bottom: 30px;
}


/* -funnels-Css-Ends--- */

.enquiry-page{
  
}

.enquiry-page .form-group input{
  padding: 10px 10px;
}
.enquiry-page .enq-cap{
  margin-top: 10px;
}

.eq-btn{
    border: none;
    background: #921415;
    padding: 8px 16px;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    transition: 0.3s ease;
}

.eq-btn:hover{
  background: #6e0f10;
}
/*gallery tab start*/
	.nav-tabs .nav-link {
      border: none;
      border-radius: 30px;
      padding: 10px 20px;
      margin: 5px;
      font-weight: 600;
      background-color: #f0f0f0;
      color: #333;
      transition: all 0.3s ease;
    }

    .nav-tabs .nav-link:hover {
      background-color: #ddd;
    }

    .nav-tabs .nav-link.active {
      background-color: #921415;
      color: #fff;
      box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    }
	.tab-pane {
      transition: opacity 0.3s ease;
    }
	.nav-tabs {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 12px;
	}
	.tab-content{
		margin: 30px 0 10px;
	}
/*gallery tab closed/*

/*photo gallery start*/
  .gallery-main{
    background-color: #fff;
    padding: 80px 0 50px;
  }
  .gallery-main h2{
    text-align: center;
    margin: 10px 0 20px;
    text-transform: uppercase;
    font-size: 20px;

  }
.main .card-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main .card-image {
    background: #fff;
    display: block;
    /* padding-top: 70%; */
    position: relative;
    width: 100%;
    height: 250px;
	transition: background-color 0.3s ease, transform 0.3s ease;
	box-shadow: 0 0 3px #606060a3;
	padding: 10px;
	border: 2px solid #911415;
}
.main .card-image:hover {
	transform: scale(1.05);
}
.main .card {
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
    color: #333;
    border-radius: 2px;
    /* width: 100%; */
}
.fancybox-button--share{
  display:none!important;
}
.card-event-gallery{
	margin-bottom: 30px;
}
@media only screen and (max-width:768px) {
	.main .card-image {
		height: 140px !important;
	}
  .gallery-main{
    padding: 50px 0 0px;
  }
  .main {
        margin-bottom: 0px!important;
    }
}
.fancybox-share_button {
	color: #000000;
}
/*photo gallery closed*/
a:not([href]):not([tabindex]) {
    color: #ffffff;
}
.nav-link {
    cursor: pointer;
  }