/*!
<----------------------------------------
  Theme Name: EnviShare
  Theme URI: http://codexcoder.com/
  Author: codexcoder.com
  Author URI: http://codexcoder.com/
  Description: EnviShare is a Creative Environment & Ecology HTML5 Template.
  Version: 1.0.0
  Tags: bio, charity, crowdfunding, eco, ecological, ecology, environment, environmental, green, green tech, natural, nature, nonprofit, organic, renewable
---------------------------------------->
*/


/*---------------------------------------------
Table of CONTENT
-----------------------------------------------
01. Default CSS
02. Header 
  * Style-1
  * Style-2
  * Mobile Menu
03. Banner 
  * Style-1
  * Style-2
04. Page Header
05. Feature
  * Style-1
  * Style-2
  * Style-3
  * Style-4
06. Campaigns
  * Campaign
    * style-1
    * style-2
    * style-3
    * style-4
    * style-5
  * Campaign Single

07. Support
  * Style-1
  * Style-2
08. Project
  * Style-1
  * Style-2
  * Project Single
09. Testimonial
10. Sponsor
11. Volunteer
  * Style-1
  * Style-2
  * Volunteer Single
12. Blog
  * Style-1
  * Style-2
  * Sidebar Widget
  * Blog Single
13. Shop
  * Shop Page
  * Shop Single Page
  * Shope Cart Page
14. Contact
15. Gmaps
16. 404
17. Footer
-----------------------------------------------*/


/*@@@@@@@@@@@@@@   01. Default CSS   @@@@@@@@@@@@@@@@@*/

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    margin-top: 66px;
    font-size: 16px;
    color: #3f485d;
    line-height: 29px;
    position: relative;
    background: #fff;
    font-family: "Roboto", sans-serif;
}

@media (min-width: 1200px) {
    body {
        margin-top: 0px;
    }
}

body.body-padding {
    padding-top: 0px;
}

@media (min-width: 1200px) {
    body.body-padding {
        padding-top: 125px;
    }
}

body.boxed {
    background-image: url(images/bg/01.jpg);
    background-attachment: fixed;
}

@media (min-width: 1200px) {
    body.boxed .body-wrapper {
        width: 1200px;
        margin: auto;
        margin-top: 40px;
        background: #fff;
    }
    body.boxed .body-wrapper .header-section.menu-fixed {
        width: 1200px;
    }
    body.boxed .body-wrapper .header-section .header-area .right-side>li:first-child {
        display: none;
    }
}

@media (min-width: 1200px) {
    body.boxed .body-wrapper .header-section .header-area .right-side {
        width: auto;
    }
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

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:hover {
    text-decoration: none;
}

a:active,
a:hover,
a:focus {
    outline-width: 0;
    outline: none !important;
}

abbr[title] {
    border-bottom: 1px #ecf0f3 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:focus,
input:focus {
    outline: none;
}

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;
}

.blanco {
    color: #fff;
}


/*--------------------------------------------------------------
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: #414141;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin: 0 0 0.25em;
    color: #354965;
    font-family: "Montserrat", serif;
    font-weight: 700;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5,
h6 a {
    clear: both;
    color: #354965;
    font-family: "Montserrat", serif;
    font-weight: 700;
    text-decoration: none;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    padding-top: 0;
}

h1 {
    font-size: 65px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

p {
    margin: 0 0 1em;
    font-size: 16px;
    color: #3f485d;
    line-height: 24px;
    font-weight: 400;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    padding: 0px 20px 0px 50px;
    font-weight: 400;
    margin-bottom: 0;
    font-size: 1.125rem;
    line-height: 1.625rem;
    color: #3f485d;
    position: relative;
    font-family: "Montserrat", serif;
}

blockquote:before {
    top: 5px;
    left: 0px;
    width: 40px;
    height: 30px;
    background: url(../images/blog/single/blockquote.png);
}

blockquote:after {
    width: 4px;
    height: 100%;
    background: #7fe092;
    top: 0px;
    left: 0px;
    border-radius: 100px;
}

blockquote cite {
    display: block;
    font-style: normal;
    font-weight: 400;
    margin-top: 0.5em;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #3f485d;
}

address {
    margin: 0 0 1.5em;
    line-height: 24px;
}

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: #3f485d;
    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 #ecf0f3;
    -webkit-border-radius: 3px;
    border-radius: 4px;
    display: block;
    padding: 0.7em;
    width: 100%;
    margin-bottom: 1.25rem;
    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: #3f485d;
}

select {
    border: 1px solid #bbb;
    -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: #fafafa;
}

@media (min-width: 768px) {
    .comment-form input[type="text"] {
        width: calc(50% - 10px);
    }
}

.comment-form input[type="email"] {
    padding: 15px;
    border: 0;
    background: #fafafa;
}

@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: #fafafa;
}

.comment-form input[type="submit"] {
    width: 100%;
    background: #7fe092;
    margin-top: 10px;
    transition: all .3s ease;
}

.comment-form input[type="submit"]:hover {
    background: #3f485d;
}

.comment-form textarea {
    background: #fafafa;
    margin-bottom: 20px;
    border: none;
}


/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
    color: #3f485d;
    font-family: "Roboto", sans-serif;
}

:-moz-placeholder {
    color: #3f485d;
    font-family: "Roboto", sans-serif;
}

::-moz-placeholder {
    color: #3f485d;
    font-family: "Roboto", sans-serif;
    opacity: 1;
    /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
    color: #3f485d;
    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: 24px;
    margin: 0 1.5em;
}

dd {
    margin: 0 1.5em 1.5em;
    line-height: 24px;
}


/*--------------------------------------------------------------
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 #ecf0f3;
}

tr {
    border-bottom: 1px solid #ecf0f3;
    border-top: 1px solid #ecf0f3;
    border-left: 1px solid #ecf0f3;
}

td {
    padding: 1em;
    border: 1px solid #ecf0f3;
}

.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: #3f485d;
    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: #3f485d;
    text-decoration: none;
    margin-left: -2px;
}

.entry-title:not(:first-child) {
    padding-top: 0;
}

.entry-meta a {
    color: #767676;
}

.byline,
.updated:not(.published) {
    display: none;
}

.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 Post */


/* 
.single-post:not(.has-sidebar) #primary,
.page.page-one-column:not(.twentyseventeen-front-page) #primary,
.archive.page-one-column:not(.has-sidebar) .page-header,
.archive.page-one-column:not(.has-sidebar) #primary {
	margin-left: auto;
	margin-right: auto;
	max-width: 740px;
} */

.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-header {
    padding-bottom: 2em;
}

.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: #3f485d;
}

.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 {
    clear: both;
}

.comments-title {
    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-author {
    font-size: 1rem;
    margin-bottom: 0.4em;
    position: relative;
    z-index: 2;
}

.comment-author .says {
    display: none;
}

.comment-meta {
    margin-bottom: 1rem;
}

.comment-list>.comment:first-child {
    border-top: none;
}

.comment {
    border-top: 1px solid #ecf0f3;
    padding-top: 30px;
}

.comment:first-child {
    margin-top: 0;
}

.comment .comment-body {
    border-top: 1px solid #ecf0f3;
}

.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: #3f485d;
    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: #3f485d;
    font-size: 1rem;
}

.comment-reply-link {
    position: relative;
    padding: 1px 11px;
    text-transform: capitalize;
    color: #84e18a !important;
    border-radius: 4px;
    font-size: 0.8125rem !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 400;
}

.comment-reply-link:hover {
    color: #354965 !important;
    box-shadow: none;
}

.comment-reply-link i {
    margin-right: 5px;
}

.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 20px;
}

.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: #3f485d;
}

.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: #3f485d;
}

.site-content .wp-playlist-dark .mejs-container .mejs-controls {
    background-color: #3f485d;
}

.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: #3f485d;
}

.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 */
    body,
    button,
    input,
    select,
    textarea {
        font-size: 1rem;
    }
    h1 {
        font-size: 65px;
        line-height: 70px;
    }
    h2 {
        font-size: 40px;
        line-height: 48px;
    }
    h3 {
        font-size: 30px;
        line-height: 36px;
    }
    h4 {
        font-size: 24px;
        line-height: 36px;
    }
    h5 {
        font-size: 20px;
        line-height: 26px;
    }
    h6 {
        font-size: 16px;
        line-height: 24px;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        color: #354965;
    }
    .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-meta {
        display: flex;
        align-items: center;
    }
}


/* @@@@@@@@@@ global css start here @@@@@@ */

.active .dd-icon-down::after {
    color: #7fe092;
}

.dd-icon-down:before,
.dd-icon-down::after {
    position: absolute;
    content: '';
    background: #354965;
    top: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.dd-icon-down:after {
    width: 10px;
    right: 0;
    height: 2px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.dd-icon-down:before {
    width: 2px;
    height: 10px;
    -webkit-transform: translateX(-15px) translateY(-50%);
    -ms-transform: translateX(-15px) translateY(-50%);
    transform: translateX(-15px) translateY(-50%);
    left: calc(100% + 9px);
}

.dd-icon-right:before,
.dd-icon-right::after {
    position: absolute;
    content: '';
    background: #354965;
    top: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.dd-icon-right:after {
    width: 10px;
    left: 100%;
    height: 2px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.dd-icon-right:before {
    width: 2px;
    height: 10px;
    -webkit-transform: translateX(-5px) translateY(-50%);
    -ms-transform: translateX(-5px) translateY(-50%);
    transform: translateX(-5px) translateY(-50%);
    left: calc(100% + 9px);
}

.padding-tb {
    padding: 60px 0;
}

@media (min-width: 992px) {
    .padding-tb {
        padding: 110px 0;
    }
}

.custom-btn {
    padding: 8px 24px;
    border-radius: 25px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: linear-gradient(to right, #a4ea58, #81e18f);
    text-transform: capitalize;
    font-family: "Montserrat", serif;
    font-weight: 700;
    box-shadow: 0 10px 10px 0px rgba(164, 234, 88, 0.3);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.custom-btn i {
    margin-left: 6px;
}

.custom-btn:hover {
    background: linear-gradient(to left, #a4ea58, #81e18f);
    color: #fff;
}

.text-btn {
    font-size: 16px;
    font-weight: 700;
    font-family: "Montserrat", serif;
    color: #354965;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.text-btn i {
    margin-left: 5px;
}

.text-btn:hover {
    color: #84e18a;
}

.style-2 .custom-btn {
    border-radius: 2px;
}

.section-header {
    z-index: 1;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
    padding-bottom: 30px;
}

.section-header h2 {
    margin: 0;
    font-size: 24px;
}

@media (min-width: 576px) {
    .section-header h2 {
        font-size: 40px;
    }
}

.section-header h2 span {
    font-weight: 400;
}

.section-header:after {
    height: 11px;
    width: 155px;
    top: 94%;
    left: 50%;
    background: url(images/01.png);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.section-header.style-2:after {
    background: url(images/02.png);
}

.section-header.style-2 h2 {
    color: #fff;
}

.facebook {
    background: #3b5998;
}

.facebook:hover {
    background: #fff;
    border-color: #3b5998 !important;
}

.facebook:hover i {
    color: #3b5998;
}

.facebook i {
    color: #fff;
}

.twitter {
    background: #55acee;
    border-color: #55acee !important;
}

.twitter i {
    color: #fff;
}

.twitter:hover {
    background: #fff;
}

.twitter:hover i {
    color: #55acee;
}

.twitter-sm {
    background: #55acee;
}

.twitter-sm:hover {
    background: #fff;
    border-color: #55acee;
}

.twitter-sm:hover i {
    color: #55acee;
}

.twitter-sm i {
    color: #fff;
}

.google {
    background: #dd4b39;
}

.google:hover {
    background: #fff;
    border-color: #dd4b39 !important;
}

.google:hover i {
    color: #dd4b39;
}

.google i {
    color: #fff;
}

.linkedin {
    background: #007bb5;
}

.linkedin:hover {
    background: #fff;
    border-color: #007bb5 !important;
}

.linkedin:hover i {
    color: #007bb5;
}

.linkedin i {
    color: #fff;
}

.instagram {
    background: #e4405f;
}

.instagram:hover {
    background: #fff;
    border-color: #e4405f !important;
}

.instagram:hover i {
    color: #e4405f;
}

.instagram i {
    color: #fff;
}

.tumblr {
    background: #34465d;
}

.tumblr:hover {
    background: #fff;
    border-color: #34465d !important;
}

.tumblr:hover i {
    color: #34465d;
}

.tumblr i {
    color: #fff;
}

.behance {
    background: #1769ff;
}

.behance:hover {
    background: #fff;
    border-color: #1769ff !important;
}

.behance:hover i {
    color: #1769ff;
}

.behance i {
    color: #fff;
}

.youtube {
    background: #cd201f;
}

.youtube:hover {
    background: #fff;
    border-color: #cd201f !important;
}

.youtube:hover i {
    color: #cd201f;
}

.youtube i {
    color: #fff;
}

.pinterest {
    background: #bd081c;
}

.pinterest:hover {
    background: #fff;
    border-color: #bd081c !important;
}

.pinterest:hover i {
    color: #bd081c;
}

.pinterest i {
    color: #fff;
}

.round-shape {
    width: 80px;
    height: 80px;
    left: -7px;
    top: -7px;
    background: url(../images/testimonial/round.png) no-repeat;
}

@keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes run_animation {
    0% {
        left: 10%;
        opacity: 0;
    }
    5% {
        opacity: 1;
    }
    85% {
        opacity: 1;
    }
    100% {
        left: 90%;
        opacity: 0;
    }
}

ul.icon-style-list>li {
    display: flex;
    align-items: center;
    padding: 0;
    border-bottom: 1px solid #f3f3f3;
}

ul.icon-style-list>li:first-child {
    border-top: 1px solid #f3f3f3;
}

ul.icon-style-list>li i {
    width: 50px;
    text-align: center;
    color: #7fe092;
    margin: 0 15px 0 5px;
    line-height: 50px;
}

ul.icon-style-list>li i:after {
    width: 100%;
    height: calc(100% + 18px);
    border-left: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
    top: -9px;
    left: 0;
}

ul.icon-style-list>li ul {
    width: calc(100% - 65px);
}

ul.icon-style-list>li ul li {
    padding: 0;
}

ul.icon-style-list>li ul li a {
    background: transparent;
}

ul.icon-style-list>li ul li a i {
    margin: 0;
    width: 35px;
}

ul.icon-style-list>li ul li a i:after {
    display: none;
}

ul.icon-style-list>li ul li a.twitter i {
    color: #55acee;
}

ul.icon-style-list>li ul li a.facebook i {
    color: #3b5998;
}

ul.icon-style-list>li ul li a.instagram i {
    color: #e4405f;
}

ul.icon-style-list>li ul li a.vimeo i {
    color: #3b5998;
}

ul.icon-style-list>li ul li a.google i {
    color: #dd4b39;
}

ul.icon-style-list>li ul li a.pinterest i {
    color: #bd081c;
}

ul.icon-style-list>li ul li a.basketball i {
    color: #e94c89;
}

ul.icon-style-list>li ul li a.behance i {
    color: #1769ff;
}

ul.icon-style-list>li:last-child i:after {
    width: 50px;
}

.scrollToTop {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: linear-gradient(to right, #a4ea58, #81e18f);
    color: #fff !important;
    position: fixed;
    bottom: 70px;
    right: 15px;
    z-index: 999;
    display: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.scrollToTop:hover {
    background: linear-gradient(to left, #a4ea58, #81e18f);
}

@media (min-width: 992px) {
    .scrollToTop {
        right: 70px;
    }
}

.post-thumb.style-2 .post-thumb-content {
    width: calc(100% - 20px);
    bottom: 10px;
    left: 10px;
}

@media screen and (max-width: 400px) {
    .post-thumb.style-2 .post-thumb-content {
        width: 100%;
        left: 0;
    }
}

.post-thumb.style-2 .post-thumb-content .skill-item {
    background: #fff;
    padding: 18px 25px;
}

@media screen and (max-width: 400px) {
    .post-thumb.style-2 .post-thumb-content .skill-item {
        padding: 18px 5px;
        margin: 0 10px;
    }
}

.post-thumb.style-2 .post-thumb-content .skill-item ul {
    margin-bottom: 10px !important;
}

.post-thumb.style-2 .post-thumb-content .skill-item ul li {
    font-weight: normal;
    font-family: "Montserrat", serif;
    width: 50%;
    padding: 0;
}

.post-thumb.style-2 .post-thumb-content .skill-item ul li:nth-child(even) {
    text-align: right;
}

.post-thumb.style-2 .post-thumb-content .skill-item .skillbar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    height: 12px;
    box-shadow: 0 10px 10px rgba(124, 234, 72, 0.4);
    border: 1px solid #7fe092;
}

.post-thumb.style-2 .post-thumb-content .skill-item .skillbar .skillbar-bar {
    left: 3px;
    top: 50%;
    height: 10px;
    background: linear-gradient(to right, #a4ea58, #81e18f);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.post-thumb.style-2 .post-thumb-content .skill-item .skillbar .skill-bar-percent {
    left: 50%;
    bottom: calc(100% + 9px);
    background: linear-gradient(to right, #a4ea58, #81e18f);
    min-width: 40px;
    text-align: center;
    line-height: 24px;
    transform: translateX(-50%);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    font-weight: 700;
    font-family: "Montserrat", serif;
    color: #fff;
}

.post-thumb.style-2 .post-thumb-content .skill-item .skillbar .skill-bar-percent:after {
    background: linear-gradient(to right, #a4ea58, #81e18f);
    width: 6px;
    height: 6px;
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.social-link-list li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    margin: 0 2px;
    border: 2px solid transparent;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.social-link-list li a:hover {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    box-shadow: 0px 5px 5px 0px rgba(137, 137, 137, 0.2);
    transform: translateY(-1px);
}

.cart .cart-content {
    position: absolute;
    top: calc(100% + 14px);
    right: 0;
    opacity: 0;
    visibility: hidden;
    min-width: 270px;
    box-shadow: 0px 0px 10px rgba(136, 136, 136, 0.4);
    transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    z-index: 9;
    background: #fff;
    padding: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cart .cart-content .cart-item {
    border-bottom: 1px solid #ecf0f3;
    overflow: hidden;
    padding: 10px 0;
}

.cart .cart-content .cart-item:first-child {
    padding-top: 0;
}

.cart .cart-content .cart-item .cart-img {
    float: left;
    display: block;
    margin-right: 14px;
}

.cart .cart-content .cart-item .cart-img a {
    margin: 0;
    border: none;
}

.cart .cart-content .cart-item .cart-img a img {
    width: 50px;
    height: 50px;
}

.cart .cart-content .cart-item .cart-des a {
    color: #354965;
    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: #84e18a;
}

.cart .cart-content .cart-item .cart-des p {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 4px;
    text-align: left;
}

.cart .cart-content .cart-item .cart-btn {
    padding: 0;
    top: 5px;
    right: 5px;
}

.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: #84e18a;
}

.cart .cart-content .cart-item .cart-btn a i {
    color: #354965;
    margin: 0;
}

.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: #354965;
    margin-bottom: 10px;
}

.cart .cart-content .cart-bottom .cart-action .button {
    padding: 10px 30px;
    border-radius: 3px;
    background: linear-gradient(to right, #a4ea58, #81e18f);
    color: #fff;
    cursor: pointer;
    border: none;
    line-height: 18px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
}

.cart:hover .cart-content {
    opacity: 1;
    visibility: visible;
    transform: translate(0);
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
}

.pattern-bg {
    background: url(images/pattern.png) no-repeat center center !important;
    background-size: cover !important;
}

.volunteer-pagination,
.testimonial-pagination,
.campaign-pagination {
    text-align: center;
    margin-top: 40px;
    z-index: 1;
    position: relative;
}

.volunteer-pagination span,
.testimonial-pagination span,
.campaign-pagination span {
    margin: 3px;
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #fff;
    border: 1px solid #ecf0f3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.volunteer-pagination span::after,
.testimonial-pagination span::after,
.campaign-pagination span::after {
    top: 50%;
    left: 50%;
    width: 50%;
    height: 50%;
    background: linear-gradient(to right, #a4ea58, #81e18f);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.pagination {
    justify-content: center;
    margin-top: 70px !important;
}

.pagination li {
    margin: 5px;
}

.pagination li a {
    width: 50px;
    height: 50px;
    line-height: 40px;
    border-radius: 100%;
    border: 5px solid #fff;
    background: #fafafa;
    color: #354965;
    text-align: center;
    font-weight: 700;
    box-shadow: 0 0 3px 0 rgba(136, 136, 136, 0.6);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pagination li a.dot {
    line-height: 35px;
}

.pagination li a.active,
.pagination li a:hover {
    background: linear-gradient(to right, #a4ea58, #81e18f);
    color: #fff;
}

.campaign-single .section-wrapper .tab-section .tab-content .tab-item.gallery .section-wrapper .post-item .post-thumb a,
.project-section .section-wrapper .post-item .post-thumb a,
.volunteer .section-wrapper .post-item .post-inner .post-thumb a,
.blog .section-wrapper .post-item .post-inner .post-thumb a,
.footer-section .footer-top .bottom ul.footer-gallery li .post-thumb a {
    display: block;
}

.campaign-single .section-wrapper .tab-section .tab-content .tab-item.gallery .section-wrapper .post-item .post-thumb a img,
.project-section .section-wrapper .post-item .post-thumb a img,
.volunteer .section-wrapper .post-item .post-inner .post-thumb a img,
.blog .section-wrapper .post-item .post-inner .post-thumb a img,
.footer-section .footer-top .bottom ul.footer-gallery li .post-thumb a img {
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.social-link-list,
.header-section .header-area,
.header-section .header-area .main-menu ul.menu,
.header-section .header-area .right-side,
.header-section .header-area .right-side>li,
.header-section .top,
.header-section .top ul,
.page-header .page-header-area .page-header-content .breadcamp,
.mobile-menu .menu .mobile-menu-area .mobile-menu-area-inner,
.feature-section .section-wrapper,
.feature-section.style-two .section-wrapper .post-item .post-inner,
.campaign-section .section-wrapper .post-item .post-inner,
.campaign-section .section-wrapper .pagination-container .pagination-slider .post-item,
.campaign-section.style-three .section-wrapper,
.campaign-single .section-wrapper,
.campaign-single .section-wrapper .donate-amount ul,
.campaign-single .section-wrapper .donate-amount .custom-donate,
.campaign-single .section-wrapper .tab-section .tab-menu,
.campaign-single .section-wrapper .tab-section .tab-content .tab-item.description .post-item,
.campaign-single .section-wrapper .tab-section .tab-content .tab-item.donors,
.campaign-single .section-wrapper .tab-section .tab-content .tab-item.donors .post-item .post-inner,
.campaign-single .section-wrapper .tab-section .tab-content .tab-item.gallery .section-wrapper,
.support-section .section-wrapper,
.project-section .section-wrapper .post-item,
.project-section .section-wrapper .post-item .post-content ul,
.project-item .project-inner .project-header,
.project-item .project-inner .project-body ul li,
.testimonial-section .testimonial-slider .post-item .post-inner .post-header,
.testimonial-section .testimonial-slider .post-item .post-inner .post-body ul,
.sponsor,
.volunteer.style-two .section-wrapper,
.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,
.shop-page .shop-product-wrap .product-list-item,
.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .cart-button,
.shop-single .product-details .post-content form,
.shop-single .review .review-nav,
.shop-single .review .review-content .review-showing .content li .post-content .entry-meta,
.shop-single .review .review-content .review-showing .content li .post-content .entry-meta .posted-on,
.shop-single .review .review-content .review-showing .client-review .review-form form .rating,
.shop-single .review .review-content .review-showing .client-review .review-form form .rating ul,
.shop-cart .section-wrapper .cart-top table tbody tr td.product-item,
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box,
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout,
.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li,
.blog .section-wrapper,
.blog .section-wrapper .post-item .post-inner .post-content .meta-post li,
.blog.style-2 .section-wrapper .post-item .post-inner .post-content .meta-post,
.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,
.sidebar-widget .letest-product .widget-wrapper ul li,
.footer-section .footer-top .top,
.footer-section .footer-top .top .post-item,
.footer-section .footer-top .bottom ul,
.footer-section .footer-top .bottom ul li.post-item,
.footer-section .footer-bottom .section-wrapper,
.footer-section .footer-bottom .section-wrapper .right,
.footer-section .footer-bottom .section-wrapper .right li,
body.rtl .cart .cart-content .cart-item {
    display: flex;
    flex-wrap: wrap;
}

blockquote:before,
blockquote:after,
.section-header:after,
.round-shape,
ul.icon-style-list>li i:after,
.post-thumb.style-2 .post-thumb-content,
.post-thumb.style-2 .post-thumb-content .skill-item .skillbar .skillbar-bar,
.post-thumb.style-2 .post-thumb-content .skill-item .skillbar .skill-bar-percent,
.post-thumb.style-2 .post-thumb-content .skill-item .skillbar .skill-bar-percent:after,
.cart .cart-content .cart-item .cart-btn,
.volunteer-pagination span::after,
.testimonial-pagination span::after,
.campaign-pagination span::after,
.header-section .header-area .main-menu ul.menu li ul,
.header-section .header-area .right-side>li>a span,
.search-area .search-input .search-close,
.search-area .search-input .search-close span,
.search-area .search-input form,
.page-header .page-header-area,
.page-header .page-header-area .page-header-content .page-header-title:after,
.page-header .page-header-area .page-header-content .breadcamp li a:after,
.mobile-menu .mobile-header .header-bar span,
.mobile-menu .menu .mobile-menu-area .mobile-menu-area-inner .mobile-search button,
.banner .banner-shape_1,
.banner .banner-shape_2,
.banner .banner-shape_3,
.banner .banner-shape_4,
.banner .banner-shape_5,
.banner .banner-shape_6,
.banner .banner-shape_7,
.banner .banner-area,
.banner.style-3 .banner-area .banner-slider .slider-content,
.banner.style-3 .banner-area .banner-slider .banner-pagination,
.box-banner::before,
.box-banner::after,
.feature-section .section-wrapper .post-item .post-inner .post-thumb:after,
.feature-section.style-three .section-wrapper .post-item .post-inner .post-content h4:after,
.campaign-section .section-wrapper .pagination-container .pagination-slider .post-item:before,
.campaign-section.style-two:after,
.campaign-section.style-four .section-wrapper .post-item .post-inner .post-thumb::after,
.campaign-section.style-four .section-wrapper .post-item .post-inner .post-thumb p,
.campaign-single .section-wrapper .donate-amount ul li:after,
.campaign-single .section-wrapper .donate-amount ul li:before,
.campaign-single .section-wrapper .donate-amount .custom-donate span,
.campaign-single .section-wrapper .tab-section .tab-menu li:after,
.campaign-single .section-wrapper .tab-section .tab-content .tab-item.gallery .section-wrapper .post-item .post-thumb::after,
.campaign-single .section-wrapper .tab-section .tab-content .tab-item.gallery .section-wrapper .post-item .post-thumb a.expand-icon,
.testimonial-section .testimonial-slider .post-item .post-inner .post-body:after,
.volunteer-single .section-wrapper .post-bottom .post-item .circles strong,
.shop-page .shop-product-wrap .product-item .product-thumb::after,
.shop-page .shop-product-wrap .product-list-item .product-thumb::after,
.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,
.shop-page .modal .modal-dialog .modal-content button.close,
.shop-single .product-details .product-thumb .slider-for .thumb .img-magnifier-glass,
.shop-single .product-details .post-content form .select-product i,
.shop-single .review .review-content .review-showing .client-review .review-form .review-title h5::before,
.shop-single .review .review-content .review-showing .client-review .review-form .review-title h5::after,
.shop-single .review .review-content .description .post-item .post-content ul li::before,
.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select .select-icon,
.cart-plus-minus .qtybutton,
.blog .section-wrapper .post-item .post-inner .post-content .meta-post li ul,
.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,
.sidebar-widget .post-catagori ul li a::before,
.footer-section .footer-top:after,
.footer-section .footer-top .bottom .bottom-item h4:before,
.footer-section .footer-top .bottom .bottom-item h4:after,
.footer-section .footer-bottom .section-wrapper .right li:after {
    position: absolute;
    content: '';
}

.dd-icon-down,
.dd-icon-right,
.section-header,
ul.icon-style-list>li i,
.post-thumb.style-2,
.post-thumb.style-2 .post-thumb-content .skill-item .skillbar,
.cart .cart-content .cart-item,
.cart .cart-content .cart-bottom .cart-action .button,
.volunteer-pagination span,
.testimonial-pagination span,
.campaign-pagination span,
.header-section,
.header-section .header-area .main-menu ul.menu li,
.header-section .header-area .right-side>li,
.header-section .header-area .right-side>li>a,
.page-header,
.page-header .page-header-area .page-header-content .page-header-title,
.page-header .page-header-area .page-header-content .breadcamp li,
.mobile-menu .menu .mobile-menu-area .mobile-menu-area-inner .m-menu li,
.mobile-menu .menu .mobile-menu-area .mobile-menu-area-inner .mobile-search,
.banner,
.banner.style-3 .banner-area .banner-slider .swiper-slide,
.feature-section .section-wrapper .post-item .post-inner .post-thumb,
.feature-section.style-three .section-wrapper .post-item .post-inner .post-content h4,
.campaign-section,
.campaign-section .section-wrapper .post-item .post-inner .post-thumb,
.campaign-section .section-wrapper .pagination-container,
.campaign-section .section-wrapper .pagination-container .pagination-slider .post-item,
.campaign-section.style-two .section-wrapper,
.campaign-section.style-four .section-wrapper .post-item .post-inner .post-thumb,
.campaign-single .section-wrapper .donate-amount ul li,
.campaign-single .section-wrapper .donate-amount .custom-donate,
.campaign-single .section-wrapper .tab-section .tab-menu li,
.campaign-single .section-wrapper .tab-section .tab-content .tab-item.videos .post-video,
.campaign-single .section-wrapper .tab-section .tab-content .tab-item.gallery .section-wrapper .post-item .post-thumb,
.testimonial-section .testimonial-slider .post-item .post-inner .post-header .post-thumb,
.testimonial-section .testimonial-slider .post-item .post-inner .post-body,
.volunteer-single .section-wrapper .post-bottom .post-item .circles,
.shop-page .shop-product-wrap .product-item .product-thumb,
.shop-page .shop-product-wrap .product-list-item .product-thumb,
.shop-single .product-details .product-thumb .slider-for,
.shop-single .product-details .product-thumb .slider-for .thumb,
.shop-single .product-details .post-content form .select-product,
.shop-single .product-details .post-content form .select-product select,
.shop-single .review .review-content .review-showing .client-review .review-form .review-title h5,
.shop-single .review .review-content .description .post-item .post-content ul li,
.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select,
.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select select,
.cart-plus-minus,
.blog .section-wrapper .post-item .post-inner .post-thumb,
.blog .section-wrapper .post-item .post-inner .post-content .meta-post li,
.blog-page .section-wrapper .blog.blog-single .section-wrapper .comments .title-border,
.blog-page .section-wrapper .blog.blog-single .section-wrapper .comment-respond .add-comment .title-border,
.sidebar-widget h4,
.sidebar-widget .widget-search form,
.sidebar-widget .widget-search form input,
.sidebar-widget .post-catagori ul li a,
.footer-section .footer-top,
.footer-section .footer-top .top,
.footer-section .footer-top .bottom,
.footer-section .footer-top .bottom .bottom-item h4,
.footer-section .footer-bottom .section-wrapper .right li {
    position: relative;
}

.header-section .header-area .right-side>li>a,
.search-area .search-input .search-close,
.mobile-menu .mobile-header .header-bar,
.campaign-section .section-wrapper .pagination-container .pagination-slider .post-item,
.campaign-single .section-wrapper .donate-amount ul li,
.campaign-single .section-wrapper .tab-section .tab-menu li,
.shop-page .shop-title .product-view-mode a,
.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,
.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .popup-slide .slider-nav .thumb,
.shop-single .product-details .product-thumb .slider-nav .thumb,
.shop-single .review .review-nav li,
.cart-plus-minus .qtybutton {
    cursor: pointer;
}

.banner,
.feature-section,
.feature-section .section-wrapper .post-item .post-inner .post-thumb,
.campaign-section,
.campaign-section .section-wrapper .campaign-slider,
.campaign-section .section-wrapper .pagination-container .pagination-slider,
.campaign-section.style-two,
.campaign-section.style-two .section-wrapper .campaign-slider-two,
.campaign-section.style-two .section-wrapper .post-item .post-inner .post-thumb,
.campaign-section.style-two .section-wrapper .post-item .post-inner .post-content,
.campaign-single .section-wrapper .tab-section .tab-content .tab-item.donors .post-item .post-inner .post-thumb,
.campaign-single .section-wrapper .tab-section .tab-content .tab-item.gallery .section-wrapper .post-item .post-thumb,
.support-section,
.project-section,
.project-section .section-wrapper .post-item .post-thumb,
.testimonial-section .testimonial-slider,
.sponsor,
.sponsor .sponsor-slider,
.volunteer .section-wrapper,
.volunteer .section-wrapper .post-item .post-inner .post-thumb,
.shop-page .shop-product-wrap .product-item .product-thumb,
.shop-page .shop-product-wrap .product-list-item .product-thumb,
.shop-single .product-details,
.shop-single .product-details .product-thumb .slider-for,
.shop-single .review .review-content .review-showing .content li .post-thumb,
.shop-cart .section-wrapper .cart-bottom,
.cart-plus-minus,
.four-zero-foue,
.blog,
.blog .section-wrapper .post-item .post-inner .post-thumb,
.blog-page .section-wrapper .blog.blog-single .section-wrapper .comments .comment-list .comment .com-thumb,
.blog-page .section-wrapper .blog.blog-single .section-wrapper .comments .comment-list .comment .com-content,
.sidebar-widget .post-catagori ul li,
.sidebar-widget .widget-rec-post .recent-post li .rec-thumb a,
.sidebar-widget .widget-instagram ul li a,
.sidebar-widget .letest-product .widget-wrapper ul li .product-thumb,
.footer-section,
.footer-section .footer-top .bottom ul li.post-item .post-thumb,
.footer-section .footer-top .bottom ul.footer-gallery li .post-thumb {
    overflow: hidden;
}

.page-header .page-header-area,
.banner .banner-area,
.banner.style-3 .banner-area .banner-slider .slider-content,
.feature-section .section-wrapper .post-item .post-inner .post-thumb:after,
.campaign-single .section-wrapper .donate-amount .custom-donate span span,
.volunteer-single .section-wrapper .post-bottom .post-item .circles strong,
.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 {
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

.header-section.menu-fixed,
.header-section .header-area .main-menu ul.menu li ul,
.feature-section.style-four .section-wrapper .post-item .post-inner,
.campaign-section .section-wrapper,
.campaign-section.style-two .section-wrapper .post-item .post-inner,
.campaign-single .section-wrapper .donate-amount,
.campaign-single .section-wrapper .tab-section .tab-content .tab-item.donors .post-item .post-inner,
.project-section.style-2 .section-wrapper .post-item .post-content,
.project-item,
.testimonial-section .testimonial-slider .post-item .post-inner,
.volunteer .section-wrapper .post-item .post-inner,
.shop-page .sidebar-widget .widget-search,
.shop-page .shop-title,
.shop-page .shop-product-wrap .product-item,
.shop-page .shop-product-wrap .product-list-item,
.shop-single .sidebar-widget .widget-search,
.shop-single .product-details,
.shop-single .review,
.shop-cart .section-wrapper .cart-top,
.shop-cart .section-wrapper .cart-bottom,
.contact-us .section-wrapper,
.sidebar-widget .letest-product,
.footer-section .footer-bottom .section-wrapper .right li a:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(136, 136, 136, 0.1);
    box-shadow: 0 0 10px 0 rgba(136, 136, 136, 0.1);
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .comments,
.blog-page .section-wrapper .blog.blog-single .section-wrapper .comment-respond,
.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 #f3f8fc;
}

.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;
}

.color-palate {
    position: fixed;
    top: 100px;
    left: -203px;
    z-index: 9999;
    transition: .5s ease-in-out;
}

.triggar-color.color-palate {
    left: 0;
}

.color-box {
    width: 200px;
    background: #fafafa;
    border: 1px solid #ecf0f3;
    padding: 20px 10px;
    text-align: center;
}

.color-btn {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    background: linear-gradient(to right, #a4ea58, #81e18f);
    position: absolute;
    right: -50px;
    top: 100px;
    line-height: 50px;
    padding-left: 2px;
    cursor: pointer;
}

.color-box h3 {
    font-size: 20px;
    font-weight: 700;
    color: #363636;
    margin: 0;
    padding: 15px 10px;
}

.teamplate-layout {
    text-align: center;
    border-bottom: 1px solid #ecf0f3;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.teamplate-layout h5 {
    margin-bottom: 15px;
}

.teamplate-layout .custom-btn {
    margin: 10px 0;
    display: block;
}

.background-example .body-bg {
    width: 35px;
    height: 35px;
    display: inline-block;
    margin-right: 2px;
}

.background-example {
    padding: 15px 0;
}

.background-example h5 {
    margin-bottom: 15px;
    font-size: 18px;
}

.background-example .body-bg.bg-1 {
    background-image: url(images/bg/01.jpg);
}

.background-example .body-bg.bg-2 {
    background-image: url(images/bg/02.jpg);
}

.background-example .body-bg.bg-3 {
    background-image: url(images/bg/03.jpg);
}

.background-example .body-bg.bg-4 {
    background-image: url(images/bg/04.jpg);
}

.background-example .body-bg.bg-5 {
    background-image: url(images/bg/05.jpg);
}

.background-example .body-bg.bg-6 {
    background-image: url(images/bg/06.jpg);
}

.background-example .body-bg.bg-7 {
    background-image: url(images/bg/07.jpg);
}

.background-example .body-bg.bg-8 {
    background-image: url(images/bg/08.jpg);
}

.background-example .body-bg.bg-9 {
    background-image: url(images/bg/09.jpg);
}

.background-pattern {
    padding: 15px 0;
}

.background-pattern h5 {
    margin-bottom: 15px;
    font-size: 18px;
}

.background-pattern .body-pt {
    width: 35px;
    height: 35px;
    display: inline-block;
    margin-right: 2px;
}

.background-pattern .body-pt.pattan-1 {
    background-image: url(images/pattan-bg/01.png);
}

.background-pattern .body-pt.pattan-2 {
    background-image: url(images/pattan-bg/02.png);
}

.background-pattern .body-pt.pattan-3 {
    background-image: url(images/pattan-bg/03.png);
}

.background-pattern .body-pt.pattan-4 {
    background-image: url(images/pattan-bg/04.png);
}

.background-pattern .body-pt.pattan-5 {
    background-image: url(images/pattan-bg/05.png);
}

.background-pattern .body-pt.pattan-6 {
    background-image: url(images/pattan-bg/06.png);
}

.background-pattern .body-pt.pattan-7 {
    background-image: url(images/pattan-bg/07.png);
}

.background-pattern .body-pt.pattan-8 {
    background-image: url(images/pattan-bg/08.png);
}

.background-pattern .body-pt.pattan-9 {
    background-image: url(http://demos.codexcoder.com/labartisan/html/EnviShare/assets/css/images/pattan-bg/09.png);
}

.cp-box {
    overflow-y: scroll;
    height: 400px;
}

.view-demo {
    padding-bottom: 20px;
}

.view-demo ul li {
    padding: 8px 0;
}

.view-demo ul li .thumb {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 10px;
}

.view-demo ul li .content h6 {
    color: #84e18a;
}

div#scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background: #fff;
}

div#scrollbar::-webkit-scrollbar {
    width: 3px;
    background: #fff;
}

div#scrollbar::-webkit-scrollbar-thumb {
    background: linear-gradient(to right, #a4ea58, #81e18f);
}


/*@@@@@@@@@@@@@@   02. Header   @@@@@@@@@@@@@@@@@*/

.header-section {
    z-index: 999;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header-section.menu-fixed {
    position: fixed;
    width: 100%;
    top: 0;
}

.header-section.menu-fixed .header-area .main-menu .top {
    display: none;
}

@media (min-width: 1400px) {
    .header-section .header-container {
        max-width: 1740px;
        margin: auto;
    }
}

.header-section .header-area {
    align-items: center;
    justify-content: space-around;
}

@media (min-width: 992px) {
    .header-section .header-area .logo {
        width: 230px;
    }
    .header-section .header-area .logo a {
        display: block;
    }
    .header-section .header-area .logo a img {
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .header-section .header-area .main-menu {
        min-width: 850px;
    }
}

.header-section .header-area .main-menu ul.menu {
    justify-content: space-between;
    align-items: center;
}

.header-section .header-area .main-menu ul.menu li {
    padding: 18px 0;
}

.header-section .header-area .main-menu ul.menu li a {
    color: #354965;
    font-weight: 500;
    padding: 5px;
    padding-right: 15px;
}

.header-section .header-area .main-menu ul.menu li a.active {
    color: #84e18a;
}

.header-section .header-area .main-menu ul.menu li:hover>.dd-icon-down::before {
    -webkit-transform: translateX(-15px) translateY(-50%) rotate(90deg);
    -ms-transform: translateX(-15px) translateY(-50%) rotate(90deg);
    transform: translateX(-15px) translateY(-50%) rotate(90deg);
}

.header-section .header-area .main-menu ul.menu li ul {
    opacity: 0;
    visibility: hidden;
    transform-origin: top;
    min-width: 250px;
    background: #fff;
    z-index: 999;
    top: 100%;
    left: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header-section .header-area .main-menu ul.menu li ul li {
    padding: 0 20px;
    border-bottom: 1px solid #ecf0f3;
}

.header-section .header-area .main-menu ul.menu li ul li a {
    padding: 10px;
    display: block;
}

.header-section .header-area .main-menu ul.menu li:hover>ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.header-section .header-area .main-menu ul.menu li:hover>ul>li:hover>a {
    padding-left: 15px;
}

.header-section .header-area .main-menu ul.menu li:hover>ul>li ul {
    top: 0;
    left: 100%;
}

.header-section .header-area .right-side {
    justify-content: space-between;
}

@media (min-width: 1400px) {
    .header-section .header-area .right-side {
        width: 317px;
    }
}

.header-section .header-area .right-side>li {
    align-items: center;
}

.header-section .header-area .right-side>li .post-content {
    padding-left: 10px;
    margin-right: 20px;
}

.header-section .header-area .right-side>li .post-content span {
    display: block;
}

.header-section .header-area .right-side>li .post-content span:last-child {
    color: #84e18a;
    line-height: 24px;
}

.header-section .header-area .right-side>li>a {
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-left: 1px solid #ecf0f3;
}

.header-section .header-area .right-side>li>a span {
    top: 5px;
    right: 5px;
    font-size: 8px;
    background: #84e18a;
    width: 16px;
    height: 16px;
    line-height: 16px;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

@media (max-width: 1399px) {
    .header-section .header-area .right-side>li:first-child {
        display: none;
    }
}

.header-section .top {
    justify-content: space-between;
    border-bottom: 1px solid #ecf0f3;
}

.header-section .top ul {
    justify-content: space-between;
}

.header-section .top ul li {
    border-left: 1px solid #ecf0f3;
    line-height: 49px;
    padding: 0;
    font-weight: 400;
}

.header-section .top ul.left li {
    padding: 0 15px;
}

.header-section .top ul.right li a {
    width: 50px;
    height: 49px;
    text-align: center;
    color: #84e18a;
}

.header-section .top ul.right li a:hover {
    color: #fff;
    background-color: #84e18a;
}

.header-section .top ul.right li:last-child {
    border-right: 1px solid #ecf0f3;
}

.header-section.style-2.menu-fixed {
    left: 0;
}

@media (min-width: 1400px) {
    .header-section.style-2.menu-fixed {
        padding: 0 40px;
    }
}

.header-section.style-2.menu-fixed .header-top {
    display: none;
}

.header-section.style-2 .header-top {
    background: #40b159;
}

@media (max-width: 1399px) and (min-width: 1200px) {
    .header-section.style-2 .header-top {
        padding: 0 50px;
    }
}

.header-section.style-2 .header-top .top {
    border-bottom: none;
}

.header-section.style-2 .header-top .top ul li {
    color: #fff;
    border: none;
}

.header-section.style-2 .header-top .top ul li i {
    margin-right: 5px;
}

.header-section.style-2 .header-top .top ul.right li {
    border-left: 1px solid #fff;
}

.header-section.style-2 .header-top .top ul.right li a {
    color: #fff;
}

.header-section.style-2 .header-top .top ul.right li a:hover {
    background: #fff;
    color: #84e18a;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .header-section.style-2 .header-area {
        padding: 0 50px;
        justify-content: space-between;
    }
}

.header-section.style-2 .header-area .main-menu .menu>li {
    padding: 31px 0;
}

.header-section.style-2 .header-area .custom-btn {
    font-style: italic;
    padding: 15px 24px;
    font-family: "Roboto", sans-serif;
}

.header-section.style-2 .header-area .custom-btn i {
    margin-right: 5px;
    transform: rotate(-45deg);
}

@media (max-width: 1399px) {
    .header-section.style-2 .header-area .custom-btn {
        display: none;
    }
}

.header-section.style-2 .right-side {
    width: 100px;
}

.header-section.style-2 .right-side>li>a {
    border: 1px solid #ecf0f3;
    border-radius: 100%;
}

@media (max-width: 1399px) {
    .header-section.style-2 .right-side>li:first-child {
        display: block;
    }
}

@media (max-width: 1399px) and (min-width: 1200px) {
    .boxed .header-section.style-2 .header-top,
    .boxed .header-section.style-2 .header-area {
        padding: 0;
    }
}

.boxed .header-section.style-2.menu-fixed {
    left: auto;
}

.boxed .header-section.style-2 .header-area {
    padding: 0 15px;
}

.box-header {
    background: #40b159;
}

@media (min-width: 1400px) {
    .box-header {
        padding: 0 90px;
    }
}

.search-area.open .search-input {
    transform: scaleX(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: scaleX(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;
}

.search-area .search-input .search-close:hover span {
    background: #84e18a;
}

.search-area .search-input .search-close span {
    width: 50px;
    height: 1px;
    background: #354965;
    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: #3f485d;
    border-radius: 0;
    text-align: center;
    font-size: 40px;
    border: none;
    border-bottom: 1px solid #ecf0f3;
}

.search-area .search-input form input:hover,
.search-area .search-input form input:focus {
    border-color: #84e18a;
}


/*@@@@@@@@@@@@@@   04. Page Header   @@@@@@@@@@@@@@@@@*/

.page-header {
    min-height: 500px;
    background: url(../images/page-header/bg-image.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 67px;
    padding: 0;
}

@media (min-width: 1200px) {
    .page-header {
        margin-top: 0;
    }
}

.page-header .page-header-area .page-header-content {
    text-align: center;
}

.page-header .page-header-area .page-header-content .page-header-title {
    margin-bottom: 45px;
}

.page-header .page-header-area .page-header-content .page-header-title:after {
    width: 160px;
    height: 15px;
    left: 50%;
    top: calc(100% + 15px);
    background: url(images/01.png) no-repeat bottom left;
    transform: translateX(-50%);
}

.page-header .page-header-area .page-header-content .page-header-title h2 {
    margin: 0;
    line-height: 48px;
}

.page-header .page-header-area .page-header-content .page-header-title h2 span {
    font-weight: 400;
}

.page-header .page-header-area .page-header-content .breadcamp {
    justify-content: center;
}

.page-header .page-header-area .page-header-content .breadcamp li {
    font-family: "Montserrat", serif;
    padding-right: 20px;
}

.page-header .page-header-area .page-header-content .breadcamp li a {
    color: #354965;
}

.page-header .page-header-area .page-header-content .breadcamp li a:after {
    width: 5px;
    height: 1px;
    top: 52%;
    right: 6px;
    background: #354965;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.page-header .page-header-area .page-header-content .breadcamp li a.active:after {
    display: none;
}

.page-header .page-header-area .page-header-content .breadcamp li a i {
    color: #354965;
}

.mobile-menu .mobile-header {
    padding: 10px 15px;
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 111;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.mobile-menu .mobile-header .header-bar {
    position: relative;
    width: 25px;
    height: 25px;
}

.mobile-menu .mobile-header .header-bar span {
    background: #84e18a;
    width: 100%;
    height: 3px;
    display: block;
    left: 0;
    top: 50%;
    margin-top: -1px;
    transform-origin: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mobile-menu .mobile-header .header-bar span:nth-child(1) {
    margin-top: -9px;
}

.mobile-menu .mobile-header .header-bar span:nth-child(2) {
    opacity: 1;
}

.mobile-menu .mobile-header .header-bar span:nth-child(3) {
    margin-top: 7px;
}

.mobile-menu .mobile-header .header-bar.close span:nth-child(1) {
    transform: rotate(-45deg);
    margin-top: -1px;
}

.mobile-menu .mobile-header .header-bar.close span:nth-child(2) {
    opacity: 0;
}

.mobile-menu .mobile-header .header-bar.close span:nth-child(3) {
    transform: rotate(45deg);
    margin-top: -1px;
}

.mobile-menu .menu {
    position: fixed;
    top: 72px;
    left: 0;
    z-index: 9999;
    background: #fff;
    width: 100%;
    transform: scaleY(0);
    transform-origin: top;
    height: 100vh;
    overflow-y: scroll;
    padding: 0 20px;
    padding-bottom: 60px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (min-width: 576px) {
    .mobile-menu .menu {
        width: 50%;
        transform: scaleX(0);
        transform-origin: left;
    }
}

.mobile-menu .menu.open {
    transform: scaleY(1);
}

@media (min-width: 576px) {
    .mobile-menu .menu.open {
        transform: scaleX(1);
    }
}

.mobile-menu .menu .mobile-menu-area .mobile-menu-area-inner {
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}

.mobile-menu .menu .mobile-menu-area .mobile-menu-area-inner .m-menu {
    text-align: center;
    margin: 0;
    padding: 30px 0;
    width: 100%;
}

.mobile-menu .menu .mobile-menu-area .mobile-menu-area-inner .m-menu li {
    list-style: none;
    padding: 0;
}

.mobile-menu .menu .mobile-menu-area .mobile-menu-area-inner .m-menu li:last-child a {
    border-bottom: none;
}

.mobile-menu .menu .mobile-menu-area .mobile-menu-area-inner .m-menu li a {
    display: block !important;
    padding: 10px 0;
    color: #354965;
    text-transform: capitalize;
    margin: 2px 0;
    text-align: left;
    outline: none;
    font-weight: 500;
    font-family: "Montserrat", serif;
    border-bottom: 1px solid #ecf0f3;
}

.mobile-menu .menu .mobile-menu-area .mobile-menu-area-inner .m-menu li a::after {
    right: 0;
}

.mobile-menu .menu .mobile-menu-area .mobile-menu-area-inner .m-menu li a.active {
    color: #84e18a;
}

.mobile-menu .menu .mobile-menu-area .mobile-menu-area-inner .m-menu li .m-submenu {
    display: none;
    margin: 0;
    padding: 0;
}

.mobile-menu .menu .mobile-menu-area .mobile-menu-area-inner .m-menu li .m-submenu li {
    padding-left: 20px;
}

.mobile-menu .menu .mobile-menu-area .mobile-menu-area-inner .m-menu li .m-submenu li a {
    margin: 0;
    outline: none;
}

.mobile-menu .menu .mobile-menu-area .mobile-menu-area-inner .social-link-list {
    width: 100%;
}

.mobile-menu .menu .mobile-menu-area .mobile-menu-area-inner .mobile-search {
    width: 100%;
}

.mobile-menu .menu .mobile-menu-area .mobile-menu-area-inner .mobile-search input {
    border: none;
    border-bottom: 1px solid #ecf0f3;
    height: 60px;
    margin: 0;
    padding-right: 35px;
    font-style: italic;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.mobile-menu .menu .mobile-menu-area .mobile-menu-area-inner .mobile-search input:focus,
.mobile-menu .menu .mobile-menu-area .mobile-menu-area-inner .mobile-search input::placeholder {
    color: #354965;
    font-family: "Montserrat", serif;
}

.mobile-menu .menu .mobile-menu-area .mobile-menu-area-inner .mobile-search button {
    top: 0;
    right: 0;
    background-color: transparent;
    color: #354965;
    width: 30px;
    height: 60px;
    outline: none;
}

.mobile-menu li .dd-icon-down:before {
    -webkit-transform: translateX(-15px) translateY(-50%) rotate(0deg);
    -ms-transform: translateX(-15px) translateY(-50%) rotate(0deg);
    transform: translateX(-15px) translateY(-50%) rotate(0deg);
}

.mobile-menu li.open>.dd-icon-down:before {
    -webkit-transform: translateX(-15px) translateY(-50%) rotate(90deg);
    -ms-transform: translateX(-15px) translateY(-50%) rotate(90deg);
    transform: translateX(-15px) translateY(-50%) rotate(90deg);
}

.mobile-menu .mobile-header .header-logo {
    width: 200px;
}


/*@@@@@@@@@@@@@@   03. Banner CSS   @@@@@@@@@@@@@@@@@*/

.banner {
    background-position: center;
    height: 700px;
}

@media (min-width: 992px) {
    .banner {
        min-height: 800px;
    }
}

@media (min-width: 1200px) {
    .banner {
        background-position: center right;
    }
}

.banner .banner-shape_1,
.banner .banner-shape_2,
.banner .banner-shape_3,
.banner .banner-shape_4,
.banner .banner-shape_5,
.banner .banner-shape_6,
.banner .banner-shape_7 {
    display: none;
}

@media (min-width: 992px) {
    .banner .banner-shape_1,
    .banner .banner-shape_2,
    .banner .banner-shape_3,
    .banner .banner-shape_4,
    .banner .banner-shape_5,
    .banner .banner-shape_6,
    .banner .banner-shape_7 {
        display: inherit;
    }
}

.banner .banner-shape_1 {
    right: 0;
    bottom: 0;
}

@media (max-width: 1399px) and (min-width: 992px) {
    .banner .banner-shape_1 {
        right: -50%;
    }
}

@media (max-width: 1399px) and (min-width: 1200px) {
    .banner .banner-shape_1 {
        right: -200px;
    }
}

.banner .banner-shape_2 {
    right: 20%;
    bottom: 0%;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .banner .banner-shape_2 {
        right: 10%;
    }
}

.banner .banner-shape_3 {
    right: 5%;
    bottom: 0%;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .banner .banner-shape_3 {
        right: -5%;
    }
}

.banner .banner-shape_4 {
    left: 0;
    bottom: 0;
    z-index: 1;
}

.banner .banner-shape_5 {
    right: 0;
    bottom: 0;
    z-index: 1;
}

.banner .banner-shape_6 {
    left: 35%;
    bottom: 70px;
    z-index: 1;
}

.banner .banner-shape_7 {
    bottom: 175px;
    animation: run_animation 40s linear infinite forwards;
}

.banner .banner-area .banner-content .banner-heading h2 {
    margin: 0;
    font-weight: 300;
}

.banner .banner-area .banner-content .banner-heading h2 span {
    font-weight: 700;
}

.banner .banner-area .banner-content .banner-heading h2:last-child {
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .banner .banner-area .banner-content .banner-heading h2 {
        font-size: 65px;
        line-height: 72px;
    }
}

.banner .banner-area .banner-content p {
    margin-bottom: 40px;
}

@media (min-width: 992px) {
    .banner.style-2 .banner-area .banner-content .banner-heading h2 {
        font-size: 60px;
    }
}

.banner.style-2 .banner-area .banner-content p {
    font-size: 18px;
    line-height: 30px;
    color: #354965;
}

@media (min-width: 1200px) {
    .banner.style-2 .banner-area .banner-content p {
        max-width: 70%;
        margin: auto;
        margin-bottom: 40px;
    }
}

.banner.style-3 .banner-area {
    height: 100%;
}

.banner.style-3 .banner-area .banner-slider {
    height: 100%;
}

.banner.style-3 .banner-area .banner-slider .swiper-slide {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.banner.style-3 .banner-area .banner-slider .swiper-slide.b_slide_1 {
    background: url(../images/banner/bg-image-4.jpg) no-repeat center center;
}

.banner.style-3 .banner-area .banner-slider .swiper-slide.b_slide_2 {
    background: url(../images/banner/bg-image-3.jpg) no-repeat center center;
}

.banner.style-3 .banner-area .banner-slider .swiper-slide.b_slide_3 {
    background: url(../images/banner/bg-image-5.jpg) no-repeat center center;
}

.banner.style-3 .banner-area .banner-slider .slider-content .banner-content {
    display: inline-block;
}

.banner.style-3 .banner-area .banner-slider .slider-content .banner-content p {
    max-width: 70%;
}

.banner.style-3 .banner-area .banner-slider .slider-content .banner-content .custom-btn {
    border-radius: 2px;
}

.banner.style-3 .banner-area .banner-slider .banner-pagination {
    bottom: 30px;
    text-align: center;
    z-index: 99;
}

.banner.style-3 .banner-area .banner-slider .banner-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
}

.banner.style-3 .banner-area .banner-slider .banner-pagination .swiper-pagination-bullet-active {
    background: #fff;
    border-color: #0000004a;
}

.box-banner {
    position: relative;
}

@media (min-width: 1400px) {
    .box-banner {
        padding: 0 90px;
    }
}

.box-banner::before,
.box-banner::after {
    width: 100%;
    z-index: -1;
    left: 0;
}

.box-banner::before {
    bottom: 0;
    height: 100%;
    background: url(images/pattern.png);
}

.box-banner::after {
    height: 400px;
    top: 0;
    background: #40b159;
}

.b_slide_1 {
    background: url(../images/banner/bg-image-4.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.b_slide_2 {
    background: url(../images/banner/bg-image-5.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


/*@@@@@@@@@@@@@@   05. Feature   @@@@@@@@@@@@@@@@@*/

.feature-section {
    background: #fafafa;
}

.feature-section .section-wrapper {
    margin: -5px;
    justify-content: center;
}

.feature-section .section-wrapper .post-item {
    width: calc( 100% / 1);
    text-align: center;
}

@media (min-width: 576px) {
    .feature-section .section-wrapper .post-item {
        width: calc( 100% / 2);
    }
}

@media (min-width: 576px) and (min-width: 992px) {
    .feature-section .section-wrapper .post-item {
        width: calc( 100% / 3);
    }
}

@media (min-width: 576px) and (min-width: 992px) and (min-width: 1200px) {
    .feature-section .section-wrapper .post-item {
        width: calc( 100% / 4);
    }
}

.feature-section .section-wrapper .post-item:nth-child(2) .post-inner:hover .post-content h4 {
    color: #62e0c1;
}

.feature-section .section-wrapper .post-item:nth-child(3) .post-inner:hover .post-content h4 {
    color: #7fe092;
}

.feature-section .section-wrapper .post-item:nth-child(4) .post-inner:hover .post-content h4 {
    color: #b7f275;
}

.feature-section .section-wrapper .post-item .post-inner {
    margin: 5px;
    padding: 40px 25px;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.feature-section .section-wrapper .post-item .post-inner:hover {
    box-shadow: 0 20px 20px 0px rgba(136, 136, 136, 0.2);
}

.feature-section .section-wrapper .post-item .post-inner:hover .post-thumb:after {
    transform: translate(-50%, -52%);
}

.feature-section .section-wrapper .post-item .post-inner:hover .post-thumb img {
    transform: scale(1.03);
}

.feature-section .section-wrapper .post-item .post-inner:hover .post-content h4 {
    color: #57cbe1;
}

.feature-section .section-wrapper .post-item .post-inner .post-thumb {
    width: 80px;
    margin: 0 auto 10px;
    padding-bottom: 30px;
    z-index: 1;
}

.feature-section .section-wrapper .post-item .post-inner .post-thumb:after {
    height: 100%;
    background: url(../images/feature/shape/01.png) no-repeat bottom center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.feature-section .section-wrapper .post-item .post-inner .post-thumb img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.feature-section .section-wrapper .post-item .post-inner .post-content h4 {
    margin-bottom: 8px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.feature-section .section-wrapper .post-item .post-inner .post-content p {
    margin: 0;
}

.feature-section.style-two {
    background-repeat: no-repeat;
}

.feature-section.style-two .section-wrapper {
    margin: -20px;
}

.feature-section.style-two .section-wrapper .post-thumb {
    margin-bottom: 40px;
}

@media (min-width: 992px) {
    .feature-section.style-two .section-wrapper .post-thumb {
        margin-bottom: 0;
    }
}

.feature-section.style-two .section-wrapper .post-item {
    width: 100%;
    padding: 0;
}

@media (min-width: 992px) {
    .feature-section.style-two .section-wrapper .post-item:nth-child(even) {
        margin-left: 30px;
    }
}

.feature-section.style-two .section-wrapper .post-item:last-child .post-inner {
    margin-bottom: 0;
}

.feature-section.style-two .section-wrapper .post-item .post-inner {
    margin-bottom: 30px;
    box-shadow: 0 0px 8px 0px rgba(136, 136, 136, 0.08);
}

.feature-section.style-two .section-wrapper .post-item .post-inner .post-thumb {
    width: 100%;
    padding-bottom: 20px;
}

@media (min-width: 576px) {
    .feature-section.style-two .section-wrapper .post-item .post-inner .post-thumb {
        width: 80px;
        margin-bottom: 0;
    }
}

.feature-section.style-two .section-wrapper .post-item .post-inner .post-content {
    width: 100%;
}

@media (min-width: 576px) {
    .feature-section.style-two .section-wrapper .post-item .post-inner .post-content {
        width: calc(100% - 80px);
        padding-left: 30px;
        text-align: left;
    }
}

.feature-section.style-three {
    background-repeat: no-repeat;
    background-position: center;
}

@media (min-width: 1200px) {
    .feature-section.style-three {
        background-position: center right;
    }
}

.feature-section.style-three .section-wrapper {
    margin: -5px;
}

.feature-section.style-three .section-wrapper .post-item .post-inner {
    margin: 8px;
}

.feature-section.style-three .section-wrapper .post-item .post-inner:hover .post-thumb img {
    transform: translateY(5px) scale(1);
}

.feature-section.style-three .section-wrapper .post-item .post-inner:hover .post-content h4 {
    color: #84e18a;
}

.feature-section.style-three .section-wrapper .post-item .post-inner .post-thumb {
    margin-bottom: 10px;
}

.feature-section.style-three .section-wrapper .post-item .post-inner .post-thumb:after {
    display: none;
}

.feature-section.style-three .section-wrapper .post-item .post-inner .post-content h4 {
    padding-bottom: 25px;
    margin-bottom: 30px;
    display: inline-block;
}

.feature-section.style-three .section-wrapper .post-item .post-inner .post-content h4 .counter {
    font-size: 36px;
}

.feature-section.style-three .section-wrapper .post-item .post-inner .post-content h4:after {
    width: 100%;
    height: 5px;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, #a4ea58, #81e18f);
    box-shadow: 0 5px 10px rgba(164, 234, 88, 0.4);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.feature-section.style-three .section-wrapper .post-item .post-inner .post-content h5 {
    font-weight: 400;
    margin-bottom: 0;
}

.feature-section.style-four .section-wrapper {
    margin: -15px;
}

@media (min-width: 576px) and (min-width: 992px) and (min-width: 1200px) {
    .feature-section.style-four .section-wrapper .post-item {
        width: calc( 100% / 3);
    }
}

.feature-section.style-four .section-wrapper .post-item .post-inner {
    margin: 15px;
}

.feature-section.style-four .section-wrapper .post-item .post-inner:hover .post-thumb img {
    transform: translateY(5px);
}

.feature-section.style-four .section-wrapper .post-item .post-inner .post-thumb {
    overflow: visible;
    height: 80px;
    border-radius: 100%;
    padding-bottom: 0px;
    margin-bottom: 26px;
}

.feature-section.style-four .section-wrapper .post-item .post-inner .post-thumb:after {
    display: none;
}

.feature-section.style-four .section-wrapper .post-item .post-inner .post-thumb img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.feature-section.style-four .section-wrapper .post-item .post-inner .post-content .text-btn {
    margin-top: 20px;
}


/*@@@@@@@@@@@@@@   06. campaign   @@@@@@@@@@@@@@@@@*/

.campaign-section {
    padding-top: 85px;
}

.campaign-section .section-wrapper {
    background: #fff;
}

@media (min-width: 1200px) {
    .campaign-section .section-wrapper {
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
}

.campaign-section .section-wrapper .post-item .post-inner .post-thumb {
    width: calc(100% / 1);
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
}

@media (min-width: 992px) {
    .campaign-section .section-wrapper .post-item .post-inner .post-thumb {
        width: calc(100% / 2);
    }
}

.campaign-section .section-wrapper .post-item .post-inner .post-thumb img {
    width: 100%;
}

.campaign-section .section-wrapper .post-item .post-inner .post-content {
    width: calc(100% / 1);
    -webkit-transform: translateY(-150px);
    -ms-transform: translateY(-150px);
    transform: translateY(-150px);
}

@media (min-width: 992px) {
    .campaign-section .section-wrapper .post-item .post-inner .post-content {
        width: calc(100% / 2);
    }
}

.campaign-section .section-wrapper .post-item .post-inner .post-content .content-inner {
    padding: 20px;
}

@media (min-width: 768px) {
    .campaign-section .section-wrapper .post-item .post-inner .post-content .content-inner {
        padding: 40px 30px;
    }
}

.campaign-section .section-wrapper .post-item .post-inner .post-content h4 {
    margin-bottom: 15px;
    line-height: 30px;
}

.campaign-section .section-wrapper .post-item .post-inner .post-content p {
    margin-bottom: 35px;
}

.campaign-section .section-wrapper .post-item .post-inner .post-thumb,
.campaign-section .section-wrapper .post-item .post-inner .post-content {
    -webkit-transition: all ease 1.5s;
    -moz-transition: all ease 1.5s;
    transition: all ease 1.5s;
}

.campaign-section .section-wrapper .swiper-slide.swiper-slide-active .post-content,
.campaign-section .section-wrapper .swiper-slide.swiper-slide-active .post-thumb {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.campaign-section .section-wrapper .pagination-container {
    width: 100%;
    border-top: 1px solid #ecf0f3;
    background: #fff;
    z-index: 99;
}

@media (min-width: 1200px) {
    .campaign-section .section-wrapper .pagination-container {
        width: 48%;
        margin-top: -70px;
    }
}

.campaign-section .section-wrapper .pagination-container .pagination-slider .post-item {
    min-height: 70px;
    align-items: center;
    text-align: center;
}

.campaign-section .section-wrapper .pagination-container .pagination-slider .post-item p {
    margin: 0;
    width: 100%;
    color: #354965;
}

.campaign-section .section-wrapper .pagination-container .pagination-slider .post-item:before {
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: transparent;
}

.campaign-section .section-wrapper .pagination-container .pagination-slider .swiper-slide-thumb-active .post-item::before {
    background: #84e18a;
}

.campaign-section .section-wrapper .pagination-container .pagination-slider .swiper-slide-thumb-active .post-item p {
    color: #84e18a;
}

@media (min-width: 768px) {
    .campaign-section.style-two:after {
        top: 0;
        right: 0;
        height: 100%;
        width: 437px;
        background: url(../images/campaign/shape/01.jpg) no-repeat;
    }
}

@media (max-width: 1399px) and (min-width: 1200px) {
    .campaign-section.style-two:after {
        right: -165px;
    }
}

.campaign-section.style-two .section-wrapper {
    z-index: 1;
    box-shadow: none;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    background: transparent;
}

.campaign-section.style-two .section-wrapper .campaign-slider-two {
    margin: -15px;
}

.campaign-section.style-two .section-wrapper .post-item .post-inner {
    margin: 15px;
    background: #fff;
}

.campaign-section.style-two .section-wrapper .post-item .post-inner:hover .post-thumb img {
    transform: scale(1.03);
}

.campaign-section.style-two .section-wrapper .post-item .post-inner:hover .post-content h4 a {
    color: #84e18a;
}

.campaign-section.style-two .section-wrapper .post-item .post-inner .post-thumb,
.campaign-section.style-two .section-wrapper .post-item .post-inner .post-content {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
}

.campaign-section.style-two .section-wrapper .post-item .post-inner .post-thumb a {
    display: block;
}

.campaign-section.style-two .section-wrapper .post-item .post-inner .post-thumb a img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.campaign-section.style-two .section-wrapper .post-item .post-inner .post-content {
    padding: 28px;
    padding-bottom: 40px;
}

.campaign-section.style-two .section-wrapper .post-item .post-inner .post-content p {
    margin-bottom: 28px;
}

.campaign-section.style-two .section-wrapper .post-item .post-inner .post-content h4 {
    margin-bottom: 14px;
}

.campaign-section.style-three:after {
    display: none !important;
}

.campaign-section.style-three .section-wrapper {
    justify-content: center;
    margin: -15px;
}

.campaign-section.style-three .section-wrapper .post-item {
    width: calc(100% / 1);
}

@media (min-width: 768px) {
    .campaign-section.style-three .section-wrapper .post-item {
        width: calc(100% / 2);
    }
}

@media (min-width: 768px) and (min-width: 1200px) {
    .campaign-section.style-three .section-wrapper .post-item {
        width: calc(100% / 3);
    }
}

.campaign-section.style-four .section-wrapper .post-item .post-inner:hover .post-thumb::after {
    transform: scale(1);
}

.campaign-section.style-four .section-wrapper .post-item .post-inner:hover .post-thumb p {
    transform: scale(1) translateY(-50%);
}

.campaign-section.style-four .section-wrapper .post-item .post-inner:hover .post-content h5 a {
    color: #84e18a;
}

.campaign-section.style-four .section-wrapper .post-item .post-inner .post-thumb::after {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to right, #a4ea58c9, #81e18fcf);
    transform: scale(0);
}

.campaign-section.style-four .section-wrapper .post-item .post-inner .post-thumb p {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    width: 100%;
    left: 0;
    top: 50%;
    z-index: 11;
    margin-bottom: 0;
    transform: scale(0) translateY(-50%);
}

.campaign-section.style-four .section-wrapper .post-item .post-inner .post-thumb p a {
    width: 60px;
    height: 60px;
    line-height: 55px;
    border-radius: 100%;
    text-align: center;
    font-size: 18px;
    display: inline-block;
    background: #fff;
    border: 5px solid #cbeec1;
}

.campaign-section.style-four .section-wrapper .post-item .post-inner .post-content {
    padding: 30px;
}

.campaign-section.style-four .section-wrapper .post-item .post-inner .post-content h5 {
    margin-bottom: 0;
}

.campaign-section.style-four .section-wrapper .post-item .post-inner .post-content h5 a:hover {
    color: #84e18a;
}

.campaign-section.style-four .section-wrapper .post-item .post-inner .post-content span {
    color: #354965;
    font-weight: 400;
}

.campaign-section.style-four .section-wrapper .post-item .post-inner .post-content span i {
    margin-right: 5px;
}

@media (min-width: 1200px) {
    .campaign-section.style-five .section-wrapper .post-item {
        width: calc(100% / 2);
    }
}

.campaign-single .section-wrapper {
    margin: 0 -15px;
    justify-content: center;
}

.campaign-single .section-wrapper .post-thumb.style-2 img {
    width: 100%;
}

@media (max-width: 575px) {
    .campaign-single .section-wrapper .post-thumb.style-2 .post-thumb-content {
        position: relative;
    }
}

.campaign-single .section-wrapper .post-thumb.style-2 .post-thumb-content ul li {
    font-weight: 700;
    font-family: "Roboto", sans-serif;
}

.campaign-single .section-wrapper .post-thumb.style-2 .post-thumb-content .skill-item .skillbar {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.campaign-single .section-wrapper .post-thumb.style-2 .post-thumb-content .skill-item .skillbar .skillbar-bar {
    left: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.campaign-single .section-wrapper .donate-amount {
    padding: 30px 10px;
    margin-bottom: 10px;
}

@media (min-width: 576px) {
    .campaign-single .section-wrapper .donate-amount {
        padding: 35px 30px;
    }
}

.campaign-single .section-wrapper .donate-amount h3 {
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

.campaign-single .section-wrapper .donate-amount ul {
    margin-bottom: 25px !important;
}

.campaign-single .section-wrapper .donate-amount ul li {
    font-weight: 400;
    border: 1px solid #f6f6f6;
    padding: 2px 15px 2px 25px;
    margin: 5px;
    color: #354965;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    border-radius: 19px;
}

.campaign-single .section-wrapper .donate-amount ul li:first-child {
    margin-left: 0;
}

.campaign-single .section-wrapper .donate-amount ul li:last-child {
    margin-right: 0;
}

.campaign-single .section-wrapper .donate-amount ul li:after,
.campaign-single .section-wrapper .donate-amount ul li:before {
    top: 50%;
    left: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.campaign-single .section-wrapper .donate-amount ul li:after {
    width: 6px;
    height: 6px;
    background-color: #354965;
}

.campaign-single .section-wrapper .donate-amount ul li:before {
    width: 12px;
    height: 12px;
    border: 1px solid #354965;
}

.campaign-single .section-wrapper .donate-amount ul li:hover {
    color: #16e18a;
    border-color: #16e18a;
}

.campaign-single .section-wrapper .donate-amount ul li:hover:after {
    background: #16e18a;
}

.campaign-single .section-wrapper .donate-amount ul li:hover:before {
    border-color: #16e18a;
}

.campaign-single .section-wrapper .donate-amount ul li.active {
    color: #fff;
    background: #16e18a;
    border-color: #16e18a;
}

.campaign-single .section-wrapper .donate-amount ul li.active:after {
    background: #fff;
}

.campaign-single .section-wrapper .donate-amount ul li.active:before {
    border-color: #fff;
}

.campaign-single .section-wrapper .donate-amount .custom-donate span {
    display: inline-block;
    top: 0;
    left: 0;
    width: 60px;
    height: 46px;
    background: #84e18a;
    color: #fff;
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    -webkit-border-radius: 23px 0 0 23px;
    -moz-border-radius: 23px 0 0 23px;
    border-radius: 23px 0 0 23px;
}

.campaign-single .section-wrapper .donate-amount .custom-donate span span {
    border: 1px solid #fff;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    line-height: 25px;
}

.campaign-single .section-wrapper .donate-amount .custom-donate input {
    width: 200px;
    height: 46px;
    margin: 0;
    margin-right: 30px;
    border-color: #f6f6f6;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
}

.campaign-single .section-wrapper .donate-amount .custom-donate input:focus,
.campaign-single .section-wrapper .donate-amount .custom-donate input::placeholder {
    text-align: center;
    color: #84e18a;
    font-weight: 700;
}

@media (max-width: 575px) {
    .campaign-single .section-wrapper .donate-amount .custom-donate input {
        margin-bottom: 20px;
    }
}

.campaign-single .section-wrapper .tab-section .tab-menu {
    padding: 15px 0;
}

@media (max-width: 575px) {
    .campaign-single .section-wrapper .tab-section .tab-menu {
        justify-content: center;
    }
}

.campaign-single .section-wrapper .tab-section .tab-menu li {
    font-weight: 700;
    margin: 0 10px;
    padding: 10px 0;
    text-transform: uppercase;
    color: #354965;
}

@media (min-width: 576px) {
    .campaign-single .section-wrapper .tab-section .tab-menu li {
        margin: 0 20px;
    }
}

@media (min-width: 576px) {
    .campaign-single .section-wrapper .tab-section .tab-menu li:first-child {
        margin-left: 0;
    }
}

.campaign-single .section-wrapper .tab-section .tab-menu li:after {
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 2px;
    opacity: 0;
    background-color: #16e18a;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.campaign-single .section-wrapper .tab-section .tab-menu li.active {
    color: #16e18a;
}

.campaign-single .section-wrapper .tab-section .tab-menu li.active:after {
    opacity: 1;
}

.campaign-single .section-wrapper .tab-section .tab-content .tab-item.description h5 {
    margin-bottom: 12px;
}

.campaign-single .section-wrapper .tab-section .tab-content .tab-item.description blockquote {
    padding: 30px;
    background: #16e18a;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    font-family: "Montserrat", serif;
    font-weight: 700;
    font-style: normal;
    margin: 30px 0;
}

@media (min-width: 576px) {
    .campaign-single .section-wrapper .tab-section .tab-content .tab-item.description blockquote {
        padding-left: 90px;
        font-size: 18px;
    }
}

.campaign-single .section-wrapper .tab-section .tab-content .tab-item.description blockquote:before {
    display: none;
}

@media (min-width: 576px) {
    .campaign-single .section-wrapper .tab-section .tab-content .tab-item.description blockquote:before {
        display: inherit;
        content: "";
        width: 40px;
        height: 40px;
        left: 35px;
        top: 35px;
        background: url(images/blockquote1.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
}

.campaign-single .section-wrapper .tab-section .tab-content .tab-item.description blockquote:after {
    display: none;
}

.campaign-single .section-wrapper .tab-section .tab-content .tab-item.description blockquote h6 {
    margin: 0;
    margin-top: 15px;
    text-align: right;
    color: #354965;
}

.campaign-single .section-wrapper .tab-section .tab-content .tab-item.description .post-item {
    align-items: center;
    flex-direction: row-reverse;
}

.campaign-single .section-wrapper .tab-section .tab-content .tab-item.description .post-item .post-thumb,
.campaign-single .section-wrapper .tab-section .tab-content .tab-item.description .post-item .post-content {
    width: 100%;
    margin-bottom: 20px;
}

@media (min-width: 576px) {
    .campaign-single .section-wrapper .tab-section .tab-content .tab-item.description .post-item {
        margin: 10px -10px;
    }
    .campaign-single .section-wrapper .tab-section .tab-content .tab-item.description .post-item .post-content,
    .campaign-single .section-wrapper .tab-section .tab-content .tab-item.description .post-item .post-thumb {
        width: 50%;
        padding: 10px;
        margin: 0;
    }
}

.campaign-single .section-wrapper .tab-section .tab-content .tab-item.description .post-item .post-content h5 {
    margin-bottom: 20px;
}

@media (min-width: 576px) {
    .campaign-single .section-wrapper .tab-section .tab-content .tab-item.description .post-item:nth-child(even) {
        flex-direction: row;
    }
}

.campaign-single .section-wrapper .tab-section .tab-content .tab-item.description .post-content p {
    text-align: justify;
}

.campaign-single .section-wrapper .tab-section .tab-content .tab-item.donors {
    margin: 0 -15px;
    margin-top: 10px;
    justify-content: center;
}

.campaign-single .section-wrapper .tab-section .tab-content .tab-item.donors .post-item {
    padding: 15px;
    width: 100%;
}

@media (min-width: 576px) {
    .campaign-single .section-wrapper .tab-section .tab-content .tab-item.donors .post-item {
        width: 50%;
    }
}

.campaign-single .section-wrapper .tab-section .tab-content .tab-item.donors .post-item .post-inner {
    align-items: center;
    padding: 20px;
}

.campaign-single .section-wrapper .tab-section .tab-content .tab-item.donors .post-item .post-inner .post-thumb {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.campaign-single .section-wrapper .tab-section .tab-content .tab-item.donors .post-item .post-inner .post-content {
    width: calc(100% - 80px);
    padding-left: 20px;
}

.campaign-single .section-wrapper .tab-section .tab-content .tab-item.donors .post-item .post-inner .post-content span,
.campaign-single .section-wrapper .tab-section .tab-content .tab-item.donors .post-item .post-inner .post-content a {
    display: block;
    font-weight: 500;
}

.campaign-single .section-wrapper .tab-section .tab-content .tab-item.donors .post-item .post-inner .post-content span {
    color: #16e18a;
}

.campaign-single .section-wrapper .tab-section .tab-content .tab-item.donors .post-item .post-inner .post-content a {
    color: #354965;
    font-family: "Montserrat", serif;
    font-size: 20px;
}

.campaign-single .section-wrapper .tab-section .tab-content .tab-item.donors .post-item .post-inner .post-content p {
    margin: 0;
}

.campaign-single .section-wrapper .tab-section .tab-content .tab-item.videos .post-video:hover .btn-group {
    opacity: 1;
    visibility: visible;
}

.campaign-single .section-wrapper .tab-section .tab-content .tab-item.gallery .section-wrapper {
    justify-content: center;
    margin: 10px -5px -5px;
}

.campaign-single .section-wrapper .tab-section .tab-content .tab-item.gallery .section-wrapper .post-item {
    width: 33.33%;
    padding: 5px;
}

.campaign-single .section-wrapper .tab-section .tab-content .tab-item.gallery .section-wrapper .post-item .post-thumb {
    background: #354965;
}

.campaign-single .section-wrapper .tab-section .tab-content .tab-item.gallery .section-wrapper .post-item .post-thumb::after {
    top: 50%;
    left: 50%;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    background: rgba(164, 234, 88, 0.4);
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.campaign-single .section-wrapper .tab-section .tab-content .tab-item.gallery .section-wrapper .post-item .post-thumb:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.campaign-single .section-wrapper .tab-section .tab-content .tab-item.gallery .section-wrapper .post-item .post-thumb:hover a.expand-icon {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.campaign-single .section-wrapper .tab-section .tab-content .tab-item.gallery .section-wrapper .post-item .post-thumb:hover::after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.campaign-single .section-wrapper .tab-section .tab-content .tab-item.gallery .section-wrapper .post-item .post-thumb img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.campaign-single .section-wrapper .tab-section .tab-content .tab-item.gallery .section-wrapper .post-item .post-thumb a.expand-icon {
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    z-index: 1;
    background: rgba(164, 234, 88, 0.9);
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/*@@@@@@@@@@@@@@   07. Support   @@@@@@@@@@@@@@@@@*/

.support-section {
    background-repeat: no-repeat;
    background-position: center;
}

.support-section .section-wrapper {
    justify-content: center;
}

.support-section .section-wrapper .post-item {
    padding: 15px;
    text-align: center;
    width: calc(100% / 1);
}

@media (min-width: 576px) {
    .support-section .section-wrapper .post-item {
        width: calc(100% / 2);
    }
}

@media (min-width: 576px) and (min-width: 992px) {
    .support-section .section-wrapper .post-item {
        width: calc(100% / 3);
        padding: 0;
    }
}

.support-section .section-wrapper .post-item .post-inner h3 {
    font-size: 48px;
    margin-bottom: 20px;
    color: #fff;
}

.support-section .section-wrapper .post-item .post-inner h4 {
    color: #fff;
}

.support-section .section-wrapper .post-item .post-inner p {
    color: #fff;
}

@media (min-width: 1200px) {
    .support-section .section-wrapper .post-item .post-inner p {
        max-width: 90%;
        margin: auto;
    }
}

.support-section.style-2 {
    padding-bottom: 20px;
}


/*@@@@@@@@@@@@@@   08. Project   @@@@@@@@@@@@@@@@@*/

.project-section {
    background-repeat: no-repeat;
}

.project-section .section-wrapper .post-item:nth-child(odd) {
    flex-direction: row-reverse;
}

.project-section .section-wrapper .post-item:hover .post-thumb a img {
    transform: scale(1.03);
}

.project-section .section-wrapper .post-item:hover .post-content h4 a {
    color: #84e18a;
}

.project-section .section-wrapper .post-item .post-content {
    padding: 30px;
    background: #fff;
}

@media (min-width: 1200px) {
    .project-section .section-wrapper .post-item .post-content {
        padding: 38px;
    }
}

.project-section .section-wrapper .post-item .post-content h4 {
    margin-top: 12px;
    line-height: 30px;
}

.project-section .section-wrapper .post-item .post-content ul {
    margin-bottom: 12px !important;
}

.project-section .section-wrapper .post-item .post-content ul li {
    margin-right: 10px;
    font-weight: normal;
}

.project-section .section-wrapper .post-item .post-content ul li:last-child {
    margin: 0;
}

.project-section .section-wrapper .post-item .post-content ul li i {
    margin-right: 5px;
}

.project-section .section-wrapper .post-item .post-content ul li a {
    color: #3f485d;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.project-section .section-wrapper .post-item .post-content ul li a:hover {
    color: #84e18a;
}

.project-section .section-wrapper .post-item .post-content p {
    margin-bottom: 35px;
}

.project-section .section-wrapper .post-item .post-thumb,
.project-section .section-wrapper .post-item .post-content {
    width: calc(100% / 1);
}

@media (min-width: 1200px) {
    .project-section .section-wrapper .post-item .post-thumb,
    .project-section .section-wrapper .post-item .post-content {
        width: calc(100% / 2);
    }
}

.project-section.style-2 .section-wrapper .post-item {
    margin-bottom: 30px;
}

.project-section.style-2 .section-wrapper .post-item .post-content h4 {
    margin-top: 5px;
}

.project-single .section-wrapper .project-top .pr-thumb .post-thumb {
    margin-top: 30px;
}

@media (min-width: 992px) {
    .project-single .section-wrapper .project-top .pr-thumb .post-thumb:first-child {
        margin-top: 0px;
    }
}

@media (max-width: 991px) {
    .project-single .section-wrapper .project-top .pr-thumb .post-thumb img {
        width: 100%;
    }
}

.project-single .section-wrapper .project-bottom {
    padding-top: 60px;
}

.project-single .section-wrapper .project-bottom .col-md-4 .project-item:first-child .project-inner .project-body {
    padding: 15px 30px;
}

.project-single .section-wrapper .project-bottom .right-side .project-item {
    box-shadow: none;
}

.project-single .section-wrapper .project-bottom .right-side .project-item .project-inner {
    margin-bottom: 0;
}

.project-single .section-wrapper .project-bottom .right-side .project-item .project-inner .project-header {
    padding-left: 0;
}

.project-single .section-wrapper .project-bottom .right-side .project-item .project-inner .project-body {
    padding-left: 0;
}

.project-single .section-wrapper .project-bottom .right-side .project-item .project-inner .project-body p {
    text-align: justify;
}

.project-single .section-wrapper .project-bottom .right-side .project-item .project-inner .project-body .custom-btn {
    margin-top: 20px;
}

.project-item .project-inner {
    margin-bottom: 40px;
}

.project-item .project-inner .project-header {
    padding: 15px 30px;
    align-items: center;
    border-bottom: 1px solid #ecf0f3;
}

.project-item .project-inner .project-header img {
    margin-right: 15px;
}

.project-item .project-inner .project-header h4 {
    margin: 0;
}

.project-item .project-inner .project-body {
    padding: 30px;
}

.project-item .project-inner .project-body ul li {
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #ecf0f3;
}

.project-item .project-inner .project-body ul li:last-child {
    border-bottom: none;
}

.project-item .project-inner .project-body ul li .p-thumb {
    margin-right: 15px;
}

.project-item .project-inner .project-body ul li .p-content h6 {
    margin: 0;
}

.project-item .project-inner .project-body ul li .p-content p {
    margin-bottom: 0;
}

.project-item .project-inner .project-body .down-file {
    border: 2px solid transparent;
    padding: 8px 20px;
    text-transform: uppercase;
    font-weight: 700;
}

@media (min-width: 992px) {
    .project-item .project-inner .project-body .down-file {
        display: block;
    }
}

.project-item .project-inner .project-body .down-file.pdf {
    border-color: #57cbe1;
    color: #57cbe1;
    margin-bottom: 15px;
}

.project-item .project-inner .project-body .down-file.pdf i {
    color: #57cbe1;
}

.project-item .project-inner .project-body .down-file.zip {
    border-color: #62e0c1;
    color: #62e0c1;
}

.project-item .project-inner .project-body .down-file.zip i {
    color: #62e0c1;
}

.project-item .project-inner .project-body .down-file i {
    margin: 0 10px;
}

.project-item .project-inner .project-body .down-file i:last-child {
    margin-left: 20px;
    margin-right: 0;
}

@media (min-width: 576px) {
    .project-item .project-inner .project-body .down-file i:last-child {
        margin-left: 50px;
    }
}


/*@@@@@@@@@@@@@@   09. Testimonial   @@@@@@@@@@@@@@@@@*/

.testimonial-section {
    background-repeat: no-repeat;
    background-position: center;
}

@media (min-width: 1200px) {
    .testimonial-section {
        background-position: center right;
    }
}

.testimonial-section .testimonial-slider {
    margin: -15px;
}

.testimonial-section .testimonial-slider .post-item {
    padding: 15px;
}

.testimonial-section .testimonial-slider .post-item .post-inner {
    background: #fff;
}

.testimonial-section .testimonial-slider .post-item .post-inner .post-header,
.testimonial-section .testimonial-slider .post-item .post-inner .post-body {
    padding: 30px 10px;
}

@media (min-width: 992px) {
    .testimonial-section .testimonial-slider .post-item .post-inner .post-header,
    .testimonial-section .testimonial-slider .post-item .post-inner .post-body {
        padding: 30px;
    }
}

.testimonial-section .testimonial-slider .post-item .post-inner .post-header {
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #7fe092;
}

@media screen and (max-width: 400px) {
    .testimonial-section .testimonial-slider .post-item .post-inner .post-header {
        padding: 30px;
    }
}

.testimonial-section .testimonial-slider .post-item .post-inner .post-header p {
    margin: 0;
}

.testimonial-section .testimonial-slider .post-item .post-inner .post-header h5 {
    margin: 0;
}

.testimonial-section .testimonial-slider .post-item .post-inner .post-header .post-thumb img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    box-shadow: 0px 10px 10px 0px rgba(164, 234, 88, 0.4);
}

.testimonial-section .testimonial-slider .post-item .post-inner .post-header .sponsor-thumb {
    width: 90px;
    height: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

@media screen and (max-width: 400px) {
    .testimonial-section .testimonial-slider .post-item .post-inner .post-header .sponsor-thumb {
        display: none;
    }
}

.testimonial-section .testimonial-slider .post-item .post-inner .post-body ul li {
    padding: 0 1px 0 0;
}

.testimonial-section .testimonial-slider .post-item .post-inner .post-body ul li i {
    color: #ffcf34;
}

.testimonial-section .testimonial-slider .post-item .post-inner .post-body:after {
    bottom: 20px;
    right: 30px;
    width: 60px;
    height: 40px;
    background: url(../images/testimonial/quote.png) no-repeat;
    background-size: contain;
}

.testimonial-section .testimonial-slider .post-item .post-inner:hover .round-shape {
    animation: round 4s linear infinite forwards;
}

.testimonial-section .testimonial-slider .testimonial-pagination {
    margin-top: 30px;
}


/*@@@@@@@@@@@@@@   10. Sponsor   @@@@@@@@@@@@@@@@@*/

.sponsor {
    min-height: 250px;
    padding: 40px 0;
    align-items: center;
    text-align: center;
}


/*@@@@@@@@@@@@@@   11. Volunteer   @@@@@@@@@@@@@@@@@*/

.volunteer .section-wrapper .volunteer-slider {
    margin: -15px;
}

.volunteer .section-wrapper .post-item .post-inner {
    background: #fff;
}

@media screen and (min-width: 400px) {
    .volunteer .section-wrapper .post-item .post-inner {
        margin: 15px;
    }
}

.volunteer .section-wrapper .post-item .post-inner.active .post-thumb img,
.volunteer .section-wrapper .post-item .post-inner:hover .post-thumb img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.volunteer .section-wrapper .post-item .post-inner.active .post-content .post-header h4 a,
.volunteer .section-wrapper .post-item .post-inner:hover .post-content .post-header h4 a {
    color: #84e18a;
}

.volunteer .section-wrapper .post-item .post-inner .post-content {
    padding: 30px 15px;
}

.volunteer .section-wrapper .post-item .post-inner .post-content .post-header {
    border-bottom: 1px solid #ecf0f3;
}

.volunteer .section-wrapper .post-item .post-inner .post-content .post-header h4 {
    margin-bottom: 0px;
    line-height: 30px;
}

.volunteer .section-wrapper .post-item .post-inner .post-content .post-body {
    padding-top: 20px;
}

.volunteer .section-wrapper .post-item .post-inner .post-content .post-body p {
    margin-bottom: 25px;
}

@media (min-width: 576px) {
    .volunteer .section-wrapper .post-item .post-inner .post-content {
        padding: 30px 30px 50px;
    }
}

.volunteer.style-two .section-wrapper {
    justify-content: center;
}

@media (min-width: 768px) {
    .volunteer.style-two .section-wrapper {
        margin: -15px;
    }
}

.volunteer.style-two .section-wrapper .post-item {
    width: calc(100% / 1);
}

@media (min-width: 768px) {
    .volunteer.style-two .section-wrapper .post-item {
        width: calc(100% / 2);
    }
}

@media (min-width: 768px) and (min-width: 1200px) {
    .volunteer.style-two .section-wrapper .post-item {
        width: calc(100% / 3);
    }
}

.volunteer-single .section-wrapper {
    padding: 0;
}

@media (min-width: 576px) {
    .volunteer-single .section-wrapper {
        padding: 20px;
    }
}

.volunteer-single .section-wrapper .post-top .post-item {
    margin-bottom: 50px;
}

.volunteer-single .section-wrapper .post-top .post-item .post-thumb {
    margin-bottom: 30px;
}

@media (min-width: 1200px) {
    .volunteer-single .section-wrapper .post-top .post-item .post-thumb {
        padding-right: 40px;
        margin-bottom: 0;
    }
}

.volunteer-single .section-wrapper .post-top .post-item .post-thumb img {
    width: 100%;
}

.volunteer-single .section-wrapper .post-top .post-item .post-thumb,
.volunteer-single .section-wrapper .post-top .post-item .post-content {
    width: 100%;
}

@media (min-width: 1200px) {
    .volunteer-single .section-wrapper .post-top .post-item .post-thumb,
    .volunteer-single .section-wrapper .post-top .post-item .post-content {
        width: 50%;
    }
}

.volunteer-single .section-wrapper .post-top .post-item .post-content h4:first-child {
    margin-bottom: 4px;
}

.volunteer-single .section-wrapper .post-top .post-item .post-content span {
    display: inline-block;
    margin-bottom: 12px;
    font-weight: 400;
}

.volunteer-single .section-wrapper .post-top .post-item .post-content p {
    margin-bottom: 25px;
}

.volunteer-single .section-wrapper .post-top .post-item .post-content .icon-style-list {
    max-width: 350px;
}

.volunteer-single .section-wrapper .post-top .post-item .post-content .icon-style-list li ul li a:hover {
    background: inherit;
}

@media (max-width: 991px) {
    .volunteer-single .section-wrapper .post-bottom .col-lg-6:last-child {
        margin-top: 40px;
    }
}

.volunteer-single .section-wrapper .post-bottom h4 {
    margin-bottom: 26px;
}

@media (min-width: 992px) {
    .volunteer-single .section-wrapper .post-bottom .post-item {
        margin-right: 40px;
    }
}

.volunteer-single .section-wrapper .post-bottom .post-item:last-child {
    margin: 0;
}

.volunteer-single .section-wrapper .post-bottom .post-item p {
    margin: 0;
}

.volunteer-single .section-wrapper .post-bottom .post-item .circles {
    margin-bottom: 15px;
}

.volunteer-single .section-wrapper .post-bottom .post-item .circles canvas {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    box-shadow: 0 0 30px 0 rgba(98, 224, 193, 0.3);
    border-radius: 100%;
}


/*@@@@@@@@@@@@@@   13. Shop   @@@@@@@@@@@@@@@@@*/

.shop-page .sidebar-widget .widget-search {
    border: none;
}

.shop-page .sidebar-widget .widget-search form input {
    background: #fff;
    border: 1px solid #ecf0f3;
}

.shop-page .shop-title {
    padding: 16px 20px;
    margin-bottom: 30px;
}

.shop-page .shop-title p {
    margin-bottom: 0;
    color: #354965;
}

.shop-page .shop-title .product-view-mode a {
    color: #354965;
    -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: #84e18a;
}

.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: 10px;
    margin-bottom: 30px;
    align-items: center;
    background: #fff;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
}

.shop-page .shop-product-wrap .product-item:hover .product-thumb::after,
.shop-page .shop-product-wrap .product-list-item:hover .product-thumb::after {
    transform: scale(1);
}

.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 {
    opacity: 1;
    z-index: 9;
}

.shop-page .shop-product-wrap .product-item .product-thumb::after,
.shop-page .shop-product-wrap .product-list-item .product-thumb::after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ffffffe0;
    transform: scale(0);
    -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 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 {
    justify-content: center;
    opacity: 0;
    -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: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    background: linear-gradient(to right, #a4ea58, #81e18f);
    color: #fff;
    margin: 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-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: #354965;
    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: #84e18a;
}

.shop-page .shop-product-wrap .product-item .product-content p,
.shop-page .shop-product-wrap .product-list-item .product-content p {
    color: #3f485d;
    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 .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 .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;
    top: 0;
    right: 2px;
    background: transparent;
    z-index: 9;
    color: #84e18a;
    text-shadow: none;
    opacity: 1;
}

.shop-page .modal .modal-dialog .modal-content button.close:hover {
    color: #354965;
}

.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 {
    margin-top: 30px;
    align-items: center;
}

.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .cart-button .cart-plus-minus {
    margin: 0;
}

.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .cart-button .custom-btn {
    border-radius: 2px;
    padding: 6px 24px;
    margin-left: 20px;
}

.shop-single .sidebar-widget .widget-search {
    border: none;
}

.shop-single .sidebar-widget .widget-search form input {
    background: #fff;
    border: 1px solid #ecf0f3;
}

.shop-single .product-details {
    padding: 20px;
    margin-bottom: 40px;
}

.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 {
    border-radius: 50%;
    cursor: none;
    width: 100px;
    height: 100px;
    border: 1px solid #84e18a;
    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;
    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 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 {
    justify-content: space-between;
    align-items: center;
}

.shop-single .product-details .post-content form .select-product {
    width: 100%;
    background: #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 #ecf0f3;
    color: #3f485d;
    outline: none;
    -webkit-appearance: none;
    z-index: 1;
    background: transparent;
    padding-left: 20px;
    font-size: 14px;
}

.shop-single .product-details .post-content form .select-product i {
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ecf0f3;
    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: #ecf0f3;
}

.shop-single .product-details .post-content form button {
    width: 100%;
    height: 54px;
    padding: 0;
    background: linear-gradient(to right, #a4ea58, #81e18f);
    margin-top: 20px;
}

.shop-single .review .review-nav {
    margin: 0;
}

.shop-single .review .review-nav li {
    list-style: none;
    padding: 13px 33px;
    background: #354965;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-right: 10px;
}

.shop-single .review .review-nav li.active {
    background: linear-gradient(to right, #a4ea58, #81e18f);
}

.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;
}

.shop-single .review .review-content .review-showing .content li {
    padding: 25px 30px;
    list-style: none;
    border-bottom: 1px solid #ecf0f3;
}

@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: 70px;
    height: 70px;
    margin-bottom: 15px;
    border-radius: 100%;
}

@media (min-width: 768px) {
    .shop-single .review .review-content .review-showing .content li .post-thumb {
        margin-bottom: 0;
    }
}

.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 {
    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 {
    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: #354965;
    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;
    border-top: 2px solid #ecf0f3;
}

.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::before {
    width: 50px;
    height: 4px;
    background: linear-gradient(to right, #a4ea58, #81e18f);
    bottom: -20px;
    border-radius: 2px;
}

.shop-single .review .review-content .review-showing .client-review .review-form .review-title h5::after {
    border-bottom: 4px dotted #84e18a;
    width: 20px;
    bottom: -20px;
    left: 55px;
}

.shop-single .review .review-content .review-showing .client-review .review-form form input {
    border-color: #ecf0f3;
}

.shop-single .review .review-content .review-showing .client-review .review-form form .rating {
    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;
}

.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: #ecf0f3;
}

.shop-single .review .review-content .review-showing .client-review .review-form form button {
    margin-top: 0;
    padding: 10px 30px;
    box-shadow: none;
    background: linear-gradient(to right, #a4ea58, #81e18f);
}

.shop-single .review .review-content .description {
    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;
    padding-left: 30px;
}

.shop-single .review .review-content .description .post-item .post-content ul li::before {
    content: "\f005";
    top: 50%;
    left: 0;
    color: #ecb341;
    transform: translateY(-50%);
    font-family: 'Font Awesome 5 Free';
}

.shop-cart .section-wrapper .cart-top {
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .shop-cart .section-wrapper .cart-top {
        overflow-x: auto;
    }
}

.shop-cart .section-wrapper .cart-top table {
    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: #354965;
    color: #fff;
    padding: 18px;
    border: none;
}

.shop-cart .section-wrapper .cart-top table thead tr th:nth-child(3) {
    text-align: center !important;
}

.shop-cart .section-wrapper .cart-top table thead tr th:last-child {
    text-align: right;
}

.shop-cart .section-wrapper .cart-top table tbody tr {
    border-bottom: 1px solid #ecf0f3;
    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 {
    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: #354965;
    -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: #84e18a;
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box {
    padding: 20px 30px;
    margin-top: 30px;
    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 #ecf0f3;
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon input[type="submit"] {
    background: linear-gradient(to right, #a4ea58, #81e18f);
    margin-left: -10px;
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout {
    width: 100%;
    margin-top: 30px;
    justify-content: space-between;
}

@media (min-width: 992px) {
    .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout {
        max-width: 390px;
        text-align: right;
        margin-top: 0;
    }
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input {
    background: #fff;
    color: #354965;
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input[type="submit"] {
    padding: 10px 30px;
    border: 1px solid #ecf0f3;
}

@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 {
    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;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #ecf0f3;
}

.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 {
    top: 0;
    right: 0;
    padding: 9px 20px;
    background: linear-gradient(to right, #a4ea58, #81e18f);
    color: #fff;
    border: 1px solid #ecf0f3;
    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 #ecf0f3;
}

@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;
    background: linear-gradient(to right, #a4ea58, #81e18f);
    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;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ecf0f3;
    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: #84e18a;
}

.cart-plus-minus {
    border: 1px solid #ecf0f3;
    width: 120px;
    margin: 0 auto;
}

.cart-plus-minus .dec.qtybutton {
    border-right: 1px solid #ecf0f3;
    height: 40px;
    left: 0;
    top: 0;
}

.cart-plus-minus .cart-plus-minus-box {
    border: medium none;
    color: #354965;
    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: #354965;
    float: inherit;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    margin: 0;
    text-align: center;
    width: 40px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cart-plus-minus .qtybutton:hover {
    background: linear-gradient(to right, #a4ea58, #81e18f);
    color: #fff;
}

.cart-plus-minus .inc.qtybutton {
    border-left: 1px solid #ecf0f3;
    height: 40px;
    right: 0;
    top: 0;
}


/*@@@@@@@@@@@@@@   14. Contact   @@@@@@@@@@@@@@@@@*/

.contact-us .section-wrapper .contact-area {
    height: 100%;
    border-top: 1px solid #ecf0f3;
}

@media (min-width: 992px) {
    .contact-us .section-wrapper .contact-area {
        border-top: none;
        border-left: 1px solid #ecf0f3;
    }
}

.contact-us .section-wrapper .contact-area .comment-respond {
    padding: 30px;
}

.contact-us .section-wrapper .contact-area .comment-respond .comment-form {
    margin-top: 0;
}

.contact-us .section-wrapper .contact-area .comment-respond .comment-form input {
    border: 1px solid #ecf0f3;
    background: transparent;
}

.contact-us .section-wrapper .contact-area .comment-respond .comment-form textarea {
    background: transparent;
}

.contact-us .section-wrapper .main-addres,
.contact-us .section-wrapper .rounch-addres {
    height: 100%;
}

.contact-us .section-wrapper .main-addres {
    background: url(../images/contact-us/bg-image.jpg) no-repeat;
    background-position: bottom right;
    background-size: cover;
}

.contact-us .section-wrapper .main-addres h4 {
    color: #57cbe1 !important;
}

.contact-us .section-wrapper .rounch-addres h4 {
    color: #62e0c1 !important;
}

.contact-us .section-wrapper .contact-title {
    padding: 17px 30px;
    border-bottom: 1px solid #ecf0f3;
}

.contact-us .section-wrapper .contact-title h4 {
    color: #7fe092;
    margin: 0;
}

.contact-us .section-wrapper .contact-body {
    padding: 30px;
}

.contact-us .section-wrapper .contact-body ul {
    border-bottom: 1px solid #ecf0f3;
}

.contact-us .section-wrapper .contact-body ul:last-child {
    border-bottom: none;
}

.contact-us .section-wrapper .contact-body ul:last-child h5 {
    margin-top: 20px;
}

.contact-us .section-wrapper .contact-body ul li p {
    margin-bottom: 0;
    line-height: 24px;
}

.contact-us .section-wrapper .contact-body ul li a {
    word-break: break-word;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.contact-us .section-wrapper .contact-body ul li a:hover {
    color: #84e18a;
}

.contact-us .section-wrapper .contact-body ul li:last-child p {
    margin-bottom: 10px;
}

.contact-us.style-2 {
    padding-bottom: 0;
    margin-bottom: -60px;
    position: relative;
    z-index: 1;
}

.contact-us.style-2 .section-wrapper .contact-area {
    border: none;
    background: #fff;
}

.contact-us.style-2 .section-wrapper .contact-area .comment-respond {
    padding: 55px 30px 40px;
}

@media (min-width: 768px) {
    .contact-us.style-2 .section-wrapper .contact-area .comment-respond .comment-form input[type="text"]:nth-child(3) {
        width: calc(50% - 10px) !important;
    }
}

.contact-us.style-2 .section-wrapper .contact-area .comment-respond .comment-form button {
    width: 100%;
}

.contact-us.style-2 .section-wrapper .contact-area .comment-respond .comment-form button .custom-btn {
    display: inline-block;
    border-radius: 2px;
}


/*@@@@@@@@@@@@@@   15. Gmaps   @@@@@@@@@@@@@@@@@*/

.gmaps #map {
    height: 500px;
}


/*@@@@@@@@@@@@@@   16. 404   @@@@@@@@@@@@@@@@@*/

@media (max-width: 767px) {
    .four-zero-foue .post-thumb {
        margin-bottom: 40px;
    }
}

@media (min-width: 1200px) {
    .four-zero-foue .post-content h2 {
        font-size: 70px;
        line-height: 80px;
    }
}

.four-zero-foue .post-content h2 span {
    font-weight: 300;
}

.four-zero-foue .post-content .custom-btn {
    margin-top: 15px;
}


/*@@@@@@@@@@@@@@   12. Blog    @@@@@@@@@@@@@@@@@*/

.blog {
    background-repeat: no-repeat;
    background-position: center;
}

@media (min-width: 1200px) {
    .blog {
        background-position: center right;
    }
}

.blog .section-wrapper {
    margin: -15px;
    justify-content: center;
}

.blog .section-wrapper .post-item {
    width: calc(100% / 1);
    z-index: 1;
}

@media (min-width: 992px) {
    .blog .section-wrapper .post-item {
        width: calc(100% / 2);
    }
}

.blog .section-wrapper .post-item .post-inner {
    margin: 15px;
    background: #f3f8fc;
}

.blog .section-wrapper .post-item .post-inner.active .post-thumb a img,
.blog .section-wrapper .post-item .post-inner:hover .post-thumb a img {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

.blog .section-wrapper .post-item .post-inner.active .post-content .entry-header h4 a,
.blog .section-wrapper .post-item .post-inner.active .post-content .entry-header h3 a,
.blog .section-wrapper .post-item .post-inner:hover .post-content .entry-header h4 a,
.blog .section-wrapper .post-item .post-inner:hover .post-content .entry-header h3 a {
    color: #84e18a;
}

.blog .section-wrapper .post-item .post-inner .post-content {
    padding: 35px 0 40px;
    background: #fff;
    margin: 10px;
    margin-top: -40px;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.blog .section-wrapper .post-item .post-inner .post-content .meta-post {
    width: 100%;
}

@media (min-width: 576px) {
    .blog .section-wrapper .post-item .post-inner .post-content .meta-post {
        width: calc(60px);
        text-align: center;
    }
    .blog .section-wrapper .post-item .post-inner .post-content .meta-post li p {
        width: 100%;
    }
}

.blog .section-wrapper .post-item .post-inner .post-content .meta-post li {
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    border-right: 1px solid #ecf0f3;
    border-bottom: 1px solid #ecf0f3;
}

.blog .section-wrapper .post-item .post-inner .post-content .meta-post li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.blog .section-wrapper .post-item .post-inner .post-content .meta-post li:hover ul {
    transform: scaleY(1);
}

.blog .section-wrapper .post-item .post-inner .post-content .meta-post li p {
    margin: 0;
}

.blog .section-wrapper .post-item .post-inner .post-content .meta-post li ul {
    left: 0;
    width: 100%;
    top: 100%;
    z-index: 1;
    transform-origin: top;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -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 .meta-post li ul li {
    padding: 0;
    border-bottom: 1px solid #fff;
}

@media (max-width: 575px) {
    .blog .section-wrapper .post-item .post-inner .post-content .meta-post li ul li {
        height: 100%;
        line-height: 1;
    }
}

.blog .section-wrapper .post-item .post-inner .post-content .meta-post li ul li a {
    display: block;
    width: 100%;
    padding: 10px;
}

.blog .section-wrapper .post-item .post-inner .post-content .content-part {
    width: 100%;
    padding: 30px 20px;
}

@media (min-width: 576px) {
    .blog .section-wrapper .post-item .post-inner .post-content .content-part {
        width: calc(100% - 60px);
        padding: 0 15px 0 30px;
    }
}

.blog .section-wrapper .post-item .post-inner .post-content .content-part h3 {
    margin-bottom: 16px;
    line-height: 30px;
}

@media (min-width: 576px) {
    .blog .section-wrapper .post-item .post-inner .post-content .content-part h3 {
        line-height: 36px;
    }
}

.blog .section-wrapper .post-item .post-inner .post-content .content-part h4 {
    margin-bottom: 16px;
    line-height: 30px;
}

.blog .section-wrapper .post-item .post-inner .post-content .content-part .entry-header .entry-meta {
    margin-bottom: 15px;
}

.blog .section-wrapper .post-item .post-inner .post-content .content-part .entry-header .entry-meta p {
    margin: 0;
    margin-right: 20px;
    line-height: 30px;
}

.blog .section-wrapper .post-item .post-inner .post-content .content-part .entry-header .entry-meta p.byline {
    display: block;
}

.blog .section-wrapper .post-item .post-inner .post-content .content-part .entry-header .entry-meta p:last-child {
    margin-right: 0;
}

.blog .section-wrapper .post-item .post-inner .post-content .content-part .entry-header .entry-meta p a {
    box-shadow: none;
}

.blog .section-wrapper .post-item .post-inner .post-content .content-part .entry-header .entry-meta p a:hover {
    color: #84e18a;
}

.blog .section-wrapper .post-item .post-inner .post-content .content-part .entry-content p {
    margin-bottom: 32px;
}

.blog .section-wrapper .post-item .post-inner .post-content .content-part .entry-content .custom-btn {
    padding: 8px 30px;
}

@media (max-width: 575px) {
    .blog .section-wrapper .post-item .post-inner .post-content {
        padding: 0;
    }
    .blog .section-wrapper .post-item .post-inner .post-content .meta-post {
        border: 1px solid #ecf0f3;
    }
    .blog .section-wrapper .post-item .post-inner .post-content .meta-post li {
        width: 33.33%;
        align-items: inherit;
        flex-wrap: nowrap;
        justify-content: center;
        border-bottom: none;
    }
    .blog .section-wrapper .post-item .post-inner .post-content .meta-post li:last-child {
        border-right: none;
    }
    .blog .section-wrapper .post-item .post-inner .post-content .meta-post li:hover ul.social-media-list {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
    }
    .blog .section-wrapper .post-item .post-inner .post-content .meta-post li a {
        padding: 5px;
    }
    .blog .section-wrapper .post-item .post-inner .post-content .meta-post li ul.social-media-list {
        top: 0;
        left: 100%;
        transform-origin: left;
        width: 200%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
    }
    .blog .section-wrapper .post-item .post-inner .post-content .meta-post li ul.social-media-list li {
        width: calc(100% / 4);
    }
    .blog .section-wrapper .post-item .post-inner .post-content .meta-post li ul.social-media-list li a {
        line-height: 70px;
        padding: 0;
        text-align: center;
    }
}

.blog.style-2 .section-wrapper {
    margin: -25px;
}

.blog.style-2 .section-wrapper .post-item:nth-child(2) .post-inner .post-content .meta-post .meta-icon {
    background: #62e0c1;
}

.blog.style-2 .section-wrapper .post-item:nth-child(3) .post-inner .post-content .meta-post .meta-icon {
    background: #7fe092;
}

.blog.style-2 .section-wrapper .post-item:nth-child(4) .post-inner .post-content .meta-post .meta-icon {
    background: #b7f275;
}

.blog.style-2 .section-wrapper .post-item .post-inner {
    margin: 25px;
    background: #fff;
}

.blog.style-2 .section-wrapper .post-item .post-inner .post-content {
    background: transparent;
    padding: 0;
    margin-top: 0;
    transform: translateY(0);
}

@media (min-width: 576px) {
    .blog.style-2 .section-wrapper .post-item .post-inner .post-content {
        margin-top: -60px;
    }
}

.blog.style-2 .section-wrapper .post-item .post-inner .post-content .meta-post {
    border: none;
    align-items: center;
    padding: 15px 0;
    flex-wrap: nowrap;
}

@media (min-width: 576px) {
    .blog.style-2 .section-wrapper .post-item .post-inner .post-content .meta-post {
        width: 110px;
        display: block;
        padding: 0;
    }
}

.blog.style-2 .section-wrapper .post-item .post-inner .post-content .meta-post .meta-icon {
    font-size: 20px;
    line-height: 44px;
    height: 44px;
    width: 44px;
    color: #fff;
    text-align: center;
    margin-right: 10px;
    background: #57cbe1;
}

@media (min-width: 576px) {
    .blog.style-2 .section-wrapper .post-item .post-inner .post-content .meta-post .meta-icon {
        margin: 16px 0 20px 66px;
    }
}

.blog.style-2 .section-wrapper .post-item .post-inner .post-content .meta-post .meta-author {
    width: calc(100% - 44px);
}

@media (min-width: 576px) {
    .blog.style-2 .section-wrapper .post-item .post-inner .post-content .meta-post .meta-author {
        width: 100%;
    }
}

.blog.style-2 .section-wrapper .post-item .post-inner .post-content .meta-post .meta-author a {
    padding: 0 5px;
}

@media (min-width: 576px) {
    .blog.style-2 .section-wrapper .post-item .post-inner .post-content .meta-post .meta-author a {
        text-align: right;
        display: block;
        padding: 0;
    }
}

.blog.style-2 .section-wrapper .post-item .post-inner .post-content .content-part {
    width: 100%;
    background: #fff;
    padding: 0;
}

@media (min-width: 576px) {
    .blog.style-2 .section-wrapper .post-item .post-inner .post-content .content-part {
        width: calc(100% - 110px);
        padding: 20px;
    }
}

.blog-page .section-wrapper .blog .section-wrapper .post-item {
    width: 100%;
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content {
    padding-bottom: 0;
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .content-part .entry-content h4 {
    color: #84e18a;
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .content-part .entry-content p {
    margin-bottom: 20px;
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .content-part .entry-content blockquote:after {
    display: none;
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .content-part .entry-content blockquote p {
    color: #84e18a;
    font-weight: 700;
    font-family: "Montserrat", serif;
}

.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 {
    position: relative;
    padding: 1px 0;
    padding-left: 20px;
    color: #354965;
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .content-part .entry-content ul li::before {
    top: 10px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    border: 2px solid #84e18a;
}

.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: 20px;
}

@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 #ecf0f3;
}

@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;
        margin-top: 20px;
    }
}

.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: 5px 18px;
    margin: 3px;
    color: #354965;
    border-radius: 20px;
    border: 1px solid #ecf0f3;
    -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 .post-item .post-inner .post-content .tags-section .tags li a:hover,
.blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section .tags li a.active {
    background: linear-gradient(to right, #a4ea58, #81e18f);
    color: #fff;
    box-shadow: 0px 10px 10px 0px rgba(164, 234, 88, 0.4);
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .comments {
    margin: 15px;
    margin-top: 35px !important;
    background: #fff;
    padding: 25px 20px;
    width: 100%;
}

@media (min-width: 576px) {
    .blog-page .section-wrapper .blog.blog-single .section-wrapper .comments {
        padding: 25px 30px;
    }
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .comments .title-border {
    margin: 0 0 28px 0;
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .comments .title-border::before {
    width: 50px;
    height: 5px;
    background: linear-gradient(to right, #a4ea58, #81e18f);
    bottom: -20px;
    border-radius: 2px;
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .comments .title-border::after {
    border-bottom: 5px dotted #84e18a;
    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%;
    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 {
    padding-bottom: 20px;
    border-bottom: 1px solid #ecf0f3;
}

.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: #354965;
    -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: #84e18a;
}

.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: #3f485d;
    display: inline-block;
    margin-bottom: 5px;
    font-family: "Montserrat", 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 #ecf0f3;
    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: 15px;
    margin-top: 35px !important;
}

@media (min-width: 576px) {
    .blog-page .section-wrapper .blog.blog-single .section-wrapper .comment-respond {
        padding: 25px 30px 40px;
    }
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .comment-respond .add-comment .title-border {
    margin-bottom: 50px;
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .comment-respond .add-comment .title-border::before {
    width: 50px;
    height: 5px;
    background: linear-gradient(to right, #a4ea58, #81e18f);
    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 #84e18a;
    width: 36px;
    bottom: -20px;
    left: 55px;
}

.comment-form {
    justify-content: space-between;
}

.comment-form input[type="text"] {
    background: #fafafa;
    color: #3f485d;
    padding: 10px 15px;
    border: 1px solid #ecf0f3;
}

@media (min-width: 768px) {
    .comment-form input[type="text"]:nth-child(3) {
        width: 100% !important;
    }
}

.comment-form textarea {
    background: #fafafa;
    border: 1px solid #ecf0f3;
}

.comment-form p.comment-form-cookies-consent {
    width: 100%;
}

.comment-form button {
    border: none;
    outline: none;
    background: transparent;
}

.comment-form button .custom-btn {
    padding: 12px 28px;
    border-radius: 25px;
}

.comment-form button .custom-btn span {
    margin-right: 5px;
}

.sidebar-widget {
    margin-top: 40px;
}

@media (min-width: 992px) {
    .sidebar-widget {
        margin: 0;
        margin-right: -15px;
    }
}

.sidebar-widget h4 {
    margin-bottom: 30px;
}

.sidebar-widget h4::before {
    width: 50px;
    height: 5px;
    background-color: #84e18a;
    bottom: -20px;
    border-radius: 2px;
}

.sidebar-widget h4::after {
    border-bottom: 5px dotted #84e18a;
    width: 36px;
    bottom: -20px;
    left: 55px;
}

.sidebar-widget .widget-search form input {
    padding: 17px;
    background: #f3f8fc;
    border: none;
    width: 100%;
    outline: none;
    margin-bottom: 0;
    margin-top: 20px;
    display: inline-block;
}

.sidebar-widget .widget-search form input::-webkit-input-placeholder {
    color: #3f485d;
}

.sidebar-widget .widget-search form input::-moz-placeholder {
    color: #3f485d;
}

.sidebar-widget .widget-search form input::-moz-placeholder {
    color: #3f485d;
}

.sidebar-widget .widget-search form input::-ms-input-placeholder {
    color: #3f485d;
}

.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;
    border-bottom: 1px solid #ecf0f3;
}

.sidebar-widget .post-catagori ul li:hover span {
    color: #84e18a;
}

.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;
    color: #3f485d;
    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: #84e18a;
    padding-left: 25px;
}

.sidebar-widget .post-catagori ul li a:hover::before {
    color: #84e18a;
    padding-left: 10px;
}

.sidebar-widget .post-catagori ul li a::before {
    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: #3f485d;
    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 #ecf0f3;
}

.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: #84e18a;
}

.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: #84e18a;
}

.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;
}

.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: #3f485d;
    border-radius: 1px;
    border: 1px solid #ecf0f3;
    -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: linear-gradient(to right, #a4ea58, #81e18f);
}

.sidebar-widget .widget-instagram ul {
    justify-content: center;
    padding-top: 20px !important;
    margin: -3px !important;
}

.sidebar-widget .widget-instagram ul li {
    padding: 0;
    width: calc(100% / 3);
}

.sidebar-widget .widget-instagram ul li a {
    display: block;
    margin: 5px;
}

.sidebar-widget .widget-instagram ul li a:hover img {
    transform: scale(1.1);
}

.sidebar-widget .widget-instagram ul li 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-add a {
    padding-top: 20px;
    display: block;
}

.sidebar-widget .widget-add a img {
    display: block;
    width: 100%;
}

.sidebar-widget .shop-widget {
    box-shadow: 0 0 10px 0 rgba(136, 136, 136, 0.1);
}

.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 #ecf0f3;
    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: #84e18a;
}

.sidebar-widget .shop-widget .widget-wrapper .shop-menu li.open>a.dd-icon-down::before {
    transform: rotate(90deg) translate(-5px, 15px);
}

.sidebar-widget .shop-widget .widget-wrapper .shop-menu li.open>a.dd-icon-down::after {
    background: #84e18a;
}

.sidebar-widget .shop-widget .widget-wrapper .shop-menu li a {
    display: block;
    font-weight: 700;
    color: #354965;
}

.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: #84e18a;
}

.sidebar-widget .shop-widget .widget-wrapper .shop-menu li .shop-submenu li a {
    color: #354965;
    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: #84e18a;
}

.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;
    border-bottom: 1px solid #ecf0f3;
}

.sidebar-widget .letest-product .widget-wrapper ul li:last-child {
    border-bottom: none;
}

.sidebar-widget .letest-product .widget-wrapper ul li:hover .product-thumb img {
    transform: scale(1.1);
}

.sidebar-widget .letest-product .widget-wrapper ul li:hover .product-content h6 a {
    color: #84e18a;
}

.sidebar-widget .letest-product .widget-wrapper ul li .product-thumb {
    width: 70px;
    height: 70px;
}

.sidebar-widget .letest-product .widget-wrapper ul li .product-thumb img {
    -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 {
    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: #354965;
    -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 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;
}


/*@@@@@@@@@@@@@@   16. Footer   @@@@@@@@@@@@@@@@@*/

.footer-section .footer-top {
    padding-bottom: 150px;
}

.footer-section .footer-top:after {
    height: 150px;
    width: 100%;
    bottom: 0;
    left: 0;
    background-position: center;
    background-size: cover;
    background: url(images/footer-shape.png) no-repeat bottom left;
}

.footer-section .footer-top .top {
    z-index: 1;
    justify-content: center;
    margin-bottom: 90px;
}

.footer-section .footer-top .top .post-item {
    align-items: center;
    background: #57cbe1;
    width: 100%;
    padding: 30px;
    font-family: "Montserrat", serif;
}

@media (min-width: 992px) {
    .footer-section .footer-top .top .post-item {
        width: calc(100% / 2);
    }
}

@media (min-width: 1200px) {
    .footer-section .footer-top .top .post-item {
        width: calc(100% / 3);
    }
}

.footer-section .footer-top .top .post-item .post-thumb {
    width: 55px;
}

.footer-section .footer-top .top .post-item .post-content {
    padding-left: 20px;
    width: calc(100% - 55px);
}

.footer-section .footer-top .top .post-item .post-content p {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}

@media screen and (max-width: 400px) {
    .footer-section .footer-top .top .post-item .post-content p {
        font-size: 16px;
    }
}

.footer-section .footer-top .top .post-item .post-content h6,
.footer-section .footer-top .top .post-item .post-content p {
    color: #fff;
}

.footer-section .footer-top .top .post-item:nth-child(2) {
    background: #62e0c1;
}

.footer-section .footer-top .top .post-item:nth-child(3) {
    background: #7fe092;
}

.footer-section .footer-top .bottom {
    z-index: 1;
}

@media (max-width: 991px) {
    .footer-section .footer-top .bottom .bottom-item {
        margin-bottom: 30px;
    }
}

.footer-section .footer-top .bottom .bottom-item h4 {
    margin-bottom: 30px;
}

.footer-section .footer-top .bottom .bottom-item h4:before,
.footer-section .footer-top .bottom .bottom-item h4:after {
    height: 1px;
    left: 0;
}

.footer-section .footer-top .bottom .bottom-item h4:before {
    width: 150px;
    background: #62e0c1;
    top: calc(100% + 18px);
}

.footer-section .footer-top .bottom .bottom-item h4:after {
    width: 70px;
    background: #7fe092;
    top: calc(100% + 22px);
}

.footer-section .footer-top .bottom .footer-logo {
    margin-bottom: 30px;
}

.footer-section .footer-top .bottom p {
    margin-bottom: 27px;
}

.footer-section .footer-top .bottom ul li.post-item {
    width: 100%;
    border-bottom: 1px solid #ecf0f3;
    padding: 21px 0 25px;
}

.footer-section .footer-top .bottom ul li.post-item:last-child {
    border-bottom: none;
}

.footer-section .footer-top .bottom ul li.post-item:hover .post-thumb a img {
    transform: scale(1.07);
}

.footer-section .footer-top .bottom ul li.post-item:hover .post-content h6 a {
    color: #84e18a;
}

.footer-section .footer-top .bottom ul li.post-item .post-thumb {
    width: 100px;
}

.footer-section .footer-top .bottom ul li.post-item .post-thumb a {
    display: block;
}

.footer-section .footer-top .bottom ul li.post-item .post-thumb a img {
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.footer-section .footer-top .bottom ul li.post-item .post-content {
    width: calc(100% - 100px);
    padding-left: 15px;
}

@media (min-width: 576px) {
    .footer-section .footer-top .bottom ul li.post-item .post-content {
        padding-left: 25px;
    }
}

.footer-section .footer-top .bottom ul li.post-item .post-content h6 {
    margin-bottom: 0;
    line-height: 20px;
}

.footer-section .footer-top .bottom ul li.post-item .post-content p {
    margin: 0;
}

.footer-section .footer-top .bottom ul.footer-gallery {
    margin: -7.5px !important;
    padding-top: 21px;
    justify-content: flex-end;
}

.footer-section .footer-top .bottom ul.footer-gallery li {
    width: 33.33%;
    padding: 7.5px;
}

.footer-section .footer-top .bottom ul.footer-gallery li:hover .post-thumb a img {
    transform: scale(1.07);
}

.footer-section .footer-bottom {
    background: #fff;
}

.footer-section .footer-bottom .section-wrapper {
    justify-content: center;
    flex-wrap: wrap-reverse;
    align-items: center;
    font-family: "Montserrat", serif;
    padding: 20px 0;
}

.footer-section .footer-bottom .section-wrapper .left,
.footer-section .footer-bottom .section-wrapper .right {
    width: 100%;
}

.footer-section .footer-bottom .section-wrapper .left span {
    display: block;
    text-align: center;
}

.footer-section .footer-bottom .section-wrapper .left span a {
    color: #84e18a;
    font-weight: 700;
}

@media (min-width: 1200px) {
    .footer-section .footer-bottom .section-wrapper .left {
        width: 33.33%;
        text-align: left;
    }
}

.footer-section .footer-bottom .section-wrapper .right {
    justify-content: center;
}

@media (min-width: 1200px) {
    .footer-section .footer-bottom .section-wrapper .right {
        width: 66.66%;
    }
}

.footer-section .footer-bottom .section-wrapper .right li {
    padding: 10px 15px;
    align-items: center;
}

.footer-section .footer-bottom .section-wrapper .right li:after {
    right: 0;
    top: 50%;
    width: 1px;
    height: 40px;
    background: #ecf0f3;
    -webkit-transform: translateY(-50%) rotate(30deg);
    -ms-transform: translateY(-50%) rotate(30deg);
    transform: translateY(-50%) rotate(30deg);
}

.footer-section .footer-bottom .section-wrapper .right li:last-child:after {
    display: none;
}

.footer-section .footer-bottom .section-wrapper .right li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    line-height: 40px;
    margin-right: 12px;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.footer-section .footer-bottom .section-wrapper .right li a:hover {
    color: #7fe092;
}

body.rtl {
    direction: rtl;
}

body.rtl .header-section.style-2 .header-top .top ul li i {
    margin-right: 0;
    margin-left: 5px;
}

body.rtl .header-section.style-2 .header-top .top ul.right li {
    border-right: 1px solid #fff;
    border-left: none;
}

body.rtl .header-section.style-2 .header-area .custom-btn i {
    transform: rotate(-160deg);
}

body.rtl .banner-content,
body.rtl .campaign-section.style-four .section-wrapper .post-item .post-inner .post-content,
body.rtl .campaign-section.style-two .section-wrapper .post-item .post-inner .post-content,
body.rtl .volunteer .section-wrapper .post-item .post-inner .post-content,
body.rtl .blog.style-2 .section-wrapper .post-item .post-inner .post-content .content-part,
body.rtl .testimonial-section .testimonial-slider .post-item .post-inner .post-header,
body.rtl .testimonial-section .testimonial-slider .post-item .post-inner .post-body,
body.rtl .comment-form p.comment-form-cookies-consent,
body.rtl .footer-section .footer-top .bottom .bottom-item h4,
body.rtl .footer-section .footer-top .bottom ul li.post-item .post-content,
body.rtl .footer-section .footer-top .bottom,
body.rtl .cart .cart-content .cart-item .cart-des p,
body.rtl .cart .cart-content .cart-bottom .cart-subtotal p,
body.rtl .footer-section .footer-top .top .post-item .post-content,
body.rtl .campaign-section .section-wrapper .swiper-slide.swiper-slide-active .post-content,
body.rtl .campaign-section .section-wrapper .swiper-slide.swiper-slide-active .post-thumb,
body.rtl .feature-section.style-two .section-wrapper .post-item .post-inner .post-content,
body.rtl .project-section .section-wrapper .post-item .post-thumb,
body.rtl .project-section .section-wrapper .post-item .post-content,
body.rtl .blog .section-wrapper .post-item .post-inner .post-content .content-part,
body.rtl .header-section .header-area .main-menu ul.menu li ul li a,
body.rtl .mobile-menu .menu .mobile-menu-area .mobile-menu-area-inner .m-menu li a,
body.rtl .volunteer-single .section-wrapper .post-top .post-item .post-thumb,
body.rtl .volunteer-single .section-wrapper .post-top .post-item .post-content,
body.rtl .volunteer-single .section-wrapper .post-bottom h4,
body.rtl .four-zero-foue .post-content,
body.rtl .sidebar-widget .widget-rec-post .recent-post li .rec-content,
body.rtl .sidebar-widget h4,
body.rtl .project-single .section-wrapper .project-bottom .right-side .project-item .project-inner .project-body,
body.rtl .project-item .project-inner .project-body ul li .p-content,
body.rtl .campaign-single .section-wrapper .donate-amount,
body.rtl .campaign-single .section-wrapper .tab-section .tab-content,
body.rtl .blog-page .section-wrapper .blog.blog-single .section-wrapper .comments .comment-list .comment .com-content,
body.rtl .blog-page .section-wrapper .blog.blog-single .section-wrapper .comments .title-border,
body.rtl .blog-page .section-wrapper .blog.blog-single .section-wrapper .comment-respond .add-comment .title-border,
body.rtl .shop-page .shop-product-wrap .product-list-item .product-content,
body.rtl .sidebar-widget .letest-product .widget-wrapper ul li .product-content,
body.rtl .shop-single .product-details .post-content,
body.rtl .shop-single .review .review-content .review-showing .content li .post-content,
body.rtl .shop-single .review .review-content.description-show .description,
body.rtl .shop-single .review .review-content .review-showing .client-review,
body.rtl .shop-cart .section-wrapper .cart-top table thead tr th,
body.rtl .shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-content,
body.rtl .shop-cart .section-wrapper .cart-top table tbody tr td,
body.rtl .shop-cart .section-wrapper .cart-bottom .shiping-box,
body.rtl .contact-us .section-wrapper {
    text-align: right;
}

body.rtl .campaign-section.style-four .section-wrapper .post-item .post-inner .post-content span i,
body.rtl .comment-form button .custom-btn span,
body.rtl .comment-reply-link i {
    margin-right: 0;
    margin-left: 5px;
}

body.rtl .post-thumb.style-2 .post-thumb-content .skill-item ul li {
    width: auto;
}

body.rtl .post-thumb.style-2 .post-thumb-content .skill-item .skillbar .skillbar-bar {
    right: 0px;
}

body.rtl ul.icon-style-list>li i {
    margin: 0 5px 0 15px;
}

body.rtl .testimonial-section .testimonial-slider .post-item .post-inner .post-body:after {
    left: 30px;
    right: auto;
}

body.rtl .comment-form #wp-comment-cookies-consent {
    margin: 0 0 0 10px;
    transform: translateY(2px);
}

body.rtl .custom-btn i,
body.rtl .text-btn i,
body.rtl .pagination li a i,
body.rtl .campaign-single .section-wrapper .tab-section .tab-content .tab-item.description blockquote:before,
body.rtl .comment-reply-link i {
    transform: rotate(180deg);
}

body.rtl .custom-btn i.fas.fa-heart,
body.rtl i.fas.fa-angle-up {
    transform: rotate(0deg);
}

body.rtl .footer-section .footer-bottom .section-wrapper .right li a {
    margin-right: 0;
    margin-left: 12px;
}

body.rtl .cart .cart-content .cart-item .cart-img {
    margin-right: 0;
    margin-left: 14px;
}

body.rtl .cart .cart-content .cart-item .cart-btn {
    left: 5px;
    right: auto;
}

body.rtl .float-right,
body.rtl .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping button {
    float: left !important;
}

body.rtl .footer-section .footer-top .top .post-item .post-content {
    padding-left: 0;
    padding-right: 20px;
}

body.rtl .feature-section.style-two .section-wrapper .post-item .post-inner .post-content,
body.rtl .shop-single .review .review-content .description .post-item .post-content ul li {
    padding-left: 0;
    padding-right: 30px;
}

body.rtl .project-section .section-wrapper .post-item .post-content ul li i {
    margin-right: 0;
    margin-left: 5px;
}

body.rtl .project-section .section-wrapper .post-item .post-content ul li {
    margin-right: 0;
    margin-left: 10px;
}

body.rtl .blog .section-wrapper .post-item .post-inner .post-content .meta-post>li {
    border-right: none;
    border-left: 1px solid #ecf0f3;
}

body.rtl .banner .banner-shape_2 {
    right: 70%;
}

body.rtl .banner .banner-shape_3 {
    right: 55%;
}

body.rtl .footer-section .footer-top .bottom ul li.post-item .post-content {
    padding-left: 0;
    padding-right: 15px;
}

body.rtl .header-section .header-area .main-menu ul.menu li ul,
body.rtl .footer-section .footer-top .bottom .bottom-item h4:before,
body.rtl .footer-section .footer-top .bottom .bottom-item h4:after,
body.rtl .campaign-single .section-wrapper .donate-amount .custom-donate span,
body.rtl .blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .content-part .entry-content ul li::before,
body.rtl .shop-single .review .review-content .description .post-item .post-content ul li::before {
    left: auto;
    right: 0;
}

body.rtl .mobile-menu .menu .mobile-menu-area .mobile-menu-area-inner .m-menu li a::after,
body.rtl .mobile-menu .menu .mobile-menu-area .mobile-menu-area-inner .mobile-search button,
body.rtl .footer-section .footer-bottom .section-wrapper .right li:after,
body.rtl .header-section .cart .cart-content,
body.rtl .sidebar-widget .widget-search form button,
body.rtl .shop-single .product-details .post-content form .select-product i,
body.rtl .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select .select-icon {
    left: 0;
    right: auto;
}

body.rtl .mobile-menu li .dd-icon-down:before {
    right: calc(100% + -21px);
}

body.rtl .header-section .header-area .main-menu ul.menu li:hover>ul>li ul {
    right: 100%;
    left: auto;
}

body.rtl .dd-icon-down:before {
    right: calc(100% + -11px);
    left: auto;
}

body.rtl .dd-icon-down:after {
    left: -10px;
    right: auto;
}

body.rtl .page-header .page-header-area .page-header-content .breadcamp li a:after {
    left: -12px;
    right: auto;
}

body.rtl .sidebar-widget .widget-rec-post .recent-post li .rec-content,
body.rtl .shop-single .review .review-content .review-showing .content li .post-content .entry-meta .posted-on a {
    padding-right: 0;
    padding-left: 10px;
}

body.rtl .sidebar-widget h4::after,
body.rtl .blog-page .section-wrapper .blog.blog-single .section-wrapper .comments .title-border::after,
body.rtl .blog-page .section-wrapper .blog.blog-single .section-wrapper .comment-respond .add-comment .title-border::after,
body.rtl .shop-single .review .review-content .review-showing .client-review .review-form .review-title h5::after {
    right: 55px;
    left: auto;
}

body.rtl .project-item .project-inner .project-header img,
body.rtl .project-item .project-inner .project-body ul li .p-thumb {
    margin-right: 0;
    margin-left: 15px;
}

body.rtl .project-item .project-inner .project-body .down-file i:last-child {
    margin-left: 0px;
    margin-right: 20px;
}

body.rtl .campaign-single .section-wrapper .donate-amount .custom-donate>span {
    border-radius: 0 23px 23px 0;
}

body.rtl .campaign-single .section-wrapper .donate-amount .custom-donate input {
    margin-right: 0;
    margin-left: 30px;
    text-align: left;
}

body.rtl .campaign-single .section-wrapper .donate-amount .custom-donate input::placeholder {
    text-align: left;
}

body.rtl .campaign-single .section-wrapper .tab-section .tab-content .tab-item.description blockquote h6 {
    text-align: left;
}

body.rtl .campaign-single .section-wrapper .tab-section .tab-content .tab-item.donors .post-item .post-inner .post-content,
body.rtl .shop-single .product-details .post-content form .select-product select,
body.rtl .shop-single .review .review-content .review-showing .content li .post-content {
    padding-left: 0;
    padding-right: 20px;
}

body.rtl blockquote {
    padding: 0px 50px 0px 20px;
}

body.rtl blockquote::before {
    right: 0;
    left: auto;
}

body.rtl .blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .content-part .entry-content ul li {
    padding-left: 0;
    padding-right: 20px;
}

body.rtl .blog-page .section-wrapper .blog.blog-single .section-wrapper .comments .comment-list .comment .com-thumb {
    float: none;
    float: right;
    margin-right: 0;
    margin-left: 15px;
}

body.rtl .sidebar-widget .shop-widget .widget-wrapper .shop-menu li a.dd-icon-down:before {
    left: calc(100% + 9px);
    right: auto;
}

body.rtl .shop-page .shop-product-wrap .product-list-item .product-content,
body.rtl .sidebar-widget .letest-product .widget-wrapper ul li .product-content {
    padding-left: 0;
    padding-right: 20px;
}

body.rtl .shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-content {
    padding-left: auto;
    padding-right: 10px;
}

body.rtl .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon input[type="submit"] {
    margin-left: 0;
    margin-right: -10px;
}

@media (min-width: 576px) {
    body.rtl .blog.style-2 .section-wrapper .post-item .post-inner .post-content .meta-post .meta-icon {
        margin: 16px 66px 20px 0px;
    }
    body.rtl .blog.style-2 .section-wrapper .post-item .post-inner .post-content .meta-post .meta-author a {
        text-align: left;
    }
    body.rtl .footer-section .footer-top .bottom ul li.post-item .post-content {
        padding-left: 0;
        padding-right: 25px;
    }
    body.rtl .blog .section-wrapper .post-item .post-inner .post-content .content-part {
        padding-left: 15px;
        padding-right: 30px;
    }
    body.rtl .project-item .project-inner .project-body .down-file i:last-child {
        margin-right: 50px;
        margin-left: 0;
    }
    body.rtl .campaign-single .section-wrapper .tab-section .tab-content .tab-item.description blockquote {
        padding-right: 90px;
        padding-left: 30px;
    }
    body.rtl .campaign-single .section-wrapper .tab-section .tab-content .tab-item.description blockquote:before {
        right: 35px;
        left: auto;
    }
    body.rtl .blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section {
        padding: 20px 77px 20px 20px;
    }
    body.rtl .blog-page .section-wrapper .blog.blog-single .section-wrapper .comments .comment-list .comment .comment-list {
        padding-right: 30px;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    body.rtl .volunteer-single .section-wrapper .post-bottom .post-item {
        margin-left: 40px;
        margin-right: 0;
    }
    body.rtl .sidebar-widget {
        margin-right: 0;
    }
    body.rtl .contact-us .section-wrapper .contact-area {
        border-left: none;
        border-right: 1px solid #ecf0f3;
    }
}

@media (min-width: 1200px) {
    body.rtl .volunteer-single .section-wrapper .post-top .post-item .post-thumb {
        padding-left: 40px;
        padding-right: 0;
    }
}

@media (max-width: 1399px) and (min-width: 1200px) {
    body.rtl .banner .banner-shape_1 {
        right: 0px;
    }
}


/*# sourceMappingURL=style.css.map */

.cta_whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}