/*!
<----------------------------------------
  
---------------------------------------->
*/
/*
>>> 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
---------------------------------------------------------------->
*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  position: relative;
  background: #fff;
}

@media (min-width: 992px) {
  body.body-padding {
      padding-top: 110px;
  }
}

@media (min-width: 1200px) {
  body .box-body {
      background: url(../../assets/css/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);
  }
  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: 700;
  font-family: "Frank Ruhl Libre", serif;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
  color: inherit;
  font-weight: 700;
  font-family: "Frank Ruhl Libre", 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: 22px;
  line-height: 30px;
}

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

p {
  font-size: 15px;
  margin: 0 0 1em;
  color: #505050;
  line-height: 1.625rem;
}

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: monospace, monospace;
  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: monospace, monospace;
  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: 0.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;
}

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(../../assets/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 #ededed;
  -webkit-border-radius: 3px;
  border-radius: 4px;
  display: block;
  padding: 0.7em;
  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: #505050;
}

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.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
  background-color: #ddd;
  color: #222;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background: #767676;
}

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: #bbb;
}

.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;
  opacity: 1;
}

::-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.2s;
}

.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;
}

.comment-form #wp-comment-cookies-consent {
  margin: 0 10px 0 0;
}

.comment-form .comment-form-cookies-consent label {
  display: inline;
}

/*--------------------------------------------------------------
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,
.wp_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,
.wp_widget_tag_cloud a:hover,
.wp_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;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 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;
}

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

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/* 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;
}

/* Playlist Color Overrides: Light */
.site-content .wp-playlist-light {
  border-color: #eee;
  color: #222;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
  color: #505050;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist {
  color: #767676;
}

.site-content .wp-playlist-light .wp-playlist-item {
  border-bottom: 1px dotted #eee;
  -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;
}

.site-content .wp-playlist-light .wp-playlist-item:hover,
.site-content .wp-playlist-light .wp-playlist-item:focus {
  border-bottom-color: rgba(0, 0, 0, 0);
  background-color: #767676;
  color: #fff;
}

.site-content .wp-playlist-light a.wp-playlist-caption:hover,
.site-content .wp-playlist-light .wp-playlist-item:hover a,
.site-content .wp-playlist-light .wp-playlist-item:focus a {
  color: #fff;
}

/* Playlist Color Overrides: Dark */
.site-content .wp-playlist-dark {
  background: #222;
  border-color: #505050;
}

.site-content .wp-playlist-dark .mejs-container .mejs-controls {
  background-color: #505050;
}

.site-content .wp-playlist-dark .wp-playlist-caption {
  color: #fff;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-album {
  color: #eee;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-artist {
  color: #aaa;
}

.site-content .wp-playlist-dark .wp-playlist-playing {
  background-color: #505050;
}

.site-content .wp-playlist-dark .wp-playlist-item {
  border-bottom: 1px dotted #555;
  -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;
}

.site-content .wp-playlist-dark .wp-playlist-item:hover,
.site-content .wp-playlist-dark .wp-playlist-item:focus {
  border-bottom-color: rgba(0, 0, 0, 0);
  background-color: #aaa;
  color: #222;
}

.site-content .wp-playlist-dark a.wp-playlist-caption:hover,
.site-content .wp-playlist-dark .wp-playlist-item:hover a,
.site-content .wp-playlist-dark .wp-playlist-item:focus a {
  color: #222;
}

/* Playlist Style Overrides */
.site-content .wp-playlist {
  padding: 0.625em 0.625em 0.3125em;
}

.site-content .wp-playlist-current-item .wp-playlist-item-title {
  font-weight: 700;
}

.site-content .wp-playlist-current-item .wp-playlist-item-album {
  font-style: normal;
}

.site-content .wp-playlist-current-item .wp-playlist-item-artist {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1818em;
  text-transform: uppercase;
}

.site-content .wp-playlist-item {
  padding: 0 0.3125em;
  cursor: pointer;
}

.site-content .wp-playlist-item:last-of-type {
  border-bottom: none;
}

.site-content .wp-playlist-item a {
  padding: 0.3125em 0;
  border-bottom: none;
}

.site-content .wp-playlist-item a,
.site-content .wp-playlist-item a:focus,
.site-content .wp-playlist-item a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}

.site-content .wp-playlist-item-length {
  top: 5px;
}

/* 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: 48px;
  }
  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: 28px;
  }
  .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: 110px 0;
  }
}

.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: #5d9913;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  -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 {
  max-width: 500px;
  margin: 0 auto;
  font-weight: 400;
  color: #505050;
}

@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-3 {
  background: url(../../assets/css/bg-images/03.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

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

.splash-milk-bottom{
    background: url(../images/splash-milk-bottom.png) no-repeat;
    background-size: contain;
    background-position: center bottom;
}


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

.page-header-bg-1 {
  background: url(../../assets/css/bg-images/page-header1.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.bg-offer {
  background: url(../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, .testimonial .section-wrapper .testimonial-slider .testi-item .testi-content .testimonial-author, .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: flex;
  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, .testimonial .section-wrapper .testimonial-slider .testi-item .testi-content p span::before, .testimonial .section-wrapper .testimonial-slider .testi-item .testi-content p span::after, .testimonial .section-wrapper .testimonial-slider .testimonial-button-prev, .testimonial .section-wrapper .testimonial-slider .testimonial-button-next, .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: absolute;
  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: 0;
  width: 100%;
  z-index: 999;
  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;
}

.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: 38px 10px;
  display: inline-block;
  margin: 0 10px;
  font-weight: 400;
  position: relative;
  text-transform: capitalize;
  outline: none;
  font-size: 18px;
  font-family: "Frank Ruhl Libre", 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: #5d9913;
}

.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);
}

.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: #eff4f8;
  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: #5d9913;
  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: #5d9913;
  font-size: 36px;
  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: #5d9913;
}

.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;
}

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

.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;
}

.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;
}

.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);
  }
}

@media (max-width: 991px) {
  .about.style-2 .about-right .experience-part .post-item .post-inner {
      margin: 15px;
  }
}

.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(../../assets/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(../../assets/images/about/03.jpg);
  padding: 60px 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

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

.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: 36px;
  }
}

.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: 80%;
}

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

.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;
}

/* portfolio section start here  */
@media (min-width: 1440px) {
  .portfolio.bg-image-1 {
      padding-top: 230px;
  }
}

.portfolio .section-header p {
  margin-left: 0;
}

.portfolio .section-wrapper .left {
  margin-top: -30px;
}

.portfolio .section-wrapper .left .portfolio-wrapper .post-thumb:nth-child(3) {
  width: 100%;
}

.portfolio .section-wrapper .section-header {
  text-align: left;
  margin-bottom: 45px;
}

.portfolio .section-wrapper .section-header .title p {
  max-width: 450px;
}

.portfolio .section-wrapper .portfolio-wrapper .post-thumb {
  width: 50%;
}

.portfolio .section-wrapper .portfolio-wrapper .post-thumb .post-thumb-inner {
  margin: 5px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.portfolio .section-wrapper .portfolio-wrapper .post-thumb .post-thumb-inner::after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #67c459, #1c9ed0);
  opacity: .70;
  transform: scale(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.portfolio .section-wrapper .portfolio-wrapper .post-thumb .post-thumb-inner:hover::after {
  transform: scale(1);
}

.portfolio .section-wrapper .portfolio-wrapper .post-thumb .post-thumb-inner:hover .gallery-icon {
  transform: translate(-50%, -50%) scale(1);
}

.portfolio .section-wrapper .portfolio-wrapper .post-thumb .post-thumb-inner .gallery-icon {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  background: #fff;
  line-height: 40px;
  z-index: 9;
  left: 50%;
  top: 50%;
  border-radius: 100%;
  text-align: center;
  color: #5d9913;
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.portfolio .section-wrapper .portfolio-wrapper .post-thumb .post-thumb-inner img {
  display: block;
  width: 100%;
}

.portfolio .section-wrapper .btn {
  margin-top: 70px;
}

@media (min-width: 768px) {
  .portfolio.style-2 .section-wrapper {
      margin: 0 -20px;
  }
}

.portfolio.style-2 .section-wrapper .portfolio-wrapper .post-thumb {
  overflow: hidden;
  border-radius: 5px;
}

@media (min-width: 768px) {
  .portfolio.style-2 .section-wrapper .portfolio-wrapper .post-thumb {
      width: calc(100% / 3);
  }
}

.portfolio.style-3 .section-wrapper .portfolio-wrapper .post-thumb {
  overflow: hidden;
  border-radius: 5px;
}

@media (min-width: 768px) {
  .portfolio.style-3 .section-wrapper .portfolio-wrapper .post-thumb {
      width: calc(100% / 4);
  }
}

@media (min-width: 768px) {
  .portfolio.style-4 .section-wrapper .portfolio-wrapper .post-thumb {
      width: calc(100% / 4);
  }
}

.portfolio.style-4 .section-wrapper .portfolio-wrapper .post-thumb .post-thumb-inner {
  margin: 0;
  border-radius: 0px;
}

/* our product section start here  */
@media (min-width: 1440px) {
  .product.bg-image-3 {
      padding-top: 240px;
  }
}

.product .section-wrapper .post-item-inner {
  background: #eff4f8;
  margin-bottom: 30px;
  padding: 30px;
  border: 10px solid #fff;
  box-shadow: 0px 0px 32px  #c5c5c5;
  position: relative;
}

.product .section-wrapper .post-item-inner:hover .post-content h4 a {
  color: #5d9913;
}

.product .section-wrapper .post-item-inner .post-content {
  margin-top: 25px;
}

.product .section-wrapper .post-item-inner .post-content h4 a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

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

.product .section-wrapper .post-item-inner .post-content .price {
  font-weight: 700;
  font-size: 18px;
  color: #181818;
}

.product .section-wrapper .post-item-inner .offer {
  top: 10px;
  right: 10px;
  background: #5d9913;
  color: #fff;
  border-radius: 50px;
  width: 60px;
  height: 26px;
  line-height: 26px;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.product .section-wrapper .product-slider {
  overflow: hidden;
  padding: 80px 0px;
}

.product .section-wrapper .product-slider .offer {
  top: -70px;
}

.product .section-wrapper .product-slider .product-pagination {
  margin-top: 10px;
}

.product .section-wrapper .product-slider .product-pagination span {
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 1;
}

.product .section-wrapper .product-slider .product-pagination span.swiper-pagination-bullet-active {
  background: #5d9913;
}

.product .section-wrapper .btn {
  margin-top: 60px;
}

.product.style-2 .section-wrapper .post-item-inner {
  background: #fff;
  border: none;
  box-shadow: 0px 0px 30px rgba(202, 202, 202, 0.3);
}

.product.style-2 .section-wrapper .post-item-inner:hover .post-thumb .price {
  color: #fff;
  background: #5d9913;
}

.product.style-2 .section-wrapper .post-item-inner .post-thumb {
  border-radius: 100%;
  width: 210px;
  height: 210px;
  margin: auto;
  position: relative;
  border: 3px solid #5d9913;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.product.style-2 .section-wrapper .post-item-inner .post-thumb img {
  width: 100%;
}

.product.style-2 .section-wrapper .post-item-inner .post-thumb .price {
  width: 50px;
  height: 50px;
  line-height: 50px;
  top: 0;
  right: 10px;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  border-radius: 100%;
  color: #5d9913;
  background: #fff;
  border: 2px solid #5d9913;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* youtube-video section start here   */
@media (min-width: 1440px) {
  .youtube-video.bg-image-2 {
      padding: 200px;
  }
}

.youtube-video .section-wrapper .video-post .video-thumb {
  position: relative;
}

.youtube-video .section-wrapper .video-post .video-thumb:hover .video-icon {
  color: #cd201f;
}

.youtube-video .section-wrapper .video-post .video-thumb .video-icon {
  top: 50%;
  left: 50%;
  width: 60px;
  height: 42px;
  line-height: 42px;
  transform: translate(-50%, -50%);
  font-size: 52px;
  display: block;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* our team member section start here  */
.team-member {
  padding-bottom: 0 !important;
}

.team-member .section-wrapper .post-item-inner {
  margin-bottom: 100px;
  padding: 30px;
  background: url(../../assets/css/bg-images/team/01.jpg) no-repeat;
  background-position: left top;
}

.team-member .section-wrapper .post-item-inner .post-thumb {
  position: relative;
  overflow: hidden;
}

.team-member .section-wrapper .post-item-inner .post-thumb::after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 1200px) {
  .team-member .section-wrapper .post-item-inner .post-thumb::after {
      width: 100%;
      height: 100%;
      left: 50%;
      top: 50%;
      background: url(../../assets/css/bg-images/team/overly.png) no-repeat;
      background-position: center bottom;
      transform: translate(-50%, -50%) scale(0);
  }
}

.team-member .section-wrapper .post-item-inner .post-thumb:hover .post-content {
  top: 50%;
  z-index: 9;
  transform: translate(-50%, -50%) scale(1);
  width: 100%;
}

@media (max-width: 1199px) {
  .team-member .section-wrapper .post-item-inner .post-thumb:hover .post-content {
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
      padding: 30px 0;
      background: linear-gradient(to right, #67c459, #1c9ed0);
      opacity: .70;
      border-radius: 30px 30px 150px 150px;
  }
}

.team-member .section-wrapper .post-item-inner .post-thumb:hover::after {
  transform: translate(-50%, -50%) scale(1);
}

.team-member .section-wrapper .post-item-inner .post-thumb img {
  overflow: hidden;
}

.team-member .section-wrapper .post-item-inner .post-thumb .post-content {
  transform: scale(0) translate(-50%, -50%);
  top: 100%;
  left: 50%;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.team-member .section-wrapper .post-item-inner .post-thumb .post-content h4 a {
  color: #fff;
}

.team-member .section-wrapper .post-item-inner .post-thumb .post-content p {
  color: #fff;
  margin-bottom: 0;
}

.team-member .section-wrapper .post-item-inner .post-thumb .post-content ul {
  justify-content: center;
}

.team-member .section-wrapper .post-item-inner .post-thumb .post-content ul li a {
  color: #fff;
  padding: 5px;
}

.team-member.style-2 {
  margin-bottom: 100px;
}

.team-member.style-2 .section-wrapper .post-item-inner {
  padding: 0;
  margin-bottom: 15px;
  background: #fff;
  border: 10px solid #fff;
  box-shadow: 0 0 30px rgba(202, 202, 202, 0.3);
}

.team-member.style-2 .section-wrapper .post-item-inner:hover .post-thumb img {
  transform: scale(1.07);
}

.team-member.style-2 .section-wrapper .post-item-inner:hover .post-content h4 a {
  color: #5d9913;
}

.team-member.style-2 .section-wrapper .post-item-inner .post-thumb::after {
  display: none;
}

.team-member.style-2 .section-wrapper .post-item-inner .post-thumb img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.team-member.style-2 .section-wrapper .post-item-inner .post-content {
  transform: scale(1);
  padding: 20px 0;
  position: static;
}

.team-member.style-2 .section-wrapper .post-item-inner .post-content h4 a {
  color: #181818;
}

.team-member.style-2 .section-wrapper .post-item-inner .post-content p {
  color: #181818;
  margin-bottom: 0;
}

.team-member.style-2 .section-wrapper .post-item-inner .post-content ul {
  justify-content: center;
}

.team-member.style-2 .section-wrapper .post-item-inner .post-content ul li a {
  color: #181818;
  padding: 5px;
}

.team-member.style-2 .section-wrapper .post-item-inner .post-content ul li a:hover {
  color: #5d9913;
}

.team-member.style-3 .section-wrapper .post-item-inner {
  margin-bottom: 30px;
  border: none;
}

.team-member.style-3 .section-wrapper .post-item-inner:hover .post-thumb::after {
  transform: scale(1);
}

.team-member.style-3 .section-wrapper .post-item-inner:hover .post-thumb ul {
  transform: translate(-50%, -50%) scale(1);
}

.team-member.style-3 .section-wrapper .post-item-inner:hover .post-content h4 a {
  color: #5d9913;
}

.team-member.style-3 .section-wrapper .post-item-inner .post-thumb::after {
  display: inherit;
  background: linear-gradient(to right, #67c459, #1c9ed0);
  opacity: .70;
  left: 0;
  top: 0;
  transform: scale(0);
}

.team-member.style-3 .section-wrapper .post-item-inner .post-thumb ul {
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.team-member.style-3 .section-wrapper .post-item-inner .post-thumb ul li a {
  color: #fff;
  padding: 5px;
}

.team-member.style-3 .section-wrapper .post-item-inner .post-content {
  padding: 15px 0;
}

.team-member.style-3 .section-wrapper .post-item-inner .post-content h4 {
  margin: 0;
}

.team-member.style-4 {
  margin-bottom: 0;
  padding-bottom: 60px !important;
}

@media (min-width: 992px) {
  .team-member.style-4 {
      padding-bottom: 100px !important;
  }
}

.team-member.style-4 .section-wrapper .post-item-inner {
  padding-top: 30px;
}

.team-member.style-4 .section-wrapper .post-item-inner:hover {
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

.team-member.style-4 .section-wrapper .post-item-inner .post-thumb {
  width: 215px;
  height: 215px;
  margin: auto;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.team-member.style-4 .section-wrapper .post-item-inner .post-thumb img {
  width: 100%;
  height: 100%;
}

.team-member.style-4 .section-wrapper .post-item-inner .post-content ul li a.twitter, .team-member.style-4 .section-wrapper .post-item-inner .post-content ul li a.behance, .team-member.style-4 .section-wrapper .post-item-inner .post-content ul li a.instagram, .team-member.style-4 .section-wrapper .post-item-inner .post-content ul li a.linkedin, .team-member.style-4 .section-wrapper .post-item-inner .post-content ul li a.skype, .team-member.style-4 .section-wrapper .post-item-inner .post-content ul li a.facebook, .team-member.style-4 .section-wrapper .post-item-inner .post-content ul li a.google {
  background: transparent;
}

.team-member.style-4 .section-wrapper .post-item-inner .post-content ul li a.twitter {
  color: #55acee;
}

.team-member.style-4 .section-wrapper .post-item-inner .post-content ul li a.behance {
  color: #1769ff;
}

.team-member.style-4 .section-wrapper .post-item-inner .post-content ul li a.instagram {
  color: #e4405f;
}

.team-member.style-4 .section-wrapper .post-item-inner .post-content ul li a.linkedin {
  color: #007bb5;
}

.team-member.style-4 .section-wrapper .post-item-inner .post-content ul li a.skype {
  color: #2fb7df;
}

.team-member.style-4 .section-wrapper .post-item-inner .post-content ul li a.facebook {
  color: #3b5998;
}

.team-member.style-4 .section-wrapper .post-item-inner .post-content ul li a.google {
  color: #dd4b39;
}

.team-member.single-page {
  padding-bottom: 60px !important;
}

@media (min-width: 992px) {
  .team-member.single-page {
      padding-bottom: 100px !important;
  }
}

.team-member.single-page .section-wrapper .team-single .team-single-thumb {
  margin-bottom: 30px;
}

.team-member.single-page .section-wrapper .team-single .team-single-thumb img {
  width: 100%;
}

.team-member.single-page .section-wrapper .team-single .team-single-content .contact-info {
  margin-top: 0;
  border: none;
  padding: 0;
}

.team-member.single-page .section-wrapper .team-single .team-single-content .contact-info h4 {
  margin-top: 0;
  color: #5d9913;
}

.team-member.single-page .section-wrapper .team-single .team-single-content .contact-info span {
  display: inline-block;
  margin-bottom: 10px;
}

.team-member.single-page .section-wrapper .team-single .team-single-content .contact-info .social-media {
  margin-bottom: 20px !important;
}

.team-member.single-page .section-wrapper .team-single .team-single-content .contact-info .social-media li a {
  padding: 5px;
  color: #62a97d;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.team-member.single-page .section-wrapper .team-single .team-single-content .contact-info .social-media li a:hover {
  color: #5d9913;
}

.team-member.single-page .section-wrapper .team-single .team-single-content .contact-part {
  padding: 40px 0;
  background: #fff;
}

.team-member.single-page .section-wrapper .team-single .team-single-content .contact-part .contact-form input, .team-member.single-page .section-wrapper .team-single .team-single-content .contact-part .contact-form textarea {
  background: #eff4f8;
}

.team-member.single-page .section-wrapper .team-single .team-single-content .contact-part .contact-form input[type="submit"] {
  background: linear-gradient(to left, #83c236, #5d9913);
  box-shadow: 5px 0 10px #83c236;
}

/* pricing section start here  */
@media (min-width: 1440px) {
  .pricing.bg-image-1 {
      padding: 170px 0;
  }
}

.pricing .section-wrapper .post-item-inner {
  background: #fff;
  padding: 60px 30px;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 6px 0px #f1f4f6;
}

@media (min-width: 992px) {
  .pricing .section-wrapper .post-item-inner {
      margin-bottom: 0;
  }
}

.pricing .section-wrapper .post-item-inner .price-title {
  margin-top: 40px;
}

.pricing .section-wrapper .post-item-inner .price-body {
  margin-bottom: 40px;
}

.pricing .section-wrapper .post-item-inner .price-body ul li {
  padding: 15px 0;
  border-bottom: 1px solid #ededed;
}

.pricing .section-wrapper .post-item-inner .price-body ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.pricing .section-wrapper .post-item-inner .price-footer h5 {
  margin-bottom: 15px;
  color: #181818;
}

.pricing .section-wrapper .post-item-inner .price-footer h3 {
  color: #5d9913;
}

.pricing .section-wrapper .post-item-inner .price-footer .btn {
  margin-top: 30px;
}

.pricing.style-2 .section-wrapper .post-item-inner {
  padding: 40px;
}

.pricing.style-2 .section-wrapper .post-item-inner .price-title {
  margin-top: 0;
}

.pricing.style-2 .section-wrapper .post-item-inner .price-title .price {
  font-size: 30px;
  font-weight: 700;
  font-family: "Frank Ruhl Libre", serif;
  display: inline-block;
  color: #5d9913;
}

@media (min-width: 576px) {
  .pricing.style-2 .section-wrapper .post-item-inner .price-title .price {
      font-size: 55px;
  }
}

.pricing.style-2 .section-wrapper .post-item-inner .price-title .price sub {
  font-size: 14px;
  color: #181818;
}

.pricing.style-2 .section-wrapper .post-item-inner .price-footer .btn {
  margin-top: 0;
}

/* blog section */
@media (min-width: 576px) and (max-width: 991px) {
  .blog .section-wrapper {
      margin: 0 -30px;
  }
}

.blog .section-wrapper .post-item {
  width: calc(100% / 1);
}

@media (min-width: 992px) {
  .blog .section-wrapper .post-item {
      width: calc(100% / 2);
  }
}

.blog .section-wrapper .post-item .post-inner {
  margin: 15px 0;
  background: #f4f9fd;
}

@media (min-width: 576px) {
  .blog .section-wrapper .post-item .post-inner {
      margin: 15px;
  }
}

.blog .section-wrapper .post-item .post-inner:hover .post-thumb a img {
  transform: scale(1.03);
}

.blog .section-wrapper .post-item .post-inner:hover .post-content .content-part .entry-header h4 a {
  color: #5d9913;
}

.blog .section-wrapper .post-item .post-inner:hover .post-content .content-part .entry-header h3 a {
  color: #5d9913;
}

.blog .section-wrapper .post-item .post-inner .post-thumb {
  overflow: hidden;
}

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

.blog .section-wrapper .post-item .post-inner .post-thumb a img {
  width: 100%;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blog .section-wrapper .post-item .post-inner .post-content {
  align-items: center;
  padding: 20px 0 35px;
  margin: 10px;
  margin-top: -30px;
  background: #fff;
  z-index: 1;
  position: relative;
  transform: translateY(-10px);
}

@media (min-width: 576px) {
  .blog .section-wrapper .post-item .post-inner .post-content {
      padding: 35px 0;
  }
}

.blog .section-wrapper .post-item .post-inner .post-content .content-left {
  width: 100%;
  text-align: left;
  padding: 0 20px !important;
  align-items: center;
  margin-bottom: 20px !important;
  padding-bottom: 15px !important;
  border-bottom: 1px solid #ededed;
}

@media (min-width: 576px) {
  .blog .section-wrapper .post-item .post-inner .post-content .content-left {
      display: block !important;
      width: 60px;
      text-align: center;
      padding: 0 !important;
      margin-bottom: 0px !important;
      border-bottom: none;
      border-right: 1px solid #ededed;
  }
}

.blog .section-wrapper .post-item .post-inner .post-content .content-left li {
  position: relative;
  padding: 0;
}

@media (min-width: 576px) {
  .blog .section-wrapper .post-item .post-inner .post-content .content-left li {
      border-bottom: 1px solid #ededed;
  }
}

.blog .section-wrapper .post-item .post-inner .post-content .content-left li:last-child {
  border-bottom: none;
}

.blog .section-wrapper .post-item .post-inner .post-content .content-left li:hover .social-media-list {
  transform: scaleX(1);
}

@media (min-width: 576px) {
  .blog .section-wrapper .post-item .post-inner .post-content .content-left li:hover .social-media-list {
      transform: scaleY(1);
  }
}

.blog .section-wrapper .post-item .post-inner .post-content .content-left li a {
  padding: 0 20px;
  display: block;
}

@media (min-width: 576px) {
  .blog .section-wrapper .post-item .post-inner .post-content .content-left li a {
      padding: 10px 0;
  }
}

.blog .section-wrapper .post-item .post-inner .post-content .content-left li p {
  margin-bottom: 0;
  padding-bottom: 5px;
  text-align: center;
}

.blog .section-wrapper .post-item .post-inner .post-content .content-left li .social-media-list {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: scaleX(0);
  width: 320px;
  z-index: 1;
  top: 0px;
  left: 100%;
  transform-origin: left;
}

@media (min-width: 576px) {
  .blog .section-wrapper .post-item .post-inner .post-content .content-left li .social-media-list {
      display: block !important;
      top: 100%;
      left: 0;
      width: 100%;
      transform-origin: top;
      transform: scaleY(0);
  }
}

.blog .section-wrapper .post-item .post-inner .post-content .content-left li .social-media-list li {
  padding: 0;
  text-align: center;
}

.blog .section-wrapper .post-item .post-inner .post-content .content-left li .social-media-list li a {
  padding: 15px;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blog .section-wrapper .post-item .post-inner .post-content .content-left li .social-media-list li a i {
  font-size: 18px;
  color: #fff;
}

.blog .section-wrapper .post-item .post-inner .post-content .content-part {
  width: 100%;
  padding: 0 20px;
}

@media (min-width: 576px) {
  .blog .section-wrapper .post-item .post-inner .post-content .content-part {
      width: calc(100% - 60px);
      padding: 0 30px;
  }
}

.blog .section-wrapper .post-item .post-inner .post-content .content-part .entry-header .entry-meta {
  font-size: 18px;
}

.blog .section-wrapper .post-item .post-inner .post-content .content-part .entry-header .entry-meta .byline {
  margin-bottom: 0;
  margin-right: 10px;
}

.blog .section-wrapper .post-item .post-inner .post-content .content-part .entry-header .entry-meta .byline a {
  color: #5d9913;
  margin-left: 5px;
}

.blog .section-wrapper .post-item .post-inner .post-content .content-part .entry-header .entry-meta .posted-on {
  margin-bottom: 0;
}

.blog .section-wrapper .post-item .post-inner .post-content .content-part .entry-header .entry-meta .posted-on a {
  color: #5d9913;
  margin-left: 5px;
}

.blog .section-wrapper .post-item .post-inner .post-content .content-part .entry-header h4 a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blog .section-wrapper .post-item .post-inner .post-content .content-part .entry-content .btn {
  padding: 11px 33px;
}

.blog.style-2 .section-wrapper .blog-left {
  height: 100%;
}

@media (min-width: 992px) {
  .blog.style-2 .section-wrapper .blog-left {
      margin-left: -10px;
  }
}

.blog.style-2 .section-wrapper .blog-left .post-item {
  width: 100%;
  height: 100%;
}

.blog.style-2 .section-wrapper .blog-left .post-item .post-inner {
  margin: 0px;
  padding: 10px;
  height: 100%;
  background: transparent;
}

.blog.style-2 .section-wrapper .blog-left .post-item .post-inner .post-thumb {
  height: 100%;
  position: relative;
}

.blog.style-2 .section-wrapper .blog-left .post-item .post-inner .post-thumb a {
  height: 100%;
}

.blog.style-2 .section-wrapper .blog-left .post-item .post-inner .post-thumb a img {
  height: 100%;
  width: 100%;
}

.blog.style-2 .section-wrapper .blog-left .post-item .post-inner .post-thumb .post-content {
  margin: 0;
  padding: 0 20px;
  padding-left: 30px;
  bottom: 10px;
  left: 0px;
  background: transparent;
}

.blog.style-2 .section-wrapper .blog-left .post-item .post-inner .post-thumb .post-content h4 {
  line-height: 30px;
}

.blog.style-2 .section-wrapper .blog-left .post-item .post-inner .post-thumb .post-content h4 a {
  color: #fff;
}

.blog.style-2 .section-wrapper .blog-left .post-item .post-inner .post-thumb .post-content .meta-post {
  margin: 10px 0 0;
  justify-content: flex-start;
  align-items: center;
}

.blog.style-2 .section-wrapper .blog-left .post-item .post-inner .post-thumb .post-content .meta-post a {
  color: #fff;
  margin-left: 10px;
}

@media (min-width: 992px) {
  .blog.style-2 .section-wrapper .blog-right {
      margin-right: -10px;
  }
}

@media (min-width: 576px) {
  .blog.style-2 .section-wrapper .blog-right .post-item {
      width: calc(100% / 2);
  }
}

.blog.style-2 .section-wrapper .blog-right .post-item .post-inner {
  margin: 0px;
  padding: 10px;
  background: transparent;
}

.blog.style-2 .section-wrapper .blog-right .post-item .post-inner .post-thumb {
  position: relative;
}

.blog.style-2 .section-wrapper .blog-right .post-item .post-inner .post-thumb a {
  display: block;
}

.blog.style-2 .section-wrapper .blog-right .post-item .post-inner .post-thumb a img {
  width: 100%;
}

.blog.style-2 .section-wrapper .blog-right .post-item .post-inner .post-thumb .post-content {
  margin: 0;
  padding: 0 20px;
  padding-left: 30px;
  bottom: 10px;
  left: 0px;
  background: transparent;
}

.blog.style-2 .section-wrapper .blog-right .post-item .post-inner .post-thumb .post-content h4 {
  line-height: 30px;
}

.blog.style-2 .section-wrapper .blog-right .post-item .post-inner .post-thumb .post-content h4 a {
  color: #fff;
}

.blog.style-2 .section-wrapper .blog-right .post-item .post-inner .post-thumb .post-content .meta-post {
  justify-content: flex-start;
  align-items: center;
}

.blog.style-2 .section-wrapper .blog-right .post-item .post-inner .post-thumb .post-content .meta-post a {
  color: #fff;
  margin: 0 10px;
}

.blog.style-3 {
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .blog.style-3 .section-wrapper {
      margin: 0 -15px;
  }
}

@media (min-width: 1200px) {
  .blog.style-3 .section-wrapper .post-item {
      width: calc(100% / 3);
  }
}

.blog.style-3 .section-wrapper .post-item .post-inner {
  background: #fff;
  text-align: center;
  margin-bottom: 20px;
  box-shadow: 0 0 3px rgba(202, 202, 202, 0.3);
}

.blog.style-3 .section-wrapper .post-item .post-inner .post-content {
  margin: 0;
  transform: translate(0);
}

.blog.style-3 .section-wrapper .post-item .post-inner .post-content .content-part {
  width: 100%;
  margin: 0;
  padding: 0 20px;
}

.blog.style-3 .section-wrapper .post-item .post-inner .post-content .content-part .entry-header .entry-meta {
  justify-content: center;
  margin-bottom: 10px;
}

.blog.style-3 .section-wrapper .post-item .post-inner .post-content .content-part .entry-header h4 {
  margin-bottom: 15px;
}

.blog.style-3 .section-wrapper .post-item .post-inner .post-content .content-part .entry-content .btn {
  margin-top: 15px;
}

/* sponsor section start here  */
.sponsor .section-wrapper .sponsor-slider {
  overflow: hidden;
}

.sponsor .section-wrapper .sponsor-slider .sponsor-thumb {
  text-align: center;
}

/* offer-section start here  */
.offer-section {
  padding: 80px 0;
}

.offer-section .post-thumb {
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .offer-section .post-thumb {
      margin-left: -15px;
      margin-bottom: 0;
  }
}

.offer-section .offer-content {
  text-align: center;
}

@media (min-width: 992px) {
  .offer-section .offer-content {
      margin-right: -15px;
  }
}

.offer-section .offer-content h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 46px;
  font-family: 'Palatino Linotype';
  max-width: 400px;
  margin: 0 auto 30px;
}

@media (min-width: 576px) {
  .offer-section .offer-content h2 {
      font-size: 55px;
      line-height: 60px;
  }
}

.offer-section .offer-content .offer-thumb {
  position: relative;
}

.offer-section .offer-content .offer-thumb .offer-option {
  top: -50px;
  width: 60px;
  height: 60px;
}

@media (max-width: 575px) {
  .offer-section .offer-content .offer-thumb .offer-option {
      right: 0;
  }
}

@media (min-width: 992px) {
  .offer-section .offer-content .offer-thumb .offer-option {
      width: 90px;
      height: 90px;
      top: -75px;
      right: 0;
  }
}

.offer-section .offer-content .btn {
  margin-top: 50px;
}

.offer-section.style-2 {
  position: relative;
  background: #2877c6;
}

.offer-section.style-2 .shape, .offer-section.style-2 .shape1, .offer-section.style-2 .shape2 {
  bottom: 0;
}

@media (max-width: 991px) {
  .offer-section.style-2 .shape, .offer-section.style-2 .shape1, .offer-section.style-2 .shape2 {
      display: none;
  }
}

.offer-section.style-2 .shape {
  bottom: 50%;
  transform: translateY(50%);
}

.offer-section.style-2 .shape2 {
  z-index: 1;
}

.offer-section.style-2 .offer-content h2 {
  color: #fff;
}

@media (max-width: 991px) {
  .offer-section.style-2 .offer-thumb {
      text-align: center;
  }
}

/* services section start here */
.service .service-left {
  margin-bottom: 40px;
}

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

.service .service-left .section-header {
  text-align: left;
  margin-bottom: 20px;
}

.service .service-left .section-header p {
  margin-top: 20px;
  margin-left: 0;
}

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

.service .service-left .section-wrapper .btn {
  margin-top: 50px;
}

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

.service .service-right .post-item {
  width: 100%;
}

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

.service .service-right .post-item .post-inner {
  margin: 10px;
  background: #fff;
  padding: 50px 25px;
  border-radius: 3px;
  text-align: center;
  box-shadow: 0px 0px 10px 0px #f1f4f6;
}

.service .service-right .post-item .post-inner:hover .post-thumb img {
  transform: scale(1.07);
}

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

.service .service-right .post-item .post-inner .post-thumb {
  margin-bottom: 40px;
}

.service .service-right .post-item .post-inner .post-thumb img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service .service-right .post-item .post-inner .post-content h4 {
  margin: 0 0 20px;
}

.service .service-right .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;
}

@media (min-width: 1200px) {
  .service.style-2 .section-wrapper .post-item {
      width: calc(100% / 3);
  }
}

.service.style-2 .section-wrapper .post-item .post-inner {
  padding: 15px;
}

/* service-single section start here  */
.service-single .service-post {
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .service-single .service-post {
      margin-bottom: 110px;
  }
}

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

.service-single .service-post .post-thumb {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .service-single .service-post .post-thumb {
      margin-bottom: 0;
  }
}

@media (min-width: 576px) {
  .service-single .service-post .post-thumb img {
      width: 100%;
  }
}

.service-single .service-post .post-content h3 {
  margin-top: 0;
  line-height: 28px;
}

@media (min-width: 576px) {
  .service-single .service-post .post-content h3 {
      line-height: 38px;
  }
}

.service-single .service-post .post-content h3 span {
  font-weight: 400;
  display: block;
}

.service-single .service-post .post-content p {
  line-height: 24px;
}

.service-single .service-post .post-content ul li i {
  color: #5d9913;
  margin-right: 10px;
}

.service-single .service-post.video-service {
  flex-direction: row-reverse;
}

.service-single .service-post.video-service .post-thumb {
  position: relative;
}

.service-single .service-post.video-service .post-thumb:hover .video-icon {
  color: #cd201f;
}

.service-single .service-post.video-service .post-thumb .video-icon {
  top: 50%;
  left: 50%;
  width: 60px;
  height: 42px;
  line-height: 42px;
  transform: translate(-50%, -50%);
  font-size: 52px;
  display: block;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* testimonial section start here  */
@media (min-width: 1200px) {
  .testimonial.bg-image-4 {
      padding-top: 150px;
  }
}

@media (min-width: 1440px) {
  .testimonial.bg-image-4 {
      padding-top: 360px;
  }
}

.testimonial .section-wrapper .testimonial-slider {
  position: relative;
  overflow: hidden;
}

@media (min-width: 576px) {
  .testimonial .section-wrapper .testimonial-slider {
      padding: 20px;
  }
}

.testimonial .section-wrapper .testimonial-slider .testi-item {
  max-width: 780px;
  margin: 0 auto;
  padding: 40px;
  border-radius: 8px;
  background: #fff;
}

@media (min-width: 576px) {
  .testimonial .section-wrapper .testimonial-slider .testi-item {
      box-shadow: 0px 0px 30px 0px rgba(197, 197, 197, 0.3);
  }
}

.testimonial .section-wrapper .testimonial-slider .testi-item .testi-content .testimonial-author {
  margin-bottom: 25px;
  align-items: center;
}

.testimonial .section-wrapper .testimonial-slider .testi-item .testi-content .testimonial-author .author-thumb {
  margin-right: 10px;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  overflow: hidden;
}

@media (min-width: 576px) {
  .testimonial .section-wrapper .testimonial-slider .testi-item .testi-content .testimonial-author .author-thumb {
      width: 80px;
      height: 80px;
      margin-right: 20px;
  }
}

.testimonial .section-wrapper .testimonial-slider .testi-item .testi-content .testimonial-author .author-name-des h4 {
  margin: 0;
}

@media (max-width: 575px) {
  .testimonial .section-wrapper .testimonial-slider .testi-item .testi-content .testimonial-author .author-name-des h4 {
      font-size: 20px;
  }
}

.testimonial .section-wrapper .testimonial-slider .testi-item .testi-content .testimonial-author .author-name-des p {
  margin-bottom: 0;
}

.testimonial .section-wrapper .testimonial-slider .testi-item .testi-content p {
  margin-bottom: 0;
}

.testimonial .section-wrapper .testimonial-slider .testi-item .testi-content p span {
  position: relative;
}

.testimonial .section-wrapper .testimonial-slider .testi-item .testi-content p span::before, .testimonial .section-wrapper .testimonial-slider .testi-item .testi-content p span::after {
  width: 30px;
  height: 30px;
}

.testimonial .section-wrapper .testimonial-slider .testi-item .testi-content p span::before {
  top: -20px;
  left: 0;
  background: url("../images/qmark.png") no-repeat;
}



.testimonial .section-wrapper .testimonial-slider .testimonial-button-prev, .testimonial .section-wrapper .testimonial-slider .testimonial-button-next {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #181818;
  background: #fff;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 3;
  display: none;
}

@media (min-width: 1200px) {
  .testimonial .section-wrapper .testimonial-slider .testimonial-button-prev, .testimonial .section-wrapper .testimonial-slider .testimonial-button-next {
      display: block;
  }
}

.testimonial .section-wrapper .testimonial-slider .testimonial-button-prev:hover, .testimonial .section-wrapper .testimonial-slider .testimonial-button-prev.active, .testimonial .section-wrapper .testimonial-slider .testimonial-button-next:hover, .testimonial .section-wrapper .testimonial-slider .testimonial-button-next.active {
  color: #fff;
  background: #5d9913;
}

.testimonial .section-wrapper .testimonial-slider .testimonial-button-prev {
  left: 60px;
}

.testimonial .section-wrapper .testimonial-slider .testimonial-button-next {
  right: 60px;
}

.testimonial .section-wrapper .testimonial-slider .testimonial-pagination {
  text-align: center;
  margin-top: 20px;
}

.testimonial .section-wrapper .testimonial-slider .testimonial-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 5px;
  background: #fff;
  border-radius: 2px;
  opacity: 1;
}

.testimonial .section-wrapper .testimonial-slider .testimonial-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #5d9913;
}

.testimonial.style-2 .section-header {
  margin-bottom: 0px;
}

.testimonial.style-2 .section-wrapper .testimonial-slider .testi-item {
  box-shadow: none;
  text-align: center;
}

.testimonial.style-2 .section-wrapper .testimonial-slider .testi-item .testi-content img {
  margin-bottom: 20px;
}

.testimonial.style-2 .section-wrapper .testimonial-slider .testi-item .testi-content .testimonial-author .author-name-des {
  width: 100%;
  margin-top: 20px;
}

.testimonial.style-2 .section-wrapper .testimonial-button-prev,
.testimonial.style-2 .section-wrapper .testimonial-button-next {
  background: #eff4f8;
  border-radius: 3px;
}

.testimonial.style-3 .section-header {
  margin-bottom: 25px;
}

.testimonial.style-3 .section-wrapper .testimonial-slider .swiper-container.gallery-top {
  padding: 30px;
}

.testimonial.style-3 .section-wrapper .testimonial-slider .swiper-container.gallery-top .testi-item {
  background: #eff4f8;
  max-width: 860px;
  box-shadow: none;
}

@media (min-width: 1200px) {
  .testimonial.style-3 .section-wrapper .testimonial-slider .swiper-container.gallery-top .testi-item {
      padding: 80px 40px;
  }
}

@media (max-width: 575px) {
  .testimonial.style-3 .section-wrapper .testimonial-slider .swiper-container.gallery-top .testi-item {
      padding: 20px;
  }
}

.testimonial.style-3 .section-wrapper .testimonial-slider .swiper-container.gallery-top .testi-item .testi-content {
  text-align: center;
  max-width: 750px;
  margin: auto;
}

.testimonial.style-3 .section-wrapper .testimonial-slider .swiper-container.gallery-thumbs {
  width: 400px;
}

@media (max-width: 575px) {
  .testimonial.style-3 .section-wrapper .testimonial-slider .swiper-container.gallery-thumbs {
      display: none;
  }
}

@media (min-width: 1200px) {
  .testimonial.style-3 .section-wrapper .testimonial-slider .swiper-container.gallery-thumbs {
      margin-top: -70px;
  }
}

.testimonial.style-3 .section-wrapper .testimonial-slider .swiper-container.gallery-thumbs .swiper-wrapper {
  justify-content: center;
}

.testimonial.style-3 .section-wrapper .testimonial-slider .swiper-container.gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active .testi-item .testi-content .author-thumb {
  opacity: 1;
  width: 80px;
  height: 80px;
}

.testimonial.style-3 .section-wrapper .testimonial-slider .swiper-container.gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active .testi-item .testi-content .author-thumb img {
  width: 100%;
}

.testimonial.style-3 .section-wrapper .testimonial-slider .swiper-container.gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active .testi-item .testi-content .author-name {
  display: block;
}

.testimonial.style-3 .section-wrapper .testimonial-slider .swiper-container.gallery-thumbs .testi-item {
  padding: 0;
  text-align: center;
  box-shadow: none;
  background: transparent;
}

.testimonial.style-3 .section-wrapper .testimonial-slider .swiper-container.gallery-thumbs .testi-item .testi-content .author-thumb {
  width: 60px;
  height: 60px;
  opacity: .5;
  margin: 0 auto 15px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.testimonial.style-3 .section-wrapper .testimonial-slider .swiper-container.gallery-thumbs .testi-item .testi-content .author-name {
  display: none;
}

.testimonial.style-3 .section-wrapper .testimonial-slider .swiper-container.gallery-thumbs .testi-item .testi-content .rating li i {
  color: #5d9913;
}

.testimonial.style-3 .section-wrapper .testimonial-slider .testimonial-button-prev, .testimonial.style-3 .section-wrapper .testimonial-slider .testimonial-button-next {
  border: 3px solid #fff;
  line-height: 40px;
}

/*   featured-recipe   */
.featured-recipe .section-wrapper .post-item .post-item-inner {
  justify-content: center;
  align-items: center;
}

@media (max-width: 575px) {
  .featured-recipe .section-wrapper .post-item .post-item-inner .post-thumb {
      margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .featured-recipe .section-wrapper .post-item .post-item-inner .post-thumb {
      width: 33.33%;
  }
}

@media (max-width: 575px) {
  .featured-recipe .section-wrapper .post-item .post-item-inner .post-content {
      text-align: center;
  }
}

@media (min-width: 768px) {
  .featured-recipe .section-wrapper .post-item .post-item-inner .post-content {
      width: 66.66%;
      padding-left: 30px;
  }
}

.featured-recipe .section-wrapper .post-item .post-item-inner .post-content .title {
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  .featured-recipe .section-wrapper .post-item .post-item-inner .post-content .title {
      margin-bottom: 30px;
  }
}

.featured-recipe .section-wrapper .post-item .post-item-inner .post-content .title h2 {
  margin: 0;
  font-size: 55px;
  color: #5d9913;
}

@media (max-width: 575px) {
  .featured-recipe .section-wrapper .post-item .post-item-inner .post-content .title h2 {
      font-size: 30px;
  }
}

.featured-recipe .section-wrapper .post-item .post-item-inner .post-content .content h3 {
  margin-top: 0;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .featured-recipe .section-wrapper .post-item .post-item-inner .post-content .content h3 {
      max-width: 70%;
      font-size: 36px;
      line-height: 1.1;
  }
}

.featured-recipe .section-wrapper .post-item .post-item-inner .post-content .content .btn {
  margin-top: 15px;
}

/* histori section start here  */
.histori {
  padding-bottom: 0 !important;
}

.histori .section-header {
  text-align: left;
  margin-left: 0;
  margin-bottom: 50px;
}

.histori .section-wrapper .histori-slider {
  overflow: hidden;
}

.histori .section-wrapper .histori-slider .histori-item {
  padding: 30px;
  background: #eff4f8;
}

.histori .section-wrapper .histori-slider .histori-item .histori-content {
  align-items: center;
}

@media (min-width: 768px) {
  .histori .section-wrapper .histori-slider .histori-item .histori-content .histori-left {
      width: 200px;
      text-align: center;
  }
}

.histori .section-wrapper .histori-slider .histori-item .histori-content .histori-left h2 {
  font-weight: 400;
}

.histori .section-wrapper .histori-slider .histori-item .histori-content .histori-left h3 {
  margin-top: 0;
  font-size: 72px;
  line-height: 72px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .histori .section-wrapper .histori-slider .histori-item .histori-content .histori-right {
      width: calc(100% - 200px);
  }
}

.histori .section-wrapper .histori-slider .histori-item .histori-content .histori-right p {
  margin-bottom: 0;
}

.histori .section-wrapper .achievement {
  position: relative;
  background: #5d9913;
  height: 100%;
  overflow: hidden;
  padding: 50px 30px;
}

.histori .section-wrapper .achievement .title {
  text-align: center;
  margin-bottom: 20px;
}

.histori .section-wrapper .achievement .title h2 {
  margin-top: 0;
  font-size: 36px;
  color: #fff;
}

.histori .section-wrapper .achievement .achieve-wrapper {
  justify-content: space-between;
}

.histori .section-wrapper .achievement .achieve-wrapper .post-item {
  width: calc(100% / 1);
}

@media (min-width: 576px) {
  .histori .section-wrapper .achievement .achieve-wrapper .post-item {
      width: calc(100% / 2);
  }
}

.histori .section-wrapper .achievement .achieve-wrapper .post-item .post-inner {
  text-align: center;
}

.histori .section-wrapper .achievement .achieve-wrapper .post-item .post-inner .post-content .counter, .histori .section-wrapper .achievement .achieve-wrapper .post-item .post-inner .post-content p {
  font-weight: 400;
  color: #fff;
  font-family: "Frank Ruhl Libre", serif;
}

.histori .section-wrapper .achievement .achieve-wrapper .post-item .post-inner .post-content .counter {
  font-size: 36px;
  position: relative;
}

.histori .section-wrapper .achievement .achieve-wrapper .post-item .post-inner .post-content .counter::after {
  content: "\f067";
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  right: -25px;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
  font-weight: 700;
}

.histori .section-wrapper .achievement .achieve-wrapper .post-item .post-inner .post-content p {
  font-size: 24px;
}

.histori .section-wrapper .achievement .histori-navigation {
  bottom: 30px;
  right: 30px;
}

.histori .section-wrapper .achievement .histori-navigation .histori-button-prev, .histori .section-wrapper .achievement .histori-navigation .histori-button-next {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 900;
  color: #bed6a1;
  margin: 0 15px;
  cursor: pointer;
  display: none;
}

@media (min-width: 992px) {
  .histori .section-wrapper .achievement .histori-navigation .histori-button-prev, .histori .section-wrapper .achievement .histori-navigation .histori-button-next {
      display: block;
  }
}

.histori .section-wrapper .achievement .histori-navigation .histori-button-prev i, .histori .section-wrapper .achievement .histori-navigation .histori-button-next i {
  font-size: 30px;
}

.histori .section-wrapper .achievement .histori-navigation .histori-button-prev:hover, .histori .section-wrapper .achievement .histori-navigation .histori-button-prev.active, .histori .section-wrapper .achievement .histori-navigation .histori-button-next:hover, .histori .section-wrapper .achievement .histori-navigation .histori-button-next.active {
  color: #fff;
}

/* contact section start here  */
.contact-part {
  background: #eff4f8;
  padding: 40px 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;
}

.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: 2px solid #5d9913;
  padding: 40px 30px;
  margin-top: 40px;
}

@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;
}

.contact-info .contact-location li .icon-part i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #5d9913;
  color: #fff;
  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;
}

/* cart page start here  */
@media (min-width: 992px) {
  .shop-cart .section-wrapper {
      margin: 0 -15px;
  }
}

@media (max-width: 767px) {
  .shop-cart .section-wrapper .cart-top {
      overflow-x: auto;
  }
}

.shop-cart .section-wrapper .cart-top table {
  margin-bottom: 40px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .shop-cart .section-wrapper .cart-top table {
      width: 720px;
  }
}

.shop-cart .section-wrapper .cart-top table thead tr th {
  background: #5d9913;
  color: #fff;
  padding: 18px;
  border: none;
}

.shop-cart .section-wrapper .cart-top table thead tr th:nth-child(3) {
  text-align: center;
}

.shop-cart .section-wrapper .cart-top table thead tr th:last-child {
  text-align: right;
}

.shop-cart .section-wrapper .cart-top table tbody {
  background: #f5faff;
}

.shop-cart .section-wrapper .cart-top table tbody tr {
  border-bottom: 1px solid #ededed;
  border-right: none;
  border-left: none;
  border-top: none;
}

.shop-cart .section-wrapper .cart-top table tbody tr:last-child {
  border-bottom: none;
}

.shop-cart .section-wrapper .cart-top table tbody tr td {
  padding: 20px;
  border: none;
}

.shop-cart .section-wrapper .cart-top table tbody tr td:last-child {
  text-align: right;
}

.shop-cart .section-wrapper .cart-top table tbody tr td.product-item {
  display: flex;
  align-items: center;
}

.shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-thumb {
  width: 85px;
}

.shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-content {
  width: calc(100% - 85px);
  padding-left: 10px;
}

.shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-content a {
  color: #181818;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-content a:hover {
  color: #5d9913;
}

.shop-cart .section-wrapper .cart-bottom {
  background: #f5faff;
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box {
  padding: 20px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon {
  max-width: 340px;
  display: flex;
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon input {
  margin-bottom: 0;
  border: 1px solid #ededed;
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon input[type="submit"] {
  background: #5d9913;
  margin-left: -10px;
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout {
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout {
      max-width: 390px;
      text-align: right;
  }
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input {
  background: #fff;
  color: #181818;
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input[type="submit"] {
  padding: 15px 30px;
}

@media (max-width: 575px) {
  .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input[type="submit"] {
      width: 100%;
      margin-bottom: 15px;
  }
  .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input[type="submit"]:last-child {
      margin-bottom: 0;
  }
}

.shop-cart .section-wrapper .cart-bottom .shiping-box {
  padding: 30px 20px;
  border-top: 1px solid #fff;
}

@media (max-width: 767px) {
  .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping {
      margin-bottom: 30px;
  }
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping h3 {
  margin-bottom: 30px;
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select {
  position: relative;
  background: #fff;
  margin-bottom: 20px;
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select select {
  width: 100%;
  padding: 9px 20px;
  background: transparent;
  z-index: 1;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #ededed;
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select.shipping-select {
  width: 100%;
}

@media (min-width: 992px) {
  .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select.shipping-select {
      width: 50%;
      float: left;
  }
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select .select-icon {
  position: absolute;
  top: 0;
  right: 0;
  padding: 9px 20px;
  background: #5d9913;
  color: #fff;
  border: 1px solid #ededed;
  border-radius: 0px 3px 3px 0px;
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .cart-page-input-text {
  width: 45%;
  float: right;
  padding: 10px 20px;
  font-size: 14px;
  border: 1px solid #ededed;
}

@media (max-width: 575px) {
  .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .cart-page-input-text {
      width: 100%;
  }
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping button {
  width: 170px;
  font-size: 14px;
  height: 40px;
  background: #5d9913;
  font-weight: 700;
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview h3 {
  margin-bottom: 30px;
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul {
  margin: 0;
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li {
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 1px solid #ededed;
  padding: 8px 20px;
  margin-bottom: 15px;
  background: #fff;
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li .pull-right {
  margin-bottom: 0;
  color: #5d9913;
}

/* cart-plus-minus start here  */
.cart-plus-minus {
  border: 1px solid #dee0e4;
  overflow: hidden;
  width: 120px;
  margin: 0 auto;
  position: relative;
}

.cart-plus-minus .dec.qtybutton {
  border-right: 1px solid #dee0e4;
  height: 40px;
  left: 0;
  top: 0;
}

.cart-plus-minus .cart-plus-minus-box {
  border: medium none;
  color: #181818;
  float: left;
  font-size: 14px;
  height: 40px;
  margin: 0;
  padding: 0 9px 0 0;
  text-align: center;
  width: 120px;
  outline: none;
}

.cart-plus-minus .qtybutton {
  color: #181818;
  cursor: pointer;
  float: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  margin: 0;
  position: absolute;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 40px;
}

.cart-plus-minus .qtybutton:hover {
  background: #5d9913;
  color: #fff;
}

.cart-plus-minus .inc.qtybutton {
  border-left: 1px solid #ededed;
  height: 40px;
  right: 0;
  top: 0;
}

/* shop-page section start here */
.shop-page .sidebar-widget .widget-search {
  border: none;
  background: #f5faff;
}

.shop-page .sidebar-widget .widget-search form {
  position: relative;
}

.shop-page .sidebar-widget .widget-search form input {
  background: #fff;
}

.shop-page .shop-title {
  background: #f5faff;
  padding: 16px 20px;
  margin-bottom: 30px;
}

.shop-page .shop-title p {
  margin-bottom: 0;
  color: #181818;
}

.shop-page .shop-title .product-view-mode a {
  color: #181818;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.shop-page .shop-title .product-view-mode a.active {
  color: #5d9913;
}

.shop-page .shop-title .product-view-mode a:last-child {
  margin-left: 5px;
}

.shop-page .shop-product-wrap.grid .product-list-item {
  display: none;
}

.shop-page .shop-product-wrap.list .col-lg-4.col-md-6.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.shop-page .shop-product-wrap.list .product-item {
  display: none;
}

.shop-page .shop-product-wrap .product-item, .shop-page .shop-product-wrap .product-list-item {
  padding: 15px;
  margin-bottom: 30px;
  display: block;
  align-items: center;
  background: #f5faff;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
}

.shop-page .shop-product-wrap .product-item:hover .product-thumb .product-action-link, .shop-page .shop-product-wrap .product-list-item:hover .product-thumb .product-action-link {
  bottom: 0;
}

.shop-page .shop-product-wrap .product-item .product-thumb, .shop-page .shop-product-wrap .product-list-item .product-thumb {
  position: relative;
  overflow: hidden;
}

.shop-page .shop-product-wrap .product-item .product-thumb img, .shop-page .shop-product-wrap .product-list-item .product-thumb img {
  width: 100%;
}

.shop-page .shop-product-wrap .product-item .product-thumb .product-action-link, .shop-page .shop-product-wrap .product-list-item .product-thumb .product-action-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  position: absolute;
  left: 0;
  bottom: -70px;
  width: 100%;
  background: #4070ec61;
  padding: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.shop-page .shop-product-wrap .product-item .product-thumb .product-action-link a, .shop-page .shop-product-wrap .product-list-item .product-thumb .product-action-link a {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 3px;
  background-color: #fff;
  color: #505050;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.shop-page .shop-product-wrap .product-item .product-thumb .product-action-link a.view-modal, .shop-page .shop-product-wrap .product-list-item .product-thumb .product-action-link a.view-modal {
  cursor: pointer;
}

.shop-page .shop-product-wrap .product-item .product-content, .shop-page .shop-product-wrap .product-list-item .product-content {
  padding-top: 20px;
  text-align: center;
}

.shop-page .shop-product-wrap .product-item .product-content h5, .shop-page .shop-product-wrap .product-list-item .product-content h5 {
  margin: 0;
  margin-bottom: 5px;
}

.shop-page .shop-product-wrap .product-item .product-content h5 a, .shop-page .shop-product-wrap .product-list-item .product-content h5 a {
  color: #181818;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.shop-page .shop-product-wrap .product-item .product-content h5 a:hover, .shop-page .shop-product-wrap .product-list-item .product-content h5 a:hover {
  color: #5d9913;
}

.shop-page .shop-product-wrap .product-item .product-content p, .shop-page .shop-product-wrap .product-list-item .product-content p {
  color: #505050;
  margin-bottom: 5px;
}

.shop-page .shop-product-wrap .product-item .product-content p i, .shop-page .shop-product-wrap .product-list-item .product-content p i {
  color: #ecb341;
}

.shop-page .shop-product-wrap .product-list-item {
  display: flex;
  flex-wrap: wrap;
}

.shop-page .shop-product-wrap .product-list-item .product-thumb {
  width: 100%;
}

@media (min-width: 768px) {
  .shop-page .shop-product-wrap .product-list-item .product-thumb {
      width: 35%;
  }
}

.shop-page .shop-product-wrap .product-list-item .product-thumb img {
  width: 100%;
}

.shop-page .shop-product-wrap .product-list-item .product-content {
  width: 100%;
  text-align: left;
  padding-left: 20px;
}

@media (min-width: 768px) {
  .shop-page .shop-product-wrap .product-list-item .product-content {
      width: 65%;
  }
}

.shop-page .shop-product-wrap .product-list-item .product-content p {
  color: #5d9913;
}

.shop-page .modal.show {
  display: block;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  visibility: visible;
  pointer-events: visible;
  z-index: 99999999;
  -webkit-animation: slideInDown 0.4s forwards;
  animation: slideInDown 0.4s forwards;
  overflow-y: scroll;
  background: #060000b0;
}

.shop-page .modal .modal-dialog .modal-content button.close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 2px;
  background: transparent;
  z-index: 9;
  color: #5d9913;
  text-shadow: none;
  opacity: 1;
}

.shop-page .modal .modal-dialog .modal-content button.close:hover {
  color: #ff7555;
}

.shop-page .modal .modal-dialog .modal-content .modal-body {
  background: #f6faf9;
  border-radius: 8px;
}

.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .popup-slide .slider-for .thumb img {
  width: 100%;
}

.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .popup-slide .slider-nav {
  margin-top: 10px;
}

.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .popup-slide .slider-nav .thumb {
  padding: 5px 3px;
}

.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .product-content {
  margin-top: 30px;
}

@media (min-width: 576px) {
  .shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .product-content {
      margin-top: 0;
  }
}

.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .cart-button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .cart-button .cart-plus-minus {
  margin: 0;
  margin-top: 19px;
}

.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .cart-button .defult-btn {
  padding: 9.5px 30px;
}

/* shop-single section start here  */
.shop-single .sidebar-widget .widget-search {
  border: none;
  background: #f5faff;
}

.shop-single .sidebar-widget .widget-search form {
  position: relative;
}

.shop-single .sidebar-widget .widget-search form input {
  background: #fff;
}

.shop-single .product-details {
  background-color: #f6faff;
  padding: 20px;
  margin-bottom: 40px;
  overflow: hidden;
}

.shop-single .product-details .product-thumb .slider-for {
  position: relative;
}

.shop-single .product-details .product-thumb .slider-for .thumb {
  position: relative;
}

.shop-single .product-details .product-thumb .slider-for .thumb:hover .img-magnifier-glass {
  opacity: 1;
}

.shop-single .product-details .product-thumb .slider-for .thumb .img-magnifier-glass {
  position: absolute;
  border-radius: 50%;
  cursor: none;
  width: 100px;
  height: 100px;
  border: 1px solid #5d9913;
  z-index: 9;
  opacity: 0;
}

.shop-single .product-details .product-thumb .slider-for .thumb img {
  width: 100%;
}

.shop-single .product-details .product-thumb .slider-nav {
  margin-top: 20px;
}

.shop-single .product-details .product-thumb .slider-nav .thumb {
  padding: 3px;
  cursor: pointer;
  opacity: .9;
}

.shop-single .product-details .post-content {
  padding-top: 30px;
}

@media (min-width: 768px) {
  .shop-single .product-details .post-content {
      padding-top: 0;
  }
}

.shop-single .product-details .post-content h4 {
  margin-bottom: 10px;
}

.shop-single .product-details .post-content h4 a {
  color: #181818;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.shop-single .product-details .post-content h4 a:hover {
  color: #5d9913;
}

.shop-single .product-details .post-content p.rating {
  justify-content: flex-start;
  align-items: center;
}

.shop-single .product-details .post-content p.rating i {
  color: #ecb341;
}

.shop-single .product-details .post-content form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.shop-single .product-details .post-content form .select-product {
  width: 100%;
  position: relative;
  background-color: #fff;
  margin-bottom: 20px;
}

@media (min-width: 576px) {
  .shop-single .product-details .post-content form .select-product {
      width: 48%;
  }
}

.shop-single .product-details .post-content form .select-product select {
  width: 100%;
  height: 40px;
  border: 1px solid #ededed;
  color: #696969;
  outline: none;
  -webkit-appearance: none;
  z-index: 1;
  background-color: transparent;
  padding-left: 20px;
  position: relative;
  font-size: 14px;
}

.shop-single .product-details .post-content form .select-product i {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ededed;
  text-align: center;
  z-index: 0;
}

.shop-single .product-details .post-content form .cart-plus-minus {
  margin-bottom: 20px;
}

@media (min-width: 576px) {
  .shop-single .product-details .post-content form .cart-plus-minus {
      margin: 0;
  }
}

.shop-single .product-details .post-content form .discount-code {
  width: 100%;
}

@media (min-width: 576px) {
  .shop-single .product-details .post-content form .discount-code {
      width: 60%;
  }
}

.shop-single .product-details .post-content form .discount-code input {
  margin-bottom: 0;
  border-color: #ededed;
}

.shop-single .product-details .post-content form button {
  width: 100%;
  height: 54px;
  padding: 0;
  background: #5d9913;
  margin-top: 20px;
}

.shop-single .review .review-nav {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.shop-single .review .review-nav li {
  list-style: none;
  padding: 13px 33px;
  background: #5d9913;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-right: 10px;
  cursor: pointer;
}

.shop-single .review .review-nav li.active {
  background-color: #f6faff;
  color: #181818;
}

.shop-single .review .review-nav li:last-child {
  margin-right: 0;
}

.shop-single .review .review-content.review-content-show .review-showing {
  display: block;
}

.shop-single .review .review-content.description-show .description {
  display: block;
}

.shop-single .review .review-content .review-showing {
  display: none;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.shop-single .review .review-content .review-showing .content {
  margin-bottom: 30px !important;
  background-color: #f6faff;
}

.shop-single .review .review-content .review-showing .content li {
  padding: 25px 30px;
  list-style: none;
  border-bottom: 1px solid #ededed;
}

@media (min-width: 768px) {
  .shop-single .review .review-content .review-showing .content li {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
  }
}

.shop-single .review .review-content .review-showing .content li:last-child {
  border-bottom: none;
}

.shop-single .review .review-content .review-showing .content li .post-thumb {
  width: 100%;
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  .shop-single .review .review-content .review-showing .content li .post-thumb {
      padding-bottom: 0;
      width: 70px;
  }
}

.shop-single .review .review-content .review-showing .content li .post-content {
  width: 100%;
}

@media (min-width: 768px) {
  .shop-single .review .review-content .review-showing .content li .post-content {
      width: calc(100% - 70px);
      padding-left: 20px;
  }
}

.shop-single .review .review-content .review-showing .content li .post-content .entry-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.shop-single .review .review-content .review-showing .content li .post-content .entry-meta .posted-on {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 110px);
}

.shop-single .review .review-content .review-showing .content li .post-content .entry-meta .posted-on a {
  padding-right: 20px;
  font-size: 18px;
  color: #181818;
  font-weight: 700;
  text-decoration: none;
  box-shadow: none;
  line-height: 28px;
}

.shop-single .review .review-content .review-showing .content li .post-content .entry-meta .posted-on p {
  margin-bottom: 0;
  line-height: 30px;
}

.shop-single .review .review-content .review-showing .content li .post-content .entry-meta .rating {
  width: 110px;
}

.shop-single .review .review-content .review-showing .content li .post-content .entry-meta .rating i {
  color: #ecb341;
}

.shop-single .review .review-content .review-showing .content li .post-content .entry-content p {
  margin-bottom: 0;
}

.shop-single .review .review-content .review-showing .client-review {
  padding: 30px;
  background-color: #f6faff;
}

.shop-single .review .review-content .review-showing .client-review .review-form .review-title {
  margin-bottom: 40px;
}

.shop-single .review .review-content .review-showing .client-review .review-form .review-title h5 {
  position: relative;
}

.shop-single .review .review-content .review-showing .client-review .review-form .review-title h5::before {
  position: absolute;
  content: " ";
  width: 50px;
  height: 4px;
  background-color: #5d9913;
  bottom: -20px;
  border-radius: 2px;
}

.shop-single .review .review-content .review-showing .client-review .review-form .review-title h5::after {
  position: absolute;
  content: " ";
  border-bottom: 4px dotted #5d9913;
  width: 20px;
  bottom: -20px;
  left: 55px;
}

.shop-single .review .review-content .review-showing .client-review .review-form form input {
  border-color: #ededed;
}

.shop-single .review .review-content .review-showing .client-review .review-form form .rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.shop-single .review .review-content .review-showing .client-review .review-form form .rating .rating-title {
  padding-right: 5px;
}

.shop-single .review .review-content .review-showing .client-review .review-form form .rating ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.shop-single .review .review-content .review-showing .client-review .review-form form .rating ul li {
  list-style: none;
}

.shop-single .review .review-content .review-showing .client-review .review-form form .rating ul li i {
  color: #ecb341;
}

.shop-single .review .review-content .review-showing .client-review .review-form form textarea {
  border-color: #ededed;
}

.shop-single .review .review-content .review-showing .client-review .review-form form button {
  margin-top: 0;
  padding: 10px 30px;
  box-shadow: none;
  background: #5d9913;
}

.shop-single .review .review-content .description {
  background-color: #f6faff;
  padding: 30px;
  display: none;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.shop-single .review .review-content .description .post-item .post-content {
  padding: 30px 0;
}

.shop-single .review .review-content .description .post-item .post-content ul {
  margin: 0;
}

.shop-single .review .review-content .description .post-item .post-content ul li {
  list-style: none;
  position: relative;
  padding-left: 30px;
}

.shop-single .review .review-content .description .post-item .post-content ul li::before {
  position: absolute;
  content: "\f005";
  top: 50%;
  left: 0;
  color: #ecb341;
  transform: translateY(-50%);
  font-family: 'Font Awesome 5 Free';
}

/* fore-zero page start here  */
.fore-zero {
  padding-bottom: 250px !important;
}

.fore-zero .section-wrapper .zero-item {
  text-align: center;
}

.fore-zero .section-wrapper .zero-item h2 {
  font-weight: 400;
}

.fore-zero .section-wrapper .zero-item .zero-thumb {
  padding: 30px 0;
}

.fore-zero .section-wrapper .zero-item .zero-content {
  margin-top: 20px;
}

.fore-zero .section-wrapper .zero-item .zero-content h3 {
  font-weight: 400;
  max-width: 500px;
  margin: 0 auto;
  line-height: 34px;
  margin-bottom: 30px;
}

.fore-zero .section-wrapper .zero-item .zero-content .btn {
  padding: 14px 32px;
}

.blog-page .section-wrapper .blog {
  margin: 0 -15px;
}

.blog-page .section-wrapper .blog .section-wrapper .post-item {
  width: 100%;
}

.blog-page .section-wrapper .blog .section-wrapper .post-item:first-child .post-inner {
  margin-top: 0;
}

.blog-page .section-wrapper .blog .section-wrapper .post-item:last-child .post-inner {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .blog-page .section-wrapper .blog .section-wrapper .post-item .post-inner {
      margin: 15px;
  }
}

@media (min-width: 576px) {
  .blog-page .section-wrapper .blog .section-wrapper .post-item .post-inner .post-content .content-part .entry-header h3 {
      line-height: 36px;
  }
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner:hover .post-thumb img {
  transform: scale(1);
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content {
  align-items: flex-start;
  padding-bottom: 0;
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .content-part {
  padding: 0 20px;
}

@media (min-width: 576px) {
  .blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .content-part {
      padding: 0 20px;
  }
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .content-part .entry-content ul {
  width: 100%;
  float: left;
  margin-bottom: 20px !important;
}

@media (min-width: 768px) {
  .blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .content-part .entry-content ul {
      width: 50%;
      margin-bottom: 0;
  }
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .content-part .entry-content ul li {
  font-family: "Frank Ruhl Libre", serif;
  position: relative;
  padding-left: 20px;
  color: #181818;
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .content-part .entry-content ul li::before {
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  border: 1px solid #5d9913;
  transform: translateY(-50%);
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .content-part .entry-content img {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .content-part .entry-content img {
      width: 50%;
      padding-left: 15px;
  }
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section {
  width: 100%;
  justify-content: center;
  padding: 20px;
  border-top: 1px solid #ededed;
}

@media (min-width: 576px) {
  .blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section {
      padding: 20px 20px 20px 77px;
  }
}

@media (min-width: 768px) {
  .blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section {
      justify-content: space-between;
  }
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section .tags {
  align-items: center;
  justify-content: center;
  margin-bottom: 15px !important;
}

@media (min-width: 768px) {
  .blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section .tags {
      margin-bottom: 0 !important;
  }
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section .tags li {
  padding: 0;
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section .tags li a {
  display: inline-block;
  outline: none;
  padding: 7px 23px;
  margin: 3px;
  border: 1px solid #ededed;
  color: #181818;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 3px;
}

@media (min-width: 576px) {
  .blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section .tags li a {
      margin: 0 3px;
  }
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section .tags li a:hover {
  background: -webkit-linear-gradient(to left, #83c236, #5d9913);
  background-image: linear-gradient(to left, #83c236, #5d9913);
  color: #fff;
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section .social-link-list li {
  padding: 0;
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section .social-link-list li a {
  color: #fff;
  border-radius: 0;
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section .social-link-list li a:hover i {
  color: #fff !important;
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section .social-link-list li a.facebook {
  background: #3b5998;
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section .social-link-list li a.facebook:hover {
  border-radius: 50px;
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section .social-link-list li a.facebook:hover i {
  color: #fff;
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section .social-link-list li a.twitter {
  background: #55acee;
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section .social-link-list li a.twitter:hover {
  border-radius: 50px;
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section .social-link-list li a.twitter:hover i {
  color: #fff;
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section .social-link-list li a.linkedin {
  background: #007bb5;
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section .social-link-list li a.linkedin:hover {
  border-radius: 50px;
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section .social-link-list li a.linkedin:hover i {
  color: #fff;
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section .social-link-list li a.google {
  background: #dd4b39;
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section .social-link-list li a.google:hover {
  border-radius: 50px;
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section .social-link-list li a.google:hover i {
  color: #fff;
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .comments {
  margin-top: 30px;
  background: #fff;
  padding: 25px 20px;
  width: 100%;
  border: 10px solid #f1f6fa;
}

@media (min-width: 576px) {
  .blog-page .section-wrapper .blog.blog-single .section-wrapper .comments {
      padding: 25px 30px;
  }
}

@media (min-width: 992px) {
  .blog-page .section-wrapper .blog.blog-single .section-wrapper .comments {
      margin: 0 15px;
  }
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .comments .title-border {
  font-size: 22px;
  color: #000f3a;
  margin: 0 0 28px 0;
  position: relative;
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .comments .title-border::before {
  width: 50px;
  height: 5px;
  background: #5d9913;
  bottom: -20px;
  border-radius: 2px;
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .comments .title-border::after {
  border-bottom: 5px dotted #5d9913;
  width: 36px;
  bottom: -20px;
  left: 55px;
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .comments .comment-list .comment .com-thumb {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 15px;
  float: left;
}

@media (min-width: 768px) {
  .blog-page .section-wrapper .blog.blog-single .section-wrapper .comments .comment-list .comment .com-thumb {
      height: 80px;
      width: 80px;
  }
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .comments .comment-list .comment .com-content {
  overflow: hidden;
  padding-bottom: 20px;
  border-bottom: 1px solid #dbdbdb;
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .comments .comment-list .comment .com-content:last-child {
  border-bottom: none;
}

@media (min-width: 576px) {
  .blog-page .section-wrapper .blog.blog-single .section-wrapper .comments .comment-list .comment .com-content .com-title {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
  }
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .comments .comment-list .comment .com-content .com-title .com-title-meta h4 {
  font-size: 20px;
  line-height: 24px;
  margin: 0;
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .comments .comment-list .comment .com-content .com-title .com-title-meta h4 a {
  color: #181818;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .comments .comment-list .comment .com-content .com-title .com-title-meta h4 a:hover {
  color: #5d9913;
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .comments .comment-list .comment .com-content .com-title .com-title-meta span {
  font-size: 16px;
  color: #505050;
  display: inline-block;
  margin-bottom: 5px;
  font-family: "Frank Ruhl Libre", serif;
}

@media (max-width: 575px) {
  .blog-page .section-wrapper .blog.blog-single .section-wrapper .comments .comment-list .comment .com-content .com-title .reply {
      margin-bottom: 10px;
      display: inline-block;
  }
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .comments .comment-list .comment .com-content p {
  margin-bottom: 0;
  line-height: 24px;
}

@media (min-width: 576px) {
  .blog-page .section-wrapper .blog.blog-single .section-wrapper .comments .comment-list .comment .comment-list {
      padding-left: 30px;
  }
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .comments .comment-list .comment .comment-list .comment {
  list-style: none;
  overflow: hidden;
  border-bottom: 1px solid #dbdbdb;
  padding: 20px 0px;
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .comments .comment-list .comment .comment-list .comment:last-child {
  border: none;
  padding-bottom: 0px;
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .comment-respond {
  background: #fff;
  padding: 25px 20px 40px;
  margin-top: 30px;
  border: 10px solid #f1f6fa;
}

@media (min-width: 576px) {
  .blog-page .section-wrapper .blog.blog-single .section-wrapper .comment-respond {
      padding: 25px 30px 40px;
  }
}

@media (min-width: 992px) {
  .blog-page .section-wrapper .blog.blog-single .section-wrapper .comment-respond {
      margin: 30px 15px 0 15px;
  }
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .comment-respond .add-comment .title-border {
  position: relative;
  margin-bottom: 50px;
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .comment-respond .add-comment .title-border::before {
  width: 50px;
  height: 5px;
  background-color: #5d9913;
  bottom: -20px;
  border-radius: 2px;
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .comment-respond .add-comment .title-border::after {
  border-bottom: 5px dotted #5d9913;
  width: 36px;
  bottom: -20px;
  left: 55px;
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .comment-respond .add-comment .comment-form {
  justify-content: space-between;
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .comment-respond .add-comment .comment-form input[type="text"] {
  background: #f1f6fa;
  color: #505050;
  padding: 10px 15px;
  width: 100%;
}

@media (min-width: 768px) {
  .blog-page .section-wrapper .blog.blog-single .section-wrapper .comment-respond .add-comment .comment-form input[type="text"]:nth-child(3) {
      width: 100% !important;
  }
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .comment-respond .add-comment .comment-form button {
  border: none;
  cursor: pointer;
  background: linear-gradient(to right, #67c459, #1c9ed0);
  opacity: .70;
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .comment-respond .add-comment .comment-form button.btn {
  padding: 12px 28px;
}

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

@media (min-width: 992px) {
  .sidebar-widget {
      margin: 0;
      margin-right: -15px;
  }
}

.sidebar-widget h4 {
  position: relative;
  margin-bottom: 30px;
}

.sidebar-widget h4::before {
  width: 50px;
  height: 5px;
  background-color: #5d9913;
  bottom: -20px;
  border-radius: 2px;
}

.sidebar-widget h4::after {
  border-bottom: 5px dotted #5d9913;
  width: 36px;
  bottom: -20px;
  left: 55px;
}

.sidebar-widget .widget-search form {
  position: relative;
}

.sidebar-widget .widget-search form input {
  padding: 17px;
  background: #f7fbff;
  border: none;
  width: 100%;
  position: relative;
  outline: none;
  margin-bottom: 0;
  margin-top: 20px;
  display: inline-block;
}

.sidebar-widget .widget-search form button {
  right: 0px;
  background: transparent;
  color: #858585;
  line-height: 1;
  bottom: 0px;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 53px;
  padding: 0;
}

.sidebar-widget .widget-search form button:hover {
  background: none;
}

.sidebar-widget .post-catagori ul li {
  width: 100%;
  margin: 5px 0;
  list-style: none;
  overflow: hidden;
  border-bottom: 1px solid #ededed;
}

.sidebar-widget .post-catagori ul li:hover span {
  color: #5d9913;
}

.sidebar-widget .post-catagori ul li:last-child {
  border-bottom: none;
}

.sidebar-widget .post-catagori ul li a {
  width: calc(100% - 50px);
  display: inline-block;
  text-transform: capitalize;
  padding: 10px 0;
  padding-left: 15px;
  position: relative;
  color: #505050;
  float: left;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sidebar-widget .post-catagori ul li a:hover {
  color: #5d9913;
  padding-left: 25px;
}

.sidebar-widget .post-catagori ul li a:hover::before {
  color: #5d9913;
  padding-left: 10px;
}

.sidebar-widget .post-catagori ul li a::before {
  position: absolute;
  content: "\f101";
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  font-size: 12px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sidebar-widget .post-catagori ul li span {
  width: 50px;
  float: right;
  font-size: 18px;
  color: #505050;
  text-align: center;
  padding: 4px 0px;
  margin-top: 3px;
}

.sidebar-widget .widget-rec-post .recent-post li {
  align-items: center;
  justify-content: space-around;
  padding: 15px 0;
  list-style: none;
  border-bottom: 1px solid #ededed;
}

.sidebar-widget .widget-rec-post .recent-post li:last-child {
  border-bottom: none;
}

.sidebar-widget .widget-rec-post .recent-post li:hover .rec-thumb a img {
  transform: scale(1.1);
}

.sidebar-widget .widget-rec-post .recent-post li:hover .rec-content h6 a {
  color: #5d9913;
}

.sidebar-widget .widget-rec-post .recent-post li .rec-content {
  width: calc(100% - 90px);
  padding-right: 10px;
}

@media (min-width: 992px) {
  .sidebar-widget .widget-rec-post .recent-post li .rec-content {
      width: 70%;
  }
}

.sidebar-widget .widget-rec-post .recent-post li .rec-content h6 a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sidebar-widget .widget-rec-post .recent-post li .rec-content h6 a:hover {
  color: #5d9913;
}

.sidebar-widget .widget-rec-post .recent-post li .rec-thumb {
  width: 90px;
  text-align: right;
}

@media (min-width: 992px) {
  .sidebar-widget .widget-rec-post .recent-post li .rec-thumb {
      width: 30%;
  }
}

.sidebar-widget .widget-rec-post .recent-post li .rec-thumb a {
  display: block;
  overflow: hidden;
}

.sidebar-widget .widget-rec-post .recent-post li .rec-thumb a img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sidebar-widget .widget-tags ul {
  padding-top: 20px !important;
}

.sidebar-widget .widget-tags ul li {
  padding: 0;
  margin: 2px;
}

.sidebar-widget .widget-tags ul li a {
  padding: 8px 11px;
  color: #505050;
  border-radius: 1px;
  border: 1px solid #ededed;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sidebar-widget .widget-tags ul li a:hover {
  color: #fff;
  background: #5d9913;
}

.sidebar-widget .widget-instagram ul {
  justify-content: center;
  padding-top: 20px !important;
  margin: -3px !important;
}

.sidebar-widget .widget-instagram ul li {
  padding: 0;
  margin: 3px;
}

.sidebar-widget .widget-instagram ul li a {
  display: block;
  overflow: hidden;
}

.sidebar-widget .widget-instagram ul li a:hover img {
  transform: scale(1.1);
}

.sidebar-widget .widget-instagram ul li a img {
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sidebar-widget .widget-add a {
  padding-top: 20px;
  display: block;
}

.sidebar-widget .widget-add a img {
  display: block;
  width: 100%;
}

.sidebar-widget .shop-widget {
  background: #f5faff;
}

.sidebar-widget .shop-widget .widget-title {
  padding: 15px;
}

.sidebar-widget .shop-widget .widget-wrapper .shop-menu {
  margin: 0;
}

.sidebar-widget .shop-widget .widget-wrapper .shop-menu li {
  list-style: none;
  border-bottom: 1px solid #ededed;
  padding: 12px 15px;
}

.sidebar-widget .shop-widget .widget-wrapper .shop-menu li:last-child {
  border-bottom: none;
}

.sidebar-widget .shop-widget .widget-wrapper .shop-menu li.open > a {
  color: #5d9913;
}

.sidebar-widget .shop-widget .widget-wrapper .shop-menu li.open > a.dd-icon-down::after {
  transform: rotate(-180deg) translateY(10px);
}

.sidebar-widget .shop-widget .widget-wrapper .shop-menu li a {
  display: block;
  font-weight: 700;
  color: #181818;
}

.sidebar-widget .shop-widget .widget-wrapper .shop-menu li a.dd-icon-down::after {
  right: 0;
}

.sidebar-widget .shop-widget .widget-wrapper .shop-menu li .shop-submenu {
  margin: 0;
  padding-left: 15px;
  padding-top: 5px;
  display: none;
}

.sidebar-widget .shop-widget .widget-wrapper .shop-menu li .shop-submenu li {
  padding: 2px 0;
  border-bottom: none;
}

.sidebar-widget .shop-widget .widget-wrapper .shop-menu li .shop-submenu li.open > a {
  color: #5d9913;
}

.sidebar-widget .shop-widget .widget-wrapper .shop-menu li .shop-submenu li a {
  color: #181818;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sidebar-widget .shop-widget .widget-wrapper .shop-menu li .shop-submenu li a.active, .sidebar-widget .shop-widget .widget-wrapper .shop-menu li .shop-submenu li a:hover {
  color: #5d9913;
}

.sidebar-widget .letest-product {
  background: #f5faff;
}

.sidebar-widget .letest-product .widget-title {
  padding: 15px;
}

.sidebar-widget .letest-product .widget-wrapper ul {
  margin: 0;
}

.sidebar-widget .letest-product .widget-wrapper ul li {
  padding: 15px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ededed;
}

.sidebar-widget .letest-product .widget-wrapper ul li:last-child {
  border-bottom: none;
}

.sidebar-widget .letest-product .widget-wrapper ul li .product-thumb {
  width: 70px;
}

.sidebar-widget .letest-product .widget-wrapper ul li .product-content {
  padding-left: 15px;
  width: calc(100% - 70px);
}

.sidebar-widget .letest-product .widget-wrapper ul li .product-content h6 {
  margin: 0;
}

.sidebar-widget .letest-product .widget-wrapper ul li .product-content h6 a {
  color: #181818;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sidebar-widget .letest-product .widget-wrapper ul li .product-content h6 a:hover {
  color: #5d9913;
}

.sidebar-widget .letest-product .widget-wrapper ul li .product-content p {
  margin-bottom: 0;
}

.sidebar-widget .letest-product .widget-wrapper ul li .product-content p i {
  font-size: 12px;
  color: #ecb341;
}

.sidebar-widget .letest-product .widget-wrapper ul li .product-content p span {
  font-size: 14px;
}

.pagination-area {
  padding: 20px 0 0;
}

.pagination-area .pagination {
  margin: 0;
  align-items: center;
}

.pagination-area .pagination li {
  list-style: none;
}

.pagination-area .pagination li.dot {
  font-weight: 700;
  padding: 10px;
  font-size: 18px;
}

.pagination-area .pagination li.prev {
  margin-right: 5px;
}

.pagination-area .pagination li.prev a i {
  font-weight: 600;
}

.pagination-area .pagination li.next {
  margin-left: 5px;
}

.pagination-area .pagination li.next a i {
  font-weight: 600;
}

.pagination-area .pagination li a {
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background: #fff;
  color: #181818;
  margin: 0 2px;
  text-transform: capitalize;
  box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.1);
  font-weight: 600;
  border-radius: 50px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pagination-area .pagination li a:hover {
  background-image: linear-gradient(to left, #83c236, #5d9913);
  color: #fff !important;
}

.pagination-area .pagination li a.active {
  background-image: linear-gradient(to left, #83c236, #5d9913);
  color: #fff !important;
  box-shadow: 0px 5px 10px 0px rgba(131, 194, 94, 0.7);
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .content-part .entry-content ul, .blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section .tags, .sidebar-widget .post-catagori ul, .sidebar-widget .widget-rec-post .recent-post, .sidebar-widget .widget-tags ul, .sidebar-widget .widget-instagram ul {
  margin: 0;
  padding: 0;
}

.sidebar-widget .widget-search, .sidebar-widget .post-catagori, .sidebar-widget .widget-rec-post, .sidebar-widget .widget-tags, .sidebar-widget .widget-instagram, .sidebar-widget .widget-add {
  border: 10px solid #f1f6fa;
}

.shop-page .sidebar-widget .widget-search, .shop-single .sidebar-widget .widget-search, .sidebar-widget .widget-search, .sidebar-widget .post-catagori, .sidebar-widget .widget-rec-post, .sidebar-widget .widget-tags, .sidebar-widget .widget-instagram, .sidebar-widget .widget-add {
  padding: 20px 20px 30px;
}

.sidebar-widget .post-catagori, .sidebar-widget .widget-rec-post, .sidebar-widget .widget-tags, .sidebar-widget .widget-instagram, .sidebar-widget .widget-add, .sidebar-widget .shop-widget, .sidebar-widget .letest-product {
  margin-top: 35px;
}

.footer-top {
  background: url(../images/footer-bg.jpg);
  background-position: center top;
  background-size: cover;
  padding-bottom: 300px !important;
}

@media (min-width: 1440px) {
  .footer-top {
      padding-top: 200px;
  }
}

@media (max-width: 767px) {
  .footer-top .col-lg-4.col-md-6:last-child .post-item {
      margin-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .footer-top .post-item {
      margin-bottom: 50px;
  }
}

.footer-top .post-item .footer-logo {
  margin-bottom: 32px;
}

.footer-top .post-item .footer-location li .icon-part {
  width: 30px;
}

.footer-top .post-item .footer-location li .icon-part i {
  padding-top: 10px;
  color: #5d9913;
}

.footer-top .post-item .footer-location li .content-part {
  width: calc(100% - 30px);
}

.footer-top .post-item .footer-location li .content-part p {
  margin-bottom: 0;
}

.footer-top .post-item .post-title {
  margin: 40px 0px 30px;
}

.footer-top .post-item .footer-post li {
  padding: 10px 0;
}

.footer-top .post-item .footer-post li:last-child {
  padding-bottom: 0;
}

.footer-top .post-item .footer-post li:hover .post-thumb a img {
  transform: scale(1.06);
}

.footer-top .post-item .footer-post li:hover .post-content h5 a {
  color: #5d9913;
}

.footer-top .post-item .footer-post li .post-thumb {
  overflow: hidden;
  border-radius: 4px;
  margin-right: 17px;
}

.footer-top .post-item .footer-post li .post-thumb a img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer-top .post-item .footer-post li .post-content .footer-rating p {
  margin-bottom: 0;
  margin-left: 10px;
}

.footer-top .post-item .footer-post li .post-content .price {
  font-weight: 700;
}

.footer-top .post-item .footer-post li .post-content .price del {
  margin-right: 5px;
}

.footer-top .post-item .footer-gellary {
  justify-content: flex-end;
}

.footer-top .post-item .footer-gellary li {
  padding: 0px;
  width: 110px;
  height: 88px;
}

@media (min-width: 992px) {
  .footer-top .post-item .footer-gellary li {
      width: 114px;
  }
}

.footer-top .post-item .footer-gellary li a {
  margin: 7px;
  overflow: hidden;
}

.footer-top .post-item .footer-gellary li a:hover img {
  transform: scale(1.09);
}

.footer-top .post-item .footer-gellary li a img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer-top.style-2 {
  background: url(../../assets/css/bg-images/footer-bg2.jpg);
  padding-bottom: 110px !important;
}

.footer-bottom {
  padding: 27px 0;
}

.footer-bottom p {
  margin-bottom: 0;
  font-weight: 600;
  color: #181818;
}

.footer-bottom p a {
  color: #5d9913;
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .service .service-right .post-item .post-inner .post-content h4 {
      font-size: 20px;
  }
  .about.style-2 .about-right .experience-part .post-item {
      width: calc(100% / 2);
      padding-bottom: 20px;
  }
  .footer-top .post-item .footer-gellary li {
      width: 95px;
      height: 72px;
  }
  .footer-top .post-item .footer-post li .post-thumb {
      width: 90px;
      height: 90px;
  }
}

@media only screen and (min-width: 1024px) {
  .team-member .section-wrapper .post-item-inner .post-thumb:hover .post-content {
      width: 85%;
  }
}

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

@media only screen and (max-width: 450px) {
  .team-member .section-wrapper .post-item-inner .post-thumb:hover .post-content {
      border-radius: 50px 50px 200px 200px;
      width: 80%;
  }
}

@media screen and (max-width: 339px) {
  .footer-top .post-item .footer-post li .post-content h5 {
      font-size: 20px;
  }
  .footer-top .post-item .footer-gellary li {
      width: 95px;
      height: 72px;
  }
}

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