/*!
<----------------------------------------
  Theme Name: RubyGhee
  Theme URI: http://codexcoder.com/
  Author: codexcoder.com
  Author URI: http://codexcoder.com/
  Description: RubyGhee is a Creative Dairy Farm & Eco Product HTML5 Template.
  Version: 1.0.0
  Tags: agriculture, cattle farm, eco, eco farm, eco products, eco shop, farming, food, healthy food, natural, organic, retail, shop, store
---------------------------------------->
*/
/*
>>> TABLE OF CONTENTS:
<----------------------------------------------------------------
  01. Default CSS
  02. Global css
  03. Header
    *Mobile Menu
    *Main Menu
  04. Banner
  05. About
    * Style-2
    * Style-3
  06. Portfolio
    * Style-2
    * Style-3
  07. Product
  08. Video
  09. Team-Member
  10. Pricing
  11. Blog
    * Style-2
    * Main Blog
    * Blog Single
  12. Sponsor
  13. Service
    * Service single
  14. Testimonial
  15. Histori
  16. Offer
  17. Contact
  18. Gmaps
  19. Shope
    * Shop Page
    * Shope Single
    * Cart Page
  20. 404
  21. Footer
---------------------------------------------------------------->
*/
@import url('https://fonts.googleapis.com/css2?family=Caladea:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,500;0,700;1,400&display=swap');
html {
  font-family: 'Caladea', serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif 'roboto';
  /* overflow-x: hidden; */
}


body {
  margin: 0;
  position: relative;
  background: #fff;
  /* overflow-x: hidden; */
  font-family: sans-serif 'roboto';
}

@media (min-width: 992px) {
  body.body-padding {
      padding-top: 110px;
      /* margin-left: 47px; */
  }
}

@media (min-width: 1200px) {
  body .box-body {
      background: url(bg-images/box-layout.jpg) no-repeat;
      background-attachment: fixed;
      padding-top: 40px;
  }
}

@media (min-width: 1200px) {
  body .box-body .box-layout {
      max-width: 1200px;
      margin: 0 auto;
      background: #fff;
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
      margin-left: 47px;
  }
  body .box-body .box-layout .header-section .header-bottom {
      z-index: 99;
      width: 100%;
      left: 50%;
      max-width: 1200px;
      margin: auto;
      transform: translateX(-50%);
  }
  body .box-body .box-layout .header-section .header-bottom.menu-fixed {
      left: auto;
      transform: translateX(0%);
      padding: 0 30px;
      box-shadow: 0px 5px 5px -5px #f1f4f6;
  }
}

@media (min-width: 1200px) {
  body .box-body .box-layout .banner.style-1 .carousel.slide .carousel-inner .carousel-item .slider-content.center .slider-content-inner {
      margin-top: 60px;
  }
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #181818;
  font-weight: 100;
  font-family: 'Roboto', sans-serif;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
  color: inherit;
  font-weight: 700;
  /* font-family: 'Caladea', serif; */
}

h1 {
  font-size: 55px;
  line-height: 66px;
}

h2 {
  font-size: 40px;
  line-height: 48px;
}

h3 {
  font-size: 24px;
  line-height: 26px;
}

h4 {
  font-size: 22px;
  line-height: 30px;
}

h5 {
  font-size: 18px;
  line-height: 10px;
}

h6 {
  font-size: 18px;
  line-height: 28px;
}

p {
  font-size: 16px;
  /* margin: 0 0 1em; */
  color: black;
  line-height: 1.625rem;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  padding-top: 8px;
  text-align: justify;
}
 .p1 {
  font-size: 18px;
  /* margin: 0 0 1em; */
  color: #505050;
  line-height: 1.65rem;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 0;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: 'Caladea', serif;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:active,
a:hover,
a:focus {
  outline-width: 0;
  outline: none !important;
  text-decoration: none;
}

abbr[title] {
  border-bottom: 1px #767676 dotted;
  text-decoration: none;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: 700;
}

code,
kbd,
samp {
  font-family: 'Caladea', serif;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #eee;
  color: #222;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #bbb;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
  clear: both;
}

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #505050;
  /* font-family: "Roboto", sans-serif; */
  font-size: 1rem;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 1.25em 0 0.25em;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  padding-top: 0;
  /* line-height: initial; */
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  padding: 50px 0px 0px 0px;
  margin: 20px 0;
  position: relative;
  font-style: italic;
  font-family: "Frank Ruhl Libre", serif;
}

@media (min-width: 576px) {
  blockquote {
      padding: 0px 0px 0px 55px;
  }
}

blockquote p {
  font-size: 17px;
  line-height: 30px;
  color: #181818;
}

blockquote:before {
  left: 0;
  top: 7px;
  background: url(../images/blog/icon/bc-icon.png);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
}

blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 400;
  margin-top: 0.5em;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  color: #505050;
}

address {
  margin: 0 0 1.5em;
  line-height: 1.625rem;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 1rem;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 1rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #eee;
  text-decoration: none;
}

big {
  font-size: 125%;
}

:focus {
  outline: none;
}

/* Typography for Arabic Font */
html[lang="ar"] body,
html[lang="ar"] button,
html[lang="ar"] input,
html[lang="ar"] select,
html[lang="ar"] textarea,
html[lang="ary"] body,
html[lang="ary"] button,
html[lang="ary"] input,
html[lang="ary"] select,
html[lang="ary"] textarea,
html[lang="azb"] body,
html[lang="azb"] button,
html[lang="azb"] input,
html[lang="azb"] select,
html[lang="azb"] textarea,
html[lang="fa-IR"] body,
html[lang="fa-IR"] button,
html[lang="fa-IR"] input,
html[lang="fa-IR"] select,
html[lang="fa-IR"] textarea,
html[lang="haz"] body,
html[lang="haz"] button,
html[lang="haz"] input,
html[lang="haz"] select,
html[lang="haz"] textarea,
html[lang="ps"] body,
html[lang="ps"] button,
html[lang="ps"] input,
html[lang="ps"] select,
html[lang="ps"] textarea,
html[lang="ur"] body,
html[lang="ur"] button,
html[lang="ur"] input,
html[lang="ur"] select,
html[lang="ur"] textarea {
  font-family: Tahoma, Arial, sans-serif;
}

html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3,
html[lang="ar"] h4,
html[lang="ar"] h5,
html[lang="ar"] h6,
html[lang="ary"] h1,
html[lang="ary"] h2,
html[lang="ary"] h3,
html[lang="ary"] h4,
html[lang="ary"] h5,
html[lang="ary"] h6,
html[lang="azb"] h1,
html[lang="azb"] h2,
html[lang="azb"] h3,
html[lang="azb"] h4,
html[lang="azb"] h5,
html[lang="azb"] h6,
html[lang="fa-IR"] h1,
html[lang="fa-IR"] h2,
html[lang="fa-IR"] h3,
html[lang="fa-IR"] h4,
html[lang="fa-IR"] h5,
html[lang="fa-IR"] h6,
html[lang="haz"] h1,
html[lang="haz"] h2,
html[lang="haz"] h3,
html[lang="haz"] h4,
html[lang="haz"] h5,
html[lang="haz"] h6,
html[lang="ps"] h1,
html[lang="ps"] h2,
html[lang="ps"] h3,
html[lang="ps"] h4,
html[lang="ps"] h5,
html[lang="ps"] h6,
html[lang="ur"] h1,
html[lang="ur"] h2,
html[lang="ur"] h3,
html[lang="ur"] h4,
html[lang="ur"] h5,
html[lang="ur"] h6 {
  font-weight: 700;
}

/* Typography for Chinese Font */
html[lang^="zh-"] body,
html[lang^="zh-"] button,
html[lang^="zh-"] input,
html[lang^="zh-"] select,
html[lang^="zh-"] textarea {
  font-family: "PingFang TC", "Helvetica Neue", Helvetica, STHeitiTC-Light, Arial, sans-serif;
}

html[lang="zh-CN"] body,
html[lang="zh-CN"] button,
html[lang="zh-CN"] input,
html[lang="zh-CN"] select,
html[lang="zh-CN"] textarea {
  font-family: "PingFang SC", "Helvetica Neue", Helvetica, STHeitiSC-Light, Arial, sans-serif;
}

html[lang^="zh-"] h1,
html[lang^="zh-"] h2,
html[lang^="zh-"] h3,
html[lang^="zh-"] h4,
html[lang^="zh-"] h5,
html[lang^="zh-"] h6 {
  font-weight: 700;
}

/* Typography for Cyrillic Font */
html[lang="bg-BG"] body,
html[lang="bg-BG"] button,
html[lang="bg-BG"] input,
html[lang="bg-BG"] select,
html[lang="bg-BG"] textarea,
html[lang="ru-RU"] body,
html[lang="ru-RU"] button,
html[lang="ru-RU"] input,
html[lang="ru-RU"] select,
html[lang="ru-RU"] textarea,
html[lang="uk"] body,
html[lang="uk"] button,
html[lang="uk"] input,
html[lang="uk"] select,
html[lang="uk"] textarea {
  font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
}

html[lang="bg-BG"] h1,
html[lang="bg-BG"] h2,
html[lang="bg-BG"] h3,
html[lang="bg-BG"] h4,
html[lang="bg-BG"] h5,
html[lang="bg-BG"] h6,
html[lang="ru-RU"] h1,
html[lang="ru-RU"] h2,
html[lang="ru-RU"] h3,
html[lang="ru-RU"] h4,
html[lang="ru-RU"] h5,
html[lang="ru-RU"] h6,
html[lang="uk"] h1,
html[lang="uk"] h2,
html[lang="uk"] h3,
html[lang="uk"] h4,
html[lang="uk"] h5,
html[lang="uk"] h6 {
  font-weight: 700;
}

/* Typography for Devanagari Font */
html[lang="bn-BD"] body,
html[lang="bn-BD"] button,
html[lang="bn-BD"] input,
html[lang="bn-BD"] select,
html[lang="bn-BD"] textarea,
html[lang="hi-IN"] body,
html[lang="hi-IN"] button,
html[lang="hi-IN"] input,
html[lang="hi-IN"] select,
html[lang="hi-IN"] textarea,
html[lang="mr-IN"] body,
html[lang="mr-IN"] button,
html[lang="mr-IN"] input,
html[lang="mr-IN"] select,
html[lang="mr-IN"] textarea {
  font-family: Arial, sans-serif;
}

html[lang="bn-BD"] h1,
html[lang="bn-BD"] h2,
html[lang="bn-BD"] h3,
html[lang="bn-BD"] h4,
html[lang="bn-BD"] h5,
html[lang="bn-BD"] h6,
html[lang="hi-IN"] h1,
html[lang="hi-IN"] h2,
html[lang="hi-IN"] h3,
html[lang="hi-IN"] h4,
html[lang="hi-IN"] h5,
html[lang="hi-IN"] h6,
html[lang="mr-IN"] h1,
html[lang="mr-IN"] h2,
html[lang="mr-IN"] h3,
html[lang="mr-IN"] h4,
html[lang="mr-IN"] h5,
html[lang="mr-IN"] h6 {
  font-weight: 700;
}

/* Typography for Greek Font */
html[lang="el"] body,
html[lang="el"] button,
html[lang="el"] input,
html[lang="el"] select,
html[lang="el"] textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html[lang="el"] h1,
html[lang="el"] h2,
html[lang="el"] h3,
html[lang="el"] h4,
html[lang="el"] h5,
html[lang="el"] h6 {
  font-weight: 700;
}

/* Typography for Gujarati Font */
html[lang="gu-IN"] body,
html[lang="gu-IN"] button,
html[lang="gu-IN"] input,
html[lang="gu-IN"] select,
html[lang="gu-IN"] textarea {
  font-family: Arial, sans-serif;
}

html[lang="gu-IN"] h1,
html[lang="gu-IN"] h2,
html[lang="gu-IN"] h3,
html[lang="gu-IN"] h4,
html[lang="gu-IN"] h5,
html[lang="gu-IN"] h6 {
  font-weight: 700;
}

/* Typography for Hebrew Font */
html[lang="he-IL"] body,
html[lang="he-IL"] button,
html[lang="he-IL"] input,
html[lang="he-IL"] select,
html[lang="he-IL"] textarea {
  font-family: "Arial Hebrew", Arial, sans-serif;
}

html[lang="he-IL"] h1,
html[lang="he-IL"] h2,
html[lang="he-IL"] h3,
html[lang="he-IL"] h4,
html[lang="he-IL"] h5,
html[lang="he-IL"] h6 {
  font-weight: 700;
}

/* Typography for Japanese Font */
html[lang="ja"] body,
html[lang="ja"] button,
html[lang="ja"] input,
html[lang="ja"] select,
html[lang="ja"] textarea {
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}

html[lang="ja"] h1,
html[lang="ja"] h2,
html[lang="ja"] h3,
html[lang="ja"] h4,
html[lang="ja"] h5,
html[lang="ja"] h6 {
  font-weight: 700;
}

/* Typography for Korean font */
html[lang="ko-KR"] body,
html[lang="ko-KR"] button,
html[lang="ko-KR"] input,
html[lang="ko-KR"] select,
html[lang="ko-KR"] textarea {
  font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", Dotum, sans-serif;
}

html[lang="ko-KR"] h1,
html[lang="ko-KR"] h2,
html[lang="ko-KR"] h3,
html[lang="ko-KR"] h4,
html[lang="ko-KR"] h5,
html[lang="ko-KR"] h6 {
  font-weight: 600;
}

/* Typography for Thai Font */
html[lang="th"] h1,
html[lang="th"] h2,
html[lang="th"] h3,
html[lang="th"] h4,
html[lang="th"] h5,
html[lang="th"] h6 {
  font-family: "Sukhumvit Set", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html[lang="th"] body,
html[lang="th"] button,
html[lang="th"] input,
html[lang="th"] select,
html[lang="th"] textarea {
  font-family: "Sukhumvit Set", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Remove letter-spacing for all non-latin alphabets */
html[lang="ar"] *,
html[lang="ary"] *,
html[lang="azb"] *,
html[lang="haz"] *,
html[lang="ps"] *,
html[lang^="zh-"] *,
html[lang="bg-BG"] *,
html[lang="ru-RU"] *,
html[lang="uk"] *,
html[lang="bn-BD"] *,
html[lang="hi-IN"] *,
html[lang="mr-IN"] *,
html[lang="el"] *,
html[lang="gu-IN"] *,
html[lang="he-IL"] *,
html[lang="ja"] *,
html[lang="ko-KR"] *,
html[lang="th"] * {
  letter-spacing: 0 !important;
}

/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/
label {
  color: #505050;
  display: block;
  font-weight: 800;
  margin-bottom: 0.5em;
}

fieldset {
  margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  background: #fff;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #dadada;
  -webkit-border-radius: 3px;
  border-radius: 4px;
  display: block;
  padding: 0.9em;
  width: 100%;
  margin-bottom: 30px;
  outline: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #222;
  border-color: #f53939;
}
input:hover, textarea:hover {
  border-color: #f53939;
}
select {
  border: 1px solid #ededed;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  max-width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
  margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
  font-weight: 400;
}

button,
input[type="button"],
input[type="submit"] {
  /* background-color: #222; */
  border: 0;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  /* padding: 15px 0; */
  text-shadow: none;
}

input + button,
input + input[type="button"],
input + input[type="submit"] {
  padding: 0.75em 2em;
}
/* button.secondary1,
input[type="submit"].secondary
input[type="cancel"].primary {
  background-color: red;
  
} */
button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
  background-color: red;
  /* color: #222; */
}
button:focus {
  /* background-color: red !important; */
  color: white;
}
/* button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background:gray;
} */

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
  background: red;
}

.comment-form {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

.comment-form input[type="text"] {
  padding: 15px;
  border: 0;
  background: #eff4f8;
}

@media (min-width: 768px) {
  .comment-form input[type="text"] {
      width: calc(100% / 2 - 10px) !important;
  }
}

.comment-form input[type="email"] {
  padding: 15px;
  border: 0;
  background: #eff4f8;
}

@media (min-width: 768px) {
  .comment-form input[type="email"] {
      width: calc(50% - 10px);
      margin-left: 10px;
  }
}

.comment-form input[type="url"] {
  padding: 15px;
  border: 0;
  background: #eff4f8;
}

.comment-form input[type="submit"] {
  width: 100%;
  background: #ff7555;
  margin-top: 10px;
  transition: all .3s ease;
}

.comment-form input[type="submit"]:hover {
  background: #505050;
}

.comment-form textarea {
  background: #eff4f8;
  margin-bottom: 20px;
  border: none;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: #505050;
  font-family: "Roboto", sans-serif;
}

::-moz-placeholder {
  color: #505050;
  font-family: "Roboto", sans-serif;
}

::-moz-placeholder {
  color: #505050;
  font-family: "Roboto", sans-serif;
 color: gray;
}

::-ms-input-placeholder {
  color: #505050;
  font-family: "Roboto", sans-serif;
}

/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/
hr {
  background-color: #bbb;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/
ul,
ol {
  margin: 0 !important;
  padding: 0;
}

ul {
  list-style: disc;
  margin-left: 1.5em;
}

ol {
  list-style: decimal;
  margin-left: 1.5em;
}

li > ul,
li > ol {
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
  line-height: 1.625rem;
  margin: 0 1.5em;
}

dd {
  margin: 0 1.5em 1.5em;
  line-height: 1.625rem;
}

/*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/
table {
  border-collapse: collapse;
  margin: 0 0 1.5em;
  width: 100%;
}

thead th {
  padding-bottom: 0.5em;
}

th {
  padding: 0.4em;
  text-align: left;
  border: 1px solid #ededed;
}

tr {
  border-bottom: 1px solid #ededed;
  border-top: 1px solid #ededed;
  border-left: 1px solid #ededed;
}

td {
  padding: 1em;
  border: 1px solid #ededed;
}

.breadcrumb {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
  margin: 0;
  display: flex;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/
a {
  color: #505050;
  text-decoration: none;
  display: inline-block;
  outline: none;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  color: #000;
  outline: 0;
}

/* Hover effects */
.entry-summary a,
.widget a,
.site-footer .widget-area a,
.posts-navigation a,
.widget_authors a strong {
  -webkit-box-shadow: inset 0 -1px 0 #0f0f0f;
  box-shadow: inset 0 -1px 0 #0f0f0f;
  -webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
  transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
  transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
  transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
}

.entry-title a,
.entry-meta a,
.page-links a,
.page-links a .page-number,
.edit-link a,
.post-navigation a,
.logged-in-as a,
.comment-navigation a,
.comment-reply-link,
a .nav-title,
.site-info a,
.widget .widget-title a,
.widget ul li a,
.site-footer .widget-area ul li a,
.site-footer .widget-area ul li a {
  -webkit-box-shadow: inset 0 -1px 0 white;
  box-shadow: inset 0 -1px 0 white;
  text-decoration: none;
  -webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
  transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
  transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
  transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
}

.entry-summary a:focus,
.entry-summary a:hover,
.widget a:focus,
.widget a:hover,
.site-footer .widget-area a:focus,
.site-footer .widget-area a:hover,
.posts-navigation a:focus,
.posts-navigation a:hover,
.comment-reply-link:focus,
.comment-reply-link:hover,
.widget_authors a:focus strong,
.widget_authors a:hover strong,
.entry-title a:focus,
.entry-title a:hover,
.entry-meta a:focus,
.entry-meta a:hover,
.page-links a:focus .page-number,
.page-links a:hover .page-number,
.post-navigation a:focus,
.post-navigation a:hover,
.logged-in-as a:focus,
.logged-in-as a:hover,
a:focus .nav-title,
a:hover .nav-title,
.edit-link a:focus,
.edit-link a:hover,
.site-info a:focus,
.site-info a:hover,
.widget .widget-title a:focus,
.widget .widget-title a:hover,
.widget ul li a:focus,
.widget ul li a:hover {
  color: #000;
}

/* Fixes linked images */
.entry-content a img,
.comment-content a img,
.widget a img {
  -webkit-box-shadow: 0 0 0 8px #fff;
  box-shadow: 0 0 0 8px #fff;
}

.post-navigation a:focus .icon,
.post-navigation a:hover .icon {
  color: #222;
}

/*--------------------------------------------------------------
11.0 Featured Image Hover
--------------------------------------------------------------*/
.post-thumbnail {
  margin-bottom: 1em;
}

.post-thumbnail a img {
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.1s;
}

.post-thumbnail a:hover img,
.post-thumbnail a:focus img {
  opacity: 0.7;
}

/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
  
}

#page {
  position: relative;
  word-wrap: break-word;
}

.wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
  padding-left: 2em;
  padding-right: 2em;
  
}

.wrap:after {
  clear: both;
  content: "";
  display: block;
}

/*--------------------------------------------------------------
13.4 Posts
--------------------------------------------------------------*/
/* Post Landing Page */
.sticky {
  position: relative;
}

.post:not(.sticky) .icon-thumb-tack {
  display: none;
}

.sticky .icon-thumb-tack {
  display: block;
  height: 18px;
  left: -1.5em;
  position: absolute;
  top: 1.65em;
  width: 20px;
}

.page .panel-content .entry-title,
.page-title,
body.page:not(.twentyseventeen-front-page) .entry-title {
  font-size: 1rem;
  font-weight: 400;
}

.entry-header .entry-title {
  margin-bottom: 0.25em;
}

.entry-title a {
  color: #505050;
  text-decoration: none;
  margin-left: -2px;
}

.entry-title:not(:first-child) {
  padding-top: 0;
}

.entry-meta a {
  color: #767676;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-numbers {
  display: none;
  padding: 0.5em 0.75em;
}

.page-numbers.current {
  color: #767676;
  display: inline-block;
}

.page-numbers.current .screen-reader-text {
  clip: auto;
  height: auto;
  overflow: auto;
  position: relative !important;
  width: auto;
}

.prev.page-numbers,
.next.page-numbers {
  background-color: #ddd;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  padding: 0.25em 0.5em 0.4em;
}

.prev.page-numbers,
.next.page-numbers {
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.prev.page-numbers:focus,
.prev.page-numbers:hover,
.next.page-numbers:focus,
.next.page-numbers:hover {
  background-color: #767676;
  color: #fff;
}

.prev.page-numbers {
  float: left;
}

.next.page-numbers {
  float: right;
}

/* Aligned blockquotes */
.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
  color: #666;
  font-size: 1rem;
  width: 48%;
}

/* Blog landing, search, archives */
.blog .site-main > article,
.archive .site-main > article,
.search .site-main > article {
  padding-bottom: 2em;
}

.blog .entry-meta a.post-edit-link,
.archive .entry-meta a.post-edit-link,
.search .entry-meta a.post-edit-link {
  color: #222;
  display: inline-block;
  margin-left: 1em;
  white-space: nowrap;
}

.search .page .entry-meta a.post-edit-link {
  margin-left: 0;
  white-space: nowrap;
}

.taxonomy-description {
  color: #666;
  font-size: 1rem;
}

/* More tag */
.entry-content .more-link:before {
  content: "";
  display: block;
  margin-top: 1.5em;
}

.single-featured-image-header {
  background-color: #fafafa;
  border-bottom: 1px solid #eee;
}

.single-featured-image-header img {
  display: block;
  margin: auto;
}

.page-links {
  font-size: 1rem;
  padding: 2em 0 3em;
}

.page-links .page-number {
  color: #767676;
  display: inline-block;
  padding: 0.5em 1em;
}

.page-links a {
  display: inline-block;
}

.page-links a .page-number {
  color: #222;
}

/* Post Formats */
.blog .format-status .entry-title,
.archive .format-status .entry-title,
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

.format-quote blockquote {
  overflow: visible;
  position: relative;
}

.format-quote blockquote .icon {
  display: block;
  height: 20px;
  left: -1.25em;
  position: absolute;
  top: 0.4em;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
  width: 20px;
}

/* Post Navigation */
.post-navigation {
  font-weight: 800;
  margin: 3em 0;
}

.post-navigation .nav-links {
  padding: 1em 0;
}

.nav-subtitle {
  background: transparent;
  display: block;
  margin-bottom: 1em;
  text-transform: uppercase;
}

.post-navigation .nav-next {
  margin-top: 1.5em;
}

.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
  margin-right: 0.5em;
}

.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
  margin-left: 0.5em;
}

/*--------------------------------------------------------------
13.5 Pages
--------------------------------------------------------------*/
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page:not(.home) #content {
  padding-bottom: 1.5em;
}

/* 404 page */
.error404 .page-content {
  padding-bottom: 4em;
}

.error404 .page-content .search-form,
.search .page-content .search-form {
  margin-bottom: 3em;
}

/*--------------------------------------------------------------
13.6 Footer
--------------------------------------------------------------*/
.site-footer {
  border-top: 1px solid #eee;
}

.site-footer .wrap {
  padding-bottom: 1.5em;
  padding-top: 2em;
}

/* Footer widgets */
.site-footer .widget-area {
  padding-bottom: 2em;
  padding-top: 2em;
}

/* Social nav */
.social-navigation {
  font-size: 1rem;
  margin-bottom: 1em;
}

.social-navigation ul {
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
}

.social-navigation li {
  display: inline;
}

.social-navigation a {
  background-color: #767676;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  color: #fff;
  display: inline-block;
  height: 40px;
  margin: 0 1em 0.5em 0;
  text-align: center;
  width: 40px;
}

.social-navigation a:hover,
.social-navigation a:focus {
  background-color: #505050;
}

.social-navigation .icon {
  height: 16px;
  top: 12px;
  width: 16px;
  vertical-align: top;
}

/* Site info */
.site-info {
  font-size: 1rem;
  margin-bottom: 1em;
}

.site-info a {
  color: #666;
}

.site-info .sep {
  margin: 0;
  display: block;
  visibility: hidden;
  height: 0;
  width: 100%;
}

.site-info span[role=separator] {
  padding: 0 0.2em 0 0.4em;
}

.site-info span[role=separator]::before {
  content: '\002f';
}

/*--------------------------------------------------------------
14.0 Comments
--------------------------------------------------------------*/
.comments-title {
  font-size: 1rem;
  margin-bottom: 1.5em;
}

.comment-list,
.comment-list .children {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
}

.comment-list li:before {
  display: none;
}

.comment-body {
  margin-left: 65px;
}

.comment-author {
  font-size: 1rem;
  margin-bottom: 0.4em;
  position: relative;
  z-index: 2;
}

.comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
}

.comment-author .says {
  display: none;
}

.comment-meta {
  margin-bottom: 1rem;
}

.comment-list > .comment:first-child {
  border-top: none;
}

.comment {
  border-top: 1px solid #ededed;
  padding-top: 30px;
}

.comment:first-child {
  margin-top: 0;
}

.comment:first-child {
  border-top: none;
}

.comment .comment-body {
  border-top: 1px solid #ededed;
}

.comment .comment-body:first-child {
  border-top: none;
}

.comment-metadata {
  text-transform: capitalize;
  font-weight: 400;
  width: 100%;
}

@media (min-width: 992px) {
  .comment-metadata {
      padding-left: 20px;
  }
}

.comment-metadata .fn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
}

.comment-metadata .fn a {
  color: #505050;
  font-family: "Frank Ruhl Libre", serif;
  outline: none;
  display: block;
  font-size: 1rem;
}

.comment-metadata .fn .url {
  font-weight: 700;
}

.comment-metadata time {
  font-weight: 400;
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
  outline: none;
}

.comment-metadata a.comment-edit-link {
  color: #222;
  margin-left: 1em;
}

.comment-body {
  color: #505050;
  font-size: 1rem;
}

.comment-reply-link {
  position: relative;
  text-transform: capitalize;
  color: #5d9913 !important;
  font-weight: 700;
  font-size: 14px;
  font-family: "Frank Ruhl Libre", serif;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.comment-reply-link:hover {
  color: #181818 !important;
  box-shadow: none;
}

.comment-reply-link i {
  margin-right: 3px;
}

.comment-reply-link .icon {
  color: #222;
  left: -2em;
  height: 1em;
  position: absolute;
  top: 0;
  width: 1em;
}

.no-comments,
.comment-awaiting-moderation {
  font-size: 1rem;
  font-style: italic;
}

.comments-pagination {
  margin: 2em 0 3em;
}

.form-submit {
  text-align: right;
}

/*--------------------------------------------------------------
15.0 Widgets
--------------------------------------------------------------*/
#secondary {
  padding: 1em 0 2em;
}

.widget {
  padding-bottom: 3em;
}

h2.widget-title {
  font-size: 1rem;
  margin-bottom: 1.5em;
}

.widget-title a {
  color: inherit;
}

/* widget forms */
.widget select {
  width: 100%;
}

/* widget lists */
.widget ul {
  list-style: none;
  margin: 0;
}

li {
  list-style: none;
  padding: 5px 0;
}

.widget ul li,
.widget ol li {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 0.5em 0;
}

.widget:not(.widget_tag_cloud) ul li + li {
  margin-top: -1px;
}

.widget ul li ul {
  margin: 0 0 -1px;
  padding: 0;
  position: relative;
}

.widget ul li li {
  border: 0;
  padding-left: 24px;
  padding-left: 1.5rem;
}

/* Widget lists of links */
.widget_top-posts ul li ul,
.widget_rss_links ul li ul,
.widget-grofile ul.grofile-links li ul,
.widget_pages ul li ul,
.widget_meta ul li ul {
  bottom: 0;
}

.widget_nav_menu ul li li,
.widget_top-posts ul li,
.widget_top-posts ul li li,
.widget_rss_links ul li,
.widget_rss_links ul li li,
.widget-grofile ul.grofile-links li,
.widget-grofile ul.grofile-links li li {
  padding-bottom: 0.25em;
  padding-top: 0.25em;
}

.widget_rss ul li {
  padding-bottom: 1em;
  padding-top: 1em;
}

/* Text widget */
.widget_text {
  word-wrap: break-word;
}

.widget_text ul {
  list-style: disc;
  margin: 0 0 1.5em 1.5em;
}

.widget_text ol {
  list-style: decimal;
}

.widget_text ul li,
.widget_text ol li {
  border: none;
}

.widget_text ul li:last-child,
.widget_text ol li:last-child {
  padding-bottom: 0;
}

.widget_text ul li ul {
  margin: 0 0 0 1.5em;
}

.widget_text ul li li {
  padding-left: 0;
  padding-right: 0;
}

.widget_text ol li {
  list-style-position: inside;
}

.widget_text ol li + li {
  margin-top: -1px;
}

/* RSS Widget */
.widget_rss .widget-title .rsswidget:first-child {
  float: right;
}

.widget_rss .widget-title .rsswidget:first-child:hover {
  background-color: transparent;
}

.widget_rss .widget-title .rsswidget:first-child img {
  display: block;
}

.widget_rss ul li {
  padding: 2.125em 0;
}

.widget_rss ul li:first-child {
  border-top: none;
  padding-top: 0;
}

.widget_rss li .rsswidget {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 300;
}

.widget_rss .rss-date,
.widget_rss li cite {
  display: block;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.widget_rss .rss-date {
  margin: 0.5em 0 1.5em;
  padding: 0;
}

.widget_rss .rssSummary {
  margin-bottom: 0.5em;
}

/* Contact Info Widget */
.widget_contact_info .contact-map {
  margin-bottom: 0.5em;
}

/* Gravatar */
.widget-grofile h4 {
  font-size: 1rem;
  margin-bottom: 0;
}

/* Recent Comments */
.widget_recent_comments table,
.widget_recent_comments th,
.widget_recent_comments td {
  border: 0;
}

/* Recent Posts widget */
.widget_recent_entries .post-date {
  display: block;
}

/* Search */
.search-form {
  position: relative;
}

.search-form .search-submit {
  bottom: 3px;
  padding: 0.5em 1em;
  position: absolute;
  right: 3px;
  top: 3px;
}

.search-form .search-submit .icon {
  height: 24px;
  top: -2px;
  width: 24px;
}

/* Tag cloud widget */
.tagcloud ul li {
  float: left;
  border-top: 0;
  border-bottom: 0;
  padding: 0;
  margin: 4px 4px 0 0;
}

.widget .tagcloud a,
.widget.widget_tag_cloud a {
  border: 1px solid #ddd;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  padding: 4px 10px 5px;
  position: relative;
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  width: auto;
  word-wrap: break-word;
  z-index: 0;
}

.widget .tagcloud a:hover,
.widget .tagcloud a:focus,
.widget.widget_tag_cloud a:hover,
.widget.widget_tag_cloud a:focus {
  border-color: #bbb;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}

/* Calendar widget */
.widget_calendar th,
.widget_calendar td {
  text-align: center;
}

.widget_calendar tfoot td {
  border: 0;
}

/* Gallery widget */
.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/*--------------------------------------------------------------
16.0 Media
--------------------------------------------------------------*/
img,
video {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

img.alignleft,
img.alignright {
  float: none;
  margin: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  margin-bottom: 1.5em;
  max-width: 100%;
}

/* Remove bottom on embeds that wrapped in paragraphs via wpautop. */
p > embed:only-child,
p > iframe:only-child,
p > object:only-child {
  margin-bottom: 0;
}

.gallery-caption {
  font-size: 1rem;
  font-style: italic;
  margin-bottom: 1.5em;
  max-width: 100%;
}

/* Media Elements */
.mejs-container {
  margin-bottom: 1.5em;
}

/* Audio Player */
.mejs-controls a.mejs-horizontal-volume-slider,
.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover {
  background: transparent;
  border: 0;
}

/* SVG Icons base styles */
.icon {
  display: inline-block;
  fill: currentColor;
  height: 1em;
  position: relative;
  /* Align more nicely with capital letters */
  top: -0.0625em;
  vertical-align: middle;
  width: 1em;
}

/*--------------------------------------------------------------
16.1 Galleries
--------------------------------------------------------------*/
.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0 1.5em;
  padding: 0 1em 0 0;
  width: 50%;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus,
.widget-area .gallery-item a,
.widget-area .gallery-item a:hover,
.widget-area .gallery-item a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  display: inline-block;
  max-width: 100%;
}

.gallery-item a img {
  display: block;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
  -webkit-filter: opacity(60%);
  filter: opacity(60%);
}

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
19.0 Media Queries
--------------------------------------------------------------*/
/* Adjust positioning of edit shortcuts, override style in customize-preview.css */
@media screen and (min-width: 576px) {
  /* Typography */
  h1 {
      font-size: 55px;
      line-height: 66px;
  }
  h2 {
      font-size: 40px;
      line-height: 31px;
  }
  h3 {
      font-size: 30px;
      line-height: 24px;
  }
  h4 {
      font-size: 24px;
      line-height: 26px;
  }
  h5 {
      font-size: 22px;
      line-height: 30px;
  }
  h6 {
      font-size: 18px;
      line-height: 40px;
  }
  .entry-content blockquote.alignleft,
  .entry-content blockquote.alignright {
      font-size: 14px;
      font-size: 0.875rem;
  }
  /* Fix image alignment */
  img.alignleft {
      float: left;
      margin-right: 1.5em;
  }
  img.alignright {
      float: right;
      margin-left: 1.5em;
  }
  /* Site Branding */
  .site-branding {
      padding: 3em 0;
  }
  /* Front Page */
  .panel-content .wrap {
      padding-bottom: 2em;
      padding-top: 3.5em;
  }
  .page-one-column .panel-content .wrap {
      max-width: 740px;
  }
  .panel-content .entry-header {
      margin-bottom: 4.5em;
  }
  .panel-content .recent-posts .entry-header {
      margin-bottom: 0;
  }
  /* Blog Index, Archive, Search */
  .taxonomy-description {
      font-size: 14px;
      font-size: 0.875rem;
  }
  .page-numbers.current {
      font-size: 16px;
      font-size: 1rem;
  }
  /* Site Footer */
  .site-footer {
      font-size: 16px;
      font-size: 1rem;
  }
  /* Gallery Columns */
  .gallery-item {
      max-width: 25%;
  }
  .gallery-columns-1 .gallery-item {
      max-width: 100%;
  }
  .gallery-columns-2 .gallery-item {
      max-width: 50%;
  }
  .gallery-columns-3 .gallery-item {
      max-width: 33.33%;
  }
  .gallery-columns-4 .gallery-item {
      max-width: 25%;
  }
}

@media screen and (min-width: 768px) {
  .entry-content blockquote.alignleft,
  .entry-content blockquote.alignright {
      font-size: 13px;
      font-size: 0.8125rem;
  }
  /* Layout */
  .wrap {
      max-width: 1000px;
      padding-left: 3em;
      padding-right: 3em;
  }
  .comments-pagination,
  .post-navigation {
      clear: both;
  }
  .post-navigation .nav-previous {
      float: left;
      width: 50%;
  }
  .post-navigation .nav-next {
      float: right;
      text-align: right;
      width: 50%;
  }
  .nav-next,
  .post-navigation .nav-next {
      margin-top: 0;
  }
  /* Blog, archive, search */
  .sticky .icon-thumb-tack {
      height: 23px;
      left: -2.5em;
      top: 1.5em;
      width: 32px;
  }
  .navigation.pagination {
      clear: both;
      float: right;
      width: 58%;
  }
  /* Entry content */
  /* without sidebar */
  :not(.has-sidebar) .entry-content blockquote.alignleft {
      margin-left: -17.5%;
      width: 48%;
  }
  :not(.has-sidebar) .entry-content blockquote.alignright {
      margin-right: -17.5%;
      width: 48%;
  }
  /* with sidebar */
  .has-sidebar .entry-content blockquote.alignleft {
      margin-left: 0;
      width: 34%;
  }
  .has-sidebar .entry-content blockquote.alignright {
      margin-right: 0;
      width: 34%;
  }
  .has-sidebar #primary .entry-content blockquote.alignright.below-entry-meta {
      margin-right: -72.5%;
      width: 62%;
  }
  /* Comments */
  .comments-title {
      margin-bottom: 2.5em;
  }
  ol.children .children {
      padding-left: 3em;
  }
  /* Posts pagination */
  .nav-links .nav-title {
      position: relative;
  }
  .nav-title-icon-wrapper {
      position: absolute;
      text-align: center;
      width: 2em;
  }
  .nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
      left: -2em;
  }
  .nav-links .nav-next .nav-title .nav-title-icon-wrapper {
      right: -2em;
  }
  /* Secondary */
  #secondary {
      font-size: 14px;
      font-size: 0.875rem;
  }
  /* Widgets */
  h2.widget-title {
      font-size: 11px;
      font-size: 0.6875rem;
      margin-bottom: 2em;
  }
  /* Footer */
  .site-footer {
      font-size: 14px;
      font-size: 0.875rem;
      margin-top: 3em;
  }
  .site-footer .widget-column.footer-widget-1 {
      float: left;
      width: 36%;
  }
  .site-footer .widget-column.footer-widget-2 {
      float: right;
      width: 58%;
  }
  .social-navigation {
      clear: left;
      float: left;
      margin-bottom: 0;
      width: 36%;
  }
  .site-info {
      float: left;
      padding: 0.7em 0 0;
      width: 58%;
  }
  .social-navigation + .site-info {
      margin-left: 6%;
  }
  .site-info .sep {
      margin: 0 0.5em;
      display: inline;
      visibility: visible;
      height: auto;
      width: auto;
  }
  /* Gallery Columns */
  .gallery-columns-5 .gallery-item {
      max-width: 20%;
  }
  .gallery-columns-6 .gallery-item {
      max-width: 16.66%;
  }
  .gallery-columns-7 .gallery-item {
      max-width: 14.28%;
  }
  .gallery-columns-8 .gallery-item {
      max-width: 12.5%;
  }
  .gallery-columns-9 .gallery-item {
      max-width: 11.11%;
  }
}

@media screen and (min-width: 992px) {
  /* Pagination */
  .page-numbers {
      display: inline-block;
  }
  .page-numbers.current {
      font-size: 15px;
      font-size: 0.9375rem;
  }
  .page-numbers.current .screen-reader-text {
      clip: rect(1px, 1px, 1px, 1px);
      height: 1px;
      overflow: hidden;
      position: absolute !important;
      width: 1px;
  }
  /* Comments */
  .comment-body {
      margin-left: 65px;
  }
  .comment-meta {
      display: flex;
      align-items: center;
  }
}

/* @@@@@@@@@@ global css start here @@@@@@ */
.dd-icon-down.active::after, .dd-icon-down:hover::after {
  color: #5d9913;
}

.dd-icon-down {
  position: relative;
}

.dd-icon-down::after {
  content: "\f107" !important;
  top: 53%;
  right: -10px;
  transform: translateY(-50%);
  color: #505050;
  font-family: Flaticon;
  font-weight: 600;
  font-size: 12px;
}

.reg-head {
  text-transform: uppercase;
  padding: 14px 41px;
  color: #ff7555;
  background: transparent;
  border-radius: 50px;
  border: 2px solid #ff7555;
  font-family: "Frank Ruhl Libre", serif;
  font-size: 12px;
  font-weight: 700;
  margin-right: 0;
  margin-left: 40px;
  letter-spacing: 1.5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.reg-head:hover {
  background: #ff7555;
  color: #fff;
}

.dd-icon-right {
  position: relative;
}

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

@media (min-width: 992px) {
  .padding-tb {
    padding: 80px 0px 0px 0px;
  }
}

.btn {
  /* padding: 12px 52px; */
  /* border-radius: 50px; */
  text-align: center;
  font-size: 15px;
  color: #fff;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Roboto", sans-serif;
  /* font-weight: 700; */
  /* box-shadow: 0px 5px 15px 0px rgba(102, 162, 27, 0.5);
  background-image: linear-gradient(to right, #64a019, #6ca821, #73b128, #7bb92f, #83c236); */
}

.btn:hover {
  color: #fff;
  /* transform: translateY(-5px); */
}

.scrollToTop {
  position: fixed;
  bottom: -30%;
  right: 5%;
  z-index: 9;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  text-align: center;
  border-radius: 3px;
  color: #ca1f0e;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.scrollToTop:hover {
  color: #fff;
  box-shadow: 0px 5px 15px 0px rgba(102, 162, 27, 0.5);
  transform: translateY(-5px);
}

.scrollToTop i::before {
  font-size: 12px;
}

.social-link-list {
  margin-bottom: 0;
  margin-left: 0;
}

.social-link-list li {
  list-style: none;
}

.social-link-list li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center !important;
  color: #fff !important;
  padding: 0 !important;
  border-radius: 50%;
  margin: 0 2px !important;
  border: 2px solid transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.section-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 85px;
  position: relative;
  z-index: 1;
}

.section-header h2 {
  margin: 0;
  display: block;
}

@media (max-width: 575px) {
  .section-header h2 {
      font-size: 28px;
      line-height: 36px;
  }
}

.section-header h2 span {
  font-weight: 400;
}

.section-header p {
  margin: 0 auto;
  font-weight: 400;
  color: black;
  font-family: 'Roboto', sans-serif;
}

@media (max-width: 767px) {
  .padding-x {
      padding: 0 15px;
  }
}

.rating {
  justify-content: center;
}

.rating li {
  font-size: 12px;
  margin: 0 2px;
  color: #ffb432;
}

.bg-image-1 {
  background: url(bg-images/01.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.bg-image-2 {
  background: url(bg-images/02.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.bg-image-3 {
  background: url(bg-images/03.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.bg-image-4 {
  background: url(bg-images/04.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.bg-image-5 {
  background: url(bg-images/05.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.bg-image-6 {
  background: url(bg-images/06.jpg) no-repeat;
  background-size: -481px;
  background-position: right;
  }

.bg-image-404 {
  background: url(bg-images/404.jpg) no-repeat;
  background-position: center bottom;
}

.page-header-bg-1 {
  background: url(bg-images/page-header1.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.contact {
  color: white !important;
}
.contact:hover {
  color: white !important;
}
.bg-offer {
  background: url(bg-images/offer-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.offer-bg {
  background: #f4f8fb;
}

div#scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

div#scrollbar::-webkit-scrollbar {
  width: 6px;
  background-color: #fff;
}

div#scrollbar::-webkit-scrollbar-thumb {
  background-color: #fd3d6b;
}

.social-link-list, .rating, .header-section .header-top .htop-area .htop-left .htop-information, .header-section .header-top .htop-area .htop-right ul, .header-section .header-bottom .search-cart, .cart .cart-content .cart-item, .about.style-2 .about-right .experience-part, .about.style-4 .about-content .about-body ul li, .home-4, .home-4 .post-item .post-inner, .team-member .section-wrapper .post-item-inner .post-thumb .post-content ul, .team-member.style-2 .section-wrapper .post-item-inner .post-content ul, .team-member.style-3 .section-wrapper .post-item-inner .post-thumb ul, .team-member.single-page .section-wrapper .team-single .team-single-content .contact-info .social-media, .blog .section-wrapper, .blog .section-wrapper .post-item .post-inner .post-content, .blog .section-wrapper .post-item .post-inner .post-content .content-left, .blog .section-wrapper .post-item .post-inner .post-content .content-left li .social-media-list, .blog .section-wrapper .post-item .post-inner .post-content .content-part .entry-header .entry-meta, .blog.style-2 .section-wrapper .blog-left .post-item .post-inner .post-thumb .post-content .meta-post, .blog.style-2 .section-wrapper .blog-right, .blog.style-2 .section-wrapper .blog-right .post-item .post-inner .post-thumb .post-content .meta-post, .service .service-right, .featured-recipe .section-wrapper .post-item .post-item-inner, .histori .section-wrapper .histori-slider .histori-item .histori-content, .histori .section-wrapper .achievement .achieve-wrapper, .histori .section-wrapper .achievement .histori-navigation, .contact-part .contact-form .gdprs, .contact-info .contact-location li, .blog-page .section-wrapper, .blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section, .blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section .tags, .sidebar-widget .widget-rec-post .recent-post li, .sidebar-widget .widget-tags ul, .sidebar-widget .widget-instagram ul, .footer-top .post-item .footer-location li, .footer-top .post-item .footer-post li, .footer-top .post-item .footer-post li .post-content .footer-rating, .footer-top .post-item .footer-gellary {
  display: absolute;
  /* flex-wrap: wrap; */
}

blockquote:before, .dd-icon-down::after, .header-section .header-bottom .search-cart li.cart span, .header-section .header-bottom.transparent-bottom, .search-area .search-input .search-close, .search-area .search-input .search-close span, .search-area .search-input form, .cart .cart-content .cart-item .cart-btn, .breadcamp ul li a::after, .banner.style-1 .carousel.slide .carousel-inner .carousel-item .shape, .banner.style-1 .carousel.slide .carousel-inner .carousel-item .shape1, .banner.style-1 .carousel.slide .carousel-inner .carousel-item .shape2, .banner.style-1 .carousel.slide .carousel-inner .carousel-item .shape3, .banner.style-1 .carousel.slide .carousel-inner .carousel-item .shape4, .banner.style-1 .carousel.slide .carousel-inner .carousel-item .shape5, .about.style-2 .about-right .video-post .video-thumb .video-icon, .about.style-4 .about-thumb .icon, .portfolio .section-wrapper .portfolio-wrapper .post-thumb .post-thumb-inner::after, .product .section-wrapper .post-item-inner .offer, .product.style-2 .section-wrapper .post-item-inner .post-thumb .price, .youtube-video .section-wrapper .video-post .video-thumb .video-icon, .team-member .section-wrapper .post-item-inner .post-thumb::after, .team-member .section-wrapper .post-item-inner .post-thumb .post-content, .team-member.style-3 .section-wrapper .post-item-inner .post-thumb ul, .blog .section-wrapper .post-item .post-inner .post-content .content-left li .social-media-list, .blog.style-2 .section-wrapper .blog-left .post-item .post-inner .post-thumb .post-content, .blog.style-2 .section-wrapper .blog-right .post-item .post-inner .post-thumb .post-content, .offer-section .offer-content .offer-thumb .offer-option, .offer-section.style-2 .shape, .offer-section.style-2 .shape1, .offer-section.style-2 .shape2, .service-single .service-post.video-service .post-thumb .video-icon, .histori .section-wrapper .achievement .histori-navigation, .blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .content-part .entry-content ul li::before, .blog-page .section-wrapper .blog.blog-single .section-wrapper .comments .title-border::before, .blog-page .section-wrapper .blog.blog-single .section-wrapper .comments .title-border::after, .blog-page .section-wrapper .blog.blog-single .section-wrapper .comment-respond .add-comment .title-border::before, .blog-page .section-wrapper .blog.blog-single .section-wrapper .comment-respond .add-comment .title-border::after, .sidebar-widget h4::before, .sidebar-widget h4::after, .sidebar-widget .widget-search form button {
  position: relative;
  /* content: ""; */
}

.product .section-wrapper .post-item-inner .post-thumb a {
  display: block;
}

.product .section-wrapper .post-item-inner .post-thumb a img {
  display: block;
  margin: auto;
}

.facebook {
  background: #3b5998;
}

.facebook:hover {
  background: #fff;
  border-color: #3b5998 !important;
}

.facebook:hover i {
  color: #3b5998 !important;
}

.twitter {
  background: #55acee;
  border-color: #55acee !important;
}

.twitter:hover {
  background: #fff;
}

.twitter:hover i {
  color: #55acee !important;
}

.twitter-sm {
  background: #55acee;
}

.twitter-sm:hover {
  background: #fff;
  border-color: #55acee;
}

.twitter-sm:hover i {
  color: #55acee !important;
}

.google {
  background: #dd4b39;
}

.google:hover {
  background: #fff;
  border-color: #dd4b39 !important;
}

.google:hover i {
  color: #dd4b39 !important;
}

.linkedin {
  background: #007bb5;
}

.linkedin:hover {
  background: #fff;
  border-color: #007bb5 !important;
}

.linkedin:hover i {
  color: #007bb5 !important;
}

.instagram {
  background: #e4405f;
}

.instagram:hover {
  background: #fff;
  border-color: #e4405f !important;
}

.instagram:hover i {
  color: #e4405f !important;
}

.tumblr {
  background: #34465d;
}

.tumblr:hover {
  background: #fff;
  border-color: #34465d !important;
}

.tumblr:hover i {
  color: #34465d !important;
}

.behance {
  background: #1769ff;
}

.behance:hover {
  background: #fff;
  border-color: #1769ff !important;
}

.behance:hover i {
  color: #1769ff !important;
}

.youtube {
  background: #cd201f;
}

.youtube:hover {
  background: #fff;
  border-color: #cd201f !important;
}

.youtube:hover i {
  color: #cd201f !important;
}

@media screen and (max-width: 991px) {
  .wow {
      animation-name: none !important;
      visibility: visible !important;
  }
}

.header-section .header-top {
  background: #5d9913;
}

.header-section .header-top .htop-area {
  justify-content: space-between;
  align-items: center;
}

.header-section .header-top .htop-area .htop-left .htop-information {
  margin: 0;
  justify-content: space-between;
}

.header-section .header-top .htop-area .htop-left .htop-information li {
  color: #fff;
  font-size: 15px;
  margin-right: 40px;
  padding: 8px 0;
}

.header-section .header-top .htop-area .htop-left .htop-information li:last-child {
  margin-right: 0px;
}

.header-section .header-top .htop-area .htop-left .htop-information li a {
  color: #fff;
}

.header-section .header-top .htop-area .htop-right ul li a {
  color: #fff;
  font-size: 14px;
  margin-right: 15px;
}

.header-section .header-top .htop-area .htop-right ul li:last-child a {
  margin-right: 0;
}

.header-section .header-bottom .search-cart {
  padding-left: 40px;
  justify-content: flex-end;
}

.header-section .header-bottom .search-cart li {
  position: relative;
  margin-right: 20px;
  cursor: pointer;
}

.header-section .header-bottom .search-cart li.cart span {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  background: #5d9913;
  color: #fff;
  display: inline-block;
  top: -5px;
  right: -15px;
  font-size: 12px;
}

.header-section .header-bottom .search-cart li i {
  font-size: 20px;
  color: #505050;
}

.header-section .header-bottom .search-cart li i::before {
  font-weight: 900;
}

.header-section .header-bottom .search-cart.open li.search .search-input {
  transform: scaleY(1);
}

.header-section .header-bottom.transparent-bottom {
  z-index: 99;
  width: 100%;
  left: 0;
}

.header-section .header-bottom.transparent-bottom .primary-menu {
  background: #fff;
  padding: 0 40px;
}

.header-section .header-bottom.menu-fixed {
  position: fixed !important;
  top: -10px;
  width: 100%;
  z-index: 988;
  background: #fff;
  /* box-shadow: 0px -1px 4px 0px #f1f4f6; */
}

.header-section .header-bottom.menu-fixed .primary-menu {
  box-shadow: none;
  padding: 0;
}

.header-section.style-2 .primary-menu {
  box-shadow: none;
}

.header-section.style-3 .header-bottom {
  box-shadow: inset 0px -1px 4px 0px #f1f4f6;
  position: relative;
}

@media (min-width: 992px) {
  .header-section.style-4 .header-bottom {
      padding: 0 30px;
  }
}

@media (min-width: 1200px) {
  .header-section.style-4 .header-bottom {
      padding: 0 90px;
  }
}

.primary-menu {
  z-index: 11;
  top: 50px;
  width: 100%;
  text-align: center;
  display: block;
  background: transparent;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.primary-menu .menu-area .logo {
  padding: 12px 0;
  outline: none;
  width: 92px;
  height: auto;
  max-width: 100%;
}

.primary-menu .menu-area ul.main-menu {
  list-style: none;
  margin: 0;
  justify-content: center;
}

.primary-menu .menu-area ul.main-menu li {
  padding: 0;
  position: relative;
}

.primary-menu .menu-area ul.main-menu li:last-child a {
  margin-right: 0;
}

.primary-menu .menu-area ul.main-menu li a {
  color: #181818;
  padding: 35px 13px;
  display: inline-block;
  /* margin: -1 10px; */
  font-weight: 400;
  /* position: relative;
  text-transform: capitalize;
  outline: none; */
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}

.primary-menu .menu-area ul.main-menu li a.dd-icon-down {
  padding-right: 30px;
}

.primary-menu .menu-area ul.main-menu li a.dd-icon-down::after {
  right: 10px;
}

.primary-menu .menu-area ul.main-menu li a.active, .primary-menu .menu-area ul.main-menu li a:hover {
  color: black
}

.primary-menu .menu-area ul.main-menu li.active > a {
  color: #5d9913;
}

.primary-menu .menu-area ul.main-menu li:hover > a {
  text-decoration: none;
}

.primary-menu .menu-area ul.main-menu li ul {
  margin: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  position: absolute;
  background-color: #fff;
  width: 270px;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.primary-menu .menu-area ul.main-menu li ul li {
  position: relative;
  list-style: none;
  float: none;
  padding-left: 30px;
  border-bottom: 1px solid #ededed;
}

.primary-menu .menu-area ul.main-menu li ul li:last-child {
  border-bottom: none;
}

.primary-menu .menu-area ul.main-menu li ul li a {
  padding: 11px 0;
  color: #505050;
  margin: 0;
  display: block;
  text-align: left;
  padding-left: 0px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.primary-menu .menu-area ul.main-menu li ul li a:hover {
  background-color: #fff;
  padding-left: 10px;
}

.primary-menu .menu-area ul.main-menu li ul li ul {
  left: 100%;
  top: -5px;
}

.primary-menu .menu-area ul.main-menu li:hover > ul {
  z-index: 1;
  opacity: 1;
  overflow: visible;
  visibility: visible;
  transform: translateY(3px);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}

.primary-menu .menu-area ul.main-menu ul li.active a {
  color: #ff7555;
}

.primary-menu.menu-fixed {
  position: fixed;
  background: #fff;
  top: 0;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1) !important;
}

.search-area.open .search-input {
  transform: scaleY(1);
}

.send-msg {
  border: 1px solid #dadada;
  width: 100%;
  height: 48px;
  background-color: #f53939;
  color: white;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
}
.send-msg:hover, .send-msg:focus {
  background-color: #f53939;
  color: white;
}
.search-area .search-input {
  margin: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 1111111;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: scaleY(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.search-area .search-input .search-close {
  width: 50px;
  height: 50px;
  top: 50px;
  right: 50px;
  cursor: pointer;
}

.search-area .search-input .search-close:hover span {
  background: #ff7555;
}

.search-area .search-input .search-close span {
  width: 50px;
  height: 1px;
  background: #181818;
  top: 25px;
  right: 0px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.search-area .search-input .search-close span:nth-child(1) {
  transform: rotate(45deg);
}

.search-area .search-input .search-close span:nth-child(2) {
  transform: rotate(-45deg);
}

.search-area .search-input form {
  top: 50%;
  left: 50%;
  width: 75%;
  transform: translate(-50%, -50%);
}

.search-area .search-input form input {
  width: 100%;
  color: #505050;
  border-radius: 0;
  text-align: center;
  font-size: 40px;
  border: none;
  border-bottom: 1px solid rgba(37, 51, 101, 0.15);
}

.search-area .search-input form input:hover, .search-area .search-input form input:focus {
  border-color: #5d9913;
}

.cart {
  position: relative;
}

.cart:hover .cart-content {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
}

.cart .cart-content {
  position: absolute;
  top: 100%;
  right: 0;
  opacity: 0;
  visibility: hidden;
  min-width: 270px;
  box-shadow: 0px 0px 10px rgba(212, 212, 212, 0.58);
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  z-index: 9;
  background-color: #fff;
  padding: 15px;
  margin-top: 32px;
  cursor: auto;
}

.cart .cart-content .cart-item {
  border-bottom: 1px solid #e7e7e7;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}

.cart .cart-content .cart-item .cart-img {
  display: block;
  margin-right: 14px;
}

.cart .cart-content .cart-item .cart-img a img {
  width: 50px;
  height: 50px;
}

.cart .cart-content .cart-item .cart-des {
  display: block;
}

.cart .cart-content .cart-item .cart-des a {
  color: #181818;
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cart .cart-content .cart-item .cart-des a:hover {
  color: #5d9913;
}

.cart .cart-content .cart-item .cart-des p {
  font-size: 14px;
  color: #181818;
  font-weight: 700;
  margin-bottom: 4px;
  text-align: left;
}

.cart .cart-content .cart-item .cart-btn {
  top: 15px;
  right: 10px;
}

.cart .cart-content .cart-item .cart-btn a {
  width: 20px;
  height: 20px;
  text-align: center;
  display: block;
  line-height: 15px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cart .cart-content .cart-item .cart-btn a:hover i {
  color: #ff7555;
}

.cart .cart-content .cart-item .cart-btn a i {
  color: #181818;
  margin: 0;
}

.cart .cart-content .cart-item .cart-btn a i::before {
  font-size: 12px;
}

.cart .cart-content .cart-bottom {
  margin-top: 10px;
}

.cart .cart-content .cart-bottom .cart-subtotal {
  text-align: left;
}

.cart .cart-content .cart-bottom .cart-subtotal p {
  font-weight: 600;
  color: #181818;
  margin-bottom: 10px;
}

.cart .cart-content .cart-bottom .cart-action .button {
  padding: 10px 28px;
  border-radius: 3px;
  background: #181818;
  color: #fff;
  cursor: pointer;
  border: none;
  line-height: 18px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cart .cart-content .cart-bottom .cart-action .button:hover {
  background: #5d9913;
  box-shadow: 0px 5px 15px 0px rgba(93, 153, 19, 0.5);
}

.page-header .page-header-item .post-content {
  text-align: center;
}

.page-header .page-header-item .post-content h3 {
  max-width: 400px;
  line-height: 38px;
}

.breadcamp ul li {
  padding: 4px;
}

.breadcamp ul li a {
  padding: 0 5px;
  color: #181818;
  position: relative;
  outline: none;
  font-size: 15px;
  font-weight: 500;
}

.breadcamp ul li a:hover {
  color: #5d9913;
}

.breadcamp ul li a:hover::after {
  background: #5d9913;
}

.breadcamp ul li a::after {
  width: 1px;
  height: 15px;
  top: 50%;
  right: -5px;
  transform: translateY(-50%) rotate(25deg);
  background: #181818;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.breadcamp ul li a.active {
  color: #5d9913;
}

.breadcamp ul li a.active:hover {
  color: #5d9913;
}

.breadcamp ul li a.active::after {
  display: none;
}

.mobile-header {
  padding: 10px 15px;
  background:#ffffff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 111;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-header .header-bar {
  position: relative;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.mobile-header .header-bar span {
  background: #f53939;
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  transform-origin: center;
  transition: all 0.3s ease;
}

.mobile-header .header-bar span:nth-child(1) {
  margin-top: -9px;
}

.mobile-header .header-bar span:nth-child(2) {
  opacity: 1;
}

.mobile-header .header-bar span:nth-child(3) {
  margin-top: 7px;
}

.mobile-header .header-bar.close span:nth-child(1) {
  transform: rotate(-45deg);
  margin-top: -1px;
}

.mobile-header .header-bar.close span:nth-child(2) {
  opacity: 0;
}

.mobile-header .header-bar.close span:nth-child(3) {
  transform: rotate(45deg);
  margin-top: -1px;
}

.menu {
  position: fixed;
  top: 100px;
  left: 0;
  z-index: 99;
  background: #fff;
  width: 100%;
  transform: scaleY(0);
  transform-origin: top;
  height: 100vh;
  overflow-y: scroll;
  padding: 0 30px;
  padding-bottom: 60px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu.open {
  transform: scaleY(1);
}

.menu .mobile-menu-area .mobile-menu-area-inner ul {
  text-align: center;
  margin: 0;
  padding: 30px 0;
}

.menu .mobile-menu-area .mobile-menu-area-inner ul li {
  list-style: none;
  padding: 0;
  position: relative;
}

.menu .mobile-menu-area .mobile-menu-area-inner ul li.open > a.dd-icon-down::after {
  transform: rotate(180deg) translateY(10px);
}

.menu .mobile-menu-area .mobile-menu-area-inner ul li:last-child > a {
  border-bottom: none;
}

.menu .mobile-menu-area .mobile-menu-area-inner ul li a {
  display: block !important;
  padding: 10px 0;
  color: #181818;
  text-transform: capitalize;
  margin: 2px 0;
  text-align: left;
  border-bottom: 1px solid #ededed;
  outline: none;
}

.menu .mobile-menu-area .mobile-menu-area-inner ul li a::after {
  right: 0;
}

/* .menu .mobile-menu-area .mobile-menu-area-inner ul li a:hover {
  color: #5d9913;
}

.menu .mobile-menu-area .mobile-menu-area-inner ul li a.active {
  color: #5d9913;
} */

.menu .mobile-menu-area .mobile-menu-area-inner ul li ul {
  display: none;
  margin: 0;
  padding: 0;
}

.menu .mobile-menu-area .mobile-menu-area-inner ul li ul li {
  padding-left: 20px;
}

.menu .mobile-menu-area .mobile-menu-area-inner ul li ul li a {
  margin: 0;
  text-transform: capitalize;
  outline: none;
  position: relative;
}

.menu .mobile-menu-area .mobile-menu-area-inner ul li ul li ul li ul li a {
  padding-left: 60px;
}

.menu .mobile-menu-area .mobile-menu-area-inner ul li ul li ul li ul li ul li a {
  padding-left: 70px;
}

@media (max-width: 991px) {
  .banner.style-1 {
      height: 500px;
  }
}

@media (max-width: 575px) {
  .banner.style-1 {
      height: 300px;
  }
}

@media (max-width: 991px) {
  .banner.style-1 .carousel {
      height: 100%;
  }
}

@media (max-width: 991px) {
  .banner.style-1 .carousel.slide .carousel-inner {
      height: 100%;
  }
}

@media (max-width: 991px) {
  .banner.style-1 .carousel.slide .carousel-inner .carousel-item {
      height: 100%;
  }
}

.banner.style-1 .carousel.slide .carousel-inner .carousel-item.active .slider-content .slider-content-inner img, .banner.style-1 .carousel.slide .carousel-inner .carousel-item.active .slider-content .slider-content-inner p {
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0deg);
}

.banner.style-1 .carousel.slide .carousel-inner .carousel-item.active .slider-content .slider-content-inner h2 {
  opacity: 1;
  margin-left: 0;
  -webkit-transition-duration: 2s;
  transition-duration: 2s;
}

.banner.style-1 .carousel.slide .carousel-inner .carousel-item.active .slider-content .slider-content-inner .btn {
  transform: translateY(0px);
  opacity: 1;
}

.banner.style-1 .carousel.slide .carousel-inner .carousel-item.active .slider-content .slider-content-inner .delay {
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}

.banner.style-1 .carousel.slide .carousel-inner .carousel-item.active .slider-content .slider-content-inner .delay1 {
  -webkit-transition-delay: .05s;
  transition-delay: .05s;
}

.banner.style-1 .carousel.slide .carousel-inner .carousel-item.active .slider-content .slider-content-inner .delay2 {
  -webkit-transition-delay: .77s;
  transition-delay: .77s;
}

.banner.style-1 .carousel.slide .carousel-inner .carousel-item.active .slider-content .slider-content-inner .delay3 {
  -webkit-transition-delay: 1.11s;
  transition-delay: 1.11s;
}

.banner.style-1 .carousel.slide .carousel-inner .carousel-item.active .slider-content .slider-content-inner .delay4 {
  -webkit-transition-delay: 1.555s;
  transition-delay: 1.555s;
}

.banner.style-1 .carousel.slide .carousel-inner .carousel-item.active .slider-content .slider-content-inner .delay5 {
  color: #fff;
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  .banner.style-1 .carousel.slide .carousel-inner .carousel-item.active .slider-content .slider-content-inner .delay5 {
      font-size: 70px;
      line-height: 1.1;
  }
}

@media (min-width: 1440px) {
  .banner.style-1 .carousel.slide .carousel-inner .carousel-item.active .slider-content .slider-content-inner .delay5 {
      font-size: 90px;
  }
}

.banner.style-1 .carousel.slide .carousel-inner .carousel-item.active .shape {
  bottom: 30px;
  z-index: 1;
}

.banner.style-1 .carousel.slide .carousel-inner .carousel-item.active .shape1 {
  bottom: -60px;
  z-index: 2;
}

.banner.style-1 .carousel.slide .carousel-inner .carousel-item.active .shape2 {
  bottom: 0px;
}

.banner.style-1 .carousel.slide .carousel-inner .carousel-item.active .shape3 {
  bottom: 0;
}

.banner.style-1 .carousel.slide .carousel-inner .carousel-item.active .shape4 {
  bottom: 0;
}

.banner.style-1 .carousel.slide .carousel-inner .carousel-item.active .shape5 {
  bottom: 0;
}

.banner.style-1 .carousel.slide .carousel-inner .carousel-item img {
  height: auto;
  margin: auto;
}

@media (max-width: 991px) {
  .banner.style-1 .carousel.slide .carousel-inner .carousel-item img {
      height: 100%;
  }
}

@media (min-width: 992px) {
  .banner.style-1 .carousel.slide .carousel-inner .carousel-item img {
      width: 100%;
  }
}

.banner.style-1 .carousel.slide .carousel-inner .carousel-item .slider-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

.banner.style-1 .carousel.slide .carousel-inner .carousel-item .slider-content.center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner.style-1 .carousel.slide .carousel-inner .carousel-item .slider-content.center .slider-content-inner {
  text-align: center;
}

@media (max-width: 1199px) {
  .banner.style-1 .carousel.slide .carousel-inner .carousel-item .slider-content {
      left: 50%;
      transform: translate(-50%, -50%);
  }
}

@media (max-width: 991px) {
  .banner.style-1 .carousel.slide .carousel-inner .carousel-item .slider-content {
      width: 100%;
  }
}

.banner.style-1 .carousel.slide .carousel-inner .carousel-item .slider-content .slider-content-inner {
  margin: -15px;
  text-align: center;
}

@media (min-width: 1200px) {
  .banner.style-1 .carousel.slide .carousel-inner .carousel-item .slider-content .slider-content-inner {
      text-align: left;
  }
}

.banner.style-1 .carousel.slide .carousel-inner .carousel-item .slider-content .slider-content-inner img, .banner.style-1 .carousel.slide .carousel-inner .carousel-item .slider-content .slider-content-inner p {
  transform: rotate3d(-173, 0, 0, 90deg);
  opacity: 0;
}

.banner.style-1 .carousel.slide .carousel-inner .carousel-item .slider-content .slider-content-inner img {
  display: none;
}

@media (min-width: 576px) {
  .banner.style-1 .carousel.slide .carousel-inner .carousel-item .slider-content .slider-content-inner img {
      display: block;
  }
}

.banner.style-1 .carousel.slide .carousel-inner .carousel-item .slider-content .slider-content-inner img, .banner.style-1 .carousel.slide .carousel-inner .carousel-item .slider-content .slider-content-inner p, .banner.style-1 .carousel.slide .carousel-inner .carousel-item .slider-content .slider-content-inner h2, .banner.style-1 .carousel.slide .carousel-inner .carousel-item .slider-content .slider-content-inner .btn {
  -webkit-transition: .7s;
  transition: .7s;
  text-transform: capitalize;
}

.banner.style-1 .carousel.slide .carousel-inner .carousel-item .slider-content .slider-content-inner h2 {
  font-size: 30px;
  line-height: 36px;
  color: #5d9913;
  margin: 11px auto 0px;
  opacity: 0;
  margin-left: -100%;
}

@media (min-width: 768px) {
  .banner.style-1 .carousel.slide .carousel-inner .carousel-item .slider-content .slider-content-inner h2 {
      font-size: 40px;
      line-height: 60px;
  }
}

@media (min-width: 1200px) {
  .banner.style-1 .carousel.slide .carousel-inner .carousel-item .slider-content .slider-content-inner h2 {
      font-size: 60px;
  }
}

.banner.style-1 .carousel.slide .carousel-inner .carousel-item .slider-content .slider-content-inner p {
  -webkit-transition: .7s;
  transition: .7s;
  margin: 13px auto 30px;
  font-size: 24px;
  color: #5d9913;
}

@media (min-width: 768px) {
  .banner.style-1 .carousel.slide .carousel-inner .carousel-item .slider-content .slider-content-inner p {
      font-size: 36px;
  }
}

.banner.style-1 .carousel.slide .carousel-inner .carousel-item .slider-content .slider-content-inner .btn {
  transform: translateY(60px);
  opacity: 0;
}

.banner.style-1 .carousel.slide .carousel-inner .carousel-item .shape, .banner.style-1 .carousel.slide .carousel-inner .carousel-item .shape1, .banner.style-1 .carousel.slide .carousel-inner .carousel-item .shape2, .banner.style-1 .carousel.slide .carousel-inner .carousel-item .shape3, .banner.style-1 .carousel.slide .carousel-inner .carousel-item .shape4, .banner.style-1 .carousel.slide .carousel-inner .carousel-item .shape5 {
  display: none;
}

@media (min-width: 1200px) {
  .banner.style-1 .carousel.slide .carousel-inner .carousel-item .shape, .banner.style-1 .carousel.slide .carousel-inner .carousel-item .shape1, .banner.style-1 .carousel.slide .carousel-inner .carousel-item .shape2, .banner.style-1 .carousel.slide .carousel-inner .carousel-item .shape3, .banner.style-1 .carousel.slide .carousel-inner .carousel-item .shape4, .banner.style-1 .carousel.slide .carousel-inner .carousel-item .shape5 {
      display: block;
  }
}

.banner.style-1 .carousel.slide .carousel-inner .carousel-item .shape img, .banner.style-1 .carousel.slide .carousel-inner .carousel-item .shape1 img, .banner.style-1 .carousel.slide .carousel-inner .carousel-item .shape2 img, .banner.style-1 .carousel.slide .carousel-inner .carousel-item .shape3 img, .banner.style-1 .carousel.slide .carousel-inner .carousel-item .shape4 img, .banner.style-1 .carousel.slide .carousel-inner .carousel-item .shape5 img {
  max-width: 100% !important;
}

.banner.style-1 .carousel.slide .carousel-inner .carousel-item .shape {
  right: 100px;
  bottom: 150%;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  transition: 0.2s ease;
}

.banner.style-1 .carousel.slide .carousel-inner .carousel-item .shape1 {
  right: 40px;
  bottom: -60%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.banner.style-1 .carousel.slide .carousel-inner .carousel-item .shape2 {
  right: 0px;
  bottom: -60%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.banner.style-1 .carousel.slide .carousel-inner .carousel-item .shape3 {
  right: auto;
  bottom: 60%;
  z-index: 1;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  transition: 0.2s ease;
}

.banner.style-1 .carousel.slide .carousel-inner .carousel-item .shape4 {
  right: auto;
  bottom: -60%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.banner.style-1 .carousel.slide .carousel-inner .carousel-item .shape5 {
  right: auto;
  bottom: -60%;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.banner.style-1 .carousel.slide .carousel-inner .carousel-control {
  position: absolute;
  top: 50%;
  width: 42px;
  height: 42px;
  font-size: 20px;
  color: #181818;
  text-align: center;
  text-shadow: none;
  background: #fff;
  line-height: 46px;
  opacity: 1;
  transform: translateY(-50%);
  background-image: none;
  filter: none;
  background-repeat: no-repeat;
  display: none;
  z-index: 9;
}

@media (min-width: 576px) {
  .banner.style-1 .carousel.slide .carousel-inner .carousel-control {
      display: block;
  }
}

.banner.style-1 .carousel.slide .carousel-inner .carousel-control:hover {
  color: #fff;
  text-decoration: none;
  background: #5d9913;
  opacity: 1;
}

.banner.style-1 .carousel.slide .carousel-inner .carousel-control:focus {
  opacity: 1;
  outline: none;
}

.banner.style-1 .carousel.slide .carousel-inner .carousel-control.right {
  right: 0;
}

.banner.style-1 .carousel.slide .carousel-inner .carousel-control.left {
  left: 0;
}

@media (max-width: 575px) {
  .banner.style-2 {
      height: 500px;
      background: #fcfcfc;
  }
  .banner.style-2 .carousel.slide {
      padding: 15px;
  }
  .banner.style-2 .carousel.slide .carousel-inner .carousel-item.active img {
      display: none;
  }
  .banner.style-2 .carousel.slide .carousel-inner .slider-content .slider-content-inner p {
      padding: 0 15px;
  }
}

.banner.style-2 .carousel.slide .carousel-inner .carousel-item img {
  width: auto;
  max-width: 100%;
}

@media (min-width: 1200px) {
  .banner.style-2 .carousel.slide .carousel-inner .carousel-item img {
      margin-left: 0;
  }
}

.banner.style-2 .carousel.slide .carousel-inner .carousel-item .slider-content .slider-content-inner h2 {
  color: #600201;
  font-size: 33px;
  font-weight: 400;
  margin-top: 15px;
}

.banner.style-2 .carousel.slide .carousel-inner .carousel-item .slider-content .slider-content-inner p {
  font-size: 16px;
  color: #505050;
  max-width: 600px;
}

.banner.style-3 .carousel.slide .carousel-inner .carousel-item .slider-content {
  right: 5%;
}

@media (min-width: 1440px) {
  .banner.style-3 .carousel.slide .carousel-inner .carousel-item .slider-content {
      right: 13%;
  }
}

.banner.style-3 .carousel.slide .carousel-inner .carousel-item .slider-content.left {
  right: auto;
}

@media (min-width: 1200px) {
  .banner.style-3 .carousel.slide .carousel-inner .carousel-item .slider-content.left .slider-content-inner h2 {
      font-size: 36px;
  }
}

@media (max-width: 575px) {
  .banner.style-3 .carousel.slide .carousel-inner .carousel-item .slider-content .slider-content-inner {
      margin: 15px;
  }
}

.banner.style-3 .carousel.slide .carousel-inner .carousel-item .slider-content .slider-content-inner h2 {
  color: #fff;
  font-weight: 500;
}

@media (max-width: 575px) {
  .banner.style-3 .carousel.slide .carousel-inner .carousel-item .slider-content .slider-content-inner h2 {
      font-size: 24px;
  }
}

@media (min-width: 768px) {
  .banner.style-3 .carousel.slide .carousel-inner .carousel-item .slider-content .slider-content-inner h2 {
      font-size: 36px;
  }
}

@media (min-width: 1200px) {
  .banner.style-3 .carousel.slide .carousel-inner .carousel-item .slider-content .slider-content-inner h2 {
      font-size: 42px;
  }
}

.banner.style-3 .carousel.slide .carousel-inner .carousel-item .slider-content .slider-content-inner p {
  color: #fff;
  max-width: 600px;
  font-size: 16px;
}

@media (min-width: 768px) {
  .banner.style-3 .carousel.slide .carousel-inner .carousel-item .slider-content .slider-content-inner p {
      font-size: 16px;
  }
}

@media (min-width: 992px) {
  .banner.style-3 .carousel.slide .carousel-inner .carousel-item .slider-content .slider-content-inner p {
      margin-left: 0;
  }
}

@media (min-width: 992px) {
  .banner.style-3 .carousel.slide .carousel-inner .carousel-item img {
      margin-left: 0;
  }
}

/* about section start here  */
.about .section-wrapper .post-item-inner {
  padding: 35px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* box-shadow: 0 0 12px 0 #f1f4f6; */
}

/* @media (min-width: 1200px) {
  .about .section-wrapper .post-item-inner {
      margin-bottom: 0px;
  }
} */

/* .about .section-wrapper .post-item-inner:hover {
  box-shadow: 0 0 12px 0 #f1f4f6;
} */

.about .section-wrapper .post-item-inner:hover .title h4, .about .section-wrapper .post-item-inner:hover .title h5 {
  color: #0d0e0d;
}

.about .section-wrapper .post-item-inner:hover .post-thumb img {
  transform: scale(1.05);
}

.about .section-wrapper .post-item-inner .post-thumb img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.about .section-wrapper .post-item-inner .post-content {
  margin-top: 0px;
}

/* .about .section-wrapper .post-item-inner .post-content .title {
  margin-bottom: 15px;
} */

.about .section-wrapper .post-item-inner .post-content .title h4, .about .section-wrapper .post-item-inner .post-content .title h5 {
  margin: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: 'Roboto', sans-serif;
}

.about .section-wrapper .post-item-inner .post-content p {
  margin: 0;
}

.about.style-2 .about-left {
  margin-bottom: 60px;
}

@media (min-width: 992px) {
  .about.style-2 .about-left {
      margin-left: -15px;
      margin-bottom: 0;
  }
}

.about.style-2 .about-left .section-header {
  text-align: left;
  margin-bottom: 20px;
}

.about.style-2 .about-left .section-header p {
  margin-top: 20px;
  margin-left: 0;
  font-family: 'Roboto', sans-serif;
}

.about.style-2 .about-left .section-wrapper ul li i {
  color: #5d9913;
  margin-right: 10px;
}

.about.style-2 .about-left .section-wrapper .btn {
  margin-top: 50px;
}

@media (min-width: 992px) {
  .about.style-2 .about-right {
      margin-right: -15px;
  }
}

.about.style-2 .about-right .video-post .video-thumb {
  position: relative;
}

.about.style-2 .about-right .video-post .video-thumb:hover .video-icon i {
  color: #ff7555;
}

.about.style-2 .about-right .video-post .video-thumb .video-icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about.style-2 .about-right .video-post .video-thumb .video-icon i {
  font-size: 50px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.about.style-2 .about-right .experience-part {
  justify-content: center;
  margin-top: 60px;
}

.about.style-2 .about-right .experience-part .post-item {
  width: calc(100% / 1);
  text-align: center;
}

@media (min-width: 576px) {
  .about.style-2 .about-right .experience-part .post-item {
      width: calc(100% / 4);
  }
  .about.style-4 .content {
    background: url(../images/banner/09.png);
    /* padding: 258px 17px; */
    background-repeat: no-repeat;
    background-position: 46%;
    background-size: contain;
    margin-right: -45px;
    margin-left: 36px;
    position: relative;
    bottom: -420px !important;
  }
}

@media (max-width: 991px) {
  .about.style-2 .about-right .experience-part .post-item .post-inner {
      margin: 15px;
      
  }
  .sell {
    margin-left: 105px;
    margin-right: 50px;
    width: 463px;
    
}
.Main1 {
  font-size: 28px !important;
}
.firstsection {
  height: 100% !important;
  background-position: center !important;
}
}

.about.style-2 .about-right .experience-part .post-item .post-inner:hover .post-thumb img {
  transform: scale(1.06);
}

.about.style-2 .about-right .experience-part .post-item .post-inner:hover .post-content h5 {
  color: #5d9913;
}

.about.style-2 .about-right .experience-part .post-item .post-inner .post-thumb img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.about.style-2 .about-right .experience-part .post-item .post-inner .post-content {
  margin-top: 20px;
}

.about.style-2 .about-right .experience-part .post-item .post-inner .post-content h5 {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.about.style-3 {
  background: #eff4f8;
}

.about.style-3 .section-wrapper .post-item-inner {
  box-shadow: none;
}

.about.style-4 {
  overflow: hidden;
}

.about.style-4 .about-thumb {
  position: relative;
  /* background: url(../images/about/02.jpg); */
  height: 560px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .about.style-4 .about-thumb {
      height: 627px;
  }
}

.about.style-4 .about-thumb:hover .icon {
  color: #cd201f;
}

.about.style-4 .about-thumb .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  top: 50%;
  left: 50%;
  text-align: center;
  color: #fff;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.about.style-4 .about-thumb .icon:hover {
  color: #fff;
}

.about.style-4 .about-thumb .icon i {
  font-size: 60px;
}

.about.style-4 .about-content {
  background: url(../images/banner/09.png);
  padding: 258px 17px;
  background-repeat: no-repeat;
  background-position: 46%;
  background-size: contain;
  margin-right: 682px;
  margin-left: 24px;
}


@media (min-width: 1200px) {
  .about.style-4 .about-content {
      padding: 150px;
      padding: top 60;;
  }
}

.about.style-4 .about-content .title h2 {
  font-size: 24px;
  line-height: 1.1;
  color: #5d9913;
}

@media (min-width: 576px) {
  .about.style-4 .about-content .title h2 {
      font-size: 24px;
  }
}

.about.style-4 .about-content .title p {
  max-width: 85%;
}

@media (min-width: 1440px) {
  .about.style-4 .about-content .title p {
      max-width: 65%;
  }
}

.about.style-4 .about-content .about-body {
  max-width: 60%;
}

@media (min-width: 1440px) {
  .about.style-4 .about-content .about-body {
      max-width: 55%;
  }
}

.about.style-4 .about-content .about-body ul li {
  padding: 12px 0;
}

@media (min-width: 576px) {
  .about.style-4 .about-content .about-body ul li {
      align-items: center;
  }
}

.about.style-4 .about-content .about-body ul li .ab-left {
  width: 65px;
  height: 65px;
  line-height: 65px;
  border-radius: 100%;
  font-size: 30px;
  font-family: "Frank Ruhl Libre", serif;
  text-align: center;
  font-weight: 500;
  color: #fff;
  background-image: linear-gradient(to right, #64a019, #6ca821, #73b128, #7bb92f, #83c236);
  box-shadow: 0px 5px 10px 0px rgba(131, 194, 54, 0.7);
}

.about.style-4 .about-content .about-body ul li .ab-right {
  width: calc(100% - 65px);
  padding-left: 15px;
}

.about.style-4 .about-content .about-body ul li .ab-right h5 {
  margin: 0;
}

@media (max-width: 575px) {
  .about.style-4 .about-content .about-body ul li .ab-right h5 {
      font-size: 18px;
  }
}

.about.style-4 .about-content .about-body ul li .ab-right p {
  margin: 0;
}

.about.style-5 .section-header {
  max-width: 500px;
  margin-left: 0;
  margin-bottom: 40px;
  text-align: left;
}

.about.style-5 .section-header h2 {
  font-weight: 500;
}

.about.style-5 .section-header p {
  max-width: 480px;
  margin-left: 0;
}

@media (min-width: 1200px) {
  .about.style-5 .left-thumb img {
      max-width: none;
      float: right;
  }
}

.about.style-5 .about-right {
  margin-top: 40px;
}

@media (min-width: 992px) {
  .about.style-5 .about-right {
      margin-top: 0px;
  }
}

.home-4 {
  margin: -20px;
}

.home-4 .post-item {
  width: calc(100% / 1);
}

@media (min-width: 576px) {
  .home-4 .post-item {
      width: calc(100% / 2);
  }
}

.home-4 .post-item .post-inner {
  padding: 20px;
}

.home-4 .post-item .post-inner .post-thumb {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #eff4f8;
}

.home-4 .post-item .post-inner .post-content {
  width: calc(100% - 60px);
  padding-left: 20px;
}

.home-4 .post-item .post-inner .post-content h4 {
  margin-top: 0;
}

.home-4 .post-item .post-inner .post-content h4:hover a {
  color: #5d9913;
}

.home-4 .post-item .post-inner .post-content h4 a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* contact section start here  */
.contact-part {
  padding: 60px 0px;

}
.contact-part-info {
  padding: 60px 30px;
}

.contact-part .contact-title {
  margin-bottom: 30px;
}

.contact-part .contact-form input {
  outline: none;
  border: none;
}

@media (min-width: 768px) {
  .contact-part .contact-form input {
      width: calc(100% / 2 - 10px);
  }
}

.contact-part .contact-form input.btn {
  width: 100%;
  background-color: #5d9913;
}

.contact-part .contact-form input.btn:hover {
  background-color: #5d9913;
}

.contact-part .contact-form textarea {
  outline: none;
  border: none;
}
.quic-heading {
  color: #4e4d4d;
  font-size: 20px;
  font-weight: 600;
}
.contact-part .contact-form .gdprs {
  width: 315px;
  background: #fff;
  justify-content: space-between;
  align-items: center;
  border-radius: 3px;
  margin-bottom: 30px;
  padding: 20px 15px;
}

.contact-part .contact-form .gdprs label {
  width: calc(100% - 45px);
  margin-bottom: 0;
  font-weight: 400;
}

.contact-part .contact-form .gdprs label input {
  width: 20px;
}

.contact-info {
  border: 1px solid #dadada;
  padding: 20px 20px;
  margin-top: 40px;
}
.contact-info:hover {
  border-color: #f53939;
}

@media (min-width: 992px) {
  .contact-info {
      margin-top: 0;
  }
}

.contact-info h3 {
  margin: 0 0 25px;
}

.contact-info .contact-location li {
  align-items: center;
}

.contact-info .contact-location li .icon-part {
  width: 40px;
}
.quic-c>li{
  color: #464444;
  font-size: 16px;
  font-weight: 400;
  line-height: 20 px;
}
.contact-info .contact-location li .icon-part i {
     /* width: 30px; */
    /* height: 30px; */
    line-height: 37px;
    text-align: center;
    padding-inline-start: 12px;
    /* background: #5d9913; */
    color: #464444;
    font-size: 26px;
    /* border-radius: 3px; */
}

.contact-info .contact-location li .content-part {
  /* width: calc(100% - 40px); */
}

.contact-info .contact-location li .content-part p {
  margin-bottom: 0;
}

/* gmaps section start here  */
.gmaps {
  padding-top: 0 !important;
}

.gmaps #map {
  height: 450px;
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .about.style-2 .about-right .experience-part .post-item {
      width: calc(100% / 2);
      padding-bottom: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .banner, .page-header {
      /* margin-top: 105px; */
  }
}

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




.fas{
  font-size: 16px ;
  color: #fdde02;
  position: relative;
  top: 4px;
   
}

.New{
  position: relative;
    top: -7px;
    left: -15px;
    width: 16%;
}
.Main {
  width: 446px;
  height: 283px;  
  font-size: 38px;
  font-weight: bold !important;
  font-stretch: normal;
  font-style: normal;
  position: relative;
  font-family: 'Caladea', serif;
  bottom: 81px;
  letter-spacing:0;
  color: #600201;
  margin-top: -200px;
 margin-left: 8px;
  line-height: 44px; 
}
.red{
  color: red;
  position: relative;
  left: 10px;
}
 .sub{
  position: relative;
  bottom: 236px;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  width: 414px;
  color: #353535;
  left: 14px;
 }
 
  
   .heading { 
    color: #600201;
    font-weight: bold;
    position: relative;
    text-align: center;
    font-family: 'Caladea', serif;
    font-size: 38px;
    /* margin-top: -88px; */
}

.heading::before{
  content: '';
  position: absolute;
  left: 47%;
  bottom: -21px;
  width: 84px;
  height: 4px;
  background: #600201;
  /* transform: translateX(-65px); */
  border-radius: 57px;
}


 
 
 .fa {
   color: yellow;
 }
/* section2 */
 .clip-star {
  background: gold;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  display: inline-block;
  height: 20px;
  width: 20px;
  position: relative;
    top: 48px;
    right: 50px;
}
.clip-star1 {
  background: gold;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  display: inline-block;
  height: 20px;
  width: 20px;
  position: relative;
    top: 28px;
    right: 50px;
}
.clips-star {
  background: red;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-left: -14px;
}
.rev{
  color: #00af1a;
  position: relative;
  top: 2px;

}
.revs{
  color: #00af1a;
 
}
  
.lodu{
  margin-top: -196px;
  margin-left: -44px;
}
.sell{
  margin-left: 138px;
  margin-right: 50px;
  
  width: 463px;
   
}
.ghee{
  position: relative;
    top: 38px; 
  cursor: pointer;
  
}
.ghe{
  position: relative;
    top: 50px; 
  cursor: pointer;
}
.ghees{
  position: relative;
    top: 50px; 
  cursor: pointer;
}
.cow{
    position: relative;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    top: -12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: black;
}
.co{
    position: relative;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    top: 6px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: black;
}
.cows{
    position: relative;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    top: 6px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: black;
}
.cols{
  color: #000;
  position: relative;
    left: 13px;
    color: gray;
}
.firstsection
{
  background: url(../images/banner/09.png);
  background-repeat:no-repeat;
  height: 483px;
  /* MARGIN-LEFT: 23PX; */
  position: relative;
    /* top: 38px; */
    background-position:  bottom;
    background-size: contain;
}
.pl-unset {
  padding-left: unset !important;
}
.firstsection1
{
  background: url(../images/banner/09.png);
  background-repeat: no-repeat;
  background-color: #F9AA00 !important;
  background-position:  bottom;
  background-size: contain;

}
.Main1
{
  line-height: 1.13;
    /* margin-left: 38px; */
    /* margin-top: 0px; */
    position: relative;
    /* top: -65px; */
    font-family: 'Caladea', serif !important;
    color: #600201;
    font-weight: bold !important;
    font-size: 48px;


}
.sub1{
  FONT-SIZE: 18PX;
    /* MARGIN-LEFT: 37PX; */
    /* MARGIN-TOP: -38PX !IMPORTANT; */
    BOTTOM: -3PX !IMPORTANT;
    font-family: 'Roboto', sans-serif;
    color: #353535;
    padding-top: 18px;
  
}


/* secton2end */




/* thrid section */
.sells{
  margin-left: 122px;
  margin-right: 50px;
  width: 463px;
  height: 486px;
}
.col{
  color: #000;
  color: gray;
}
.sharp{
  margin-top: -261px;
  margin-left: -23px;
}
.cont{
  color: #00570d;
  font-size: 48px;
  font-weight: 600;
  line-height: 50px;
  font-family: 'Caladea', serif;
}
.durat { 
  color: #600201;
  font-size: 48px;
  font-weight: 600;
}
  
 .durat::before{
  content: '';
  position: absolute;
  /* left: 14%; */
  bottom: -16px;
  /* top: 125px; */
  width: 85px;
  height: 5px;
  background: #600201;
  border-radius: 40px;
}
.body{
  margin-left: 72px;
  font-family: 'Roboto', sans-serif;
  width: 524px;
  line-height: 1.43;
  text-align: justify;
  letter-spacing: normal;
  color: #000000;
  font-size: 18px;
  white-space: pre-line;
  position: relative;
    bottom: 57px;
}
.back{
  margin-left: 122px;
  margin-right: 50px;
  margin-top: 1px;
  position: 13px;
}
.head { 
  color: #600201;
  font-weight: bold;
  position: relative;
  text-align: center;
  font-family: 'Caladea', serif;
  /* top: -88px; */
  font-size: 35px;
}

.head::before{
  content: '';
    position: absolute;
    left: 45%;
    bottom: -11px;
    width: 99px;
    height: 5px;
    background: #600201;
    border-radius: 84px;
}
.split{
  text-align: left;
    margin-left: -235px;
    width: 389px;
    line-height: normal;
}

.about.style-4 .content {
  background: url(../images/banner/09.png);
    /* padding: 258px 17px; */
    background-repeat: no-repeat;
    background-position: 46%;
    background-size: contain;
    margin-right: -139px;
    margin-left: 36px;
    position: relative;
    bottom: -304px;
}
.ruby{
  position: relative;
  top: 130px;
}


/* four column */
.para{
  text-align: right;
  font-size: 16px;
  letter-spacing: normal;
  font-family: 'Roboto', sans-serif;
  color: #000000;
  padding-top: 11px;
  padding-left: 22px;
}
.circles {
    background: #d8d8d8;
    border-radius: 50%;
    height: 86px;
    width: 86px;
    
}
.first-title {
  font-size: 36px;
}
.second-title {
  font-size: 34px;
  font-weight: 600;
  color: #ca0201;
}
.contact-heading {
    color: #600201;
    font-size: 32px;
    font-weight: 500;
    padding-block-end: 35px;
}
.contact-heading::before {
  content: '';
  position: absolute;
  left: 46%;
  bottom: 28px;
  width: 87px;
  height: 4px;
  background: #f53939;
  border-radius: 84px;
}
.w-60vh {
  height: 60vh;
}
.cicon {
  width:  18% !important;
}
.parag{
  font-size: 16px;
  letter-spacing: normal;
  font-family: 'Roboto', sans-serif;
  color: #000000;
  padding-top: 10px;
  padding-left: 22px;
}
 .img-center{
  max-width: 80% !important;
  height: auto;
  
 }

 .bots{
  float: none;
  margin-right: 165px;
  margin-bottom: 68px;
 }
 .love{
  margin-top: -70px;
 }
 .smoke{
  /* margin-top: -65px; */
 }
 .trad{
  margin-top: -65px;
 }
 .Natural{
  margin-top: -48px;
  float: none;
  margin-left: -148px;
 }
 .Long{
  margin-top: -53px;
  float: none;
  margin-left: -119px;
 }
 .life{
  margin-top: -62px;
  float: none;
  margin-left: -87px;
 }
/* .circle {
  position: relative;
  background: #d8d8d8;
  top: 78px;
  border-radius: 50%;
  height: 86px;
  width: 86px;
  margin: 0; */
  /* margin-top: 29px; */
  /* margin-left: 20px; */
/* } */

/* .par{
  font-size: 18px;
  margin-bottom: 15px;
  letter-spacing: normal;
  width: 390px;
  font-family: 'Roboto', sans-serif;
  color: #000000;
  margin-left: 12px;
  position: relative;
    top: 68px;
} */
 
/* .circ {
  position: relative;
  background: #d8d8d8;
  top: 76px;
  border-radius: 50%;
  height: 86px;
  width: 86px;
  margin: 0; */
  /* margin-top: 29px; */
  /* margin-left: 20px; */
/* } */
/* .pa{
  font-size: 18px;
  margin-bottom: 15px;
  letter-spacing: normal;
  width: 390px;
  font-family: 'Roboto', sans-serif;
  color: #000000;
  margin-left: 12px;
  position: relative;
    top: 54px;
} */
 
/* .cir {
  position: relative;
  background: #d8d8d8;
  top: 66px;
  border-radius: 50%;
  height: 86px;
  width: 86px;
  margin: 0; */
  /* margin-top: 29px; */
  /* margin-left: 20px; */
/* } */
 /* conteny section */

 .about.style-4 .about-content1 {
  background: url(../images/banner/09.png);
    background-repeat: no-repeat;
    background-position: 46%;
    background-size: 100%;
    margin-right: 617px;
    background-color: #F9AA00;
    position: relative;
    top: 80px;
  
}
.Meal{
    text-align: center;
    color: #ffffff;
    font-family: 'Caladea', serif;
    line-height: 1.13;
    font-size: 48px;
    position: relative;
    padding-left: 12px;
    padding-top: 14px;
}
.Meal::before{
  content: '';
    position: absolute;
    left: 52%;
    bottom: -22px;
    width: 100px;
    height: 6px;
    background: #600201;
    transform: translateX(-65px);
     border-radius: 50px;
} 
.barb{
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    position: relative;
    padding-top: 88px;
    line-height: 1.7;
    color: #000000;
    /* top: 190px; */
}

 /* footer tag */
.angle {
  width: 1493px;
    height: 642px;
  background-color: #ca0201;
  margin-left: -200px;
  
}
.text-white{
  color: #ffffff!important;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 3px;
  inline-size: max-content;
}
.footer-bg {
  background-color: #f53939;
  padding-top: 50px;
}
.copy{
  font-size: 14px;
  color: #fff !important;
  padding-bottom: 14px;
  /* padding-inline-start: 100px; */
  text-align: center;
}
.bufflo{
  position: absolute;
  right: 0px;
  /* left: 104px; */
  /* right: 0px; */
  bottom: 0px;
  width: 42%;
}
.sinc{
  width: 42%;
  position: relative;
  top: -155px;
  /* float: right; */
left: 155px;
}
.footer-Logo {
  text-align: right;
}

/* productDetail */
.success {
  width: 105px;
  height: 40px;
  background-color: #d8d8d8;
  color: #000;
  position: relative;
}
.success:focus {
  width: 105px;
  height: 40px;
  color: #fff;
  background-color: #e91818;
}
.success:hover {
  width: 105px;
  height: 40px;
  color: #fff;
  background-color: #e91818;
}

.succes {
  width: 105px;
  height: 40px;
  background-color: #d8d8d8;
  color: #000;
  position: relative;
}
.succes:focus {
  width: 105px;
  height: 40px;
  color: #fff;
  background-color: #e91818;
}
.succes:hover {
  width: 105px;
  height: 40px;
  color: #fff;
  background-color: #e91818;
}
.succe {
  width: 105px;
  height: 40px;
  background-color: #d8d8d8;
  color: #000;
  position: relative;
}
.succe:focus {
  width: 105px;
  height: 40px;
   color: #fff;
  background-color: #e91818;
}


.succe:hover {
  width: 105px;
  height: 40px;
  color: #fff;
  background-color: #e91818;
}

.process {
  width: 105px;
  height: 40px;
  background-color: #d8d8d8;
  color: #000;
  position: relative;
}
.process:focus {
  width: 105px;
  height: 40px;
  color: #fff;
  background-color: #e91818;
}
.process:hover {
  width: 105px;
  height: 40px;
  color: #fff;
  background-color: #e91818;
}
.Medium {
  width: 105px;
  height: 40px;
  background-color: #d8d8d8;
  color: #000;
  position: relative;
}
.Medium:focus {
  width: 105px;
  height: 40px;
  color: #fff;
  background-color: #e91818;
}
.Medium:hover {
  width: 105px;
  height: 40px;
  color: #fff;
  background-color: #e91818;
}
  
 .packet {
  width: 105px;
  height: 40px;
  background-color: #d8d8d8;
  color: #000;
  position: relative;
   
}
 
.packet:focus{
  width: 105px;
  height: 40px;
  color: #fff;
  background-color: #e91818;
}
 .packet:hover {
  width: 105px;
  height: 40px;
  color: #fff;
  background-color: #e91818;
}
.activebtn {
  width: 105px;
  height: 40px;
  color: #000;
  background-color: #e91818;
}

.Jar {
  width: 105px;
  height: 40px;
  background-color: #d8d8d8;
  color: #000;
  position: relative;
}
.Jar:focus{
  width: 105px;
  height: 40px;
  color: #fff;
  background-color: #e91818;
}
.activebtn, .Jar:hover {
  width: 105px;
  height: 40px;
  color: #fff;
  background-color: #e91818;
}
.Jar1 {
  width: 105px;
  height: 40px;
  background-color: #d8d8d8;
  color: #000;
  position: relative;
}
.Jar1:focus{
  width: 105px;
  height: 40px;
  color: #fff;
  background-color: #e91818;
}
.activebtn,.Jar1:hover {
  width: 105px;
  height: 40px;
  color: #fff;
  background-color: #e91818;
}
.Tin{
    color: brown;  
    font-weight: bolder; 
    font-size: 42px;
    position: relative;
    font-family: 'Caladea', serif;
}
 
.Quantity{
  font-size: 16px;
  opacity: 0.7;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
   position: relative;
   font-family: 'Roboto', sans-serif;
}
.packaging{
  font-size: 16px;
  opacity: 0.7;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  font-family: 'Roboto', sans-serif;
}
.packaging1{
  font-size: 16px;
  opacity: 0.7;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  font-family: 'Roboto', sans-serif;
}
button:focus {
  outline: none !important;
  box-shadow: none !important;
  border:unset !important;
}

.gheee{
  position: relative;
  cursor: pointer;
  /* height: 437px; */
  /* bottom: -70px; */
  /*width: 100%; */
}
.headed { 
  color: #600201;
  font-weight: bold;
  position: relative;
  text-align: center;
  font-family: 'Caladea', serif;
  padding-top: 40px;
  font-size: 35px;
}

.headed::before{
  content: '';
    position: absolute;
    left: 45%;
    bottom: -16px;
    width: 99px;
    height: 5px;
    background: #600201;
    border-radius: 84px;
}


/* coupon code */
.modal-title{
  color: #600201;
  font-size: 32px;
  font-family: Caladea-Bold;
  font-weight: bold;
   
  letter-spacing: -1px;
}
.coupon{
    color:#ca0201;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 24px;
    line-height: 31px;
    position: relative;
    /* top: 16px; */
    text-align: center;
}
 
.dis{
  color: #5c5c5c;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}
.diss{
  color: #5c5c5c;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}
.secondary{   
    height: 40px;
    width: 85px;
    font-size: 16px;
    margin-left: -15px;
}
 

/* product page start */

.heads { 
  color: #600201;
  font-weight: bold;
  position: relative;
  text-align: center;
  font-family: 'Caladea', serif;
  font-size: 38px;
  bottom: 90px;
  /* margin-top: -88px; */
}

.heads::before{
content: '';
position: absolute;
left: 47%;
bottom: -21px;
width: 84px;
height: 4px;
background: #600201;
/* transform: translateX(-65px); */
border-radius: 57px;
}





/* product page end */








/* animation section */
.SS {
  position: relative;
}
.SS img{
  position: absolute;
  margin-top: -187px;
}
.top {
  animation-name: fade;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration:5s;
  animation-direction: normal;
}
.bottom {
  animation-name: fade1;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 4s;
  animation-direction: normal;
}
.bottom {
margin-top: -103px !important;
width: -33px;
width: 224px;
margin-left: 26px;
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade1 {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.SS1 {
  position: relative;
}
/* .SS1 img{
  margin-top: -187px;
} */
.top1 {
  animation-name: fade;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 5s;
  animation-direction: normal;
  position: relative;
  left: -17px;
  bottom: -76px;
}
.bottom1 {
  animation-name: fade1;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 4s;
  animation-direction: normal;
  position: relative;
  left: -52px;
  bottom: -125px;
}
.bottom3 {
  animation-name: fade1;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 3s;
  animation-direction: normal;
  position: relative;
  left: 63px;
  bottom: -79px;
}
/* .bottom1 {
margin-top: -103px !important;
width: -33px;
width: 224px;
margin-left: 26px;
} */
@keyframes fade {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade1 {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.mySlides
 {
  display:none;
  margin-top: -175px !important;
  margin-left: 25px;
}
.footerList {
  color: #FFF !important;
}
.footerList > span {
  font-size: 18px;
    color: #fff !important;
    padding-top: -6px;
    padding-left: 12px;
    font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}
.footerList > a {
    padding-left: 12px;
    font-size: 18px;
}
.d-flex {
  display: flex !important;
}
.withouticon {
  font-size: 18px;
    color: #fff !important;
    padding-top: -6px;
    padding-left: 39px !important;
    font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}
.iconFooter{
  width: 22px;
  height: 24px;
  object-fit: contain;   
}
.post{
    font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}
.footer-pt {
  padding-top: 40px
}
.padding-t {
  padding-top: 60px;
}
.homeImg {
  text-align: right;
}
.modal-body {
  padding: 2rem;
}
.borderbg{  
  box-sizing: border-box;
  padding: 15px;
  height: 100%;
  border-radius: 3px;
  border: 1px solid #dfe1e5;  
  
}
.modal-content{
  background-color: #ffffff;
}
.btn-cancel {
  color: red;
  height: 40px;
    width: 85px;
    font-size: 16px;
    border-radius: 2px;
}
.slider {
  position: absolute !important;
  bottom: 0;
}
.Email{
  width: 57%;
    border: 1px solid #dfe1e5;
    border-radius: 0.5px;
    opacity: 0.5;
}
.star{
  top: -16px;
}
    






/* but */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: lightcoral;
}
.popup1 {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: lightcoral;
  bottom: 6px;
}
.popup4 {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: lightcoral;
}

/* The actual popup */
.popup .popuptext {
  visibility: hidden;
  width: 261px;
  background-color: #fff;
  color: #ca0201;
  text-align: center;
  border-radius: 6px;
  padding: 22px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -128px;
}
.popup1 .popuptext1 {
  visibility: hidden;
  width: 261px;
  background-color: #fff;
  color: #ca0201;
  text-align: center;
  border-radius: 6px;
  padding: 22px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -128px;
}
.popup4 .popuptext4 {
  visibility: hidden;
  width: 261px;
  background-color: #fff;
  color: #ca0201;
  text-align: center;
  border-radius: 6px;
  padding: 22px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -128px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.popup1 .popuptext1::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.popup4 .popuptext4::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}
.popup1 .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}
.popup4 .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}

 .hand{
  background-color: #e92525;
  width: 50px;
  height: 30px;
  color: white !important;
  font-size: 14px;
  padding: 4px;
  font-weight: 500;
 }

 .paras{
  text-align: right;
  font-size: 16px;
  letter-spacing: normal;
  font-family: 'Roboto', sans-serif;
  color: #000000;
  padding-top: 10px;
  margin-right: -48px;
  padding-left: 18px;
 }
 
 .parass{
  text-align: right;
  font-size: 16px;
  letter-spacing: normal;
  font-family: 'Roboto', sans-serif;
  color: #000000;
  padding-top: 10px;
  margin-right: 6px;
  
 }
 .parasss{
  text-align: right;
  font-size: 16px;
  letter-spacing: normal;
  font-family: 'Roboto', sans-serif;
  color: #000000;
  padding-top: 10px;
  margin-right: -39px;
  padding-left: 18px;
 }
 
 /* .parags {
  font-size: 16px;
  letter-spacing: normal;
  font-family: 'Roboto', sans-serif;
  color: #000000;
  padding-top: 10px;
  margin-left: -32px;
} */

@media only screen and (max-width: 600px) {
  .contact-part-info {
    padding: 0px 17px;
  }
  .contact-part {
    padding: 20px 0px;
  }
  .footerRow {
   position: relative !important; 
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}
.text-xs-center {
  text-align: center !important;
}
.contact-heading::before {
  content: '';
  position: absolute;
  left: 42%;
  bottom: 28px;
  width: 60px;
  height: 2px;
  background: #f53939;
  border-radius: 84px;
}
.contact-heading {
  color:#600201;
  font-size: 24px;
  margin-top: 100px;
  font-weight: 500;
  padding-block-end: 35px;
}
.first-title {
  font-size: 27px;
}
.second-title {
  font-size: 27px;
}
.header-cart {
  position: absolute;
  /* left: 0; */
  right: 61px;
}
}
.w-33 {
  width: 33px;
}
.w-60 {
  width: 60%;
}
.tranimage {
  animation-name: fade1;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 4s;
  animation-direction: normal;
  position: relative;
  left: -31px;
  bottom: 0px;
  width: 8%;
}
.tranimagetwo {
  animation-name: fade;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 5s;
  animation-direction: normal;
  position: relative;
  left: 9px;
  bottom: 30px;
  width: 8%;
}
.tranimagrThree {
  animation-name: fade1;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 3s;
  animation-direction: normal;
  position: relative;
  left: 40px;
  bottom: 34px;
  width: 8%;
}
.cart-btn, .cart-btn:hover {
  background-color: #1890ff;
  padding: 9px 15px !important;
  border-radius: 5px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .img-center {
     max-width: 41% !important; 
    height: auto;
}
}
@media (max-width: 1024px) and (min-width: 769px) { 
  .top1 {
    animation-name: fade;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration:5s;
    animation-direction: normal;
    position: relative;
    left: -20px;
    bottom: 54px;
  }
  .bottom1 {
    animation-name: fade1;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 4s;
    animation-direction: normal;
    position: relative;
    left: -45px;
    bottom: 0px;
  }
  .bottom3 {
    animation-name: fade1;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 3s;
    animation-direction: normal;
    position: relative;
    left: 30px;
    bottom: 15px;
  }
  .tranimage {
    animation-name: fade1;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 4s;
    animation-direction: normal;
    position: relative;
    left: -45px;
    bottom: 0px;
  }
  .tranimagetwo {
    animation-name: fade;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 5s;
    animation-direction: normal;
    position: relative;
    left: -20px;
    bottom: 54px;
  }
  .tranimagrThree {
    animation-name: fade1;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 3s;
    animation-direction: normal;
    position: relative;
    left: 29px;
    bottom: 15px;
  }
  .w-60 {
    width: 55% !important;
  }
  .img-center {
    /* max-width: 41% !important; */
    height: auto;
}

  .header-cart {
    position: absolute;
    /* left: 0; */
    right: 61px;
  }
}
.w-41 {
  width: 41px;
}
.p-inline-start {
  padding-inline-start: 50px;
}
.cart-btn,.cart-btn:hover {
  background-color: #1890ff;
  padding: 10px 30px;
  border-radius: 5px;
  color: #fff;
  -webkit-appearance: none;
}
.place-div {
  font-weight: 500;
  color: #505050;
}
.clickhere {
  color: #dd4b39 !important;
  text-decoration: underline;
}
.list-group-item {
  background-color: transparent !important;
  color: #fff;
  border: none !important;
  font-size: 18px;
  padding: 10px 5px !important;
  z-index: 2;
}
.list-group-item a  {
  background-color: transparent !important;
  color: #fff;
  border: 1px solid #fff !important;
  font-size: 18px;
  border-radius: 3px;
  padding: 5px 12px !important;
}
.CopyrightContainer {
  position: absolute;
    bottom: 0;
}
.footerRow {
  position: absolute;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}