/*-------------------------------------------------------------
Template Name: Automatefood HTML Saas Template
Template URL: 
Author Name: SoftTech IT
Author URL: https://themeforest.net/user/softtech-it/portfolio
Version: 1.0
Description: 
Tags: Restaurant,
Text Domain: Automatefood
-------------------------------------------------------------*/
/*------------------------------------------------------------- 
TABLE OF CONTENTS: 
---------------------------------------------------------------
>> Author CSS
>> Navbar
>> Header Section
>> Footer Section
>> Breadcrumb Section
>> Preloader
>> Button 
>> Form
>> Theme
>> Home Page 01
>> Homepage 2
>> Footer 2
>> Header 2 Section
>> Header 3 Section
>> Homepage 3 
>> Footer 3
>> Homepage 4
>> Footer Section 4
>> Saas Homepage 
>> Saas Pricing 
>> Saas Blog
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Caveat&family=Poppins:wght@400;500;600;700;900&family=Roboto:wght@400;500&display=swap");
@import url("https://fonts.cdnfonts.com/css/sf-ui-display");

body::-webkit-scrollbar {
  width: 8px;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
  border-radius: 5px;
}

/* Author CSS */
body {
  margin: 0;
  color: #2a435d;
  font-family: "Roboto", sans-serif;
}

h1 {
  color: #2a435d;
  font-size: 60px;
  font-weight: 900;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  h1 {
    font-size: 48px;
  }
}

h2 {
  color: #2a435d;
  font-size: 48px;
  font-weight: 700;
}
@media (max-width: 575.98px) {
  h2 {
    font-size: 36px;
  }
}

h3 {
  color: #2a435d;
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 575.98px) {
  h3 {
    font-size: 30px;
  }
}

h4 {
  color: #2a435d;
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 575.98px) {
  h4 {
    font-size: 24px;
  }
}

h5 {
  color: #2a435d;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 575.98px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  color: #2a435d;
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  line-height: 1.2;
  margin-bottom: 0;
}

p {
  color: #2a435d;
  margin-bottom: 16px;
}

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

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

input:focus,
textarea:focus,
select:focus,
button:focus,
.slick-slide {
  outline: none;
}

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

button {
  cursor: pointer;
}

/* Navbar */
.main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.main-menu li {
  display: inline-block;
  position: relative;
}
.main-menu li .submenu {
  width: 220px;
  position: absolute;
  top: 90%;
  left: 0;
  background: #cc3333;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 20px 10px;
  border-radius: 5px;
}
.main-menu li .submenu li {
  display: block;
}
.main-menu li .submenu li a {
  padding: 5px 15px;
  display: block;
  text-transform: capitalize;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px;
}
.main-menu li .submenu li a:hover {
  margin-left: 10px;
}
.main-menu li:hover .submenu {
  top: 70%;
  opacity: 1;
  visibility: visible;
}
.main-menu li:hover > a {
  color: #ffffff;
}
.main-menu li a {
  padding: 30px 15px;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
}
.main-menu li a span i {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .main-menu li a {
    padding: 30px 8px;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .main-menu li a {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .main-menu li a {
    font-size: 14px;
  }
}

.main-menu2 li a {
  padding: 30px 12px;
  color: #2a435d;
  font-weight: 700;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .main-menu2 li a {
    padding: 30px 8px;
  }
}
.main-menu2 li a:hover {
  color: #cc3333;
}

.main-menu2 li .submenu li a {
  color: #ffffff;
}

.main-menu2 li:hover > a {
  color: #cc3333;
}

.footer-nav .main-menu {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer-nav .main-menu li a {
  font-weight: 700;
}

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

.mean-container a.meanmenu-reveal {
  color: #cc3333;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .main-menu3 {
    padding-right: 60px;
  }
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
  .main-menu3 {
    padding-right: 60px;
  }
}

@media (min-width: 1440px) and (max-width: 1599.98px) {
  .main-menu3 {
    padding-right: 60px;
  }
}

@media (min-width: 1600px) and (max-width: 1919.99px) {
  .main-menu3 {
    padding-right: 60px;
  }
}

.main-menu3 li a {
  padding: 30px 12px;
  color: #2a435d;
  font-weight: 700;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .main-menu3 li a {
    padding: 30px 8px;
  }
}
.main-menu3 li a:hover {
  color: #006633;
}

.main-menu3 li .submenu {
  background-color: #006633;
  z-index: 11111;
}
.main-menu3 li .submenu li a {
  color: #ffffff;
}

.main-menu3 li:hover > a {
  color: #006633;
}

.main-menu4 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .main-menu4 {
    padding-right: 0;
  }
}
.main-menu4 li a:hover {
  color: #76459d;
}
.main-menu4 li .submenu {
  background-color: #76459d;
}
.main-menu4 li:hover > a {
  color: #76459d;
}

.mobile-menu {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.mobile-menu .main-menu li a span {
  display: none;
}
.mobile-menu .main-menu li .submenu {
  padding: 0;
  opacity: 1;
}
@media (max-width: 575.98px) {
  .mobile-menu {
    top: -6px;
  }
}
.mobile-menu .main-menu li .submenu {
  position: static;
  width: 100%;
}
.mobile-menu .mean-nav ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mobile-menu .mean-bar {
  background: transparent;
}
.mobile-menu .mean-bar .mean-nav {
  margin-top: 58px;
  background: #cc3333;
}
.mobile-menu .mean-nav ul li a.mean-expand:hover {
  background: #cc3333;
}

.mean-container .mean-nav ul li a.mean-expand {
  width: 25px;
  height: 25px;
}

.mobile-menu.home3-mobile-menu.mean-container {
  right: -11px;
  top: 10px;
}
@media (max-width: 575.98px) {
  .mobile-menu.home3-mobile-menu.mean-container {
    right: 2px;
    top: -7px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .mobile-menu.home3-mobile-menu.mean-container {
    right: -14px;
    top: 5px;
  }
}
.mobile-menu.home3-mobile-menu.mean-container a.meanmenu-reveal span {
  color: #006633 !important;
}
.mobile-menu.home3-mobile-menu.mean-container a.meanmenu-reveal span {
  background: #006633;
}
.mobile-menu.home3-mobile-menu.mean-container a.meanmenu-reveal {
  color: #006633;
}
.mobile-menu.home3-mobile-menu.mean-container .mean-nav ul {
  background: #006633;
}
.mobile-menu.home3-mobile-menu.mean-container .mean-nav ul li a.mean-expand {
  background: #006633;
}

.mobile-menu.home4-mobile-menu.mean-container a.meanmenu-reveal span {
  color: #76459d !important;
}

.mobile-menu.home4-mobile-menu.mean-container a.meanmenu-reveal span {
  background: #76459d;
}

.mobile-menu.home4-mobile-menu.mean-container a.meanmenu-reveal {
  color: #76459d;
}

.mobile-menu.home4-mobile-menu.mean-container .mean-nav ul {
  background: #76459d;
}

.mobile-menu.home4-mobile-menu.mean-container .mean-nav ul li a.mean-expand {
  background: #76459d;
}

/* Header Section */
body {
  position: relative;
}

header {
  position: absolute;
  top: 0%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
header .header-top {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 10px;
  z-index: 11;
}
header .header-top .contact-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575.98px) {
  header .header-top .contact-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
header .header-top .contact-box span {
  margin-right: 20px;
}
header .header-top .contact-box span a {
  color: #ffffff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
header .header-top .contact-box span a:hover {
  color: #cc3333;
}
header .header-top .social-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 575.98px) {
  header .header-top .social-box {
    display: block;
  }
}
header .header-top .social-box span {
  margin-left: 35px;
  font-size: 14px;
}
@media (max-width: 575.98px) {
  header .header-top .social-box span {
    margin-right: 20px;
    margin-left: 0px;
  }
}
header .header-top .social-box span a {
  color: #ffffff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
header .header-top .social-box span a:hover {
  color: #cc3333;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
header .header-bottom .logo {
  width: 140px;
  position: relative;
  z-index: 11;
}
@media (max-width: 767.98px) {
  header .header-bottom .logo {
    width: 150px !important;
  }
}
header .header-bottom .logo img {
  width: 100%;
}
header .header-bottom .customer-area {
  text-align: right;
  position: relative;
  z-index: 11;
}
header .header-bottom .customer-area span {
  margin-right: 20px;
  display: inline-block;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 10px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 575.98px) {
  header .header-bottom .customer-area span {
    margin-right: 0;
  }
}
header .header-bottom .customer-area span a {
  color: #ffffff;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  header .header-bottom .customer-area span {
    margin-right: 10px;
  }
}
header .header-bottom .customer-area span:hover {
  background: #cc3333;
  border: 1px solid transparent;
}
header .header-bottom .customer-area span i {
  display: block;
}
header .header-bottom .customer-area .btn {
  margin-left: 30px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  header .header-bottom .customer-area .btn {
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  header .header-bottom .customer-area .btn {
    padding: 5px 15px;
  }
}
@media (max-width: 575.98px) {
  header .header-bottom .customer-area .btn {
    margin-left: 0;
  }
}

/* Footer Section */
footer {
  background: #000000;
  overflow: hidden;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  footer .fo-shapes {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  footer .fo-shapes {
    display: none;
  }
}
@media (max-width: 767.98px) {
  footer .fo-shapes {
    display: none;
  }
}
footer .fo-shapes img {
  width: inherit;
}
footer .fo-shapes .fs-1 {
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  footer .fo-shapes .fs-1 {
    width: 85px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  footer .fo-shapes .fs-1 {
    width: 85px;
  }
}
footer .fo-shapes .fs-2 {
  position: absolute;
  right: 3%;
  -webkit-transform: rotate(226deg);
  -ms-transform: rotate(226deg);
  transform: rotate(226deg);
}
footer .fo-shapes .fs-3 {
  position: absolute;
  right: 11%;
  bottom: 12%;
}
footer .fo-shapes .fs-4 {
  position: absolute;
  top: 38%;
  left: 5%;
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  footer .fo-shapes .fs-4 {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  footer .fo-shapes .fs-4 {
    display: none;
  }
}
footer .fo-shapes .fs-5 {
  position: absolute;
  top: 44%;
  right: 13%;
}
footer .fo-shapes .fs-6 {
  position: absolute;
  right: 0;
  bottom: 0;
}
footer .fo-shapes .fs-7 {
  position: absolute;
  left: 0;
  top: 0;
}
footer hr {
  border: 1px dotted #ffffff;
}
footer .footer-top .f-logo {
  width: 150px;
}
footer .footer-top .f-logo img {
  width: 100%;
}
footer .footer-top .f-title h4 {
  color: #ffffff;
}
footer .footer-top .f-title h4 span {
  color: #ff9933;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  footer .footer-top a.btn {
    padding: 11px 14px;
  }
}
footer .footer-bottom .widget h6 {
  color: #ffffff;
  margin-bottom: 20px;
}
footer .footer-bottom .widget p {
  color: #ffffff;
}
footer .footer-bottom .widget p span {
  text-transform: capitalize;
}
footer .footer-bottom .widget a {
  color: #ff9933;
  text-transform: capitalize;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
footer .footer-bottom .widget a:hover {
  color: #ffffff;
}
footer .copyright-area p {
  color: #ffffff;
}
footer .copyright-area p a {
  color: #ff9933;
}

/* Breadcrumb Section */
.breadcrumb-area {
  position: relative;
  overflow: hidden;
  background-image: url("../images/bg/breadcrumb.png") !important;
}
.breadcrumb-area nav {
  z-index: 0;
}
.breadcrumb-area .bread-shapes img {
  width: inherit;
}
.breadcrumb-area .bread-shapes .b-shape-1 {
  position: absolute;
  right: 8%;
  top: 30%;
  -webkit-transform: rotate(-93deg);
  -ms-transform: rotate(-93deg);
  transform: rotate(-93deg);
  width: 75px;
}
@media (max-width: 767.98px) {
  .breadcrumb-area .bread-shapes .b-shape-1 {
    display: none;
  }
}
.breadcrumb-area .bread-shapes .b-shape-2 {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: rotate(177deg);
  -ms-transform: rotate(177deg);
  transform: rotate(177deg);
}
@media (max-width: 767.98px) {
  .breadcrumb-area .bread-shapes .b-shape-2 {
    display: none;
  }
}
.breadcrumb-area .bread-shapes .b-shape-3 {
  position: absolute;
  top: 20%;
  left: 5%;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .breadcrumb-area .bread-shapes .b-shape-3 {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .breadcrumb-area .bread-shapes .b-shape-3 {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .breadcrumb-area .bread-shapes .b-shape-3 {
    display: none;
  }
}
.breadcrumb-area .bread-shapes .b-shape-4 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.breadcrumb-area .bread-shapes .b-shape-5 {
  position: absolute;
  top: 0;
  left: 0;
}
.breadcrumb-area .bread-shapes .b-shape-6 {
  position: absolute;
  top: 65%;
  right: 22%;
  -webkit-transform: rotate(125deg);
  -ms-transform: rotate(125deg);
  transform: rotate(125deg);
  width: 75px;
}
@media (max-width: 767.98px) {
  .breadcrumb-area .bread-shapes .b-shape-6 {
    display: none;
  }
}
.breadcrumb-area h2 {
  color: #ffffff;
  text-align: center;
}
.breadcrumb-area .breadcrumb {
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.breadcrumb-area .breadcrumb .breadcrumb-item {
  color: #ffffff;
  text-transform: capitalize;
}
.breadcrumb-area .breadcrumb .breadcrumb-item a {
  color: #ffffff;
  text-transform: capitalize;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.breadcrumb-area .breadcrumb .breadcrumb-item a:hover {
  color: #cc3333;
}

/* Footer 2*/
.footer2 {
  background: #ffffff;
  position: relative;
}
.footer2 .fo-shapes .fs-1 {
  position: absolute;
  top: 10%;
  left: 4%;
}
.footer2 .fo-shapes .fss-2 {
  position: absolute;
  bottom: 0%;
  left: 0%;
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .footer2 .fo-shapes .fss-2 {
    width: 90px;
  }
}
.footer2 .fo-shapes .fss-3 {
  position: absolute;
  bottom: 0%;
  right: 0%;
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .footer2 .fo-shapes .fss-3 {
    width: 90px;
  }
}
.footer2 .fo-shapes .fss-4 {
  position: absolute;
  top: 20%;
  right: 8%;
}
.footer2 .fo-shapes .fss-5 {
  position: absolute;
  bottom: 2%;
  left: 20%;
}
.footer2 .fo-shapes .fss-6 {
  position: absolute;
  bottom: 2%;
  right: 25%;
}
.footer2 hr {
  border: 1px dotted #cc3333;
}
.footer2 .footer-top .form2 {
  position: relative;
}
.footer2 .footer-top .form2 input {
  background: transparent;
  border: 1px solid #e6e6e6;
  color: #2a435d;
  padding: 10px 55px;
  border-radius: 5px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .footer2 .footer-top .form2 input {
    padding: 10px 45px;
  }
}
.footer2 .footer-top .form2 span {
  position: absolute;
  left: 4%;
  top: 23%;
}
@media (max-width: 767.98px) {
  .footer2 .footer-top .form2 span {
    top: 14%;
  }
}
.footer2 .footer-top .form2 .btn.bttn {
  padding: 10px 55px;
  border-radius: 5px;
}
@media (max-width: 767.98px) {
  .footer2 .footer-top .form2 .btn.bttn {
    margin-top: 20px;
  }
}
@media (max-width: 575.98px) {
  .footer2 .footer-top .form2 .btn.bttn {
    width: 100%;
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .footer2 .footer-top .form2 .btn.bttn {
    padding: 10px 30px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .footer2 .footer-top .f-title {
    margin-bottom: 30px;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .footer2 .footer-top .f-title {
    margin-bottom: 30px;
    text-align: center;
  }
}
.footer2 .footer-top .f-title h4 {
  color: #2a435d;
}
.footer2 .footer-top .f-title h4 span {
  color: #cc3333;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .footer2 .footer-top a.btn {
    padding: 11px 14px;
  }
}
.footer2 .footer-bottom .widget h6 {
  color: #2a435d;
  margin-bottom: 20px;
}
.footer2 .footer-bottom .widget p {
  color: #2a435d;
}
.footer2 .footer-bottom .widget a {
  color: #cc3333;
  text-transform: capitalize;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.footer2 .footer-bottom .widget a:hover {
  color: #ff9933;
}
.footer2 .copyright-area .copyright-content .f-logo {
  width: 150px;
  margin: 0 auto;
}
.footer2 .copyright-area .copyright-content .f-logo img {
  width: 100%;
}
.footer2 .copyright-area .copyright-content p {
  color: #2a435d;
}
.footer2 .copyright-area .copyright-content p a {
  color: #cc3333;
  font-weight: 700;
  text-transform: capitalize;
}

/* Header 2 Section */
header .header-bottom .logo {
  width: 200px;
  margin-top: 10px;
}

header .header-bottom .logo img {
  width: 100%;
}

header .header-bottom .customer-area2 {
  position: relative;
  z-index: 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  header .header-bottom .customer-area2 {
    padding-left: 20px;
  }
}
header .header-bottom .customer-area2 img {
  width: 55px;
}
header .header-bottom .customer-area2 .shopping {
  margin-right: 20px;
  display: inline-block;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 10px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #cc3333;
}
header .header-bottom .customer-area2 .shopping:hover {
  background-color: transparent;
  border: 1px solid #cc3333;
  color: #cc3333;
}
header .header-bottom .customer-area2 .shopping i {
  display: block;
}
header .header-bottom .customer-area2 .shop-counter {
  position: absolute;
  top: -15%;
  right: 28%;
  background-color: #ff9933;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
  display: block;
  border-radius: 50%;
  color: #ffffff;
}
header .header-bottom .customer-area2 .order-content {
  color: #cc3333;
  text-transform: capitalize;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  line-height: 1;
}
header .header-bottom .customer-area2 .order-content .span-1 {
  display: block;
  color: #2a435d;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 8px;
}
header .header-bottom .customer-area2 .order-content .span-2 {
  display: block;
  color: #cc3333;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  font-weight: 700;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  header .header-bottom .customer-area2 .order-content .span-2 {
    font-size: 14px;
  }
}
header .header-bottom .customer-area2 .btn {
  font-weight: 400;
  border-radius: 5px;
  margin-left: 10px;
}

/* Header 3 Section */
header.header3 {
  position: static;
}
header.header3 .header-bottom .logo {
  width: 140px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  header.header3 .header-bottom .logo {
    width: 115px;
  }
}
header.header3 .header-bottom .logo img {
  width: 100%;
}
header.header3 .header-bottom .customer-area3 {
  position: relative;
  z-index: 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  header.header3 .header-bottom .customer-area3 {
    padding-left: 20px;
  }
}
header.header3 .header-bottom .customer-area3 img {
  width: 55px;
}
header.header3 .header-bottom .customer-area3 .shop-counter {
  position: absolute;
  top: -7%;
  right: 57%;
  background-color: #ff9933;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  font-size: 12px;
  display: block;
  border-radius: 50%;
  color: #ffffff;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  header.header3 .header-bottom .customer-area3 .shop-counter {
    top: -12%;
    right: 47%;
  }
}
header.header3 .shopping {
  margin-right: 60px;
  display: inline-block;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 10px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #006633;
}
header.header3 .shopping.shopping2 {
  background-color: #76459d;
}
header.header3 .shopping.shopping2:hover {
  background-color: transparent;
  border: 1px solid #76459d;
  color: #76459d;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  header.header3 .shopping {
    margin-right: 35px;
  }
}
header.header3 .shopping:hover {
  background-color: transparent;
  border: 1px solid #006633;
  color: #006633;
}
header.header3 .shopping i {
  display: block;
}

/* Header 4 Section */
.header3.header4 {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
}

/* Footer 3*/
.ht-footer {
  background: url("../images/bg/home3bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.ht-footer .htf-shapes img {
  width: inherit;
}
.ht-footer .htf-shapes .drs1 {
  position: absolute;
  right: 9%;
  bottom: 17%;
  width: 70px;
}
.ht-footer .htf-shapes .drs2 {
  position: absolute;
  bottom: 13%;
  left: 9%;
  width: 100px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .ht-footer .htf-shapes .drs2 {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .ht-footer .htf-shapes .drs2 {
    bottom: 6%;
    left: 24%;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .ht-footer .htf-shapes .drs2 {
    bottom: 6%;
    left: 29%;
  }
}
@media (min-width: 1440px) and (max-width: 1599.98px) {
  .ht-footer .htf-shapes .drs2 {
    left: 2%;
  }
}
.ht-footer .htf-shapes .drs3 {
  position: absolute;
  right: 8%;
  -webkit-transform: rotate(75deg);
  -ms-transform: rotate(75deg);
  transform: rotate(75deg);
  width: 50px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .ht-footer .htf-shapes .drs3 {
    top: 25%;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .ht-footer .htf-shapes .drs3 {
    top: 24%;
  }
}
.ht-footer .htf-shapes .drs4 {
  position: absolute;
  left: 6%;
  width: 100px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .ht-footer .htf-shapes .drs4 {
    left: 3%;
    top: 16%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .ht-footer .htf-shapes .drs4 {
    left: 17%;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .ht-footer .htf-shapes .drs4 {
    top: 23%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .ht-footer .htf-shapes .drs4 {
    left: 0%;
  }
}
.ht-footer .ht-footer-top .widget .logo {
  width: 120px;
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  .ht-footer .ht-footer-top .widget .logo {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.ht-footer .ht-footer-top .widget .logo img {
  width: 100%;
}
.ht-footer .ht-footer-top .widget h6 {
  margin-bottom: 20px;
}
.ht-footer .ht-footer-top .widget h5 {
  margin-bottom: 10px;
  color: #006633;
}
.ht-footer .ht-footer-top .widget h5 span {
  margin-right: 10px;
}
.ht-footer .ht-footer-top .widget a {
  color: #006633;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.ht-footer .ht-footer-top .widget a.ht-link {
  margin-bottom: 10px;
  display: block;
}
.ht-footer .ht-footer-top .widget a.ht-email {
  text-transform: initial;
  color: #2a435d;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.ht-footer .ht-footer-top .widget a.ht-email:hover {
  color: #006633;
}
.ht-footer .ht-footer-top .widget ul {
  margin-bottom: 20px;
}
.ht-footer .ht-footer-top .widget ul li {
  line-height: 2.2;
  text-transform: capitalize;
}
.ht-footer .ht-footer-top .widget ul li a {
  color: #2a435d;
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.ht-footer .ht-footer-top .widget ul li a:hover {
  color: #006633;
}
.ht-footer .ht-footer-top .widget .social-box span a {
  color: #006633;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-right: 5px;
}
.ht-footer .ht-footer-top .widget .social-box span a:hover {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.ht-footer .ht-footer-top .widget .btn2 {
  color: #ffffff;
}
.ht-footer .ht-footer-top .widget .btn2:hover {
  color: #006633;
}
.ht-footer .divider {
  margin-bottom: 60px;
}
.ht-footer .divider hr {
  width: 100%;
  background: #006633;
  border: 1px solid dotted;
  display: block;
}
.ht-footer .ht-footer-bottom .ht-copyright-area p {
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
}
.ht-footer .ht-footer-bottom .ht-copyright-area p a {
  color: #006633;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

/* Footer Section 4 */
.home4-footer {
  background: #fff6f6;
}
.home4-footer .foo4-shapes img {
  width: initial;
}
.home4-footer .foo4-shapes .fooshape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 1440px) and (max-width: 1599.98px) {
  .home4-footer .foo4-shapes .fooshape-1 {
    opacity: 0.2;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .home4-footer .foo4-shapes .fooshape-1 {
    opacity: 0.2;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .home4-footer .foo4-shapes .fooshape-1 {
    opacity: 0.2;
  }
}
@media (max-width: 991.98px) {
  .home4-footer .foo4-shapes .fooshape-1 {
    opacity: 0.2;
  }
}
.home4-footer .foo4-shapes .fooshape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (min-width: 1440px) and (max-width: 1599.98px) {
  .home4-footer .foo4-shapes .fooshape-2 {
    opacity: 0.2;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .home4-footer .foo4-shapes .fooshape-2 {
    opacity: 0.2;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .home4-footer .foo4-shapes .fooshape-2 {
    opacity: 0.2;
  }
}
@media (max-width: 991.98px) {
  .home4-footer .foo4-shapes .fooshape-2 {
    opacity: 0.2;
  }
}
.home4-footer .foo4-shapes .fooshape-3 {
  position: absolute;
  top: 60px;
  left: 50px;
}
.home4-footer .foo4-shapes .fooshape-4 {
  position: absolute;
  top: 0;
  right: 0;
}
.home4-footer .widget.overlay-white {
  position: relative;
  z-index: 1;
  padding: 0 20px;
}
.home4-footer .widget.overlay-white .logo {
  margin: 0 auto 20px auto;
  position: relative;
  z-index: 1;
}
.home4-footer .widget.overlay-white .foo4-tel {
  color: #76459d;
}
.home4-footer .widget.overlay-white h6,
.home4-footer .widget.overlay-white ul,
.home4-footer .widget.overlay-white a,
.home4-footer .widget.overlay-white p {
  z-index: 1;
  position: relative;
}
.home4-footer .widget.overlay-white::after {
  content: "";
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
  height: 150%;
  background: #ffffff;
  z-index: 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .home4-footer .widget.overlay-white::after {
    top: -20px;
    height: 120%;
  }
}
@media (max-width: 767.98px) {
  .home4-footer .widget.overlay-white::after {
    top: -27px;
    height: 125%;
  }
}
.home4-footer .ht-footer-bottom .social-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home4-footer .ht-footer-bottom .social-box a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  background: #76459d;
  color: #ffffff;
  display: block;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border: 1px solid transparent;
  margin-right: 20px;
}
.home4-footer .ht-footer-bottom .social-box a:hover {
  background: #ffffff;
  color: #76459d;
  border: 1px solid #76459d;
}
.home4-footer .ht-footer-bottom .social-box a:last-child {
  margin-right: 0;
}

/* Preloader */
.preloader-inner {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.preloader-inner .cancel-preloader {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.preloader-inner .cancel-preloader a {
  background-color: #ffffff;
  font-weight: 600;
  text-transform: capitalize;
  color: #cc3333;
  width: 200px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 30px;
  display: block;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.preloader-inner .cancel-preloader a:hover {
  background-color: #2a435d;
  color: #ffffff;
}

.spinner {
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 15px;
  height: 15px;
  background-color: #cc3333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* Button */
.btn {
  background: #cc3333;
  padding: 12px 40px;
  color: #ffffff;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 7px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn:focus {
  outline: none;
}
.btn:focus-visible {
  outline: none;
}
.btn:hover {
  background: transparent;
  border: 1px solid #cc3333;
  color: #cc3333;
}

.btn2 {
  background: #006633;
  padding: 12px 40px;
  color: #ffffff;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 7px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn2:focus {
  outline: none;
}
.btn2:focus-visible {
  outline: none;
}
.btn2:hover {
  background: transparent;
  border: 1px solid #006633;
  color: #006633;
}

.btn3 {
  background: #76459d;
  color: #ffffff;
}
.btn3:focus {
  outline: none;
}
.btn3:focus-visible {
  outline: none;
}
.btn3:hover {
  background: transparent;
  border: 1px solid #76459d;
  color: #76459d;
}

.saas_btn_red {
  background: #f7401e !important;
  padding: 8px 30px !important;
  color: #ffffff !important;
  /* line-height: 1 !important; */
  font-size: 16px;
  font-family: "SF UI Display", sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.saas_btn_red:focus {
  outline: none;
}
.saas_btn_red:focus-visible {
  outline: none;
}
.saas_btn_red:hover {
  background: transparent;
  border: 1px solid #cc3333;
  color: #cc3333;
}

.saas_btn_white {
  background: #ffffff;
  padding: 8px 30px !important;
  color: #f7401e !important;
  font-size: 16px;
  font-family: "SF UI Display", sans-serif;
  font-weight: 500 !important;
  text-transform: capitalize;
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.saas_btn_white:focus {
  outline: none;
}
.saas_btn_white:focus-visible {
  outline: none;
}
.saas_btn_white:hover {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff !important;
}

.saas_btn_black {
  background: #1a1a1a;
  padding: 8px 30px !important;
  color: #ffffff !important;
  font-size: 16px;
  font-family: "SF UI Display", sans-serif;
  font-weight: 500 !important;
  text-transform: capitalize;
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.saas_btn_black:focus {
  outline: none;
}
.saas_btn_black:focus-visible {
  outline: none;
}
.saas_btn_black:hover {
  background: transparent;
  border: 1px solid #1a1a1a;
  color: #1a1a1a !important;
}

.saas_footer {
  background: #fff2ee;
}
.saas_footer .logo {
  width: 200px;
}

.saas_text_red {
  color: #f7401e;
}

/* Form */
.form-area {
  margin-top: -33px;
  z-index: 1;
}
.form-area .form-box {
  padding-left: 40px;
  padding-right: 40px;
  -webkit-box-shadow: 0px 25px 60px 0px rgba(0, 21, 100, 0.1);
  box-shadow: 0px 25px 60px 0px rgba(0, 21, 100, 0.1);
  background: #ffffff;
  position: relative;
}
.form-area .form-box .form-shapes img {
  width: inherit;
}
.form-area .form-box .form-shapes .fs-1 {
  position: absolute;
  top: 0;
  left: -14px;
}
.form-area .form-box .form-shapes .fs-2 {
  position: absolute;
  top: 0;
  right: -14px;
}
.form-area .form-box .form-shapes .fs-3 {
  position: absolute;
  top: 97px;
  left: 115px;
  width: 70px;
}
.form-area .form-box .form-shapes .fs-4 {
  position: absolute;
  top: 97px;
  right: 115px;
  width: 70px;
}
.form-area .form-box .form-shapes .fs-5 {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 70px;
}
@media (max-width: 767.98px) {
  .form-area .form-box .form-shapes .fs-5 {
    display: none;
  }
}
.form-area .form-box .form-shapes .fs-6 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 70px;
}
@media (max-width: 767.98px) {
  .form-area .form-box .form-shapes .fs-6 {
    display: none;
  }
}
.form-area .form-box .form-shapes .fs-7 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 70px;
}
.form-area .form-box .form-shapes .fs-8 {
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 50px;
}
@media (max-width: 767.98px) {
  .form-area .form-box {
    background-image: inherit;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .form-area .form-box {
    background-image: inherit;
  }
}
.form-area .form-box .form-wraper .form-item2 {
  width: 23%;
  padding: 15px 20px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .form-area .form-box .form-wraper .form-item2 {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .form-area .form-box .form-wraper .form-item2 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.form-area .form-box .form-wraper button {
  background: #cc3333;
  padding: 12px 40px;
  color: #ffffff;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  border: 1px solid transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.form-area .form-box .form-wraper button:hover {
  background: transparent;
  color: #cc3333;
  border: 1px solid #cc3333;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .form-area .form-box .form-wraper button {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .form-area .form-box .form-wraper button {
    width: 100%;
  }
}

.newsletter {
  margin-bottom: 20px;
}
.newsletter input {
  background: transparent;
  border: 1px solid #e6e6e6;
  color: #ffffff;
  padding: 10px;
  background: #000000;
  text-transform: capitalize;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .newsletter input {
    width: 75%;
  }
}
.newsletter button {
  background: #cc3333;
  color: #ffffff;
  border: 1px solid transparent;
  padding: 10px 20px;
  margin-left: -13px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .newsletter button {
    margin-top: 10px;
    margin-left: -4px;
    width: 25%;
  }
}
.newsletter.newsletter-2 select {
  background: transparent;
  border: 1px solid #e6e6e6;
  color: #2a435d;
  padding: 10px;
  width: 100%;
  border-radius: 5px;
  margin-bottom: 10px;
}
.newsletter.newsletter-2 input {
  color: #2a435d;
  width: 100%;
  border-radius: 5px;
  margin-bottom: 10px;
  background: #ffffff;
}
.newsletter.newsletter-2 .btn {
  border-radius: 5px;
  padding: 10px 55px;
  margin-left: 3px;
  width: 100%;
}
.newsletter.newsletter-2 .btn:hover {
  background: transparent;
  color: #cc3333;
  border: 1px solid #cc3333;
}
@media (max-width: 575.98px) {
  .newsletter.newsletter-3 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.newsletter.newsletter-3 form {
  position: relative;
}
.newsletter.newsletter-3 input {
  padding: 12px 70px 12px 20px;
  border-radius: 10px;
  width: 100%;
  background: #fff8ee;
}
.newsletter.newsletter-3 button {
  position: absolute;
  right: 2%;
  top: 13%;
  background-color: #006633;
  padding: 5px 16px;
  border-radius: 10px;
  border: 1px solid transparent;
}
.newsletter.newsletter-4 button {
  background: #76459d !important;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .newsletter.newsletter-4 button {
    right: 3%;
    top: -3%;
    padding: 4px 8px;
  }
}

.writeto-us .contact-form-area {
  -webkit-box-shadow: 0px 25px 60px 0px rgba(0, 21, 100, 0.1);
  box-shadow: 0px 25px 60px 0px rgba(0, 21, 100, 0.1);
  background: #ffffff;
  padding: 40px 22px;
}
.writeto-us .contact-form-area h3 {
  font-weight: 700;
  margin-bottom: 40px;
}
.writeto-us .contact-form-area h3 span {
  color: #cc3333;
}
.writeto-us .contact-form-area form input {
  width: 100%;
  margin-bottom: 20px;
  padding: 20px 40px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  text-transform: capitalize;
}
.writeto-us .contact-form-area form textarea {
  width: 100%;
  padding: 20px 40px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  text-transform: capitalize;
}
.writeto-us .contact-form-area form button {
  margin-top: 30px;
}

.home4-contact-form input {
  width: 100%;
  margin-bottom: 20px;
  padding: 20px 40px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  text-transform: capitalize;
}

.home4-contact-form textarea {
  width: 100%;
  padding: 20px 40px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  text-transform: capitalize;
}

.home4-contact-form ::-webkit-input-placeholder {
  opacity: 0.8;
}

.home4-contact-form :-ms-input-placeholder {
  opacity: 0.8;
}

.home4-contact-form ::-ms-input-placeholder {
  opacity: 0.8;
}

.home4-contact-form ::placeholder {
  opacity: 0.8;
}

/* Theme Default */
.padding-top-10 {
  padding-top: 10px;
}

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

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

.padding-top-22 {
  padding-top: 22px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.padding-top-180 {
  padding-top: 180px;
}

.padding-top-220 {
  padding-top: 220px;
}

.padding-top-240 {
  padding-top: 240px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.padding-10 {
  padding: 10px;
}

.padding-20 {
  padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.meddy-bg {
  background-color: #fcdbb3 !important;
}

.meddy-deep-bg {
  background-color: #ffc6cd !important;
}

.purple-lite-bg {
  background-color: #ffdcfd !important;
}

.item-bounce {
  -webkit-animation: bounce 3s infinite ease-in-out;
  -o-animation: bounce 3s infinite ease-in-out;
  -ms-animation: bounce 3s infinite ease-in-out;
  -moz-animation: bounce 3s infinite ease-in-out;
  animation: bounce 3s infinite ease-in-out;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

.item-zooming {
  -webkit-animation: zooming 3s infinite ease-in-out;
  -o-animation: zooming 3s infinite ease-in-out;
  -ms-animation: zooming 3s infinite ease-in-out;
  -moz-animation: zooming 3s infinite ease-in-out;
  animation: zooming 3s infinite ease-in-out;
}

@-webkit-keyframes zooming {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zooming {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.item-ripple {
  -webkit-animation: ripple 3s infinite ease-in-out;
  -o-animation: ripple 3s infinite ease-in-out;
  -ms-animation: ripple 3s infinite ease-in-out;
  -moz-animation: ripple 3s infinite ease-in-out;
  animation: ripple 3s infinite ease-in-out;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 51, 51, 0.2), 0 0 0 20px rgba(204, 51, 51, 0.2),
      0 0 0 40px rgba(204, 51, 51, 0.2);
    box-shadow: 0 0 0 0 rgba(204, 51, 51, 0.2), 0 0 0 20px rgba(204, 51, 51, 0.2), 0 0 0 40px rgba(204, 51, 51, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(204, 51, 51, 0.2), 0 0 0 40px rgba(204, 51, 51, 0.1),
      0 0 0 60px rgba(204, 51, 51, 0);
    box-shadow: 0 0 0 20px rgba(204, 51, 51, 0.2), 0 0 0 40px rgba(204, 51, 51, 0.1), 0 0 0 60px rgba(204, 51, 51, 0);
  }
}

@keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 51, 51, 0.2), 0 0 0 20px rgba(204, 51, 51, 0.2),
      0 0 0 40px rgba(204, 51, 51, 0.2);
    box-shadow: 0 0 0 0 rgba(204, 51, 51, 0.2), 0 0 0 20px rgba(204, 51, 51, 0.2), 0 0 0 40px rgba(204, 51, 51, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(204, 51, 51, 0.2), 0 0 0 40px rgba(204, 51, 51, 0.1),
      0 0 0 60px rgba(204, 51, 51, 0);
    box-shadow: 0 0 0 20px rgba(204, 51, 51, 0.2), 0 0 0 40px rgba(204, 51, 51, 0.1), 0 0 0 60px rgba(204, 51, 51, 0);
  }
}

.item-ripple2 {
  -webkit-animation: ripple2 3s infinite ease-in-out;
  -o-animation: ripple2 3s infinite ease-in-out;
  -ms-animation: ripple2 3s infinite ease-in-out;
  -moz-animation: ripple2 3s infinite ease-in-out;
  animation: ripple2 3s infinite ease-in-out;
}

@-webkit-keyframes ripple2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(118, 69, 157, 0.2), 0 0 0 20px rgba(118, 69, 157, 0.2);
    box-shadow: 0 0 0 0 rgba(118, 69, 157, 0.2), 0 0 0 20px rgba(118, 69, 157, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(118, 69, 157, 0.2), 0 0 0 40px rgba(118, 69, 157, 0.1);
    box-shadow: 0 0 0 20px rgba(118, 69, 157, 0.2), 0 0 0 40px rgba(118, 69, 157, 0.1);
  }
}

@keyframes ripple2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(118, 69, 157, 0.2), 0 0 0 20px rgba(118, 69, 157, 0.2);
    box-shadow: 0 0 0 0 rgba(118, 69, 157, 0.2), 0 0 0 20px rgba(118, 69, 157, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(118, 69, 157, 0.2), 0 0 0 40px rgba(118, 69, 157, 0.1);
    box-shadow: 0 0 0 20px rgba(118, 69, 157, 0.2), 0 0 0 40px rgba(118, 69, 157, 0.1);
  }
}

.item-animateOne {
  -webkit-animation: animateOne 15s infinite ease-in-out;
  -o-animation: animateOne 15s infinite ease-in-out;
  -ms-animation: animateOne 15s infinite ease-in-out;
  -moz-animation: animateOne 15s infinite ease-in-out;
  animation: animateOne 15s infinite ease-in-out;
}

@-webkit-keyframes animateOne {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes animateOne {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.item-animateTwo {
  -webkit-animation: animateTwo 15s infinite ease-in-out;
  -o-animation: animateTwo 15s infinite ease-in-out;
  -ms-animation: animateTwo 15s infinite ease-in-out;
  -moz-animation: animateTwo 15s infinite ease-in-out;
  animation: animateTwo 15s infinite ease-in-out;
}

@-webkit-keyframes animateTwo {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-50px, 50px);
    transform: translate(-50px, 50px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes animateTwo {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-50px, 50px);
    transform: translate(-50px, 50px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.scrollup {
  background: #cc3333;
  color: #ffffff;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  outline: none;
  border: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: none;
}
.scrollup:hover {
  background: #2a435d;
}

.scrollup2 {
  background: #006633;
}

.scrollup4 {
  background: #76459d;
}

/* Home Page 01*/
.banner-area {
  position: relative;
  background-color: #131313;
  overflow: hidden;
}
.banner-area:before {
  content: "";
  position: absolute;
  top: 0;
  right: 20%;
  width: 450px;
  height: 100%;
  background-color: #271c0a;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .banner-area:before {
    opacity: 0;
  }
}
@media (max-width: 767.98px) {
  .banner-area:before {
    opacity: 0;
  }
}
@media (max-width: 767.98px) {
  .banner-area .banner-shapes {
    display: none;
  }
}
.banner-area .banner-shapes img {
  width: inherit;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .banner-area .banner-shapes img {
    width: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner-area .banner-shapes img {
    width: 60%;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .banner-area .banner-shapes img {
    width: 60%;
  }
}
.banner-area .banner-shapes .b-shape-1 {
  position: absolute;
  bottom: 3%;
  left: 3%;
}
.banner-area .banner-shapes .b-shape-2 {
  position: absolute;
  top: 50%;
  left: 3%;
}
.banner-area .banner-shapes .b-shape-3 {
  position: absolute;
  top: 17%;
  left: 2%;
  width: 100px;
  z-index: 0;
}
.banner-area .banner-shapes .b-shape-4 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.banner-area .banner-shapes .b-shape-5 {
  position: absolute;
  top: 0;
  left: 0;
}
.banner-area .banner-content {
  padding-top: 110px;
  padding-bottom: 80px;
}
@media (max-width: 767.98px) {
  .banner-area .banner-content {
    padding-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .banner-area .banner-content {
    padding-top: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner-area .banner-content {
    padding-top: 40px;
  }
}
.banner-area .banner-content h1 {
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 40px;
}
.banner-area .banner-content h1 span {
  color: #ff9933;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner-area .banner-content h1 {
    font-size: 42px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .banner-area .banner-content h1 {
    font-size: 42px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .banner-area .banner-content h1 {
    font-size: 42px;
    margin-bottom: 20px;
  }
}
.banner-area .banner-content .buyone-shape {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .banner-area .banner-content .buyone-shape {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .banner-area .banner-content .buyone-shape {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner-area .banner-content .buyone-shape {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .banner-area .banner-content .buyone-shape {
    margin-bottom: 20px;
  }
}
.banner-area .banner-content .buyone-shape .banner-tag {
  border: 1px dotted #ffffff;
  border-right: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  padding-right: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
}
@media (max-width: 575.98px) {
  .banner-area .banner-content .buyone-shape .banner-tag {
    padding-right: 2px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner-area .banner-content .buyone-shape .banner-tag {
    padding-right: 12px;
  }
}
.banner-area .banner-content .buyone-shape .banner-tag h5 {
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 600;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner-area .banner-content .buyone-shape .banner-tag h5 {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .banner-area .banner-content .buyone-shape .banner-tag h5 {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .banner-area .banner-content .buyone-shape .banner-tag h5 {
    font-size: 20px;
  }
}
.banner-area .banner-content .buyone-shape .banner-badge {
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  background: #cc3333;
  color: #ffffff;
  padding: 10px 20px;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 575.98px) {
  .banner-area .banner-content .buyone-shape .banner-badge {
    padding: 10px 6px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner-area .banner-content .buyone-shape .banner-badge {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .banner-area .banner-content .buyone-shape .banner-badge {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .banner-area .banner-content .buyone-shape .banner-badge {
    font-size: 24px;
  }
}
.banner-area .banner-content .buyone-shape .banner-badge::after {
  content: "";
  position: absolute;
  width: 22px;
  right: -39px;
  height: 14px;
  top: -1px;
  border-style: solid;
  border-width: 38px 0 28px 40px;
  border-color: transparent transparent transparent #cc3333;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner-area .banner-content .buyone-shape .banner-badge::after {
    border-width: 29px 0 28px 40px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .banner-area .banner-content .buyone-shape .banner-badge::after {
    border-width: 29px 0 28px 40px;
  }
}
@media (max-width: 767.98px) {
  .banner-area .banner-content .buyone-shape .banner-badge::after {
    border-width: 29px 0 28px 40px;
  }
}
.banner-area .banner-content .order-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.banner-area .banner-content .order-box .order-img img {
  width: inherit;
}
.banner-area .banner-content .order-box .order-content {
  margin-left: 10px;
}
.banner-area .banner-content .order-box .order-content p {
  color: #ffffff;
  margin-bottom: 0;
  text-transform: capitalize;
}
.banner-area .banner-content .order-box .order-content span {
  color: #ff9933;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 24px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner-area .banner-content .order-box .order-content span {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .banner-area .banner-content .order-box .order-content span {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .banner-area .banner-content .order-box .order-content span {
    font-size: 16px;
  }
}
.banner-area .banner-content .order-box .btn {
  padding: 15px 40px;
  margin-left: 40px;
}
@media (max-width: 575.98px) {
  .banner-area .banner-content .order-box .btn {
    margin-top: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner-area .banner-content .order-box .btn {
    margin-left: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .banner-area .banner-content .order-box .btn {
    margin-left: 10px;
  }
}
@media (max-width: 767.98px) {
  .banner-area .banner-content .order-box .btn {
    margin-left: 10px;
  }
}
.banner-area .banner-content .price {
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .banner-area .banner-content .price {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .banner-area .banner-content .price {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner-area .banner-content .price {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .banner-area .banner-content .price {
    margin-bottom: 20px;
  }
}
.banner-area .banner-content .price span {
  color: #ff9933;
  font-size: 36px;
  font-weight: 700;
}
.banner-area .banner-img {
  position: relative;
}
.banner-area .banner-img .pizza-shapes img {
  width: inherit;
}
.banner-area .banner-img .pizza-shapes .p-shape-1 {
  position: absolute;
  bottom: -15%;
  left: -3%;
  width: 75px;
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .banner-area .banner-img .pizza-shapes .p-shape-1 {
    bottom: -19%;
  }
}
@media (min-width: 1440px) and (max-width: 1599.98px) {
  .banner-area .banner-img .pizza-shapes .p-shape-1 {
    bottom: -21%;
  }
}
.banner-area .banner-img .pizza-shapes .p-shape-2 {
  position: absolute;
  right: -27%;
  top: 7%;
  width: 76px;
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .banner-area .banner-img .pizza-shapes .p-shape-2 {
    right: -3%;
    top: -9%;
    width: 80px;
  }
}
.banner-area .banner-img .pizza-shapes .p-shape-3 {
  position: absolute;
  right: -9%;
  top: -10%;
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .banner-area .banner-img .pizza-shapes .p-shape-3 {
    right: 2%;
    top: -6%;
  }
}
.banner-area .banner-img .pizza-shapes .p-shape-4 {
  width: 170px;
  top: 12%;
  position: absolute;
  left: -7%;
}
.banner-area .banner-img img {
  margin-left: 76px;
  width: 100%;
  margin-top: 5px;
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .banner-area .banner-img img {
    margin-left: 76px;
    width: inherit;
    margin-top: 5px;
  }
}
@media (min-width: 1440px) and (max-width: 1599.98px) {
  .banner-area .banner-img img {
    margin-left: 76px;
    width: inherit;
    margin-top: 5px;
  }
}
@media (min-width: 1600px) and (max-width: 1919.99px) {
  .banner-area .banner-img img {
    margin-left: 76px;
    width: inherit;
  }
}

.common-title-area h3 {
  font-family: "Caveat", cursive;
  color: #cc3333;
}

.common-title-area h2 {
  font-weight: 900;
}
.common-title-area h2 span {
  color: #cc3333;
}

.about-area {
  overflow: hidden;
}
.about-area .about-left {
  margin-bottom: 60px;
  position: relative;
}
.about-area .about-left .about-l-shapes img {
  width: inherit;
}
.about-area .about-left .about-l-shapes .als-1 {
  position: absolute;
  right: 0%;
  bottom: 1%;
}
.about-area .about-left .gallery {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.about-area .about-left .gallery:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.about-area .about-left .about-gallery-1 {
  position: relative;
}
.about-area .about-left .about-gallery-1:hover::after {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 0.5;
}
.about-area .about-left .about-gallery-1:hover::before {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  opacity: 0.5;
}
.about-area .about-left .about-gallery-1::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: #ffffff;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 90%;
  -ms-transform-origin: 90%;
  transform-origin: 90%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.about-area .about-left .about-gallery-1::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: #ffffff;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 90%;
  -ms-transform-origin: 90%;
  transform-origin: 90%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.about-area .about-left .about-gallery-2 {
  position: relative;
}
.about-area .about-left .about-gallery-2 .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ffffff;
  background: #cc3333;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
}
.about-area .about-left .about-gallery-3 {
  position: relative;
}
.about-area .about-left .about-gallery-3:hover::after {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 0.5;
}
.about-area .about-left .about-gallery-3:hover::before {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  opacity: 0.5;
}
.about-area .about-left .about-gallery-3::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: #ffffff;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 90%;
  -ms-transform-origin: 90%;
  transform-origin: 90%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.about-area .about-left .about-gallery-3::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: #ffffff;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 90%;
  -ms-transform-origin: 90%;
  transform-origin: 90%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.about-area .about-left .about-gallery-4 {
  border: 1px solid #e6e6e6;
  padding: 10px 40px;
  width: 200px;
  height: 150px;
  border-radius: 5px;
  position: relative;
  background: #cc3333;
  color: #ffffff;
}
.about-area .about-left .about-gallery-4 .mp {
  position: relative;
  z-index: 4;
}
.about-area .about-left .about-gallery-4 p {
  color: #ffffff;
  position: relative;
  z-index: 4;
  text-transform: capitalize;
}
.about-area .about-left .about-gallery-4 .g-s-4 {
  position: absolute;
  bottom: 0;
  right: -26px;
  opacity: 1;
  visibility: visible;
  width: 100px;
}
.about-area .about-left .about-gallery-4 .g-s-4 img {
  width: 72%;
}
.about-area .about-left .about-gallery-4 .g-s-5 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  visibility: visible;
  width: 50px;
}
.about-area .about-left .about-gallery-4 .g-s-5 img {
  width: 72%;
}
.about-area .about-left .about-gallery-4:hover::after {
  visibility: visible;
  opacity: 0.9;
}
.about-area .about-left .about-gallery-4:hover span {
  color: #ffffff;
}
.about-area .about-left .about-gallery-4:hover p {
  color: #ffffff;
}
.about-area .about-left .about-gallery-4 .items {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 30px;
  position: relative;
  z-index: 11;
}
.about-area .about-left .about-gallery-4 .items::after {
  content: "+";
  position: absolute;
  right: -15;
  top: 0;
}
.about-area .about-right {
  position: relative;
}
.about-area .about-right .about-r-shapes img {
  width: inherit;
}
.about-area .about-right .about-r-shapes .as-1 {
  position: absolute;
  top: 30%;
  right: 16%;
}
.about-area .about-right h2 {
  font-weight: 900;
  margin-bottom: 30px;
}
.about-area .about-right h2 span {
  color: #cc3333;
}
.about-area .about-right p {
  margin-bottom: 20px;
}
.about-area .about-right .garlic-burger-card {
  background: #ffffff;
  -webkit-box-shadow: 0px 5px 68px 0px rgba(0, 21, 100, 0.1);
  box-shadow: 0px 5px 68px 0px rgba(0, 21, 100, 0.1);
  padding: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}
.about-area .about-right .garlic-burger-card .garlic-burger-img {
  margin-right: 20px;
  position: relative;
}
.about-area .about-right .garlic-burger-card .garlic-burger-img .price-badge {
  position: absolute;
  top: -17px;
  left: 13px;
}
.about-area .about-right .garlic-burger-card .garlic-burger-img img {
  width: inherit;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .menu-area .menu-nav-wrapper .nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  .menu-area .menu-nav-wrapper .nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.menu-area .menu-nav-wrapper a.active .single-menu-nav::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #cc3333;
  visibility: visible;
  opacity: 0.9;
  z-index: -1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.menu-area .menu-nav-wrapper a.active .single-menu-nav h6 {
  color: #ffffff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.menu-area .menu-nav-wrapper a.active .single-menu-nav .g-s-4 {
  position: absolute;
  bottom: 0;
  right: -26px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.menu-area .menu-nav-wrapper a.active .single-menu-nav .g-s-4 img {
  width: 72%;
}

.menu-area .menu-nav-wrapper a.active .single-menu-nav .g-s-5 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.menu-area .menu-nav-wrapper a.active .single-menu-nav .g-s-5 img {
  width: 72%;
}

.menu-area .menu-items-wrapper {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(39, 53, 160, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(39, 53, 160, 0.1);
  position: relative;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .menu-area .menu-items-wrapper .menu-i-shapes {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .menu-area .menu-items-wrapper .menu-i-shapes {
    display: none;
  }
}
.menu-area .menu-items-wrapper .menu-i-shapes img {
  width: 75px;
}
.menu-area .menu-items-wrapper .menu-i-shapes .mis-1 {
  position: absolute;
  left: 31%;
  bottom: 12%;
}
.menu-area .menu-items-wrapper .menu-i-shapes .mis-2 {
  position: absolute;
  left: 0;
  bottom: 0;
}
.menu-area .menu-items-wrapper .menu-i-shapes .mis-3 {
  position: absolute;
  right: 37%;
  top: 35%;
}
.menu-area .menu-items-wrapper .menu-i-shapes .mis-4 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.menu-area .menu-items-wrapper hr {
  border: 1px dashed #e6e6e6;
}
.menu-area .menu-items-wrapper a.btn {
  text-align: center;
}
.menu-area .menu-items-wrapper a.btn:hover {
  border: 1px solid #cc3333;
  background: transparent;
  color: #cc3333;
}

.single-menu-nav {
  width: 150px;
  height: 150px;
  padding: 25px 30px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.single-menu-nav .menu-img {
  position: static;
  z-index: 1;
}
.single-menu-nav h6 {
  position: static;
  z-index: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.single-menu-nav .g-s-4 {
  position: absolute;
  bottom: 0;
  right: -26px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.single-menu-nav .g-s-4 img {
  width: 72%;
}
.single-menu-nav .g-s-5 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.single-menu-nav .g-s-5 img {
  width: 72%;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .single-menu-nav {
    width: 120px;
    height: 130px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .single-menu-nav {
    width: 120px;
    height: 130px;
  }
}
@media (max-width: 767.98px) {
  .single-menu-nav {
    width: 120px;
    height: 130px;
  }
}
.single-menu-nav .menu-img img {
  width: 80%;
}
.single-menu-nav::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  background: #cc3333;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.single-menu-nav:hover .g-s-4 {
  opacity: 1;
  visibility: visible;
}
.single-menu-nav:hover .g-s-5 {
  opacity: 1;
  visibility: visible;
}
.single-menu-nav:hover::after {
  visibility: visible;
  opacity: 0.9;
  z-index: -1;
}
.single-menu-nav:hover h6 {
  color: #ffffff;
}

.single-menu-item {
  padding: 20px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .single-menu-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 767.98px) {
  .single-menu-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.single-menu-item .menu-img {
  margin-right: 20px;
}
.single-menu-item .menu-img img {
  width: 100px;
  max-height: 100px;
  margin-right: 20px;
  border-radius: 58% 42% 49% 51% / 63% 55% 45% 37%;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .single-menu-item .menu-content {
    text-align: center;
    margin-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .single-menu-item .menu-content {
    text-align: center;
    margin-top: 20px;
  }
}
.single-menu-item .menu-content h5 {
  font-weight: 600;
}
.single-menu-item .menu-content h5 a {
  color: #2a435d;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.single-menu-item .menu-content h5 a:hover {
  color: #cc3333;
}
.single-menu-item .menu-content p {
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
}
.single-menu-item .menu-content span {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #2a435d;
  text-transform: capitalize;
}
.single-menu-item .menu-content .del {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.popular-dishes-area {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fffbf1), to(#ffffff));
  background-image: -webkit-linear-gradient(#fffbf1, #ffffff);
  background-image: -o-linear-gradient(#fffbf1, #ffffff);
  background-image: linear-gradient(#fffbf1, #ffffff);
  position: relative;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .popular-dishes-area .pshapes {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .popular-dishes-area .pshapes {
    display: none;
  }
}
.popular-dishes-area .pshapes img {
  width: inherit;
}
.popular-dishes-area .pshapes .ps-1 {
  position: absolute;
  top: 5%;
  right: 5%;
}
.popular-dishes-area .pshapes .ps-2 {
  position: absolute;
  top: 39%;
  left: 5%;
}
.popular-dishes-area .pshapes .ps-3 {
  position: absolute;
  top: 15%;
  left: 2%;
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .popular-dishes-area .pshapes .ps-3 {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .popular-dishes-area .pshapes .ps-3 {
    display: none;
  }
}
.popular-dishes-area .pshapes .ps-4 {
  position: absolute;
  bottom: 21%;
  left: 0%;
}
.popular-dishes-area .pshapes .ps-5 {
  position: absolute;
  top: 37%;
  right: 0%;
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .popular-dishes-area .pshapes .ps-5 {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .popular-dishes-area .pshapes .ps-5 {
    display: none;
  }
}
.popular-dishes-area .pshapes .ps-6 {
  position: absolute;
  bottom: 4%;
  right: 0%;
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .popular-dishes-area .pshapes .ps-6 {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .popular-dishes-area .pshapes .ps-6 {
    display: none;
  }
}
.popular-dishes-area .popular-tab-nav a.active {
  background: #cc3333;
  color: #ffffff;
  text-transform: capitalize;
  padding: 10px 25px;
  border-radius: 5px;
}
.popular-dishes-area .popular-tab-nav a {
  color: #2a435d;
  text-transform: capitalize;
}

.single-dishes {
  border: 1px solid #e6e6e6;
  padding: 20px;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 20px;
  border-radius: 5px;
  background: #ffffff;
}
@media (max-width: 767.98px) {
  .single-dishes {
    text-align: center;
  }
}
.single-dishes:hover {
  border: 1px solid transparent;
  -webkit-box-shadow: 0px 25px 60px 0px rgba(0, 21, 100, 0.1);
  box-shadow: 0px 25px 60px 0px rgba(0, 21, 100, 0.1);
}
.single-dishes:hover .cart-opt {
  visibility: visible;
  opacity: 1;
}
.single-dishes .dish-img {
  width: 140px;
  margin: 0 auto;
}
.single-dishes .dish-img img {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.single-dishes .dish-content h5 {
  padding: 20px 0;
}
.single-dishes .dish-content h5 a {
  color: #2a435d;
}
.single-dishes .dish-content h5 a:hover {
  color: #cc3333;
}
.single-dishes .dish-content .price {
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #2a435d;
  text-transform: capitalize;
}
.single-dishes .dish-content .rating {
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #2a435d;
  text-transform: capitalize;
}
.single-dishes .badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #2a435d;
  color: #ffffff;
  padding: 5px 10px;
  text-transform: uppercase;
}
.single-dishes .badge-bg-color {
  background: #cc3333;
}
.single-dishes .badge-color {
  color: #cc3333 !important;
}
.single-dishes .cart-opt {
  width: 20px;
  position: absolute;
  top: 20px;
  right: 30px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.single-dishes .cart-opt span {
  border: 1px solid #cc3333;
  background: transparent;
  margin-bottom: 10px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  display: block;
  text-align: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.single-dishes .cart-opt span:hover {
  background: #cc3333;
}
.single-dishes .cart-opt span:hover a {
  color: #ffffff;
}
.single-dishes .cart-opt span a {
  color: #cc3333;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.banner-gallery img {
  width: inherit;
}

.banner-gallery h3 {
  color: #ffffff;
  font-weight: 900;
}

.banner-gallery h5 {
  color: #ffffff;
  font-weight: 900;
}

.banner-gallery p {
  color: #ffffff;
}

.banner-gallery a {
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.banner-gallery .btn {
  padding: 8px 9px;
  border-radius: 8px;
}

.banner-gallery .gallery-img-1 {
  background: #000000;
  position: relative;
  padding: 30px 20px;
  height: 270px;
}
.banner-gallery .gallery-img-1:hover::after {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 0.5;
}
.banner-gallery .gallery-img-1:hover::before {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  opacity: 0.5;
}
.banner-gallery .gallery-img-1::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: #ffffff;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 90%;
  -ms-transform-origin: 90%;
  transform-origin: 90%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.banner-gallery .gallery-img-1::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: #ffffff;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 90%;
  -ms-transform-origin: 90%;
  transform-origin: 90%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.banner-gallery .gallery-img-1 img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60%;
}
.banner-gallery .gallery-img-1 a {
  margin-top: 30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.banner-gallery .gallery-img-2 {
  background: #336600;
  overflow: hidden;
  position: relative;
  padding: 30px 20px;
  height: 270px;
}
.banner-gallery .gallery-img-2:hover::after {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 0.5;
}
.banner-gallery .gallery-img-2:hover::before {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  opacity: 0.5;
}
.banner-gallery .gallery-img-2::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: #ffffff;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 90%;
  -ms-transform-origin: 90%;
  transform-origin: 90%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.banner-gallery .gallery-img-2::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: #ffffff;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 90%;
  -ms-transform-origin: 90%;
  transform-origin: 90%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.banner-gallery .gallery-img-2 .s11 {
  position: absolute;
  left: 79%;
  width: 75px;
  top: 9%;
}
@media (max-width: 767.98px) {
  .banner-gallery .gallery-img-2 {
    margin-top: 30px;
  }
}
.banner-gallery .gallery-img-2 .gprice-1 {
  background: #cc3333;
  color: #ffffff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: block;
  text-align: center;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  position: absolute;
  top: 10%;
  left: 55%;
}
.banner-gallery .gallery-img-2 a {
  color: #ffffff;
  float: right;
}
.banner-gallery .gallery-img-2 a:hover {
  color: #ff9933;
}
.banner-gallery .gallery-img-2 img {
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
}
@media (max-width: 767.98px) {
  .banner-gallery .gallery-img-2 img {
    width: 47%;
  }
}

.banner-gallery .gallery-img-3 {
  background: #ff9933;
  position: relative;
  padding: 30px 20px;
  height: 270px;
  overflow: hidden;
}
.banner-gallery .gallery-img-3:hover::after {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 0.5;
}
.banner-gallery .gallery-img-3:hover::before {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  opacity: 0.5;
}
.banner-gallery .gallery-img-3::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: #ffffff;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 90%;
  -ms-transform-origin: 90%;
  transform-origin: 90%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.banner-gallery .gallery-img-3::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: #ffffff;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 90%;
  -ms-transform-origin: 90%;
  transform-origin: 90%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.banner-gallery .gallery-img-3 .s12 {
  position: absolute;
  right: -18%;
  width: 100px;
  top: -12%;
}
@media (max-width: 767.98px) {
  .banner-gallery .gallery-img-3 .s12 {
    right: -5%;
    top: -4%;
  }
}
.banner-gallery .gallery-img-3 .s13 {
  position: relative;
  right: 0%;
  bottom: -15%;
  width: 75px;
}
@media (max-width: 767.98px) {
  .banner-gallery .gallery-img-3 {
    margin-top: 30px;
  }
}
.banner-gallery .gallery-img-3 .gprice-2 {
  background: #cc3333;
  color: #ffffff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: block;
  text-align: center;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  position: absolute;
  right: 11%;
  bottom: 40%;
}
.banner-gallery .gallery-img-3 a {
  color: #2a435d;
  margin-top: 30px;
  display: block;
}
.banner-gallery .gallery-img-3 a:hover {
  color: #ffffff;
}
.banner-gallery .gallery-img-3 img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60%;
}
@media (max-width: 767.98px) {
  .banner-gallery .gallery-img-3 img {
    width: 53%;
  }
}

.banner-gallery .gallery-img-4 {
  background: #cc3333;
  height: 100%;
  position: relative;
  padding: 30px 20px;
  overflow: hidden;
  z-index: 1;
}
.banner-gallery .gallery-img-4:hover::after {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 0.5;
}
.banner-gallery .gallery-img-4:hover::before {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  opacity: 0.5;
}
.banner-gallery .gallery-img-4::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: #ffffff;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 90%;
  -ms-transform-origin: 90%;
  transform-origin: 90%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.banner-gallery .gallery-img-4::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: #ffffff;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 90%;
  -ms-transform-origin: 90%;
  transform-origin: 90%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.banner-gallery .gallery-img-4 .s14 {
  position: absolute;
  top: 0%;
  right: 38%;
  width: inherit;
}
.banner-gallery .gallery-img-4 .s15 {
  position: absolute;
  top: 0%;
  left: 0%;
  width: inherit;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .banner-gallery .gallery-img-4 {
    height: 270px;
    margin-top: 30px;
  }
}
@media (max-width: 767.98px) {
  .banner-gallery .gallery-img-4 {
    height: 270px;
    margin-top: 30px;
  }
}
.banner-gallery .gallery-img-4 .btn {
  background: #ffffff;
  color: #cc3333;
  position: relative;
  z-index: 11;
}
.banner-gallery .gallery-img-4 .btn:hover {
  background: transparent;
  color: white;
  border: 1px solid #ffffff;
}
.banner-gallery .gallery-img-4 img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 149%;
  margin-right: -60%;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .banner-gallery .gallery-img-4 img {
    width: 88%;
    margin-right: -60%;
  }
}
@media (max-width: 767.98px) {
  .banner-gallery .gallery-img-4 img {
    width: 87%;
    margin-right: -54%;
  }
}
.banner-gallery .gallery-img-4 .gprice-4 {
  position: absolute;
  top: 49%;
  right: 4%;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .banner-gallery .gallery-img-4 .gprice-4 {
    top: 59%;
    right: 32%;
  }
}
@media (max-width: 767.98px) {
  .banner-gallery .gallery-img-4 .gprice-4 {
    top: 79%;
    right: 31%;
  }
}
.banner-gallery .gallery-img-4 .gprice-4 img {
  width: inherit;
}
.banner-gallery .gallery-img-4 a {
  margin-top: 30px;
}
.banner-gallery .gallery-img-4 a:hover {
  color: #ffffff;
}

.countdown-area {
  background: #000000;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .countdown-area .countdown-shapes {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .countdown-area .countdown-shapes {
    display: none;
  }
}
.countdown-area .countdown-shapes img {
  width: inherit;
}
.countdown-area .countdown-shapes .cs-1 {
  position: absolute;
  top: 30%;
  right: 0%;
}
.countdown-area .countdown-shapes .cs-2 {
  position: absolute;
  bottom: 16%;
  left: 22%;
}
.countdown-area .countdown-shapes .cs-3 {
  position: absolute;
  bottom: 13%;
  left: 5%;
}
.countdown-area .countdown-shapes .cs-4 {
  position: absolute;
  top: 50%;
  left: 5%;
}
.countdown-area .countdown-shapes .cs-5 {
  position: absolute;
  top: 0%;
  right: 0%;
}
.countdown-area .countdown-shapes .cs-6 {
  position: absolute;
  bottom: 0%;
  right: 0%;
}
.countdown-area .countdown-shapes .cs-7 {
  position: absolute;
  top: 0%;
  left: 0%;
}
.countdown-area .countdown-left {
  position: relative;
}
.countdown-area .countdown-left span img {
  width: 90px;
}
.countdown-area .countdown-left span.cs-1 {
  position: absolute;
  bottom: -7%;
  left: 10%;
}
.countdown-area .countdown-left span.cs-2 {
  position: absolute;
  top: 24%;
  right: -22%;
}
.countdown-area .countdown-left span.cs-3 {
  position: absolute;
  bottom: -12%;
  left: 56%;
}
.countdown-area .countdown-left span.cs-4 {
  position: absolute;
  right: -33%;
  top: 50%;
  width: 90px;
}
.countdown-area .countdown-left span.cs-4 img {
  width: 100%;
}
.countdown-area .countdown-left span.cs-5 {
  position: absolute;
  bottom: 3%;
  left: 91%;
}
.countdown-area .countdown-left span.cs-6 {
  position: absolute;
  top: -2%;
  right: 8%;
}
.countdown-area .countdown-left span.cs-7 {
  position: absolute;
  top: 24%;
  left: -5%;
}
.countdown-area .countdown-left span.cs-7 img {
  width: 170px;
}
.countdown-area .countdown-left span.cs-8 {
  position: absolute;
  top: 45%;
  left: -5%;
  width: 70px;
}
.countdown-area .countdown-left span.cs-8 img {
  width: 100%;
}
.countdown-area .countdown-left img {
  width: 134%;
  margin-left: -90px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .countdown-area .countdown-left img {
    margin-left: -29px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .countdown-area .countdown-left img {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  .countdown-area .countdown-left img {
    width: 100%;
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .countdown-area .countdown-right {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .countdown-area .countdown-right {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .countdown-area .countdown-right .common-title-area {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .countdown-area .countdown-right .common-title-area {
    text-align: center;
  }
}
.countdown-area .countdown-right .common-title-area h3 {
  font-weight: 400;
}
.countdown-area .countdown-right .common-title-area h2 {
  color: #ffffff;
  padding-bottom: 30px;
  text-transform: uppercase;
}
.countdown-area .countdown-right .common-title-area h2 span {
  color: #ff9933;
}
.countdown-area .countdown-right .common-title-area p {
  color: #ffffff;
  text-transform: capitalize;
}
.countdown-area .count-box {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 40px;
}
@media (max-width: 575.98px) {
  .countdown-area .count-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .countdown-area .count-box {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.countdown-area .count-box span {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-size: 48px;
}
.countdown-area .count-box p {
  color: #ffffff;
  text-transform: capitalize;
}
.countdown-area .count-box .seperator {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-size: 48px;
  color: #cc3333;
}

.testimonial {
  position: relative;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .testimonial .testi-shapes {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .testimonial .testi-shapes {
    display: none;
  }
}
.testimonial .testi-shapes img {
  width: inherit;
}
.testimonial .testi-shapes .ts-1 {
  position: absolute;
  top: 24%;
  left: 0;
}
.testimonial .testi-shapes .ts-2 {
  position: absolute;
  top: 50%;
  right: 0;
}
.testimonial .testi-shapes .ts-3 {
  position: absolute;
  top: 20%;
  right: 5%;
}
.testimonial .testi-shapes .ts-4 {
  position: absolute;
  top: 35%;
  right: 19%;
}

.single-testimonial {
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  padding: 0 15px 40px 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  background: #ffffff;
  margin: 0 10px 30px;
}
.single-testimonial .tin-shapes img {
  width: inherit;
}
.single-testimonial .tin-shapes .tsin-1 {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: -8%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.single-testimonial:hover {
  -webkit-box-shadow: 0 5px 20px rgba(42, 67, 93, 0.1);
  box-shadow: 0 5px 20px rgba(42, 67, 93, 0.1);
  background: #ffffff;
  border: 1px solid transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.single-testimonial .testi-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.single-testimonial .testi-top .testi-img img {
  width: inherit;
}
.single-testimonial .testi-top .testi-meta {
  padding-top: 15px;
  padding-left: 15px;
}
.single-testimonial .testi-top .testi-meta p {
  margin-bottom: 0;
}
.single-testimonial .testi-top .testi-meta .testi-rating span {
  color: #ff9933;
}

.single-gallery-img {
  margin-right: 15px;
  position: relative;
}
.single-gallery-img span {
  position: absolute;
  font-size: 30px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 11;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.single-gallery-img:hover::after {
  opacity: 0.8;
  visibility: visible;
}
.single-gallery-img:hover span {
  opacity: 1;
  visibility: visible;
}
.single-gallery-img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #cc3333;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.delivery-area {
  background: #fff8ee;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .delivery-area .del-shapes {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .delivery-area .del-shapes {
    display: none;
  }
}
.delivery-area .del-shapes img {
  width: inherit;
}
.delivery-area .del-shapes .ds-1 {
  position: absolute;
  top: 0;
  right: 0;
}
.delivery-area .del-shapes .ds-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: -53px;
  margin-bottom: -17px;
}
.delivery-area .del-shapes .ds-3 {
  position: absolute;
  top: 40%;
  left: 4%;
}
.delivery-area .del-shapes .ds-4 {
  position: absolute;
  right: 10%;
  top: 38%;
}
@media (min-width: 1440px) and (max-width: 1599.98px) {
  .delivery-area .delivery-left img {
    width: 113%;
    margin-left: -105px;
  }
}
@media (min-width: 1600px) and (max-width: 1919.99px) {
  .delivery-area .delivery-left img {
    width: 113%;
    margin-left: -105px;
  }
}
.delivery-area .delivery-right h2 {
  margin-bottom: 30px;
}
.delivery-area .delivery-right .order-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.delivery-area .delivery-right .order-box .order-img img {
  width: inherit;
}
.delivery-area .delivery-right .order-box .order-content {
  margin-left: 10px;
}
.delivery-area .delivery-right .order-box .order-content p {
  color: #2a435d;
  margin-bottom: 0;
  text-transform: capitalize;
}
.delivery-area .delivery-right .order-box .order-content span {
  color: #cc3333;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 24px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .delivery-area .delivery-right .order-box .order-content span {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .delivery-area .delivery-right .order-box .order-content span {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .delivery-area .delivery-right .order-box .order-content span {
    font-size: 16px;
  }
}
.delivery-area .delivery-right .order-box .btn {
  padding: 15px 40px;
  margin-left: 40px;
}
.delivery-area .delivery-right .order-box .btn:hover {
  border: 1px solid #cc3333;
  color: #cc3333;
}
@media (max-width: 575.98px) {
  .delivery-area .delivery-right .order-box .btn {
    margin-top: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .delivery-area .delivery-right .order-box .btn {
    margin-left: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .delivery-area .delivery-right .order-box .btn {
    margin-left: 10px;
  }
}
@media (max-width: 767.98px) {
  .delivery-area .delivery-right .order-box .btn {
    margin-left: 10px;
  }
}

.blog-area {
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .blog-area .blog-shapes {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .blog-area .blog-shapes {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .blog-area .blog-shapes {
    display: none;
  }
}
.blog-area .blog-shapes img {
  width: inherit;
}
.blog-area .blog-shapes .bs-1 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.single-blog {
  margin-right: 20px;
  margin-bottom: 20px;
  background: #ffffff;
}
.single-blog .blog-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.single-blog .blog-img a img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.single-blog .blog-img a img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.single-blog .blog-img .b-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #cc3333;
  color: #ffffff;
  padding: 3px 17px;
}
.single-blog .blog-img .b-badge .date a {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
}
.single-blog .blog-img .b-badge .month a {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  color: #ffffff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.single-blog .blog-meta {
  padding: 20px 0;
  text-transform: capitalize;
}
.single-blog .blog-meta a {
  color: #2a435d;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
}
.single-blog .blog-meta a:hover {
  color: #cc3333;
}
.single-blog h4 a {
  color: #2a435d;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.single-blog h4 a:hover {
  color: #cc3333;
}

ul.slick-dots {
  text-align: center;
}

ul.slick-dots li {
  display: inline-block;
  margin-left: 10px;
}

ul.slick-dots button {
  font-size: 0;
  width: 4px;
  height: 4px;
  padding: 2px;
  border-radius: 50%;
  border: none;
  display: block;
  background-color: #2a435d;
}

ul.slick-dots li.slick-active button {
  -webkit-transform: scale(2.2);
  -ms-transform: scale(2.2);
  transform: scale(2.2);
  background: #cc3333;
}

/*  Homepage 2 */
.burger-promo-area {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.burger-promo-area .del-shapes img {
  width: inherit;
}
.burger-promo-area .del-shapes .ds-1 {
  position: absolute;
  left: 0%;
  top: 0%;
}
.burger-promo-area .del-shapes .ds-2 {
  position: absolute;
  right: -2%;
  bottom: 2%;
  margin-right: 0;
  margin-bottom: 0;
  width: 100px;
}
.burger-promo-area .del-shapes .ds-33 {
  position: absolute;
  left: 0%;
  bottom: 0%;
}
.burger-promo-area .del-shapes .ds-4 {
  position: absolute;
  left: 18%;
  top: 21%;
}
.burger-promo-area .delivery-left {
  position: relative;
}
.burger-promo-area .delivery-left .burger-shapes img {
  width: inherit;
}
.burger-promo-area .delivery-left .burger-shapes .bs1 {
  position: absolute;
  right: -33%;
  top: 20%;
  width: 50px;
}
@media (max-width: 575.98px) {
  .burger-promo-area .delivery-left .burger-shapes .bs1 {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .burger-promo-area .delivery-left .burger-shapes .bs1 {
    right: 2%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .burger-promo-area .delivery-left .burger-shapes .bs1 {
    right: 0%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .burger-promo-area .delivery-left .burger-shapes .bs1 {
    right: -3%;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .burger-promo-area .delivery-left .burger-shapes .bs1 {
    right: 0%;
  }
}
@media (min-width: 1600px) and (max-width: 1919.99px) {
  .burger-promo-area .delivery-left .burger-shapes .bs1 {
    right: -58%;
  }
}
.burger-promo-area .delivery-left .burger-shapes .bs2 {
  position: absolute;
  right: -5%;
  width: 34px;
  top: 48%;
}
@media (max-width: 575.98px) {
  .burger-promo-area .delivery-left .burger-shapes .bs2 {
    display: none;
  }
}
@media (min-width: 1440px) and (max-width: 1599.98px) {
  .burger-promo-area .delivery-left .burger-shapes .bs2 {
    right: -36%;
  }
}
@media (min-width: 1600px) and (max-width: 1919.99px) {
  .burger-promo-area .delivery-left .burger-shapes .bs2 {
    right: -65%;
  }
}
.burger-promo-area .delivery-left .burger-shapes .bs3 {
  position: absolute;
  left: 26%;
  width: 90px;
}
@media (min-width: 1440px) and (max-width: 1599.98px) {
  .burger-promo-area .delivery-left .burger-shapes .bs3 {
    left: 46%;
    width: 132px;
  }
}
@media (min-width: 1600px) and (max-width: 1919.99px) {
  .burger-promo-area .delivery-left .burger-shapes .bs3 {
    left: 46%;
    width: 132px;
  }
}
.burger-promo-area .delivery-left .burger-shapes .bs4 {
  position: absolute;
  top: 0%;
  left: -1%;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .burger-promo-area .delivery-left .burger-shapes .bs4 {
    top: -13%;
    left: -17%;
  }
}
@media (max-width: 575.98px) {
  .burger-promo-area .delivery-left .burger-shapes .bs4 {
    display: none;
  }
}
.burger-promo-area .delivery-left .burger-shapes .bs5 {
  position: absolute;
  bottom: 23%;
  left: -13%;
  width: 60px;
}
@media (max-width: 575.98px) {
  .burger-promo-area .delivery-left .burger-shapes .bs5 {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .burger-promo-area .delivery-left .burger-shapes .bs5 {
    left: -3%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .burger-promo-area .delivery-left .burger-shapes .bs5 {
    left: -2%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .burger-promo-area .delivery-left .burger-shapes .bs5 {
    left: -2%;
  }
}
@media (min-width: 1440px) and (max-width: 1599.98px) {
  .burger-promo-area .delivery-left .burger-shapes .bs5 {
    left: 4%;
    width: 94px;
  }
}
@media (min-width: 1600px) and (max-width: 1919.99px) {
  .burger-promo-area .delivery-left .burger-shapes .bs5 {
    left: 4%;
    width: 94px;
  }
}
.burger-promo-area .delivery-left .burger-shapes .bs6 {
  position: absolute;
  left: 5%;
  bottom: -1%;
  width: 80px;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .burger-promo-area .delivery-left .burger-shapes .bs6 {
    display: none;
  }
}
@media (min-width: 1440px) and (max-width: 1599.98px) {
  .burger-promo-area .delivery-left .burger-shapes .bs6 {
    left: 25%;
    width: 133px;
  }
}
@media (min-width: 1600px) and (max-width: 1919.99px) {
  .burger-promo-area .delivery-left .burger-shapes .bs6 {
    left: 25%;
    width: 133px;
  }
}
.burger-promo-area .delivery-left .mp {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 1440px) and (max-width: 1599.98px) {
  .burger-promo-area .delivery-left .mp {
    width: 110%;
  }
}
@media (min-width: 1600px) and (max-width: 1919.99px) {
  .burger-promo-area .delivery-left .mp {
    width: 130%;
  }
}
.burger-promo-area .delivery-right .common-title-area h1 {
  text-transform: uppercase;
}
.burger-promo-area .delivery-right .common-title-area h1 span {
  color: #cc3333;
}
@media (max-width: 767.98px) {
  .burger-promo-area .delivery-right {
    padding-right: 0px;
  }
}
.burger-promo-area .delivery-right h2 {
  margin-bottom: 15px;
}
.burger-promo-area .delivery-right h5 span {
  color: #cc3333;
}
.burger-promo-area .delivery-right .order-box .btn {
  margin-left: 0;
  margin-right: 50px;
}
@media (max-width: 575.98px) {
  .burger-promo-area .delivery-right .order-box .btn {
    margin-right: 7px;
  }
}

.banner-gallery2 .del-shapes .ds-1 {
  position: absolute;
  left: -2%;
  top: 9%;
}

.banner-gallery2 .del-shapes .ds-2 {
  position: absolute;
  right: -2%;
  bottom: -5%;
}

.banner-gallery2 .gallery-img-1 {
  background-image: url("../images/bg/gridbg1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.banner-gallery2 .gallery-img-1:hover::after {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 0.5;
}
.banner-gallery2 .gallery-img-1:hover::before {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  opacity: 0.5;
}
.banner-gallery2 .gallery-img-1::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: #ffffff;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 90%;
  -ms-transform-origin: 90%;
  transform-origin: 90%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.banner-gallery2 .gallery-img-1::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: #ffffff;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 90%;
  -ms-transform-origin: 90%;
  transform-origin: 90%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .banner-gallery2 .gallery-img-1 {
    margin-bottom: 30px;
  }
}
.banner-gallery2 .gallery-img-1 a {
  font-size: 14px;
}
.banner-gallery2 .gallery-img-1 .pos1 {
  width: inherit;
  position: absolute;
  top: -10%;
  right: -8%;
}

.banner-gallery2 .gallery-img-2 {
  background-image: url("../images/bg/gridbg3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  text-align: right;
  position: relative;
  overflow: hidden;
}
.banner-gallery2 .gallery-img-2:hover::after {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 0.5;
}
.banner-gallery2 .gallery-img-2:hover::before {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  opacity: 0.5;
}
.banner-gallery2 .gallery-img-2::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: #ffffff;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 90%;
  -ms-transform-origin: 90%;
  transform-origin: 90%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.banner-gallery2 .gallery-img-2::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: #ffffff;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 90%;
  -ms-transform-origin: 90%;
  transform-origin: 90%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.banner-gallery2 .gallery-img-2 a {
  font-size: 14px;
  color: #ffffff;
  position: relative;
  z-index: 11;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.banner-gallery2 .gallery-img-2 a:hover {
  color: #cc3333;
}
.banner-gallery2 .gallery-img-2 .gprice-1 {
  position: absolute;
  top: 60%;
  left: 42%;
}
.banner-gallery2 .gallery-img-2 .img-pos1 {
  position: absolute;
  top: 20%;
}
@media (max-width: 575.98px) {
  .banner-gallery2 .gallery-img-2 .img-pos1 {
    top: 10%;
    width: 48%;
    left: 5%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .banner-gallery2 .gallery-img-2 .img-pos1 {
    top: 0;
    width: 38%;
    left: 18%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner-gallery2 .gallery-img-2 .img-pos1 {
    top: 35%;
  }
}

.banner-gallery2 .gallery-img-3 {
  background-image: url("../images/bg/gridbg2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.banner-gallery2 .gallery-img-3:hover::after {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 0.5;
}
.banner-gallery2 .gallery-img-3:hover::before {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  opacity: 0.5;
}
.banner-gallery2 .gallery-img-3::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: #ffffff;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 90%;
  -ms-transform-origin: 90%;
  transform-origin: 90%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.banner-gallery2 .gallery-img-3::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: #ffffff;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 90%;
  -ms-transform-origin: 90%;
  transform-origin: 90%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.banner-gallery2 .gallery-img-3 a {
  font-size: 14px;
  color: #ffffff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.banner-gallery2 .gallery-img-3 a:hover {
  color: #ff9933;
}
.banner-gallery2 .gallery-img-3 .img-pos {
  width: inherit;
  position: absolute;
  right: -25%;
  bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner-gallery2 .gallery-img-3 .img-pos {
    right: -43%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .banner-gallery2 .gallery-img-3 .img-pos {
    right: 6%;
  }
}
@media (max-width: 767.98px) {
  .banner-gallery2 .gallery-img-3 .img-pos {
    right: 0%;
    width: 57%;
  }
}
.banner-gallery2 .gallery-img-3 .gprice-2 {
  position: absolute;
  right: 11%;
  bottom: 58%;
}
.banner-gallery2 .gallery-img-3 .s1 {
  width: 75px;
  position: absolute;
  bottom: -20%;
  left: 0%;
}

.banner-gallery2 .gallery-img-33 {
  background-image: url("../images/bg/gridbg4.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.banner-gallery2 .gallery-img-33:hover::after {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 0.5;
}
.banner-gallery2 .gallery-img-33:hover::before {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  opacity: 0.5;
}
.banner-gallery2 .gallery-img-33::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: #ffffff;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 90%;
  -ms-transform-origin: 90%;
  transform-origin: 90%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.banner-gallery2 .gallery-img-33::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: #ffffff;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 90%;
  -ms-transform-origin: 90%;
  transform-origin: 90%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 767.98px) {
  .banner-gallery2 .gallery-img-33 {
    margin-top: 0px;
    margin-bottom: 30px;
  }
}
.banner-gallery2 .gallery-img-33 a {
  font-size: 14px;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .banner-gallery2 .gallery-img-33 .img-pos {
    width: 38%;
    position: absolute;
    right: 14%;
    bottom: 0;
  }
}
.banner-gallery2 .gallery-img-33 .gprice-2 {
  position: absolute;
  right: 12%;
  bottom: 71%;
}
@media (max-width: 575.98px) {
  .banner-gallery2 .gallery-img-33 .gprice-2 {
    right: 13%;
    bottom: 55%;
  }
}
.banner-gallery2 .gallery-img-33 .s1 {
  width: 75px;
  position: absolute;
  bottom: -20%;
  left: 0%;
}

.banner-gallery2 .gallery-img-22 {
  background-color: #000000;
  padding: 30px 20px;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.banner-gallery2 .gallery-img-22:hover::after {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 0.5;
}
.banner-gallery2 .gallery-img-22:hover::before {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  opacity: 0.5;
}
.banner-gallery2 .gallery-img-22::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: #ffffff;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 90%;
  -ms-transform-origin: 90%;
  transform-origin: 90%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.banner-gallery2 .gallery-img-22::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: #ffffff;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 90%;
  -ms-transform-origin: 90%;
  transform-origin: 90%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.banner-gallery2 .gallery-img-22 a {
  color: #ffffff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.banner-gallery2 .gallery-img-22 a:hover {
  color: #cc3333;
}
.banner-gallery2 .gallery-img-22 .img-pos {
  width: inherit;
  position: absolute;
  bottom: 0%;
  left: 0%;
}
@media (max-width: 767.98px) {
  .banner-gallery2 .gallery-img-22 .img-pos {
    width: 41%;
  }
}
.banner-gallery2 .gallery-img-22 .gprice-1 {
  background: #cc3333;
  color: #ffffff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: block;
  text-align: center;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  position: absolute;
  bottom: 18%;
  right: 37%;
}
@media (max-width: 575.98px) {
  .banner-gallery2 .gallery-img-22 .gprice-1 {
    bottom: 59%;
    right: 48%;
  }
}
.banner-gallery2 .gallery-img-22 .s1 {
  position: absolute;
  top: 15%;
  left: -27%;
  width: inherit;
}

.banner-gallery2 .gallery-img-11 {
  background-image: url("../images/bg/gridbg6.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.banner-gallery2 .gallery-img-11:hover::after {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 0.5;
}
.banner-gallery2 .gallery-img-11:hover::before {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  opacity: 0.5;
}
.banner-gallery2 .gallery-img-11::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: #ffffff;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 90%;
  -ms-transform-origin: 90%;
  transform-origin: 90%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.banner-gallery2 .gallery-img-11::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: #ffffff;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 90%;
  -ms-transform-origin: 90%;
  transform-origin: 90%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .banner-gallery2 .gallery-img-11 {
    margin-top: 30px;
  }
}
@media (max-width: 767.98px) {
  .banner-gallery2 .gallery-img-11 {
    margin-top: 30px;
  }
}
.banner-gallery2 .gallery-img-11 .gs1 {
  width: inherit;
  position: absolute;
  left: -7%;
  bottom: -16%;
}
.banner-gallery2 .gallery-img-11 a.btn {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  color: #cc3333;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.banner-gallery2 .gallery-img-11 a.btn:hover {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.banner-gallery2 .gallery-img-11 .pbadge {
  width: inherit;
  position: absolute;
  right: 27%;
  top: 10%;
}

.home2-menu-area {
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .home2-menu-area .menu-shapes {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .home2-menu-area .menu-shapes {
    display: none;
  }
}
.home2-menu-area .menu-shapes img {
  width: inherit;
}
.home2-menu-area .menu-shapes .ds-1 {
  position: absolute;
  right: -1%;
  bottom: 20%;
}
.home2-menu-area .menu-shapes .ds-2 {
  position: absolute;
  right: 1%;
  bottom: 38%;
}
.home2-menu-area .menu-shapes .ds-3 {
  position: absolute;
  right: 1%;
  top: 10%;
}
.home2-menu-area .menu-shapes .ds-4 {
  position: absolute;
  left: 1%;
  top: 10%;
  z-index: -1;
}
.home2-menu-area .menu-shapes .ds-5 {
  position: absolute;
  left: 0%;
  bottom: 34%;
}
.home2-menu-area .menu-items-wrapper {
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}
.home2-menu-area .menu-items-wrapper .menu-i-shapes .mis-3 {
  position: absolute;
  right: 32%;
  top: 35%;
  width: 58px;
}
.home2-menu-area .menu-items-wrapper .single-menu-item {
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 30px;
}
.home2-menu-area .menu-items-wrapper .single-menu-item .menu-content h6 a {
  color: #2a435d;
}
.home2-menu-area .menu-items-wrapper .single-menu-item .menu-content h6 a:hover {
  color: #cc3333;
}
.home2-menu-area .menu-items-wrapper .single-menu-item .menu-content span {
  font-weight: 700;
}
.home2-menu-area .menu-items-wrapper .single-menu-item:hover {
  -webkit-box-shadow: 0px 25px 60px 0px rgba(0, 21, 100, 0.1);
  box-shadow: 0px 25px 60px 0px rgba(0, 21, 100, 0.1);
  border: 1px solid transparent;
}

.best-quality {
  background: #fffcf5;
  position: relative;
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .best-quality .best-shapes {
    display: none !important;
  }
}
.best-quality .best-shapes img {
  width: inherit;
}
.best-quality .best-shapes .ds-1 {
  position: absolute;
  left: 0%;
  bottom: 0%;
}
.best-quality .best-shapes .ds-2 {
  position: absolute;
  right: 0%;
  bottom: 0%;
}
.best-quality .ingredients {
  position: relative;
}
.best-quality .ingredients .ind-shape1 {
  position: absolute;
  top: 12%;
  right: -86%;
  z-index: 1;
}
.best-quality .ingredients .ind-shape2 {
  position: absolute;
  bottom: -59%;
  left: 41%;
  z-index: 1;
}
.best-quality .ingredients .ind-shape3 {
  position: absolute;
  bottom: -58%;
  left: -83%;
  z-index: 1;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .best-quality .ingredients .ind-shape3 {
    bottom: -54%;
    left: -54%;
  }
}
.best-quality .ingredients .ind-shape4 {
  position: absolute;
  bottom: -119%;
  left: -37%;
  z-index: 1;
}
.best-quality .ingredients-img img {
  width: inherit;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .best-quality .ingredients-img img {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .best-quality .ingredients-img img {
    width: 100%;
  }
}

.delivery-area2 {
  background: inherit;
  position: relative;
}
.delivery-area2 .del-shapes .ds-1 {
  position: absolute;
  left: 0%;
  top: 40%;
}
.delivery-area2 .del-shapes .ds-2 {
  position: absolute;
  right: 0%;
  top: 40%;
}
.delivery-area2 .common-title h4 span {
  color: #cc3333;
}

.home2-popular-dish {
  background: #fff8ee;
}

.home2-single-dishes {
  background: #fff8ee;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: dashed;
  padding: 40px 20px 20px 20px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.home2-single-dishes:hover {
  background: #ffffff;
}
.home2-single-dishes h6 {
  margin-bottom: 10px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.home2-single-dishes h6 a {
  color: #2a435d;
}
.home2-single-dishes p {
  margin-bottom: 10px;
}
.home2-single-dishes .dish-img {
  margin-right: 20px;
}
.home2-single-dishes .dish-img img {
  width: 100px !important;
}
.home2-single-dishes .cart-opt {
  top: inherit;
  bottom: 5px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.serve-passion {
  position: relative;
}
.serve-passion .serve-left img {
  width: inherit;
}
.serve-passion .serve-left .ss-shapes .ss1 {
  position: absolute;
  top: 10%;
  right: 18%;
  z-index: -1;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .serve-passion .serve-left .ss-shapes .ss1 {
    right: 6%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .serve-passion .serve-left .ss-shapes .ss1 {
    right: 35%;
  }
}
.serve-passion .serve-left .ss-shapes .ss2 {
  position: absolute;
  right: 10%;
  top: 36%;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .serve-passion .serve-left .ss-shapes .ss2 {
    right: 5%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .serve-passion .serve-left .ss-shapes .ss2 {
    right: 35%;
  }
}
.serve-passion .serve-left .ss-shapes .ss3 {
  position: absolute;
  right: 18%;
  top: 51%;
  z-index: -1;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .serve-passion .serve-left .ss-shapes .ss3 {
    right: 7%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .serve-passion .serve-left .ss-shapes .ss3 {
    right: 35%;
  }
}
.serve-passion .serve-left .inner-counter {
  position: absolute;
  bottom: 0%;
  right: 17%;
}
@media (max-width: 575.98px) {
  .serve-passion .serve-left .inner-counter {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .serve-passion .serve-left .inner-counter {
    right: 29%;
  }
}
.serve-passion .serve-left .inner-counter .about-gallery-4 {
  padding: 20px;
  position: relative;
  width: 200px;
  background: #cc3333;
  color: #ffffff;
  border-radius: 5px;
}
.serve-passion .serve-left .inner-counter .about-gallery-4 p {
  color: #ffffff;
  text-transform: capitalize;
  z-index: 11;
  position: relative;
}
.serve-passion .serve-left .inner-counter .about-gallery-4 .items {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 30px;
  position: relative;
}
.serve-passion .serve-left .inner-counter .about-gallery-4 .items::after {
  content: "+";
  position: absolute;
  right: -15;
  top: 0;
}
.serve-passion .serve-left .inner-counter .about-gallery-4 .img {
  width: 100px;
  margin: 0 auto;
  position: static;
  z-index: 1;
}
.serve-passion .serve-left .inner-counter .about-gallery-4 .g-s-4 {
  position: absolute;
  bottom: 0%;
  right: 0%;
  width: 75px;
}
.serve-passion .serve-left .inner-counter .about-gallery-4 .g-s-5 {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 75px;
}

.testimonial2 {
  position: relative;
  background: -webkit-gradient(linear, right top, left top, from(white), to(#fffaec));
  background: -webkit-linear-gradient(right, white 0%, #fffaec 100%);
  background: -o-linear-gradient(right, white 0%, #fffaec 100%);
  background: linear-gradient(-90deg, white 0%, #fffaec 100%);
}
.testimonial2 .testi-shapes .ts-1 {
  top: 43%;
}
.testimonial2 .testi-shapes .ts-2 {
  top: 10%;
}
.testimonial2 .testi-shapes .ts-3 {
  top: inherit;
  right: 17%;
  bottom: 22%;
}

/*  Homepage 3 */
.common-title-area3 {
  margin-bottom: 10px;
}
.common-title-area3 h3 {
  font-family: "Caveat", cursive;
  color: #006633;
}
.common-title-area3 h2 {
  font-weight: 900;
}
.common-title-area3 h2 span {
  color: #006633;
}

.snack-section {
  background: url("../images/bg/home3bg.png");
  position: relative;
  overflow: hidden;
}
.snack-section .snack-shapes img {
  width: inherit;
}
.snack-section .snack-shapes .mss1 {
  position: absolute;
  top: -19%;
  left: 47%;
  width: 200px;
}
@media (max-width: 575.98px) {
  .snack-section .snack-shapes .mss1 {
    display: none;
  }
}
.snack-section .snack-shapes .mss2 {
  position: absolute;
  top: 10%;
  left: 10%;
}
.snack-section .snack-shapes .mss3 {
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: rotate(85deg);
  -ms-transform: rotate(85deg);
  transform: rotate(85deg);
}
.snack-section .snack-shapes .mss4 {
  position: absolute;
  top: 25%;
  right: 5%;
  width: 150px;
  display: none;
}
@media (min-width: 1440px) and (max-width: 1599.98px) {
  .snack-section .snack-shapes .mss4 {
    right: 0%;
    display: block;
  }
}
@media (min-width: 1600px) and (max-width: 1919.99px) {
  .snack-section .snack-shapes .mss4 {
    display: block;
  }
}
.snack-section .snack-left .snack-upper-content .snack-img {
  width: 100px;
  margin-right: 20px;
}
.snack-section .snack-left .snack-upper-content .snack-img img {
  width: 100%;
}
.snack-section .snack-left .snack-upper-content .snack-content h5 {
  font-weight: 900;
}
.snack-section .snack-left .snack-upper-content .snack-content h5.caveat {
  font-weight: 400;
  font-family: "Caveat", cursive;
  color: #006633;
}
.snack-section .snack-left .snack-lower-content h1 {
  text-transform: uppercase;
}
.snack-section .snack-left .snack-lower-content h1 span {
  color: #006633;
}
.snack-section .snack-left .snack-lower-content .order-box2 .btn2 {
  margin-right: 50px;
}
@media (max-width: 575.98px) {
  .snack-section .snack-left .snack-lower-content .order-box2 .btn2 {
    margin-right: 10px;
  }
}
.snack-section .snack-right {
  position: relative;
}
.snack-section .snack-right .snack-inner-shapes img {
  width: inherit;
}
.snack-section .snack-right .snack-inner-shapes .ss1 {
  position: absolute;
  top: 28%;
  left: -4%;
}
.snack-section .snack-right .snack-inner-shapes .ss2 {
  position: absolute;
  top: 16%;
  right: 0%;
}
.snack-section .snack-right .snack-inner-shapes .ss3 {
  position: absolute;
  top: 60%;
  left: -7%;
}

.features-section {
  overflow: hidden;
}
.features-section .fea-shapes img {
  width: inherit;
}
.features-section .fea-shapes .fs-1 {
  position: absolute;
  bottom: 43px;
  left: -5%;
}
.features-section .fea-shapes .fs-2 {
  position: absolute;
  right: -8%;
  bottom: 14%;
}

.single-fea {
  padding: 40px 20px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #ffffff;
  margin-bottom: 30px;
}
.single-fea:hover {
  -webkit-box-shadow: 0px 25px 60px 0px rgba(0, 21, 100, 0.1);
  box-shadow: 0px 25px 60px 0px rgba(0, 21, 100, 0.1);
}
.single-fea:hover .fea-content h5 {
  color: #006633;
}
.single-fea .fea-img {
  width: 75px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .single-fea .fea-img {
    margin-left: auto;
    margin-right: auto;
  }
}
.single-fea .fea-img img {
  width: 100%;
}
.single-fea .fea-content h5 {
  margin-bottom: 10px;
  font-weight: 700;
}
.single-fea .fea-content p {
  margin-bottom: 20px;
}
.single-fea .fea-content a {
  color: #2a435d;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.single-fea .fea-content a:hover {
  color: #006633;
}

.softdrink-section {
  overflow: hidden;
}
.softdrink-section .softdrink-left .drink-review {
  padding: 50px;
  background: url("../images/img/htbg1.png");
  background-size: cover;
}
.softdrink-section .softdrink-left .drink-review .review-img {
  margin-bottom: 20px;
}
.softdrink-section .softdrink-left .drink-review .review-img img {
  width: 90px;
}
.softdrink-section .softdrink-left .drink-review .drink-content .reviews {
  margin-bottom: 20px;
}
.softdrink-section .softdrink-left .drink-review .drink-content .reviews span {
  color: #ff9933;
}
.softdrink-section .softdrink-left .drink-review .drink-content h5 {
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: 700;
}
.softdrink-section .softdrink-left .drink-review .drink-content p {
  color: #ffffff;
  text-transform: capitalize;
}
.softdrink-section .softdrink-left .s-gallery-3 {
  background-size: cover;
  background-position: -13px -4px;
  background: url(../images/img/htshape9.png);
  position: relative;
  text-align: center;
  padding: 48px 32px 40px 39px;
  margin-left: -25px;
  background-repeat: no-repeat;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .softdrink-section .softdrink-left .s-gallery-3 {
    background-position: 21px -4px;
  }
}
@media (max-width: 767.98px) {
  .softdrink-section .softdrink-left .s-gallery-3 {
    text-align: left;
    background-position: -42px 2px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .softdrink-section .softdrink-left .s-gallery-3 {
    margin-left: -75px;
  }
}
.softdrink-section .softdrink-left .s-gallery-3 .g-shape {
  position: absolute;
  left: -26%;
  top: -30%;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .softdrink-section .softdrink-left .s-gallery-3 .g-shape {
    display: none;
  }
}
.softdrink-section .softdrink-left .s-gallery-3 h4 {
  color: #006633;
}
.softdrink-section .softdrink-left .s-gallery-3 p {
  font-weight: 500;
}
.softdrink-section .softdrink-right h2 {
  margin-bottom: 15px;
  font-weight: 900;
}
.softdrink-section .softdrink-right h2 span {
  color: #006633;
}
.softdrink-section .softdrink-right p {
  margin-bottom: 26px;
}
.softdrink-section .softdrink-right .quote-box {
  -webkit-box-shadow: 0px 5px 68px 0px rgba(0, 21, 100, 0.1);
  box-shadow: 0px 5px 68px 0px rgba(0, 21, 100, 0.1);
  background: #ffffff;
  padding: 30px 120px 30px 30px;
  margin-bottom: 30px;
  position: relative;
}
.softdrink-section .softdrink-right .quote-box .qq {
  position: absolute;
  right: 14%;
  top: 11%;
  font-size: 30px;
  color: #006633;
}
.softdrink-section .softdrink-right .quote-box .qoute-img {
  margin-right: 20px;
}
.softdrink-section .softdrink-right .quote-box .qoute-img img {
  width: 75px;
}
.softdrink-section .softdrink-right .quote-box .quote-content p {
  margin-left: 50px;
  margin-top: 20px;
  position: relative;
}
.softdrink-section .softdrink-right .quote-box .quote-content p::after {
  content: "";
  position: absolute;
  left: -20%;
  bottom: 26%;
  width: 35px;
  height: 2px;
  background: #006633;
}
@media (max-width: 575.98px) {
  .softdrink-section .softdrink-right .quote-box .quote-content p::after {
    left: -53%;
    bottom: 49%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .softdrink-section .softdrink-right .quote-box .quote-content p::after {
    left: -30%;
  }
}

.timeline-section {
  position: relative;
  overflow: hidden;
}
.timeline-section .timeline-shapes .fs-1 {
  position: absolute;
  left: 0%;
  top: 50%;
  width: 40px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .timeline-section .timeline-shapes .fs-1 {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .timeline-section .timeline-shapes .fs-1 {
    top: 14%;
  }
}
@media (max-width: 767.98px) {
  .timeline-section .timeline-shapes .fs-1 {
    display: none;
  }
}
.timeline-section .timeline-shapes .fs-2 {
  position: absolute;
  right: 0%;
  top: 50%;
  width: 100px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .timeline-section .timeline-shapes .fs-2 {
    right: -6%;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .timeline-section .timeline-shapes .fs-2 {
    top: 20%;
  }
}
.timeline-section .single-timeline h2 {
  color: #006633;
  margin-bottom: 12px;
  font-weight: 900;
}
.timeline-section .single-timeline h6 {
  margin-bottom: 15px;
}

.drink-items-section {
  background: url("../images/bg/home3bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.drink-items-section .drink-items-shapes .fs-1 {
  position: absolute;
  bottom: 10%;
  left: 10%;
  -webkit-transform: rotate(27deg);
  -ms-transform: rotate(27deg);
  transform: rotate(27deg);
}
.drink-items-section .drink-items-shapes .fs-2 {
  position: absolute;
  top: 38%;
}
.drink-items-section .drink-items-shapes .fs-3 {
  position: absolute;
  right: 6%;
  top: 28%;
}
.drink-items-section .drink-items-shapes .fs-4 {
  position: absolute;
  right: 16%;
  bottom: 17%;
}

.home3-single-dishes {
  background: #fff8ee;
  text-align: center;
}
.home3-single-dishes:hover {
  border: 1px solid transparent;
  -webkit-box-shadow: 0px 25px 60px 0px rgba(0, 21, 100, 0.1);
  box-shadow: 0px 25px 60px 0px rgba(0, 21, 100, 0.1);
  background: #ffffff;
}
.home3-single-dishes:hover .cart-opt {
  visibility: visible;
  opacity: 1;
}
.home3-single-dishes:hover .dish-img {
  background: #fff8ee;
}
.home3-single-dishes:hover .dish-content .price {
  color: #006633;
}
.home3-single-dishes:hover .badge {
  background: #006633;
  border-radius: 2px;
}
.home3-single-dishes .dish-img {
  width: 150px;
  height: 150px;
  background: #ffffff;
  margin: 0 auto;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.home3-single-dishes .dish-img img {
  width: 60px;
  height: 120px;
  margin: 0 auto;
}
.home3-single-dishes .dish-content h5 {
  padding: 20px 0;
}
.home3-single-dishes .dish-content h5 a {
  color: #2a435d;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.home3-single-dishes .dish-content h5 a:hover {
  color: #006633;
}
.home3-single-dishes .badge-bg-color {
  background: #006633;
}
.home3-single-dishes .badge-color {
  color: #006633 !important;
}
.home3-single-dishes .cart-opt span {
  border: 1px solid #006633;
  background: transparent;
}
.home3-single-dishes .cart-opt span a {
  color: #006633;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.home3-single-dishes .cart-opt span:hover {
  background: #006633;
}
.home3-single-dishes .cart-opt span:hover a {
  color: #ffffff;
}
.home3-single-dishes .cart-opt span a {
  color: #006633;
}

.home3-form-area {
  margin-top: 0px;
  position: relative;
}
.home3-form-area .ht-form-shapes .hts1 {
  position: absolute;
  left: 0%;
  bottom: 20%;
  width: 100px;
}
.home3-form-area .ht-form-shapes .hts2 {
  position: absolute;
  right: 3%;
  top: 56%;
  -webkit-transform: rotate(72deg);
  -ms-transform: rotate(72deg);
  transform: rotate(72deg);
}
.home3-form-area .form-box .form-shapes .fs-11 {
  position: absolute;
  top: 25%;
  left: 7%;
  -webkit-transform: rotate(80deg);
  -ms-transform: rotate(80deg);
  transform: rotate(80deg);
}
.home3-form-area .form-box .form-shapes .fs-22 {
  position: absolute;
  bottom: 0%;
  width: 100px;
  left: 0%;
}
.home3-form-area .form-box .form-shapes .fs-33 {
  position: absolute;
  top: 97px;
  right: 20% !important;
}
.home3-form-area .form-box .form-wraper form button {
  background: #006633;
}
.home3-form-area .form-box .form-wraper form button:hover {
  border: 1px solid #006633;
  color: #006633;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .drink-ind {
    padding-bottom: 30px !important;
  }
}

@media (max-width: 767.98px) {
  .drink-ind {
    padding-bottom: 30px !important;
  }
}

.drink-ind .drink-ind-left {
  position: relative;
}
@media (max-width: 575.98px) {
  .drink-ind .drink-ind-left {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .drink-ind .drink-ind-left {
    margin-left: 110px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .drink-ind .drink-ind-left {
    margin-left: 140px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .drink-ind .drink-ind-left {
    margin-left: 50px;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .drink-ind .drink-ind-left {
    margin-left: 50px;
  }
}
.drink-ind .drink-ind-left img {
  width: inherit;
}
.drink-ind .drink-ind-left .drs1 {
  position: absolute;
  right: 20%;
  bottom: 0%;
  z-index: -1;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .drink-ind .drink-ind-left .drs1 {
    right: -4%;
  }
}
@media (max-width: 575.98px) {
  .drink-ind .drink-ind-left .drs1 {
    right: -4%;
  }
}
.drink-ind .drink-ind-left .drs2 {
  position: absolute;
  left: -17%;
  top: 3%;
  z-index: -1;
}
.drink-ind .drink-ind-left .drs3 {
  position: absolute;
  bottom: 0%;
  left: 33%;
}
.drink-ind .drink-ind-left .drs4 {
  position: absolute;
  right: 15%;
  top: 17%;
  -webkit-transform: rotate(73deg);
  -ms-transform: rotate(73deg);
  transform: rotate(73deg);
}
.drink-ind .drink-ind-left .drs5 {
  position: absolute;
  left: 51%;
  top: 28%;
  z-index: -1;
  width: 100px;
}

.drink-ind .drink-ind-right .inner-fea .single-fea {
  padding: 20px;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #ffffff;
  margin-bottom: 30px;
}
.drink-ind .drink-ind-right .inner-fea .single-fea:hover {
  -webkit-box-shadow: 0px 25px 60px 0px rgba(0, 21, 100, 0.1);
  box-shadow: 0px 25px 60px 0px rgba(0, 21, 100, 0.1);
}
.drink-ind .drink-ind-right .inner-fea .single-fea:hover .fea-content h5 {
  color: #006633;
}
.drink-ind .drink-ind-right .inner-fea .single-fea .fea-img {
  width: 75px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .drink-ind .drink-ind-right .inner-fea .single-fea .fea-img {
    margin-left: auto;
    margin-right: auto;
  }
}
.drink-ind .drink-ind-right .inner-fea .single-fea .fea-img img {
  width: 100%;
}
.drink-ind .drink-ind-right .inner-fea .single-fea .fea-content h5 {
  margin-bottom: 10px;
  font-weight: 700;
}
.drink-ind .drink-ind-right .inner-fea .single-fea .fea-content p {
  margin-bottom: 20px;
}
.drink-ind .drink-ind-right .inner-fea .single-fea .fea-content a {
  color: #2a435d;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.drink-ind .drink-ind-right .inner-fea .single-fea .fea-content a:hover {
  color: #006633;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .food-brand-section {
    padding-bottom: 60px !important;
  }
}

@media (max-width: 767.98px) {
  .food-brand-section {
    padding-bottom: 60px !important;
  }
}

.food-brand-section .food-brand-left .inner-brand .single-percentage {
  position: relative;
  padding-left: 10px;
}
.food-brand-section .food-brand-left .inner-brand .single-percentage h6 {
  font-weight: 600;
  margin-bottom: 10px;
}
.food-brand-section .food-brand-left .inner-brand .single-percentage h3 {
  font-weight: 900;
  color: #006633;
}
.food-brand-section .food-brand-left .inner-brand .single-percentage::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background: #006633;
  left: 0%;
  top: 0%;
}

.food-brand-section .food-brand-right {
  position: relative;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .food-brand-section .food-brand-right {
    margin-left: 136px;
  }
}
.food-brand-section .food-brand-right img {
  width: inherit;
}
.food-brand-section .food-brand-right .fb1 {
  position: absolute;
  bottom: 5%;
  right: 12%;
}
.food-brand-section .food-brand-right .fb2 {
  position: absolute;
  bottom: 0%;
  z-index: -1;
  left: 0%;
}
.food-brand-section .food-brand-right .fb3 {
  position: absolute;
  right: -2%;
  top: 12%;
  z-index: -1;
}
.food-brand-section .food-brand-right .fb4 {
  position: absolute;
  bottom: 23%;
  z-index: -2;
  left: 5%;
}
.food-brand-section .food-brand-right .fb5 {
  position: absolute;
  top: 2%;
  z-index: -2;
  left: 0%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.food-brand-section .food-brand-right .fb6 {
  position: absolute;
  top: 22%;
  z-index: -1;
  right: 3%;
}
.food-brand-section .food-brand-right .fb7 {
  position: absolute;
  bottom: 36%;
  z-index: -2;
  right: 8%;
  -webkit-transform: rotate(88deg);
  -ms-transform: rotate(88deg);
  transform: rotate(88deg);
  width: 75px;
}

.ht-testi {
  background: url("../images/bg/home3bg.png");
  position: relative;
}
.ht-testi .ht-shapes img {
  width: inherit;
}
.ht-testi .ht-shapes .drs1 {
  position: absolute;
  right: 17%;
  bottom: 17%;
}
.ht-testi .ht-shapes .drs2 {
  position: absolute;
  bottom: 13%;
  left: 9%;
}
.ht-testi .ht-shapes .drs3 {
  position: absolute;
  right: 8%;
  -webkit-transform: rotate(75deg);
  -ms-transform: rotate(75deg);
  transform: rotate(75deg);
}
.ht-testi .ht-shapes .drs4 {
  position: absolute;
  left: 6%;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .ht-testi .ht-shapes .drs4 {
    left: 0%;
  }
}
.ht-testi .single-ht-item {
  border: 1px solid #e6e6e6;
  background: #ffffff;
  padding: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
  margin-left: 30px;
  margin-bottom: 30px;
}
.ht-testi .single-ht-item .qq {
  position: absolute;
  right: 5%;
  top: 11%;
  font-size: 30px;
  color: #006633;
  opacity: 0.4;
}
.ht-testi .single-ht-item:hover {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 21, 100, 0.1);
  box-shadow: 0px 10px 30px 0px rgba(0, 21, 100, 0.1);
  border: 1px solid transparent;
}
.ht-testi .single-ht-item .testi-left .testi-top {
  margin-bottom: 25px;
}
.ht-testi .single-ht-item .testi-left .testi-top .testi-img {
  margin-right: 25px;
}
.ht-testi .single-ht-item .testi-left .testi-top .testi-img img {
  width: 75px;
}
.ht-testi .single-ht-item .testi-left .testi-top .testi-meta span.des {
  display: inline-block;
  margin-bottom: 0px;
  margin-left: 20px;
  font-size: 14px;
  font-weight: 400;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.ht-testi .single-ht-item .testi-left .testi-top .testi-rating {
  margin-top: 10px;
}
.ht-testi .single-ht-item .testi-left .testi-top .testi-rating span {
  color: #ff9933;
  font-size: 14px;
  margin: 0 -2px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .ht-testi .single-ht-item .testi-left p {
    padding-right: 20px;
  }
}
.ht-testi .single-ht-item .testi-right {
  position: relative;
  top: 36%;
  right: 50%;
}
.ht-testi .single-ht-item .testi-right img {
  width: 70px;
  height: 110px;
}
.ht-testi ul.slick-dots button {
  background: #2a435d;
}
.ht-testi ul.slick-dots li.slick-active button {
  background: #006633;
}

.ins-gallery-area {
  position: relative;
  margin-bottom: -100px;
  z-index: 11;
}
.ins-gallery-area .single-inst-item {
  position: relative;
  margin-left: 5px;
  height: 270px;
  max-width: 380px;
}
.ins-gallery-area .single-inst-item:hover::after {
  opacity: 0.8;
  visibility: visible;
}
.ins-gallery-area .single-inst-item:hover .ins-icon {
  opacity: 1;
  visibility: visible;
}
.ins-gallery-area .single-inst-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #006633;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.ins-gallery-area .single-inst-item .ins-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: #ffffff;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.ins-gallery-area .single-inst-item .ins-icon a {
  color: #ffffff;
}
.ins-gallery-area .single-inst-item img {
  width: 100%;
}

/*  Homepage 4 */
.common-title4 h1 span {
  color: #76459d;
}

.common-title4 h2 span {
  color: #76459d;
}

.common-title4 h3 {
  color: #76459d;
}

.hero-ice-area {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  padding-top: 230px;
  padding-bottom: 125px;
}
@media (max-width: 991.98px) {
  .hero-ice-area {
    padding: 230px 0 120px 0;
  }
}
.hero-ice-area .ice-lg-vec {
  position: absolute;
  width: inherit;
}
.hero-ice-area .ice-hero-left h5 span {
  color: #76459d;
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .hero-ice-area .ice-hero-right {
    margin-top: 60px;
  }
}
.hero-ice-area .ice-hero-right .slide-sm-item {
  width: 140px !important;
  margin-right: 10px;
  cursor: pointer;
}
@media (min-width: 1600px) and (max-width: 1919.99px) {
  .hero-ice-area .ice-hero-right .slide-sm-item {
    width: 90px !important;
  }
}
@media (min-width: 1440px) and (max-width: 1599.98px) {
  .hero-ice-area .ice-hero-right .slide-sm-item {
    width: 90px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .hero-ice-area .ice-hero-right .slide-sm-item {
    width: 70px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-ice-area .ice-hero-right .slide-sm-item {
    width: 60px !important;
  }
}
@media (max-width: 991.98px) {
  .hero-ice-area .ice-hero-right .slide-sm-item {
    width: 70px !important;
  }
}
.hero-ice-area .ice-hero-right .slide-lg-item {
  width: 140%;
}
.hero-ice-area .ice-hero-right .position-title {
  position: absolute;
  top: 19%;
}
@media (min-width: 1440px) and (max-width: 1599.98px) {
  .hero-ice-area .ice-hero-right .position-title {
    top: 17%;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .hero-ice-area .ice-hero-right .position-title {
    top: 15%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-ice-area .ice-hero-right .position-title {
    top: 11%;
  }
}
@media (max-width: 991.98px) {
  .hero-ice-area .ice-hero-right .position-title {
    top: 15%;
  }
}
@media (max-width: 575.98px) {
  .hero-ice-area .ice-hero-right .position-title {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.hero-ice-area .slick-list {
  padding: 0 !important;
}
.hero-ice-area .ice-slider-nav {
  top: 30%;
}
@media (max-width: 575.98px) {
  .hero-ice-area .ice-slider-nav {
    display: none !important;
  }
}
.hero-ice-area .slider-nav {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  display: block;
  text-align: center;
  background: #76459d;
  color: #ffffff;
  position: absolute;
  top: 19%;
  z-index: 22;
}
@media (min-width: 1440px) and (max-width: 1599.98px) {
  .hero-ice-area .slider-nav {
    top: 17%;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .hero-ice-area .slider-nav {
    top: initial;
    bottom: 31%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-ice-area .slider-nav {
    top: initial;
    bottom: 20%;
  }
}
@media (max-width: 991.98px) {
  .hero-ice-area .slider-nav {
    top: initial;
    bottom: 35%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .hero-ice-area .slider-nav {
    bottom: 22%;
  }
}
.hero-ice-area .slider-nav.nav-right {
  right: -80%;
}
@media (min-width: 1600px) and (max-width: 1919.99px) {
  .hero-ice-area .slider-nav.nav-right {
    right: -80%;
  }
}
@media (min-width: 1440px) and (max-width: 1599.98px) {
  .hero-ice-area .slider-nav.nav-right {
    right: -85%;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .hero-ice-area .slider-nav.nav-right {
    right: -35%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-ice-area .slider-nav.nav-right {
    right: -50%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-ice-area .slider-nav.nav-right {
    right: -35%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .hero-ice-area .slider-nav.nav-right {
    right: -40%;
  }
}
.hero-ice-area .slider-nav.nav-left {
  right: -70%;
}
@media (min-width: 1600px) and (max-width: 1919.99px) {
  .hero-ice-area .slider-nav.nav-left {
    right: -70%;
  }
}
@media (min-width: 1440px) and (max-width: 1599.98px) {
  .hero-ice-area .slider-nav.nav-left {
    right: -75%;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .hero-ice-area .slider-nav.nav-left {
    right: -21%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-ice-area .slider-nav.nav-left {
    right: -31%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-ice-area .slider-nav.nav-left {
    right: -21%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .hero-ice-area .slider-nav.nav-left {
    right: -26%;
  }
}
@media (max-width: 575.98px) {
  .hero-ice-area .slider-nav.nav-left {
    right: -53%;
  }
}

.single-ice-cream {
  position: relative;
}
.single-ice-cream .price-tag {
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.single-ice-cream .basket {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  color: #ffffff;
  padding: 10px;
  line-height: 1;
  border: 1px solid transparent;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #76459d;
}
.single-ice-cream .basket:hover {
  background-color: transparent;
  border: 1px solid #76459d;
  color: #76459d;
}
.single-ice-cream .ice-title {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 100%;
  text-align: center;
  display: block;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.ice-slider-active ul.slick-dots {
  text-align: center;
  position: absolute;
  top: -60px;
  right: 30px;
}
.ice-slider-active ul.slick-dots li.slick-active button {
  background-color: #76459d;
}

.ice-about {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.ice-about .ice-about-left .float-img {
  position: absolute;
  width: 150px;
}
.ice-about .ice-about-left .float-img.float-img1 {
  top: -20px;
  right: -20px;
}
.ice-about .ice-about-left .float-img.float-img2 {
  bottom: -20px;
  right: -20px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .ice-about .ice-about-left .float-img.float-img2 {
    bottom: 20px;
  }
}
.ice-about .ice-about-left .float-img.float-img3 {
  bottom: -20px;
  left: -20px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .ice-about .ice-about-left .float-img.float-img3 {
    bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .ice-about .ice-about-right {
    margin-top: 60px;
  }
}
.ice-about .ice-about-right .address-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ice-about .ice-about-right .address-info .img-box {
  width: 60px;
  margin-right: 10px;
}
.ice-about .ice-straw {
  width: 120px;
  position: absolute;
  bottom: 0;
  right: 39%;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .ice-about .ice-straw {
    right: 15%;
  }
}
.ice-about .ice-intro-vdo {
  width: 370px;
  position: absolute;
  bottom: 0;
  right: 22%;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .ice-about .ice-intro-vdo {
    width: 300px;
  }
}
@media (max-width: 991.98px) {
  .ice-about .ice-intro-vdo {
    width: 300px;
  }
}
@media (max-width: 767.98px) {
  .ice-about .ice-intro-vdo {
    width: 200px;
    right: 0;
  }
}
.ice-about .ice-video-popup {
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  background: #76459d;
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
}
@media (max-width: 767.98px) {
  .ice-about .ice-video-popup {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 10px;
  }
}
.ice-about .ice-truck {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 160px;
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .ice-about .ice-truck {
    width: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .ice-about .ice-truck {
    width: 80px;
  }
}

.ice-features .ice-fea-left .product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ice-features .ice-fea-left .product-info .fea-icon {
  width: inherit;
  margin-right: 10px;
}
.ice-features .ice-fea-left .product-info span {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
}

.ice-features .ice-fea-left .pricing-box .ice-color {
  color: #76459d;
}

.ice-features .ice-fea-left .pricing-box .rate {
  font-size: 24px;
  font-weight: 700;
}

.ice-features .ice-fea-right {
  position: relative;
}
@media (max-width: 991.98px) {
  .ice-features .ice-fea-right {
    margin-top: 60px;
  }
}

.ice-gallery .single-ice-gal {
  position: relative;
}
.ice-gallery .single-ice-gal img {
  height: 380px;
}
.ice-gallery .single-ice-gal .inner-cont-box {
  background: rgba(118, 69, 157, 0.5);
  width: 95%;
  height: 95%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 0;
  visibility: hidden;
}
.ice-gallery .single-ice-gal .inner-cont-box .title,
.ice-gallery .single-ice-gal .inner-cont-box p {
  color: #ffffff;
  display: block;
}
.ice-gallery .single-ice-gal .inner-cont-box .title {
  font-size: 20px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.ice-gallery .single-ice-gal .gal-trigger {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #76459d;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 0;
  visibility: hidden;
}
.ice-gallery .single-ice-gal:hover .inner-cont-box {
  opacity: 1;
  visibility: visible;
}
.ice-gallery .single-ice-gal:hover .gal-trigger {
  opacity: 1;
  visibility: visible;
}

.ht-testi4 {
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#fffbff),
    color-stop(99%, rgba(255, 248, 240, 0.7)),
    to(#fff8f0)
  ) !important;
  background: -webkit-linear-gradient(right, #fffbff 0%, rgba(255, 248, 240, 0.7) 99%, #fff8f0 100%) !important;
  background: -o-linear-gradient(right, #fffbff 0%, rgba(255, 248, 240, 0.7) 99%, #fff8f0 100%) !important;
  background: linear-gradient(-90deg, #fffbff 0%, rgba(255, 248, 240, 0.7) 99%, #fff8f0 100%) !important;
}
.ht-testi4 .single-ht-item {
  margin-left: 15px;
  margin-right: 15px;
  overflow: hidden;
}
.ht-testi4 .single-ht-item .testi-left img {
  margin-top: -22px;
}
.ht-testi4 .single-ht-item .testi-right img {
  width: 100px;
}

@media (max-width: 767.98px) {
  .home4-contact-section {
    margin-top: 50px !important;
  }
}

.home4-contact-section .single-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 20px;
  border-radius: 5px;
  height: 100%;
}
.home4-contact-section .single-contact .img-box {
  margin-right: 20px;
}
.home4-contact-section .single-contact .img-box img {
  width: initial;
}

.home4-contact-section {
  position: relative;
  margin-top: -20px;
  z-index: -1;
}
.home4-contact-section .inner-contact-section {
  background-color: #fff6f6;
  padding: 90px 40px 50px 40px;
}
@media (max-width: 767.98px) {
  .home4-contact-section .inner-contact-section {
    padding: 90px 40px;
  }
}
.home4-contact-section .inner-contact-section .cont-icon-shape {
  position: absolute;
  bottom: 0;
  left: 15%;
  width: 200px;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .home4-contact-section .home4-map-area {
    margin-top: 60px;
  }
}
.home4-contact-section .home4-map-area iframe {
  width: 100%;
}

.ice-logo-brands .single-brand-logo {
  width: 150px;
}

/* Saas Homepage */
h1,
h2,
h3 {
  font-family: "SF UI Display", sans-serif;
}

h1 {
  font-size: 60px;
}
@media (max-width: 575.98px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  font-size: 36px;
}
@media (max-width: 575.98px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 30px;
}
@media (max-width: 575.98px) {
  h3 {
    font-size: 28px;
  }
}

h4 {
  font-size: 24px;
  font-family: "SF UI Display", sans-serif;
}
@media (max-width: 575.98px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 575.98px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 16px;
}
@media (max-width: 575.98px) {
  h6 {
    font-size: 14px;
  }
}

p {
  font-size: 16px;
}
@media (max-width: 575.98px) {
  p {
    font-size: px;
  }
}

.mean-container a.meanmenu-reveal span {
  background: #ffffff;
}
@media (max-width: 991.98px) {
  .mean-container a.meanmenu-reveal span {
    background: #f7401e;
  }
}

.mean-container a.meanmenu-reveal {
  color: #ffffff;
}

@media (max-width: 991.98px) {
  .mean-container a.meanmenu-reveal {
    color: #f7401e;
  }
}

.khadyo_saas_header .main-menu li a {
  text-transform: capitalize;
  color: #cc3333;
  font-weight: 600 !important;
}

.mobile-menu .mean-bar .mean-nav {
  margin-top: 58px;
  background: #f7401e;
  font-weight: 600;
}

.saas_hero_section {
  padding-top: 280px;
  padding-bottom: 180px;
  background-size: cover;
  background-position-x: right;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 991.98px) {
  .saas_hero_section {
    padding-top: 160px!important;
    padding-bottom: 100px!important;
}
}
.saas_hero_section::after {
  content: "";
  background: rgba(255, 255, 255, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: none;
}

@media (max-width: 991.98px) {
  .saas_hero_section::after {
    content: initial;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .saas_hero_section::after {
    display: block;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .saas_hero_section::after {
    display: block;
  }
}
@media (max-width: 575.98px) {
  .saas_hero_section {
    background: initial;
    padding-top: 120px;
    padding-bottom: 90px;
  }
}
.saas_hero_section .vec1,
.saas_hero_section .vec2,
.saas_hero_section .vec3,
.saas_hero_section .saas_hero_img {
  position: absolute;
  width: initial;
}
.saas_hero_section .vec1 {
  top: 16%;
  left: 40%;
}
@media (max-width: 575.98px) {
  .saas_hero_section .vec1 {
    display: none;
  }
}
.saas_hero_section .vec2 {
  bottom: 13%;
  left: 47%;
  width: 40px;
}
@media (max-width: 575.98px) {
  .saas_hero_section .vec2 {
    display: none;
  }
}
.saas_hero_section .vec3 {
  top: 20%;
  right: 26%;
  width: 70px;
}
@media (max-width: 991.98px) {
  .saas_hero_section .vec3 {
    display: none;
  }
}
.saas_hero_section .saas_hero_img {
  top: 5%;
  right: 0;
  width: 48%;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .saas_hero_section .saas_hero_img {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .saas_hero_section .saas_hero_img {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .saas_hero_section .saas_hero_img {
    display: none;
  }
}
.saas_hero_section .hero_content {
  z-index: 11;
}
.saas_hero_section .hero_content .sub-title {
  text-transform: uppercase;
  font-weight: normal;
  color: #f7401e;
}
.saas_hero_section .hero_content .title {
  font-weight: 600;
}
@media (max-width: 575.98px) {
  .saas_hero_section .hero_content {
    z-index: 0;
  }
}

.saas_promo_section {
  padding-top: 80px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}
.saas_promo_section .vec1,
.saas_promo_section .vec2 {
  position: absolute;
  width: initial;
}
.saas_promo_section .vec1 {
  top: 4%;
  left: -5%;
}
.saas_promo_section .vec2 {
  bottom: 0%;
  right: -2%;
}
.saas_promo_section .single-saas-card {
  border-radius: 20px;
  padding: 30px;
  background: #fff2ee;
}
.saas_promo_section .single-saas-card .title {
  font-weight: 700;
}

.saas_tools {
  padding-bottom: 80px;
  position: relative;
}
.saas_tools .vec1 {
  position: absolute;
  left: 0;
  bottom: 34%;
  width: 8%;
}
.saas_tools .tools_img {
  width: 110px;
}

.saas_feature {
  background: #553c7b;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
.saas_feature .fea_img {
  width: 90%;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .saas_feature .fea_img {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .saas_feature .fea_img {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .saas_feature .fea_img {
    display: none;
  }
}
.saas_feature .fea_content {
  background: #ffffff;
  padding: 80px 50px;
  border-radius: 20px;
}
.saas_feature .fea_content .icon {
  width: 30px;
  display: block;
}
.saas_feature .fea_content .sm_des {
  font-size: 14px;
}

.saas_price_table {
  padding-top: 80px;
  padding-bottom: 80px;
}
.saas_price_table .single_price_table {
  background: #fff2ee;
  border-radius: 20px;
  padding: 40px 20px;
  position: relative;
  overflow: hidden;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.saas_price_table .single_price_table .vec1,
.saas_price_table .single_price_table .vec2 {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 60px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.saas_price_table .single_price_table .vec1 {
  bottom: -1px;
  right: -21px;
}
.saas_price_table .single_price_table .vec2 {
  top: -2px;
  left: -3px;
}
.saas_price_table .single_price_table .title {
  font-family: "SF UI Display", sans-serif;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.saas_price_table .single_price_table .list {
  font-family: "SF UI Display", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.saas_price_table .single_price_table .price {
  font-weight: 600;
  display: block;
  font-family: "SF UI Display", sans-serif;
  font-size: 48px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.saas_price_table .single_price_table:hover {
  background: #f7401e;
}
.saas_price_table .single_price_table:hover .vec1,
.saas_price_table .single_price_table:hover .vec2 {
  opacity: 1;
  visibility: visible;
}
.saas_price_table .single_price_table:hover .price,
.saas_price_table .single_price_table:hover .list,
.saas_price_table .single_price_table:hover .title {
  color: #ffffff;
}

.saas_testi {
  padding-bottom: 100px;
}
.saas_testi .single_testi {
  position: relative;
  border-radius: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 40px 30px;
  background: #ffffff;
}
.saas_testi .single_testi .vec1,
.saas_testi .single_testi .vec2 {
  position: absolute;
  top: 50px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.saas_testi .single_testi .vec1 {
  right: 30px;
  width: 50px;
}
.saas_testi .single_testi .vec2 {
  left: 30px;
  font-size: 50px;
  color: #f7401e;
}
.saas_testi .single_testi .testi_user {
  width: 75px;
  height: 75px;
  border: 1px solid #ffffff;
  border-radius: 50%;
}
.saas_testi .single_testi .user_title {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: block;
  text-transform: capitalize;
}
.saas_testi .single_testi .user_designation {
  display: block;
  text-transform: capitalize;
  font-size: 16px;
}
.saas_testi .single_testi.slick-current {
  background: rgba(255, 242, 238, 0.7);
}
.saas_testi .single_testi.slick-current .vec1,
.saas_testi .single_testi.slick-current .vec2 {
  opacity: 1;
  visibility: visible;
}
.saas_testi .saas_slick_right_btn,
.saas_testi .saas_slick_left_btn {
  position: absolute;
  top: -60px;
  cursor: pointer;
  z-index: 99;
}
.saas_testi .saas_slick_left_btn {
  color: #a2a2a2;
  font-size: 24px;
  right: 45px;
  top: -54px;
}
.saas_testi .saas_slick_right_btn {
  color: #f7401e;
  font-size: 36px;
  right: 0;
}

.saas_custom_margin {
  margin-bottom: 100px;
  position: relative;
  z-index: 99;
}

.saas_subs {
  background: #f7401e;
  padding: 60px;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
}
.saas_subs .title {
  color: #ffffff;
}
.saas_subs .saas_input {
  padding: 23px 50px;
  border-radius: 20px;
  outline: none;
  border: none;
  width: 100%;
}
.saas_subs .saas_tel_input {
  width: 312px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .saas_subs .saas_tel_input {
    width: 255px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .saas_subs .saas_tel_input {
    width: 260%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .saas_subs .saas_tel_input {
    width: 387px;
  }
}
@media (max-width: 575.98px) {
  .saas_subs .saas_tel_input {
    width: 104%;
  }
}
.saas_subs .has_icon_input {
  position: relative;
}
.saas_subs .has_icon_input .icon {
  color: #f7401e;
  position: absolute;
  left: 25px;
  top: 12px;
}
.saas_subs .vec1,
.saas_subs .vec2,
.saas_subs .vec3 {
  position: absolute;
}
.saas_subs .vec1 {
  bottom: 19px;
  right: 0;
  width: 70px;
}
.saas_subs .vec2 {
  top: 0px;
  left: 0;
  width: 70px;
}
.saas_subs .vec3 {
  top: 10px;
  right: 10px;
  width: 40px;
}

.saas_footer .vec {
  position: absolute;
  width: initial;
}
@media (max-width: 575.98px) {
  .saas_footer .vec {
    display: none;
}
}

.saas_footer .vec1 {
  left: 0;
  bottom: 0;
}

.saas_footer .vec2 {
  right: 0;
  bottom: 0;
}

.saas_footer .vec3 {
  top: 21%;
  right: 2%;
}

@media (max-width: 575.98px) {
  .saas_footer .logo {
    margin: 0 auto;
  }
}

.saas_footer .social-box a {
  color: #1a1a1a;
  margin-right: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.saas_footer .social-box a:hover {
  color: #f7401e;
}

.saas_footer .title {
  color: #1a1a1a;
}

.saas_footer .wtsapp {
  color: #25d366;
  font-size: 30px;
}

.saas_footer .ht-email {
  color: #1a1a1a;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.saas_footer .ht-email:hover {
  color: #f7401e;
}

.saas_footer .saas_footer_menu li a {
  color: #1a1a1a;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
}
.saas_footer .saas_footer_menu li a:hover {
  color: #f7401e;
}

.saas_footer hr {
  border: 1px dotted #f7401e !important;
}

.saas_footer .ht-copyright-area {
  text-transform: capitalize;
}
.saas_footer .ht-copyright-area a {
  color: #1a1a1a;
}

/* Saas Pricing */
.saas_breadcrumb_section {
  position: relative;
  padding-top: 197px;
  padding-bottom: 100px;
  background-position: 34% -91%;
}
.saas_breadcrumb_section::after {
  content: initial;
}
.saas_breadcrumb_section .hero_content {
  z-index: 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .saas_breadcrumb_section {
    background-position: 49% -59px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .saas_breadcrumb_section {
    background-position: 49% -59px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .saas_breadcrumb_section {
    background-position: 49% -59px;
  }
}
@media (max-width: 575.98px) {
  .saas_breadcrumb_section {
    background-position: 21% -59px;
    background: initial;
    padding-top: 120px;
    padding-bottom: 90px;
  }
}
.saas_breadcrumb_section .saas_hero_img {
  width: initial;
  position: absolute;
  bottom: -1px;
  right: 19%;
  top: initial;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .saas_breadcrumb_section .saas_hero_img {
    right: 6%;
  }
}

.saas_pricing_details {
  padding-bottom: 100px;
}
.saas_pricing_details .scrollable-element {
  scrollbar-color: #f7401e;
}
.saas_pricing_details .overflow-x-auto {
  overflow-x: auto;
}
.saas_pricing_details .saas_responsive-pricing {
  min-width: 960px;
}

.saas_pricing_content {
  width: 28%;
}
.saas_pricing_content .title {
  padding: 20px;
  font-family: "SF UI Display", sans-serif;
}
.saas_pricing_content .saas_content_header {
  min-height: 133px;
}
.saas_pricing_content .saas_pricing_options {
  background: #fff2ee;
  padding: 30px 20px 89px;
}
.saas_pricing_content .saas_pricing_options ul li {
  font-family: "SF UI Display", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 3.7;
}

.saas_pricing_plan {
  width: 18%;
}
.saas_pricing_plan .saas_pricing_header {
  background: #fafaff;
  padding: 20px;
  text-align: center;
  min-height: 133px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.saas_pricing_plan .saas_pricing_options {
  background: #fff2ee;
  padding: 10px;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.saas_pricing_plan .saas_pricing_options ul {
  background: #ffffff;
  padding: 20px 0;
}
.saas_pricing_plan .saas_pricing_options ul li {
  font-weight: 500;
  font-size: 16px;
  line-height: 3.7;
}
.saas_pricing_plan .saas_pricing_options ul .saas_btn_white {
  line-height: 1;
  opacity: 0;
  visibility: visible;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.saas_pricing_plan.active .saas_pricing_header {
  background: #ff694d;
}
.saas_pricing_plan.active .saas_pricing_header h3,
.saas_pricing_plan.active .saas_pricing_header h6,
.saas_pricing_plan.active .saas_pricing_header span {
  color: #ffffff;
}
.saas_pricing_plan.active .saas_pricing_options {
  background: #f7401e;
}
.saas_pricing_plan.active .saas_pricing_options ul {
  background: #f7401e;
  color: #ffffff;
}
.saas_pricing_plan.active .saas_pricing_options ul .saas_btn_white {
  margin-bottom: 40px;
  opacity: 1;
  visibility: visible;
}
.saas_pricing_plan:hover .saas_pricing_header {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(39, 53, 160, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(39, 53, 160, 0.1);
}
.saas_pricing_plan:hover .saas_pricing_options {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(39, 53, 160, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(39, 53, 160, 0.1);
}

.saas_pricing_contact {
  background: #553c7b;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
.saas_pricing_contact .vec4,
.saas_pricing_contact .vec5 {
  position: absolute;
}
.saas_pricing_contact .vec4 {
  width: initial;
  bottom: 0%;
  left: 0%;
}
.saas_pricing_contact .vec5 {
  width: initial;
  bottom: 0%;
  right: 0%;
}
.saas_pricing_contact .single_conact_box {
  background: #ffffff;
  border-radius: 30px;
  padding: 80px;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.saas_pricing_contact .single_conact_box .vec1,
.saas_pricing_contact .single_conact_box .vec2,
.saas_pricing_contact .single_conact_box .vec3 {
  position: absolute;
}
.saas_pricing_contact .single_conact_box .vec1 {
  top: 14px;
  right: 17px;
  width: 50px;
}
.saas_pricing_contact .single_conact_box .vec2 {
  width: initial;
  top: -19%;
  left: -24%;
}
.saas_pricing_contact .single_conact_box .vec3 {
  width: initial;
  bottom: -18%;
  right: -22%;
}
.saas_pricing_contact .saas_contact_icon {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.saas_subs_2 {
  padding-top: 160px;
}

/* Saas Blog */
.saas_blog_section {
  padding-top: 220px;
  padding-bottom: 140px;
  background-position: 35% 0;
}
@media (max-width: 991.98px) {
  .saas_blog_section {
    padding-top: 160px;
    padding-bottom: 80px;
  }
}
@media (max-width: 575.98px) {
  .saas_blog_section {
    padding-top: 120px;
    padding-bottom: 60px;
    background: initial;
  }
}
.saas_blog_section .title {
  font-weight: 700 !important;
}
.saas_blog_section .saas_hero_img {
  width: initial;
  right: 5%;
  bottom: initial;
  top: 18%;
}
@media (min-width: 1600px) and (max-width: 1919.99px) {
  .saas_blog_section .saas_hero_img {
    top: 35%;
    width: 600px;
  }
}
@media (min-width: 1440px) and (max-width: 1599.98px) {
  .saas_blog_section .saas_hero_img {
    top: 35%;
    width: 500px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .saas_blog_section .saas_hero_img {
    top: 35%;
    width: 500px;
  }
}
.saas_blog_section .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #1a1a1a;
  content: "-" !important;
}
.saas_blog_section .breadcrumb {
  background: transparent;
  padding-left: 0;
}
.saas_blog_section .breadcrumb a {
  color: #1a1a1a;
  font-weight: 700;
}

.saas_blog_content {
  padding-top: 160px;
  padding-bottom: 30px;
}

.saas_quotation {
  background: #f7401e;
  border-radius: 20px;
  padding: 30px 80px;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.saas_quotation .vec1,
.saas_quotation .vec2 {
  position: absolute;
  width: 60px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.saas_quotation .vec1 {
  bottom: -11px;
  right: -6px;
}
.saas_quotation .vec2 {
  top: -2px;
  left: -3px;
}
.saas_quotation .saas_qoute {
  font-size: 36px;
  color: #ffffff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
  -webkit-text-fill-color: transparent;
}
.saas_quotation .testi_user {
  width: 60px;
  height: 60px;
  border: 1px solid #ffffff;
  border-radius: 50%;
}
.saas_quotation .user_title {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: block;
  text-transform: capitalize;
  color: #ffffff;
}
.saas_quotation .user_designation {
  display: block;
  text-transform: capitalize;
  font-size: 16px;
  color: #ffffff;
}
.saas_quotation p {
  font-family: "SF UI Display", sans-serif;
  font-weight: 500;
}

.saas_subs_3 {
  padding-top: 90px;
}

/* language switcher */
.for_language,.for_language.open {
  border: 1px solid #f7401e;
  background: #fff2ee;
  width: 150px;
}
.for_currency,.for_lanfor_currency.open {
  border: 1px solid #f7401e;
  background: #fff2ee;
  width: 150px;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #f7401e;
}
.nice-select.open .list {
  width: 150px;
}
/* Screen loader */

/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 8em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
}

/* saas_inner_hero_section */
.saas_inner_hero_section {
  padding-top: 160px!important;
  padding-bottom: 80px!important;
}
@media (max-width: 991.98px)  {
  .saas_inner_hero_section {
    padding-top: 100px!important;
}
.saas_hero_section .hero_content {
  z-index: 0;
}
.saas_inner_hero_section::after {
  content: initial;
}
}

/* saas_footer */
.saas_footer {
padding-top: 90px;
padding-bottom: 55px;
}

/* nice select */
.nice-select.open .list {
  width: 150px;
  height: 160px;
  overflow-y: scroll;
}

/* saas_payment_optins */
.saas_payment_optins {
  padding-bottom: 100px;
}

.saas_remove_default {
  background: transparent;
  border: none;
}
.saas_remove_default:hover {
  background: transparent;
}
.saas_single_payment_card {
  text-align: center;
  background: #f2f2f2;
  transition: .3s;
  padding: 70px 20px;
}
.saas_single_payment_card:hover {
  background: #f9f9f9;
}
.saas_single_payment_card .title {
  text-transform: uppercase;
  margin-top: 10px;
  display: block;
  font-size: 20px;
  font-weight: 500;
}
.payment_logo {
  width: 200px;
  height: 50px;
}
.line-height-1 {
  line-height: 1;
}

/* scroll-bar */
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
}