<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*!
&lt;----------------------------------------
  Theme Name: Gowala
  Theme URI: http://codexcoder.com/
  Author: codexcoder.com
  Author URI: http://codexcoder.com/
  Description: Gowala is a Creative Dairy Farm &amp; Eco Product HTML5 Template.
  Version: 1.0.0
  Tags: agriculture, cattle farm, eco, eco farm, eco products, eco shop, farming, food, healthy food, natural, organic, retail, shop, store, woocommerce
----------------------------------------&gt;
*/
/*
&gt;&gt;&gt; TABLE OF CONTENTS:
&lt;----------------------------------------------------------------
  01. Default CSS
  02. Global css
  03. Header
    *Mobile Menu
    *Main Menu
  04. Banner
  05. About
    * Style-2
    * Style-3
  06. Portfolio
    * Style-2
    * Style-3
  07. Product
  08. Video
  09. Team-Member
  10. Pricing
  11. Blog
    * Style-2
    * Main Blog
    * Blog Single
  12. Sponsor
  13. Service
    * Service single
  14. Testimonial
  15. Histori
  16. Offer
  17. Contact
  18. Gmaps
  19. Shope
    * Shop Page
    * Shope Single
    * Cart Page
  20. 404
  21. Footer
----------------------------------------------------------------&gt;
*/
html {
    font-family: 'Lato';
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

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

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

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

@media (min-width: 1200px) {
    body .box-body .box-layout {
        max-width: 1200px;
        margin: 0 auto;
        background: #fff;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    }

        body .box-body .box-layout .header-section .header-bottom {
            z-index: 99;
            width: 100%;
            left: 50%;
            max-width: 1200px;
            margin: auto;
            transform: translateX(-50%);
        }

            body .box-body .box-layout .header-section .header-bottom.menu-fixed {
                left: auto;
                transform: translateX(0%);
                padding: 0 30px;
                box-shadow: 0px 5px 5px -5px #f1f4f6;
            }
}

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

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

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

h1, h2, h3, h4, h5, h6 {
    color: #181818;
    /*font-weight: 600;*/
    /*font-family: "Frank Ruhl Libre", serif;*/
}

    h1 &gt; a, h2 &gt; a, h3 &gt; a, h4 &gt; a, h5 &gt; a, h6 &gt; a {
        color: inherit;
        /*font-weight: 700;*/
        /*font-family: "Frank Ruhl Libre", serif;*/
    }

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

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

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

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

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

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

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

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 1em 0;
}

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

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

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

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

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

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: 700;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

dfn {
    font-style: italic;
}

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

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

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

img {
    border-style: none;
}

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

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

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

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

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

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

textarea {
    overflow: auto;
}

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

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

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

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

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

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

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

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

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

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

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

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

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

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

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

    h1:first-child,
    h2:first-child,
    h3:first-child,
    h4:first-child,
    h5:first-child,
    h6:first-child {
        padding-top: 0;
    }

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

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

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

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

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

blockquote cite {
    display: block;
    font-style: normal;
    font-weight: 400;
    margin-top: 0.5em;
    font-family: 'Lato';
    font-size: 15px;
    color: #505050;
}

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

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

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

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

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

big {
    font-size: 125%;
}

:focus {
    outline: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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: 'Lato';
}

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

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

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

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

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

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

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

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

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

fieldset {
    margin-bottom: 1em;
}

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

    input[type=text]:focus,
    input[type=email]:focus,
    input[type=url]:focus,
    input[type=password]:focus,
    input[type=search]:focus,
    input[type=number]:focus,
    input[type=tel]:focus,
    input[type=range]:focus,
    input[type=date]:focus,
    input[type=month]:focus,
    input[type=week]:focus,
    input[type=time]:focus,
    input[type=datetime]:focus,
    input[type=datetime-local]:focus,
    input[type=color]:focus,
    textarea:focus {
        color: #222;
        border-color: #505050;
    }

select {
    border: 1px solid #ededed;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    max-width: 100%;
}

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

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

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

input + button,
input + input[type=button],
input + input[type=submit] {
    padding: 0.75em 2em;
}

button.secondary,
input[type=reset],
input[type=button].secondary,
input[type=reset].secondary,
input[type=submit].secondary {
    background-color: #ddd;
    color: #222;
}

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

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

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

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

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

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

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

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

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

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

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

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
    color: #505050;
    font-family: 'Lato';
}

::-moz-placeholder {
    color: #505050;
    font-family: 'Lato';
}

::-moz-placeholder {
    color: #505050;
    font-family: 'Lato';
    opacity: 1;
}

::-ms-input-placeholder {
    color: #505050;
    font-family: 'Lato';
}

/*--------------------------------------------------------------
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 &gt; ul,
li &gt; ol {
    margin-left: 1.5em;
}

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

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

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

thead th {
    padding-bottom: 0.5em;
}

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

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

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

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

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

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

    a:focus {
        outline: thin dotted;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .social-navigation li {
        display: inline;
    }

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

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

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

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

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

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

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

        .site-info span[role=separator]::before {
            content: "/";
        }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.comment-metadata time {
    font-weight: 400;
    font-size: 0.875rem;
    font-family: 'Lato';
    outline: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.widget {
    padding-bottom: 3em;
}

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

.widget-title a {
    color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

    .widget_text ol {
        list-style: decimal;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.widget_calendar tfoot td {
    border: 0;
}

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

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

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

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

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

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

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

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

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

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

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

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

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

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

    .site-content .wp-playlist-light .wp-playlist-item {
        border-bottom: 1px dotted #eee;
        -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
        transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
    }

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

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

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

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

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

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

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

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

    .site-content .wp-playlist-dark .wp-playlist-item {
        border-bottom: 1px dotted #555;
        -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
        transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
19.0 Media Queries
--------------------------------------------------------------*/
/* Adjust positioning of edit shortcuts, override style in customize-preview.css */
@media screen and (min-width: 576px) {
    /* Typography */
    h1 {
        font-size: 55px;
        line-height: 66px;
    }

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

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

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

    h5 {
        font-size: 16px;
        line-height: 30px;
        font-weight: 600;
    }

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

    .entry-content blockquote.alignleft,
    .entry-content blockquote.alignright {
        font-size: 14px;
        font-size: 0.875rem;
    }

    /* Fix image alignment */
    img.alignleft {
        float: left;
        margin-right: 1.5em;
    }

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

    /* Site Branding */
    .site-branding {
        padding: 3em 0;
    }

    /* Front Page */
    .panel-content .wrap {
        padding-bottom: 2em;
        padding-top: 3.5em;
    }

    .page-one-column .panel-content .wrap {
        max-width: 740px;
    }

    .panel-content .entry-header {
        margin-bottom: 4.5em;
    }

    .panel-content .recent-posts .entry-header {
        margin-bottom: 0;
    }

    /* Blog Index, Archive, Search */
    .taxonomy-description {
        font-size: 14px;
        font-size: 0.875rem;
    }

    .page-numbers.current {
        font-size: 16px;
        font-size: 1rem;
    }

    /* Site Footer */
    .site-footer {
        font-size: 16px;
        font-size: 1rem;
    }

    /* Gallery Columns */
    .gallery-item {
        max-width: 25%;
    }

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

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

    .gallery-columns-3 .gallery-item {
        max-width: 33.33%;
    }

    .gallery-columns-4 .gallery-item {
        max-width: 25%;
    }
}

@media screen and (min-width: 768px) {
    .entry-content blockquote.alignleft,
    .entry-content blockquote.alignright {
        font-size: 13px;
        font-size: 0.8125rem;
    }

    /* Layout */
    .wrap {
        max-width: 1000px;
        padding-left: 3em;
        padding-right: 3em;
    }

    .comments-pagination,
    .post-navigation {
        clear: both;
    }

        .post-navigation .nav-previous {
            float: left;
            width: 50%;
        }

        .post-navigation .nav-next {
            float: right;
            text-align: right;
            width: 50%;
        }

        .nav-next,
        .post-navigation .nav-next {
            margin-top: 0;
        }

    /* Blog, archive, search */
    .sticky .icon-thumb-tack {
        height: 23px;
        left: -2.5em;
        top: 1.5em;
        width: 32px;
    }

    .navigation.pagination {
        clear: both;
        float: right;
        width: 58%;
    }

    /* Entry content */
    /* without sidebar */
    :not(.has-sidebar) .entry-content blockquote.alignleft {
        margin-left: -17.5%;
        width: 48%;
    }

    :not(.has-sidebar) .entry-content blockquote.alignright {
        margin-right: -17.5%;
        width: 48%;
    }

    /* with sidebar */
    .has-sidebar .entry-content blockquote.alignleft {
        margin-left: 0;
        width: 34%;
    }

    .has-sidebar .entry-content blockquote.alignright {
        margin-right: 0;
        width: 34%;
    }

    .has-sidebar #primary .entry-content blockquote.alignright.below-entry-meta {
        margin-right: -72.5%;
        width: 62%;
    }

    /* Comments */
    .comments-title {
        margin-bottom: 2.5em;
    }

    ol.children .children {
        padding-left: 3em;
    }

    /* Posts pagination */
    .nav-links .nav-title {
        position: relative;
    }

    .nav-title-icon-wrapper {
        position: absolute;
        text-align: center;
        width: 2em;
    }

    .nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
        left: -2em;
    }

    .nav-links .nav-next .nav-title .nav-title-icon-wrapper {
        right: -2em;
    }

    /* Secondary */
    #secondary {
        font-size: 14px;
        font-size: 0.875rem;
    }

    /* Widgets */
    h2.widget-title {
        font-size: 11px;
        font-size: 0.6875rem;
        margin-bottom: 2em;
    }

    /* Footer */
    .site-footer {
        font-size: 14px;
        font-size: 0.875rem;
        margin-top: 3em;
    }

        .site-footer .widget-column.footer-widget-1 {
            float: left;
            width: 36%;
        }

        .site-footer .widget-column.footer-widget-2 {
            float: right;
            width: 58%;
        }

    .social-navigation {
        clear: left;
        float: left;
        margin-bottom: 0;
        width: 36%;
    }

    .site-info {
        float: left;
        padding: 0.7em 0 0;
        width: 58%;
    }

    .social-navigation + .site-info {
        margin-left: 6%;
    }

    .site-info .sep {
        margin: 0 0.5em;
        display: inline;
        visibility: visible;
        height: auto;
        width: auto;
    }

    /* Gallery Columns */
    .gallery-columns-5 .gallery-item {
        max-width: 20%;
    }

    .gallery-columns-6 .gallery-item {
        max-width: 16.66%;
    }

    .gallery-columns-7 .gallery-item {
        max-width: 14.28%;
    }

    .gallery-columns-8 .gallery-item {
        max-width: 12.5%;
    }

    .gallery-columns-9 .gallery-item {
        max-width: 11.11%;
    }
}

@media screen and (min-width: 992px) {
    /* Pagination */
    .page-numbers {
        display: inline-block;
    }

        .page-numbers.current {
            font-size: 15px;
            font-size: 0.9375rem;
        }

            .page-numbers.current .screen-reader-text {
                clip: rect(1px, 1px, 1px, 1px);
                height: 1px;
                overflow: hidden;
                position: absolute !important;
                width: 1px;
            }

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

    .comment-meta {
        display: flex;
        align-items: center;
    }
}
/* @@@@@@@@@@ global css start here @@@@@@ */
.dd-icon-down.active::after, .dd-icon-down:hover::after {
    color: #e7b518;
}

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

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

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

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

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

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

.whyus .col-lg-6 {
    padding-top: 40px;
}

.whyus h3 {
    /*color: #fff;*/
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
}

.whyus h6 {
    /*color: #fff;*/
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
}

.whyus p {
    font-size: 13px;
    /*color: #fff;*/
    opacity: .8;
    margin-bottom: 5px;
}

.goodnesssec {
    text-align: center;
    min-height: 380px;
    position: relative;
}

.lassibg {
    background-color: #fff;
    background-image: linear-gradient(rgba(43, 93, 38, 0.1), #fff);
    background-image: -webkit-linear-gradient(rgba(43, 93, 38, 0.1), #fff);
    background-image: -moz-linear-gradient(rgba(43, 93, 38, 0.1), #fff);
    background-image: -ms-linear-gradient(rgba(43, 93, 38, 0.1), #fff);
    background-image: -o-linear-gradient(rgba(43, 93, 38, 0.1), #fff);
}

.buttermilk {
    background-color: #fff;
    background-image: linear-gradient(#fff7ef, #fff);
    background-image: -webkit-linear-gradient(#fff7ef, #fff);
    background-image: -moz-linear-gradient(#fff7ef, #fff);
    background-image: -ms-linear-gradient(#fff7ef, #fff);
    background-image: -o-linear-gradient(#fff7ef, #fff);
    padding: 50px 40px;
    border: 1px solid #efe8e1;
    padding-bottom: 20px;
}

.paneeerbg {
    background-color: #fff;
    background-image: linear-gradient(rgba(247, 142, 175, 0.1), #fff);
    background-image: -webkit-linear-gradient(rgba(247, 142, 175, 0.1), #fff);
    background-image: -moz-linear-gradient(rgba(247, 142, 175, 0.1), #fff);
    background-image: -ms-linear-gradient(rgba(247, 142, 175, 0.1), #fff);
    background-image: -o-linear-gradient(rgba(247, 142, 175, 0.1), #fff);
}

.goodnessseccont img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.goodnesssec .mlkpro {
    margin-bottom: 0;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 45px;
    font-size: 18px;
}

.mlkpro {
    width: 43%;
    margin: 0 auto;
    text-align: center;
}

.mt11 {
    margin-top: -11px;
}

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


.ghee-readmore {
    margin: 15px 0;
}

.ghee-readmore {
    margin-top: -9px;
    /*background: #fff;*/
}

.portfolio .ghee-readmore {
    margin-top: 30px;
}



.ghee-readmore a.readmore-btn {
    color: #ffffff;
    background: #e7b518;
    padding: 8px 20px;
    border-radius: 20px;
    padding-right: 14px;
    position: relative;
    overflow: hidden;
}

    .ghee-readmore a.readmore-btn:before {
        background-color: #187115;
        content: "";
        position: absolute;
        width: 15px;
        height: 15px;
        transform: scale(0);
        transition: .5s;
        right: 18%;
        top: 30%;
        border-radius: 50%;
    }

.readmore-btn {
    display: inline-block;
    color: #5f5959;
    position: relative;
    font-size: 13px;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

    .readmore-btn span {
        position: relative;
    }

.readmore-arrow {
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 24px;
    background-color: #ffffff;
    color: #5f5959;
    border-radius: 50%;
    text-indent: 0;
    transition: all 0.5s ease;
    border: 1px solid #cccccc;
    position: relative;
}

.readmore-arrow {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: 0;
    margin-left: 5px;
    margin-right: 5px;
}

.readmore-btn span {
    display: inline-block;
    vertical-align: middle;
}

.readmore-btn span {
    position: relative;
}

.readmore-arrow i {
    position: relative;
    z-index: 99;
    transition: all 0.25s ease;
}

.readmore-arrow:after {
    background-color: #4e9f45;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transform: scale(0);
    transition: all 0.25s ease;
}

.readmore-arrow:after {
    background-color: #fff;
}

.footer_social {
    display: flex;
    flex-wrap: wrap;
}

    .footer_social li {
        background: #e7b518;
        margin-right: 10px;
        border-radius: 10px;
        margin-top: 10px;
    }

        .footer_social li a {
            color: #ffffff;
            font-size: 16px;
            padding: 1px 13px;
        }

.mt-75 {
    margin-top: 75px;
}

.tagLine {
    font-size: 50px;
    font-weight: 700;
    color: #b81313;
    font-family: "Kalam", cursive;
}
/* 3 steps style start here */
.box_feat {
    background-color: #fff;
    padding: 165px 10px 20px 10px;
    text-align: center;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    margin-bottom: 25px;
}

    .box_feat#icon_1 {
        background: #fff url(../img/step_11.png) no-repeat center 0px;
        background-size: 230px 230px;
    }

    .box_feat#icon_2 {
        background: #fff url(../img/step_22.png) no-repeat center 0px;
        background-size: 230px 230px;
    }

    .box_feat#icon_3 {
        background: #fff url(../img/step_33.png) no-repeat center 0px;
        background-size: 210px 210px;
    }

    .box_feat#icon_4 {
        background: #fff url(../img/step_44.png) no-repeat center 0px;
        background-size: 250px 250px;
    }

    .box_feat#icon_5 {
        background: #fff url(../img/step_55.png) no-repeat center 0px;
        background-size: 200px 200px;
    }

    .box_feat span {
        position: absolute;
        /* top: 55%; */
        right: -40px;
        margin: -42px 0 0 0;
        width: 50px;
        height: 50px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        border: 2px solid #ededed;
        background: #fff url(../img/arrow-gray.png) no-repeat center center;
        display: block;
        z-index: 9;
        background-size: 35px 35px;
    }

    .box_feat h3 {
        text-transform: uppercase;
        font-size: 21px;
        font-size: 1.3125rem;
        margin-top: 25px;
        color: #e7b518;
        font-weight: 400;
    }

/* 3 steps style ends here */























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

.btn {
    padding: 12px 52px;
    border-radius: 50px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: 'Lato';
    font-weight: 700;
    /*box-shadow: 0px 5px 15px 0px rgba(102, 162, 27, 0.5);*/
    box-shadow: 0px 5px 15px 0px rgba(162, 27, 27, 0.5);
    background-image: linear-gradient(to right, #e7b518, #e7b518, #e7b518, #e7b518, #e7b518);
}

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

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

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

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

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

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

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

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

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






.section-header {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

    .section-header h2 {
        font-size: 2.5rem;
        font-weight: 700;
        color: #222;
        position: relative;
        display: inline-block;
        padding-bottom: 10px;
    }

.section-underline {
    width: 180px;
    height: 4px;
    background: linear-gradient(270deg, #ff6a00, #ee0979, #ff6a00);
    background-size: 600% 600%;
    margin: 10px auto 0;
    border-radius: 2px;
    animation: expand 1s ease forwards, gradientMove 3s ease infinite;
}

@keyframes expand {
    from {
        width: 0;
    }

    to {
        width: 180px;
    }
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}







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

.section-header h2 span {
    /*font-weight: 400;*/
    font-size: 20px;
}

.section-header p {
    /*max-width: 500px;*/
    margin: 0 auto;
    font-weight: 400;
    color: #505050;
}

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

.rating {
    justify-content: center;
}

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

.bg-image-1 {
    /*background: url(../img/bg1.jpg) no-repeat;
    background-size: cover;
    background-position: center;*/
    /*background: #fff;*/
    /*background: #fac21221;*/
    background-color: #f6f6f6;
    /*background-image: -webkit-linear-gradient(rgba(253, 197, 11, 0.1), #fff);*/
}

.bg-image-2 {
    /*background: url(../img/bg2.jpg) no-repeat;
    background-size: cover;
    background-position: center;*/
    background: #fff;
}

.bg-image-3 {
    /*background: url(../img/bg3.jpg) no-repeat;
    background-size: cover;
    background-position: center;*/
    background: #fac21221;
    /*background-image: -webkit-linear-gradient(rgba(253, 197, 11, 0.1), #fff);*/
}

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

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

.bg-image-6 {
    background: url(../img/bg6.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

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

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

.bg-offer {
    background: url(../img/offer-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.offer-bg {
    background: #f4f8fb;
}

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

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

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

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

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

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

    .product .section-wrapper .post-item-inner .post-thumb a img {
        display: block;
        margin: auto;
        height: 200px;
        object-fit: cover;
    }

.facebook {
    background: #3b5998;
}

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

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

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

    .twitter:hover {
        background: #fff;
    }

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

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

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

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

.google {
    background: #dd4b39;
}

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

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

.linkedin {
    background: #007bb5;
}

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

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

.instagram {
    background: #e4405f;
}

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

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

.tumblr {
    background: #34465d;
}

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

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

.behance {
    background: #1769ff;
}

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

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

.youtube {
    background: #cd201f;
}

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

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

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

.header-section .header-top {
    /*background: #e7b518;*/
    background: #e7b518;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .header-section .header-bottom.menu-fixed .primary-menu {
        box-shadow: none;
        background: #fac212;
        padding: 0 30px;
    }

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

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

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

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

@media (min-width: 992px) and (max-width: 1199px) {
    .header-section.style-5 .primary-menu .menu-area .logo {
        width: 120px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-section.style-5 .menu-fixed .primary-menu .menu-area .logo {
        width: 200px;
    }
}

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

    .primary-menu .menu-area .logo {
        padding: 2px 0;
        outline: none;
    }

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

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

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

            .primary-menu .menu-area ul.main-menu li a {
                color: #000;
                padding: 15px 10px;
                display: inline-block;
                margin: 0 10px;
                font-weight: 400;
                position: relative;
                text-transform: capitalize;
                outline: none;
                font-size: 16px;
                /*/*font-family: "Frank Ruhl Libre", serif;*/ */
            }

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

        .primary-menu .menu-area ul.main-menu li ul li a:hover {
            color: inherit;
        }

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

.search-area .search-input {
    margin: auto;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 1111111;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: scaleY(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

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

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

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

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

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

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

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

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

.cart {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.breadcamp ul li {
    padding: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

                .menu .mobile-menu-area .mobile-menu-area-inner ul li a:hover {
                    color: #e7b518;
                }

                .menu .mobile-menu-area .mobile-menu-area-inner ul li a.active {
                    color: #e7b518;
                }

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

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

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

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

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

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

    .box_feat span {
        display: none !important;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.banner.style-1 .carousel.slide .carousel-inner .carousel-item img {
    height: auto;
    max-height: 685px;
    margin: auto;
    object-fit: cover;
}

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

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

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

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

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

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

    .footer-top {
        background: none !important;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.banner.style-1.home-banner5 {
    position: relative;
}

    .banner.style-1.home-banner5::after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(24, 24, 24, 0.7);
    }

@media (max-width: 991px) {
    .banner.style-1.home-banner5 {
        margin-top: 80px;
    }
}

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

.banner.style-1.home-banner5 .carousel-indicators {
    bottom: 15px;
}

    .banner.style-1.home-banner5 .carousel-indicators li {
        padding: 0;
    }

        .banner.style-1.home-banner5 .carousel-indicators li.active {
            background-color: #e7b518;
        }

.banner.style-1.home-banner5 .carousel.slide .carousel-inner .carousel-item .slider-content.center {
    padding-top: 100px;
}

@media (max-width: 991px) {
    .banner.style-1.home-banner5 .carousel.slide .carousel-inner .carousel-item .slider-content.center {
        padding: 20px;
    }
}

.banner.style-1.home-banner5 .carousel.slide .carousel-inner .carousel-item.active .slider-content .slider-content-inner h2, .banner.style-1.home-banner5 .carousel.slide .carousel-inner .carousel-item.active .slider-content .slider-content-inner p {
    color: #fff;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.banner.style-1.home-banner5 .carousel.slide .carousel-inner .carousel-item.active .slider-content .slider-content-inner h2 {
    margin-bottom: 15px;
}

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

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

.banner.style-1.home-banner5 .carousel.slide .carousel-inner .carousel-item.active .slider-content .slider-content-inner p {
    font-size: 20px;
    line-height: 1.5;
}

@media (min-width: 1200px) {
    .banner.style-1.home-banner5 .carousel.slide .carousel-inner .carousel-item.active .slider-content .slider-content-inner p {
        max-width: 700px;
    }
}

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

@media (max-width: 575px) {
    .banner.style-2 {
        height: 500px;
        background: #fcfcfc;
    }

        .banner.style-2 .carousel.slide {
            padding: 15px;
        }

            .banner.style-2 .carousel.slide .carousel-inner .carousel-item.active img {
                display: none;
            }

            .banner.style-2 .carousel.slide .carousel-inner .slider-content .slider-content-inner p {
                padding: 0 15px;
            }

    .detailslider-title {
        font-size: 38px !important;
    }

    .bg_theme {
        padding: 30px 0px 58px 0px !important;
    }

    .tagLine {
        font-size: 25px;
    }

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

    .whyus .col-lg-6 {
        text-align: center;
    }

    .whyUstxt {
        padding-bottom: 15px;
    }

    .video-thumb iframe {
        height: 300px !important;
    }

    .padding-tb {
        padding: 30px 0px
    }

    .text-pad-dynamic {
        padding: 30px 20px;
        text-align: justify;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .about.style-2 .about-left .section-header p {
        margin-top: 20px;
        margin-left: 0;
    }

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .about.style-2 .about-right .experience-part .post-item {
        width: calc(100% / 4);
    }
}

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

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

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

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

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

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

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

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

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

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

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

    .buttermilk {
        padding: 50px 20px;
    }

    .goodnessseccont img {
        width: 100%;
        height: 220px;
        object-fit: cover;
    }
}

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

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

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

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

.about.style-4 .about-content {
    background: url(../img/about03.jpg);
    padding: 60px 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .about.style-6 .about-thumb {
        position: relative;
        background: url(../img/about04.jpg);
        height: 560px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

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

.about.style-6 .about-content {
    background: url(../img/about05.jpg);
    padding: 60px 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

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

@media (min-width: 1440px) {
    .about.style-6 .about-content {
        padding: 102px 60px;
    }
}

.about.style-6 .about-content .title h2 {
    font-size: 24px;
    line-height: 1.1;
}

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

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

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

.about.style-6 .about-content .about-body {
    max-width: 100%;
}

@media (min-width: 576px) {
    .about.style-6 .about-content .about-body {
        max-width: 80%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .about.style-6 .about-content .about-body {
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .about.style-6 .about-content .about-body {
        max-width: 89%;
    }
}

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

.about.style-6 .about-content .about-body ul li {
    padding: 12px 0;
    width: calc(100% / 1);
}

@media (min-width: 576px) {
    .about.style-6 .about-content .about-body ul li {
        align-items: center;
        width: calc(100% / 2);
    }
}

.about.style-6 .about-content .about-body ul li .ab-title img {
    margin-right: 10px;
}

.about.style-6 .about-content .about-body ul li .ab-title h5 {
    display: inline-block;
    font-size: 20px;
}

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

.about.style-7 {
    overflow: hidden;
    background: url(../img/08_01.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

    .about.style-7 .about-thumb {
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
        overflow: hidden;
    }

        .about.style-7 .about-thumb .at-content {
            padding: 15px;
            background: #e7b518;
            position: absolute;
            bottom: 0;
            left: 0;
            border-bottom-left-radius: 12px;
        }

            .about.style-7 .about-thumb .at-content h4 {
                color: #fff;
                margin: 0;
            }

    .about.style-7 .about-content {
        margin-top: 20px;
    }

@media (min-width: 992px) {
    .about.style-7 .about-content {
        padding-left: 40px;
        margin-top: 0;
    }
}

.about.style-7 .about-content .title h2 {
    font-size: 24px;
    line-height: 1.1;
}

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

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

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

.about.style-7 .about-content .about-body {
    max-height: 350px;
    overflow-y: scroll;
}

    .about.style-7 .about-content .about-body::-webkit-scrollbar-track {
        --webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #fff;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
    }

    .about.style-7 .about-content .about-body::-webkit-scrollbar {
        width: 8px;
        background-color: #fff;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
    }

    .about.style-7 .about-content .about-body::-webkit-scrollbar-thumb {
        background-color: #e7b518;
        border-radius: 8px;
    }

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

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

.about.style-7 .about-content .about-body ul li .ab-left {
    display: inline-block;
    box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

.about.style-7 .about-content .about-body ul li .ab-right {
    display: inline-block;
    margin-top: 5px;
}

@media (min-width: 576px) {
    .about.style-7 .about-content .about-body ul li .ab-right {
        padding-left: 15px;
        margin-top: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .about.style-7 .about-content .about-body ul li .ab-right {
        padding-left: 0;
        width: 100%;
        margin-top: 5px;
    }
}

.about.style-7 .about-content .about-body ul li .ab-right p {
    margin: 0;
    max-width: 350px;
}

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

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

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

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

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

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

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

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

            .home-4 .post-item .post-inner .post-content h4 a {
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }
/* portfolio section start here  */
@media (min-width: 1440px) {
    .portfolio.bg-image-1 {
        padding-top: 120px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

        .portfolio .section-wrapper .portfolio-wrapper .post-thumb .post-thumb-inner img {
            /*display: block;*/
            width: auto;
            /*height: 250px;*/
        }

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

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

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

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

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

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

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

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

.portfolio.style-5 {
    background: url(../img/07_01.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

@media (min-width: 1200px) {
    .portfolio.style-5 .section-header p {
        max-width: 350px;
        margin: 0 auto;
    }
}

.portfolio.style-5 .section-wrapper .portfolio-wrapper .post-thumb {
    width: 100%;
}

.portfolio .section-wrapper .post-item-inner {
    margin-bottom: 30px;
}

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

.product .section-wrapper .post-item-inner {
    /*background: #eff4f8;*/
    background-color: #fff;
    background-image: linear-gradient(rgba(43, 93, 38, 0.1), #fff);
    background-image: -webkit-linear-gradient(rgba(43, 93, 38, 0.1), #fff);
    margin-bottom: 30px;
    /*padding: 30px;*/
    /*border: 10px solid #fff;*/
    /*box-shadow: 0px 0px 32px #c5c5c5;*/
    position: relative;
    padding: 50px 40px;
    border: 1px solid #efe8e1;
    padding-bottom: 20px;
}

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

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

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

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

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

    .product .section-wrapper .post-item-inner .offer {
        top: 10px;
        right: 10px;
        background: #e7b518;
        color: #fff;
        border-radius: 50px;
        width: 60px;
        height: 26px;
        line-height: 26px;
        font-size: 15px;
        font-family: 'Lato';
        font-weight: 700;
    }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .product.style-3 .section-header p {
        max-width: 400px;
        margin: 0 auto;
    }
}

.product.style-3 .section-wrapper .post-item-inner {
    background: transparent;
    padding: 0;
    box-shadow: 0px 0px 5px rgba(131, 194, 54, 0.7);
    border: none;
    overflow: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

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

    .product.style-3 .section-wrapper .post-item-inner:hover .post-thumb .product-action-link, .product.style-3 .section-wrapper .post-item-inner.active .post-thumb .product-action-link {
        transform: translate(-50%, -50%) scale(1);
    }

    .product.style-3 .section-wrapper .post-item-inner .post-thumb {
        position: relative;
        padding: 30px 15px;
    }

        .product.style-3 .section-wrapper .post-item-inner .post-thumb::after {
            position: absolute;
            content: "";
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(24, 24, 24, 0.3);
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            transition: all 0.3s ease;
            transform: scale(0);
        }

        .product.style-3 .section-wrapper .post-item-inner .post-thumb .product-action-link {
            position: absolute;
            top: 50%;
            left: 50%;
            z-index: 1;
            transform: translate(-50%, -50%) scale(0);
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            .product.style-3 .section-wrapper .post-item-inner .post-thumb .product-action-link a {
                width: 40px;
                height: 40px;
                line-height: 40px;
                font-size: 16px;
                color: #fff;
                background: #e7b518;
                display: inline-block;
                -webkit-border-radius: 100%;
                -moz-border-radius: 100%;
                border-radius: 100%;
            }

    .product.style-3 .section-wrapper .post-item-inner .post-content {
        margin: 0;
        padding: 20px 0;
    }

        .product.style-3 .section-wrapper .post-item-inner .post-content h4 {
            margin-top: 0;
            font-size: 20px;
        }

        .product.style-3 .section-wrapper .post-item-inner .post-content .rating {
            margin-bottom: 5px !important;
        }

            .product.style-3 .section-wrapper .post-item-inner .post-content .rating li {
                padding: 0;
            }

            .product.style-3 .section-wrapper .post-item-inner .post-content .rating li, .product.style-3 .section-wrapper .post-item-inner .post-content .price {
                color: #e7b518;
            }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .team-member.style-5 .section-header p {
        max-width: 350px;
        margin: 0 auto;
    }
}

.team-member.style-5 .section-wrapper .post-item-inner {
    border: none;
    padding-top: 20px;
}

    .team-member.style-5 .section-wrapper .post-item-inner .post-thumb {
        width: 200px;
        height: 200px;
        overflow: hidden;
        margin: 0 auto;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sponsor-slider img {
    width: 150px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .service .service-left {
        margin-left: -15px;
        margin-bottom: 0;
    }
}

.service .service-left .section-header {
    text-align: left;
    margin-bottom: 20px;
}

    .service .service-left .section-header p {
        margin-top: 20px;
        margin-left: 0;
    }

.service .service-left .section-wrapper ul li i {
    color: #e7b518;
    margin-right: 10px;
}

.service .service-left .section-wrapper .btn {
    margin-top: 50px;
}

@media (min-width: 992px) {
    .service .service-right {
        margin-right: -15px;
    }
}

.service .service-right .post-item {
    width: 100%;
}

@media (min-width: 576px) {
    .service .service-right .post-item {
        width: calc(100% / 2);
    }
}

.service .service-right .post-item .post-inner {
    margin: 10px;
    background: #fff;
    padding: 50px 25px;
    border-radius: 3px;
    text-align: center;
    box-shadow: 0px 0px 10px 0px #f1f4f6;
}

    .service .service-right .post-item .post-inner:hover .post-thumb img {
        transform: scale(1.07);
    }

    .service .service-right .post-item .post-inner:hover .post-content h4 a {
        color: #e7b518;
    }

    .service .service-right .post-item .post-inner .post-thumb {
        margin-bottom: 40px;
    }

        .service .service-right .post-item .post-inner .post-thumb img {
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

    .service .service-right .post-item .post-inner .post-content h4 {
        margin: 0 0 20px;
    }

        .service .service-right .post-item .post-inner .post-content h4 a {
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

@media (min-width: 1200px) {
    .service.style-2 .section-wrapper .post-item {
        width: calc(100% / 3);
    }
}

.service.style-2 .section-wrapper .post-item .post-inner {
    padding: 15px;
}

/* service-single section start here  */
.service-single .service-post {
    margin-bottom: 40px;
}

@media (min-width: 992px) {
    .service-single .service-post {
        margin-bottom: 110px;
    }
}

.service-single .service-post:last-child {
    margin-bottom: 0;
}

.service-single .service-post .post-thumb {
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .service-single .service-post .post-thumb {
        margin-bottom: 0;
    }
}

@media (min-width: 576px) {
    .service-single .service-post .post-thumb img {
        width: 100%;
    }
}

.service-single .service-post .post-content h3 {
    margin-top: 0;
    line-height: 28px;
}

@media (min-width: 576px) {
    .service-single .service-post .post-content h3 {
        line-height: 38px;
    }
}

.service-single .service-post .post-content h3 span {
    font-weight: 400;
    display: block;
}

.service-single .service-post .post-content p {
    line-height: 24px;
}

.service-single .service-post .post-content ul li i {
    color: #e7b518;
    margin-right: 10px;
}

.service-single .service-post.video-service {
    flex-direction: row-reverse;
}

    .service-single .service-post.video-service .post-thumb {
        position: relative;
    }

        .service-single .service-post.video-service .post-thumb:hover .video-icon {
            color: #cd201f;
        }

        .service-single .service-post.video-service .post-thumb .video-icon {
            top: 50%;
            left: 50%;
            width: 60px;
            height: 42px;
            line-height: 42px;
            transform: translate(-50%, -50%);
            font-size: 52px;
            display: block;
            color: #fff;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

/* testimonial section start here  */
@media (min-width: 1200px) {
    .testimonial.bg-image-4 {
        padding-top: 150px;
    }
}

@media (min-width: 1440px) {
    .testimonial.bg-image-4 {
        padding-top: 360px;
    }
}

.testimonial .section-wrapper .testimonial-slider {
    position: relative;
    overflow: hidden;
}

@media (min-width: 576px) {
    .testimonial .section-wrapper .testimonial-slider {
        padding: 20px;
    }
}

.testimonial .section-wrapper .testimonial-slider .testi-item {
    max-width: 780px;
    margin: 0 auto;
    padding: 40px;
    border-radius: 8px;
    background: #fff;
}

@media (min-width: 576px) {
    .testimonial .section-wrapper .testimonial-slider .testi-item {
        box-shadow: 0px 0px 30px 0px rgba(197, 197, 197, 0.3);
    }
}

.testimonial .section-wrapper .testimonial-slider .testi-item .testi-content .testimonial-author {
    margin-bottom: 25px;
    align-items: center;
}

    .testimonial .section-wrapper .testimonial-slider .testi-item .testi-content .testimonial-author .author-thumb {
        margin-right: 10px;
        width: 55px;
        height: 55px;
        border-radius: 100%;
        overflow: hidden;
    }

@media (min-width: 576px) {
    .testimonial .section-wrapper .testimonial-slider .testi-item .testi-content .testimonial-author .author-thumb {
        width: 80px;
        height: 80px;
        margin-right: 20px;
    }
}

.testimonial .section-wrapper .testimonial-slider .testi-item .testi-content .testimonial-author .author-name-des h4 {
    margin: 0;
}

@media (max-width: 575px) {
    .testimonial .section-wrapper .testimonial-slider .testi-item .testi-content .testimonial-author .author-name-des h4 {
        font-size: 20px;
    }
}

.testimonial .section-wrapper .testimonial-slider .testi-item .testi-content .testimonial-author .author-name-des p {
    margin-bottom: 0;
}

.testimonial .section-wrapper .testimonial-slider .testi-item .testi-content p {
    margin-bottom: 0;
}

    .testimonial .section-wrapper .testimonial-slider .testi-item .testi-content p span {
        position: relative;
    }

        .testimonial .section-wrapper .testimonial-slider .testi-item .testi-content p span::before, .testimonial .section-wrapper .testimonial-slider .testi-item .testi-content p span::after {
            width: 30px;
            height: 30px;
        }

        .testimonial .section-wrapper .testimonial-slider .testi-item .testi-content p span::before {
            top: -20px;
            left: 0;
            background: url(../../assets/images/testimonial/icon/01.png) no-repeat;
        }

        .testimonial .section-wrapper .testimonial-slider .testi-item .testi-content p span::after {
            bottom: -15px;
            right: -35px;
            background: url(../../assets/images/testimonial/icon/02.png) no-repeat;
        }

.testimonial .section-wrapper .testimonial-slider .testimonial-button-prev, .testimonial .section-wrapper .testimonial-slider .testimonial-button-next {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #181818;
    background: #fff;
    border-radius: 100%;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 3;
    display: none;
}

@media (min-width: 1200px) {
    .testimonial .section-wrapper .testimonial-slider .testimonial-button-prev, .testimonial .section-wrapper .testimonial-slider .testimonial-button-next {
        display: block;
    }
}

.testimonial .section-wrapper .testimonial-slider .testimonial-button-prev:hover, .testimonial .section-wrapper .testimonial-slider .testimonial-button-prev.active, .testimonial .section-wrapper .testimonial-slider .testimonial-button-next:hover, .testimonial .section-wrapper .testimonial-slider .testimonial-button-next.active {
    color: #fff;
    background: #e7b518;
}

.testimonial .section-wrapper .testimonial-slider .testimonial-button-prev {
    left: 60px;
}

.testimonial .section-wrapper .testimonial-slider .testimonial-button-next {
    right: 60px;
}

.testimonial .section-wrapper .testimonial-slider .testimonial-pagination {
    text-align: center;
    margin-top: 20px;
}

    .testimonial .section-wrapper .testimonial-slider .testimonial-pagination .swiper-pagination-bullet {
        width: 40px;
        height: 5px;
        background: #fff;
        border-radius: 2px;
        opacity: 1;
    }

        .testimonial .section-wrapper .testimonial-slider .testimonial-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background: #e7b518;
        }

.testimonial.style-2 .section-header {
    margin-bottom: 0px;
}

.testimonial.style-2 .section-wrapper .testimonial-slider .testi-item {
    box-shadow: none;
    text-align: center;
}

    .testimonial.style-2 .section-wrapper .testimonial-slider .testi-item .testi-content img {
        margin-bottom: 20px;
    }

    .testimonial.style-2 .section-wrapper .testimonial-slider .testi-item .testi-content .testimonial-author .author-name-des {
        width: 100%;
        margin-top: 20px;
    }

.testimonial.style-2 .section-wrapper .testimonial-button-prev,
.testimonial.style-2 .section-wrapper .testimonial-button-next {
    background: #eff4f8;
    border-radius: 3px;
}

.testimonial.style-3 .section-header {
    margin-bottom: 25px;
}

.testimonial.style-3 .section-wrapper .testimonial-slider .swiper-container.gallery-top {
    padding: 30px;
}

    .testimonial.style-3 .section-wrapper .testimonial-slider .swiper-container.gallery-top .testi-item {
        background: #eff4f8;
        max-width: 860px;
        box-shadow: none;
    }

@media (min-width: 1200px) {
    .testimonial.style-3 .section-wrapper .testimonial-slider .swiper-container.gallery-top .testi-item {
        padding: 80px 40px;
    }
}

@media (max-width: 575px) {
    .testimonial.style-3 .section-wrapper .testimonial-slider .swiper-container.gallery-top .testi-item {
        padding: 20px;
    }
}

.testimonial.style-3 .section-wrapper .testimonial-slider .swiper-container.gallery-top .testi-item .testi-content {
    text-align: center;
    max-width: 750px;
    margin: auto;
}

.testimonial.style-3 .section-wrapper .testimonial-slider .swiper-container.gallery-thumbs {
    width: 400px;
}

@media (max-width: 575px) {
    .testimonial.style-3 .section-wrapper .testimonial-slider .swiper-container.gallery-thumbs {
        display: none;
    }
}

@media (min-width: 1200px) {
    .testimonial.style-3 .section-wrapper .testimonial-slider .swiper-container.gallery-thumbs {
        margin-top: -70px;
    }
}

.testimonial.style-3 .section-wrapper .testimonial-slider .swiper-container.gallery-thumbs .swiper-wrapper {
    justify-content: center;
}

    .testimonial.style-3 .section-wrapper .testimonial-slider .swiper-container.gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active .testi-item .testi-content .author-thumb {
        opacity: 1;
        width: 80px;
        height: 80px;
    }

        .testimonial.style-3 .section-wrapper .testimonial-slider .swiper-container.gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active .testi-item .testi-content .author-thumb img {
            width: 100%;
        }

    .testimonial.style-3 .section-wrapper .testimonial-slider .swiper-container.gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active .testi-item .testi-content .author-name {
        display: block;
    }

.testimonial.style-3 .section-wrapper .testimonial-slider .swiper-container.gallery-thumbs .testi-item {
    padding: 0;
    text-align: center;
    box-shadow: none;
    background: transparent;
}

    .testimonial.style-3 .section-wrapper .testimonial-slider .swiper-container.gallery-thumbs .testi-item .testi-content .author-thumb {
        width: 60px;
        height: 60px;
        opacity: 0.5;
        margin: 0 auto 15px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
    }

    .testimonial.style-3 .section-wrapper .testimonial-slider .swiper-container.gallery-thumbs .testi-item .testi-content .author-name {
        display: none;
    }

    .testimonial.style-3 .section-wrapper .testimonial-slider .swiper-container.gallery-thumbs .testi-item .testi-content .rating li i {
        color: #e7b518;
    }

.testimonial.style-3 .section-wrapper .testimonial-slider .testimonial-button-prev, .testimonial.style-3 .section-wrapper .testimonial-slider .testimonial-button-next {
    border: 3px solid #fff;
    line-height: 40px;
}

/*   featured-recipe   */
.featured-recipe .section-wrapper .post-item .post-item-inner {
    justify-content: center;
    align-items: center;
}

@media (max-width: 575px) {
    .featured-recipe .section-wrapper .post-item .post-item-inner .post-thumb {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) {
    .featured-recipe .section-wrapper .post-item .post-item-inner .post-thumb {
        width: 33.33%;
    }
}

@media (max-width: 575px) {
    .featured-recipe .section-wrapper .post-item .post-item-inner .post-content {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .featured-recipe .section-wrapper .post-item .post-item-inner .post-content {
        width: 66.66%;
        padding-left: 30px;
    }
}

.featured-recipe .section-wrapper .post-item .post-item-inner .post-content .title {
    margin-bottom: 10px;
}

@media (min-width: 576px) {
    .featured-recipe .section-wrapper .post-item .post-item-inner .post-content .title {
        margin-bottom: 30px;
    }
}

.featured-recipe .section-wrapper .post-item .post-item-inner .post-content .title h2 {
    margin: 0;
    font-size: 55px;
    color: #e7b518;
}

@media (max-width: 575px) {
    .featured-recipe .section-wrapper .post-item .post-item-inner .post-content .title h2 {
        font-size: 30px;
    }
}

.featured-recipe .section-wrapper .post-item .post-item-inner .post-content .content h3 {
    margin-top: 0;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .featured-recipe .section-wrapper .post-item .post-item-inner .post-content .content h3 {
        max-width: 70%;
        font-size: 36px;
        line-height: 1.1;
    }
}

.featured-recipe .section-wrapper .post-item .post-item-inner .post-content .content .btn {
    margin-top: 15px;
}

/* histori section start here  */
.histori {
    padding-bottom: 0 !important;
}

    .histori .section-header {
        text-align: left;
        margin-left: 0;
        margin-bottom: 50px;
    }

    .histori .section-wrapper .histori-slider {
        overflow: hidden;
    }

        .histori .section-wrapper .histori-slider .histori-item {
            padding: 30px;
            background: #eff4f8;
        }

            .histori .section-wrapper .histori-slider .histori-item .histori-content {
                align-items: center;
            }

@media (min-width: 768px) {
    .histori .section-wrapper .histori-slider .histori-item .histori-content .histori-left {
        width: 200px;
        text-align: center;
    }
}

.histori .section-wrapper .histori-slider .histori-item .histori-content .histori-left h2 {
    font-weight: 400;
}

.histori .section-wrapper .histori-slider .histori-item .histori-content .histori-left h3 {
    margin-top: 0;
    font-size: 72px;
    line-height: 72px;
    font-weight: 700;
}

@media (min-width: 768px) {
    .histori .section-wrapper .histori-slider .histori-item .histori-content .histori-right {
        width: calc(100% - 200px);
    }
}

.histori .section-wrapper .histori-slider .histori-item .histori-content .histori-right p {
    margin-bottom: 0;
}

.histori .section-wrapper .achievement {
    position: relative;
    background: #e7b518;
    height: 100%;
    overflow: hidden;
    padding: 50px 30px;
}

    .histori .section-wrapper .achievement .title {
        text-align: center;
        margin-bottom: 20px;
    }

        .histori .section-wrapper .achievement .title h2 {
            margin-top: 0;
            font-size: 36px;
            color: #fff;
        }

    .histori .section-wrapper .achievement .achieve-wrapper {
        justify-content: space-between;
    }

        .histori .section-wrapper .achievement .achieve-wrapper .post-item {
            width: calc(100% / 1);
        }

@media (min-width: 576px) {
    .histori .section-wrapper .achievement .achieve-wrapper .post-item {
        width: calc(100% / 2);
    }
}

.histori .section-wrapper .achievement .achieve-wrapper .post-item .post-inner {
    text-align: center;
}

    .histori .section-wrapper .achievement .achieve-wrapper .post-item .post-inner .post-content .counter, .histori .section-wrapper .achievement .achieve-wrapper .post-item .post-inner .post-content p {
        font-weight: 400;
        color: #fff;
        /*font-family: "Frank Ruhl Libre", serif;*/
    }

    .histori .section-wrapper .achievement .achieve-wrapper .post-item .post-inner .post-content .counter {
        font-size: 36px;
        position: relative;
    }

        .histori .section-wrapper .achievement .achieve-wrapper .post-item .post-inner .post-content .counter::after {
            content: "";
            position: absolute;
            font-family: "Font Awesome 5 Free";
            right: -25px;
            top: 50%;
            font-size: 20px;
            transform: translateY(-50%);
            font-weight: 700;
        }

    .histori .section-wrapper .achievement .achieve-wrapper .post-item .post-inner .post-content p {
        font-size: 24px;
    }

.histori .section-wrapper .achievement .histori-navigation {
    bottom: 30px;
    right: 30px;
}

    .histori .section-wrapper .achievement .histori-navigation .histori-button-prev, .histori .section-wrapper .achievement .histori-navigation .histori-button-next {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        font-weight: 900;
        color: #bed6a1;
        margin: 0 15px;
        cursor: pointer;
        display: none;
    }

@media (min-width: 992px) {
    .histori .section-wrapper .achievement .histori-navigation .histori-button-prev, .histori .section-wrapper .achievement .histori-navigation .histori-button-next {
        display: block;
    }
}

.histori .section-wrapper .achievement .histori-navigation .histori-button-prev i, .histori .section-wrapper .achievement .histori-navigation .histori-button-next i {
    font-size: 30px;
}

.histori .section-wrapper .achievement .histori-navigation .histori-button-prev:hover, .histori .section-wrapper .achievement .histori-navigation .histori-button-prev.active, .histori .section-wrapper .achievement .histori-navigation .histori-button-next:hover, .histori .section-wrapper .achievement .histori-navigation .histori-button-next.active {
    color: #fff;
}

/* contact section start here  */
.contact-part {
    background: #eff4f8;
    padding: 40px 30px;
}

    .contact-part .contact-title {
        margin-bottom: 30px;
    }

    .contact-part .contact-form input {
        outline: none;
        border: none;
    }

@media (min-width: 768px) {
    .contact-part .contact-form input {
        width: calc(100% / 2 - 10px);
    }
}

.contact-part .contact-form input.btn {
    width: 100%;
    background-color: #e7b518;
}

    .contact-part .contact-form input.btn:hover {
        background-color: #e7b518;
    }

.contact-part .contact-form textarea {
    outline: none;
    border: none;
}

.contact-part .contact-form .gdprs {
    width: 315px;
    background: #fff;
    justify-content: space-between;
    align-items: center;
    border-radius: 3px;
    margin-bottom: 30px;
    padding: 20px 15px;
}

    .contact-part .contact-form .gdprs label {
        width: calc(100% - 45px);
        margin-bottom: 0;
        font-weight: 400;
    }

        .contact-part .contact-form .gdprs label input {
            width: 20px;
        }

.contact-info {
    border: 2px solid #eff4f8;
    padding: 40px 30px;
    margin-top: 40px;
}

@media (min-width: 992px) {
    .contact-info {
        margin-top: 0;
    }
}

.contact-info h3 {
    margin: 0 0 25px;
}

.contact-info .contact-location li {
    align-items: center;
}

    .contact-info .contact-location li .icon-part {
        width: 40px;
    }

        .contact-info .contact-location li .icon-part i {
            width: 30px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            background: #e7b518;
            color: #fff;
            border-radius: 3px;
        }

    .contact-info .contact-location li .content-part {
        width: calc(100% - 40px);
    }

        .contact-info .contact-location li .content-part p {
            margin-bottom: 0;
        }

/* gmaps section start here  */
.gmaps {
    padding-top: 0 !important;
}

    .gmaps #map {
        height: 450px;
    }

/* cart page start here  */
@media (min-width: 992px) {
    .shop-cart .section-wrapper {
        margin: 0 -15px;
    }
}

@media (max-width: 767px) {
    .shop-cart .section-wrapper .cart-top {
        overflow-x: auto;
    }
}

.shop-cart .section-wrapper .cart-top table {
    margin-bottom: 40px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .shop-cart .section-wrapper .cart-top table {
        width: 720px;
    }
}

.shop-cart .section-wrapper .cart-top table thead tr th {
    background: #e7b518;
    color: #fff;
    padding: 18px;
    border: none;
}

    .shop-cart .section-wrapper .cart-top table thead tr th:nth-child(3) {
        text-align: center;
    }

    .shop-cart .section-wrapper .cart-top table thead tr th:last-child {
        text-align: right;
    }

.shop-cart .section-wrapper .cart-top table tbody {
    background: #f5faff;
}

    .shop-cart .section-wrapper .cart-top table tbody tr {
        border-bottom: 1px solid #ededed;
        border-right: none;
        border-left: none;
        border-top: none;
    }

        .shop-cart .section-wrapper .cart-top table tbody tr:last-child {
            border-bottom: none;
        }

        .shop-cart .section-wrapper .cart-top table tbody tr td {
            padding: 20px;
            border: none;
        }

            .shop-cart .section-wrapper .cart-top table tbody tr td:last-child {
                text-align: right;
            }

            .shop-cart .section-wrapper .cart-top table tbody tr td.product-item {
                display: flex;
                align-items: center;
            }

                .shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-thumb {
                    width: 85px;
                }

                .shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-content {
                    width: calc(100% - 85px);
                    padding-left: 10px;
                }

                    .shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-content a {
                        color: #181818;
                        -webkit-transition: all 0.3s ease;
                        -moz-transition: all 0.3s ease;
                        transition: all 0.3s ease;
                    }

                        .shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-content a:hover {
                            color: #e7b518;
                        }

.shop-cart .section-wrapper .cart-bottom {
    background: #f5faff;
}

    .shop-cart .section-wrapper .cart-bottom .cart-checkout-box {
        padding: 20px 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

        .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon {
            max-width: 340px;
            display: flex;
        }

            .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon input {
                margin-bottom: 0;
                border: 1px solid #ededed;
            }

                .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon input[type=submit] {
                    background: #e7b518;
                    margin-left: -10px;
                }

        .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout {
            width: 100%;
            margin-top: 30px;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }

@media (min-width: 992px) {
    .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout {
        max-width: 390px;
        text-align: right;
    }
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input {
    background: #fff;
    color: #181818;
}

    .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input[type=submit] {
        padding: 15px 30px;
    }

@media (max-width: 575px) {
    .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input[type=submit] {
        width: 100%;
        margin-bottom: 15px;
    }

        .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input[type=submit]:last-child {
            margin-bottom: 0;
        }
}

.shop-cart .section-wrapper .cart-bottom .shiping-box {
    padding: 30px 20px;
    border-top: 1px solid #fff;
}

@media (max-width: 767px) {
    .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping {
        margin-bottom: 30px;
    }
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping h3 {
    margin-bottom: 30px;
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select {
    position: relative;
    background: #fff;
    margin-bottom: 20px;
}

    .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select select {
        width: 100%;
        padding: 9px 20px;
        background: transparent;
        z-index: 1;
        position: relative;
        -webkit-appearance: none;
        -moz-appearance: none;
        border: 1px solid #ededed;
    }

    .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select.shipping-select {
        width: 100%;
    }

@media (min-width: 992px) {
    .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select.shipping-select {
        width: 50%;
        float: left;
    }
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select .select-icon {
    position: absolute;
    top: 0;
    right: 0;
    padding: 9px 20px;
    background: #e7b518;
    color: #fff;
    border: 1px solid #ededed;
    border-radius: 0px 3px 3px 0px;
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .cart-page-input-text {
    width: 45%;
    float: right;
    padding: 10px 20px;
    font-size: 14px;
    border: 1px solid #ededed;
}

@media (max-width: 575px) {
    .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .cart-page-input-text {
        width: 100%;
    }
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping button {
    width: 170px;
    font-size: 14px;
    height: 40px;
    background: #e7b518;
    font-weight: 700;
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview h3 {
    margin-bottom: 30px;
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul {
    margin: 0;
}

    .shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li {
        list-style: none;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
        border: 1px solid #ededed;
        padding: 8px 20px;
        margin-bottom: 15px;
        background: #fff;
    }

        .shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li .pull-right {
            margin-bottom: 0;
            color: #e7b518;
        }

/* cart-plus-minus start here  */
.cart-plus-minus {
    border: 1px solid #dee0e4;
    overflow: hidden;
    width: 120px;
    margin: 0 auto;
    position: relative;
}

    .cart-plus-minus .dec.qtybutton {
        border-right: 1px solid #dee0e4;
        height: 40px;
        left: 0;
        top: 0;
    }

    .cart-plus-minus .cart-plus-minus-box {
        border: medium none;
        color: #181818;
        float: left;
        font-size: 14px;
        height: 40px;
        margin: 0;
        padding: 0 9px 0 0;
        text-align: center;
        width: 120px;
        outline: none;
    }

    .cart-plus-minus .qtybutton {
        color: #181818;
        cursor: pointer;
        float: inherit;
        font-size: 14px;
        font-weight: 500;
        line-height: 40px;
        margin: 0;
        position: absolute;
        text-align: center;
        transition: all 0.3s ease 0s;
        width: 40px;
    }

        .cart-plus-minus .qtybutton:hover {
            background: #e7b518;
            color: #fff;
        }

    .cart-plus-minus .inc.qtybutton {
        border-left: 1px solid #ededed;
        height: 40px;
        right: 0;
        top: 0;
    }

/* shop-page section start here */
.shop-page .sidebar-widget .widget-search {
    border: none;
    background: #f5faff;
}

    .shop-page .sidebar-widget .widget-search form {
        position: relative;
    }

        .shop-page .sidebar-widget .widget-search form input {
            background: #fff;
        }

.shop-page .shop-title {
    background: #f5faff;
    padding: 16px 20px;
    margin-bottom: 30px;
}

    .shop-page .shop-title p {
        margin-bottom: 0;
        color: #181818;
    }

    .shop-page .shop-title .product-view-mode a {
        color: #181818;
        cursor: pointer;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .shop-page .shop-title .product-view-mode a.active {
            color: #e7b518;
        }

        .shop-page .shop-title .product-view-mode a:last-child {
            margin-left: 5px;
        }

.shop-page .shop-product-wrap.grid .product-list-item {
    display: none;
}

.shop-page .shop-product-wrap.list .col-lg-4.col-md-6.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.shop-page .shop-product-wrap.list .product-item {
    display: none;
}

.shop-page .shop-product-wrap .product-item, .shop-page .shop-product-wrap .product-list-item {
    padding: 15px;
    margin-bottom: 30px;
    display: block;
    align-items: center;
    background: #f5faff;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

    .shop-page .shop-product-wrap .product-item:hover .product-thumb .product-action-link, .shop-page .shop-product-wrap .product-list-item:hover .product-thumb .product-action-link {
        bottom: 0;
    }

    .shop-page .shop-product-wrap .product-item .product-thumb, .shop-page .shop-product-wrap .product-list-item .product-thumb {
        position: relative;
        overflow: hidden;
    }

        .shop-page .shop-product-wrap .product-item .product-thumb img, .shop-page .shop-product-wrap .product-list-item .product-thumb img {
            width: 100%;
        }

        .shop-page .shop-product-wrap .product-item .product-thumb .product-action-link, .shop-page .shop-product-wrap .product-list-item .product-thumb .product-action-link {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-evenly;
            position: absolute;
            left: 0;
            bottom: -70px;
            width: 100%;
            background: #4070ec61;
            padding: 5px;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            .shop-page .shop-product-wrap .product-item .product-thumb .product-action-link a, .shop-page .shop-product-wrap .product-list-item .product-thumb .product-action-link a {
                width: 30px;
                height: 30px;
                text-align: center;
                line-height: 30px;
                border-radius: 3px;
                background-color: #fff;
                color: #505050;
                border: 1px solid transparent;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

                .shop-page .shop-product-wrap .product-item .product-thumb .product-action-link a.view-modal, .shop-page .shop-product-wrap .product-list-item .product-thumb .product-action-link a.view-modal {
                    cursor: pointer;
                }

    .shop-page .shop-product-wrap .product-item .product-content, .shop-page .shop-product-wrap .product-list-item .product-content {
        padding-top: 20px;
        text-align: center;
    }

        .shop-page .shop-product-wrap .product-item .product-content h5, .shop-page .shop-product-wrap .product-list-item .product-content h5 {
            margin: 0;
            margin-bottom: 5px;
        }

            .shop-page .shop-product-wrap .product-item .product-content h5 a, .shop-page .shop-product-wrap .product-list-item .product-content h5 a {
                color: #181818;
                text-decoration: none;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

                .shop-page .shop-product-wrap .product-item .product-content h5 a:hover, .shop-page .shop-product-wrap .product-list-item .product-content h5 a:hover {
                    color: #e7b518;
                }

        .shop-page .shop-product-wrap .product-item .product-content p, .shop-page .shop-product-wrap .product-list-item .product-content p {
            color: #505050;
            margin-bottom: 5px;
        }

            .shop-page .shop-product-wrap .product-item .product-content p i, .shop-page .shop-product-wrap .product-list-item .product-content p i {
                color: #ecb341;
            }

.shop-page .shop-product-wrap .product-list-item {
    display: flex;
    flex-wrap: wrap;
}

    .shop-page .shop-product-wrap .product-list-item .product-thumb {
        width: 100%;
    }

@media (min-width: 768px) {
    .shop-page .shop-product-wrap .product-list-item .product-thumb {
        width: 35%;
    }
}

.shop-page .shop-product-wrap .product-list-item .product-thumb img {
    width: 100%;
}

.shop-page .shop-product-wrap .product-list-item .product-content {
    width: 100%;
    text-align: left;
    padding-left: 20px;
}

@media (min-width: 768px) {
    .shop-page .shop-product-wrap .product-list-item .product-content {
        width: 65%;
    }
}

.shop-page .shop-product-wrap .product-list-item .product-content p {
    color: #e7b518;
}

.shop-page .modal.show {
    display: block;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    pointer-events: visible;
    z-index: 99999999;
    -webkit-animation: slideInDown 0.4s forwards;
    animation: slideInDown 0.4s forwards;
    overflow-y: scroll;
    background: #060000b0;
}

.shop-page .modal .modal-dialog .modal-content button.close {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 2px;
    background: transparent;
    z-index: 9;
    color: #e7b518;
    text-shadow: none;
    opacity: 1;
}

    .shop-page .modal .modal-dialog .modal-content button.close:hover {
        color: #ff7555;
    }

.shop-page .modal .modal-dialog .modal-content .modal-body {
    background: #f6faf9;
    border-radius: 8px;
}

    .shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .popup-slide .slider-for .thumb img {
        width: 100%;
    }

    .shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .popup-slide .slider-nav {
        margin-top: 10px;
    }

        .shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .popup-slide .slider-nav .thumb {
            padding: 5px 3px;
        }

    .shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .product-content {
        margin-top: 30px;
    }

@media (min-width: 576px) {
    .shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .product-content {
        margin-top: 0;
    }
}

.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .cart-button {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

    .shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .cart-button .cart-plus-minus {
        margin: 0;
        margin-top: 19px;
    }

    .shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .cart-button .defult-btn {
        padding: 9.5px 30px;
    }

/* shop-single section start here  */
.shop-single .sidebar-widget .widget-search {
    border: none;
    background: #f5faff;
}

    .shop-single .sidebar-widget .widget-search form {
        position: relative;
    }

        .shop-single .sidebar-widget .widget-search form input {
            background: #fff;
        }

.shop-single .product-details {
    background-color: #f6faff;
    padding: 20px;
    margin-bottom: 40px;
    overflow: hidden;
}

    .shop-single .product-details .product-thumb .slider-for {
        position: relative;
    }

        .shop-single .product-details .product-thumb .slider-for .thumb {
            position: relative;
        }

            .shop-single .product-details .product-thumb .slider-for .thumb:hover .img-magnifier-glass {
                opacity: 1;
            }

            .shop-single .product-details .product-thumb .slider-for .thumb .img-magnifier-glass {
                position: absolute;
                border-radius: 50%;
                cursor: none;
                width: 100px;
                height: 100px;
                border: 1px solid #e7b518;
                z-index: 9;
                opacity: 0;
            }

            .shop-single .product-details .product-thumb .slider-for .thumb img {
                width: 100%;
            }

    .shop-single .product-details .product-thumb .slider-nav {
        margin-top: 20px;
    }

        .shop-single .product-details .product-thumb .slider-nav .thumb {
            padding: 3px;
            cursor: pointer;
            opacity: 0.9;
        }

    .shop-single .product-details .post-content {
        padding-top: 30px;
    }

@media (min-width: 768px) {
    .shop-single .product-details .post-content {
        padding-top: 0;
    }
}

.shop-single .product-details .post-content h4 {
    margin-bottom: 10px;
}

    .shop-single .product-details .post-content h4 a {
        color: #181818;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .shop-single .product-details .post-content h4 a:hover {
            color: #e7b518;
        }

.shop-single .product-details .post-content p.rating {
    justify-content: flex-start;
    align-items: center;
}

    .shop-single .product-details .post-content p.rating i {
        color: #ecb341;
    }

.shop-single .product-details .post-content form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

    .shop-single .product-details .post-content form .select-product {
        width: 100%;
        position: relative;
        background-color: #fff;
        margin-bottom: 20px;
    }

@media (min-width: 576px) {
    .shop-single .product-details .post-content form .select-product {
        width: 48%;
    }
}

.shop-single .product-details .post-content form .select-product select {
    width: 100%;
    height: 40px;
    border: 1px solid #ededed;
    color: #696969;
    outline: none;
    -webkit-appearance: none;
    z-index: 1;
    background-color: transparent;
    padding-left: 20px;
    position: relative;
    font-size: 14px;
}

.shop-single .product-details .post-content form .select-product i {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ededed;
    text-align: center;
    z-index: 0;
}

.shop-single .product-details .post-content form .cart-plus-minus {
    margin-bottom: 20px;
}

@media (min-width: 576px) {
    .shop-single .product-details .post-content form .cart-plus-minus {
        margin: 0;
    }
}

.shop-single .product-details .post-content form .discount-code {
    width: 100%;
}

@media (min-width: 576px) {
    .shop-single .product-details .post-content form .discount-code {
        width: 60%;
    }
}

.shop-single .product-details .post-content form .discount-code input {
    margin-bottom: 0;
    border-color: #ededed;
}

.shop-single .product-details .post-content form button {
    width: 100%;
    height: 54px;
    padding: 0;
    background: #e7b518;
    margin-top: 20px;
}

.shop-single .review .review-nav {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

    .shop-single .review .review-nav li {
        list-style: none;
        padding: 13px 33px;
        background: #e7b518;
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        margin-right: 10px;
        cursor: pointer;
    }

        .shop-single .review .review-nav li.active {
            background-color: #f6faff;
            color: #181818;
        }

        .shop-single .review .review-nav li:last-child {
            margin-right: 0;
        }

.shop-single .review .review-content.review-content-show .review-showing {
    display: block;
}

.shop-single .review .review-content.description-show .description {
    display: block;
}

.shop-single .review .review-content .review-showing {
    display: none;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

    .shop-single .review .review-content .review-showing .content {
        margin-bottom: 30px !important;
        background-color: #f6faff;
    }

        .shop-single .review .review-content .review-showing .content li {
            padding: 25px 30px;
            list-style: none;
            border-bottom: 1px solid #ededed;
        }

@media (min-width: 768px) {
    .shop-single .review .review-content .review-showing .content li {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
}

.shop-single .review .review-content .review-showing .content li:last-child {
    border-bottom: none;
}

.shop-single .review .review-content .review-showing .content li .post-thumb {
    width: 100%;
    padding-bottom: 15px;
}

@media (min-width: 768px) {
    .shop-single .review .review-content .review-showing .content li .post-thumb {
        padding-bottom: 0;
        width: 70px;
    }
}

.shop-single .review .review-content .review-showing .content li .post-content {
    width: 100%;
}

@media (min-width: 768px) {
    .shop-single .review .review-content .review-showing .content li .post-content {
        width: calc(100% - 70px);
        padding-left: 20px;
    }
}

.shop-single .review .review-content .review-showing .content li .post-content .entry-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

    .shop-single .review .review-content .review-showing .content li .post-content .entry-meta .posted-on {
        display: flex;
        flex-wrap: wrap;
        width: calc(100% - 110px);
    }

        .shop-single .review .review-content .review-showing .content li .post-content .entry-meta .posted-on a {
            padding-right: 20px;
            font-size: 18px;
            color: #181818;
            font-weight: 700;
            text-decoration: none;
            box-shadow: none;
            line-height: 28px;
        }

        .shop-single .review .review-content .review-showing .content li .post-content .entry-meta .posted-on p {
            margin-bottom: 0;
            line-height: 30px;
        }

    .shop-single .review .review-content .review-showing .content li .post-content .entry-meta .rating {
        width: 110px;
    }

        .shop-single .review .review-content .review-showing .content li .post-content .entry-meta .rating i {
            color: #ecb341;
        }

.shop-single .review .review-content .review-showing .content li .post-content .entry-content p {
    margin-bottom: 0;
}

.shop-single .review .review-content .review-showing .client-review {
    padding: 30px;
    background-color: #f6faff;
}

    .shop-single .review .review-content .review-showing .client-review .review-form .review-title {
        margin-bottom: 40px;
    }

        .shop-single .review .review-content .review-showing .client-review .review-form .review-title h5 {
            position: relative;
        }

            .shop-single .review .review-content .review-showing .client-review .review-form .review-title h5::before {
                position: absolute;
                content: " ";
                width: 50px;
                height: 4px;
                background-color: #e7b518;
                bottom: -20px;
                border-radius: 2px;
            }

            .shop-single .review .review-content .review-showing .client-review .review-form .review-title h5::after {
                position: absolute;
                content: " ";
                border-bottom: 4px dotted #e7b518;
                width: 20px;
                bottom: -20px;
                left: 55px;
            }

    .shop-single .review .review-content .review-showing .client-review .review-form form input {
        border-color: #ededed;
    }

    .shop-single .review .review-content .review-showing .client-review .review-form form .rating {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

        .shop-single .review .review-content .review-showing .client-review .review-form form .rating .rating-title {
            padding-right: 5px;
        }

        .shop-single .review .review-content .review-showing .client-review .review-form form .rating ul {
            margin: 0;
            display: flex;
            flex-wrap: wrap;
        }

            .shop-single .review .review-content .review-showing .client-review .review-form form .rating ul li {
                list-style: none;
            }

                .shop-single .review .review-content .review-showing .client-review .review-form form .rating ul li i {
                    color: #ecb341;
                }

    .shop-single .review .review-content .review-showing .client-review .review-form form textarea {
        border-color: #ededed;
    }

    .shop-single .review .review-content .review-showing .client-review .review-form form button {
        margin-top: 0;
        padding: 10px 30px;
        box-shadow: none;
        background: #e7b518;
    }

.shop-single .review .review-content .description {
    background-color: #f6faff;
    padding: 30px;
    display: none;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

    .shop-single .review .review-content .description .post-item .post-content {
        padding: 30px 0;
    }

        .shop-single .review .review-content .description .post-item .post-content ul {
            margin: 0;
        }

            .shop-single .review .review-content .description .post-item .post-content ul li {
                list-style: none;
                position: relative;
                padding-left: 30px;
            }

                .shop-single .review .review-content .description .post-item .post-content ul li::before {
                    position: absolute;
                    content: "";
                    top: 50%;
                    left: 0;
                    color: #ecb341;
                    transform: translateY(-50%);
                    font-family: "Font Awesome 5 Free";
                }

/* fore-zero page start here  */
.fore-zero {
    padding-bottom: 250px !important;
}

    .fore-zero .section-wrapper .zero-item {
        text-align: center;
    }

        .fore-zero .section-wrapper .zero-item h2 {
            font-weight: 400;
        }

        .fore-zero .section-wrapper .zero-item .zero-thumb {
            padding: 30px 0;
        }

        .fore-zero .section-wrapper .zero-item .zero-content {
            margin-top: 20px;
        }

            .fore-zero .section-wrapper .zero-item .zero-content h3 {
                font-weight: 400;
                max-width: 500px;
                margin: 0 auto;
                line-height: 34px;
                margin-bottom: 30px;
            }

            .fore-zero .section-wrapper .zero-item .zero-content .btn {
                padding: 14px 32px;
            }

.blog-page .section-wrapper .blog {
    margin: 0 -15px;
}

    .blog-page .section-wrapper .blog .section-wrapper .post-item {
        width: 100%;
    }

        .blog-page .section-wrapper .blog .section-wrapper .post-item:first-child .post-inner {
            margin-top: 0;
        }

        .blog-page .section-wrapper .blog .section-wrapper .post-item:last-child .post-inner {
            margin-bottom: 0;
        }

@media (min-width: 992px) {
    .blog-page .section-wrapper .blog .section-wrapper .post-item .post-inner {
        margin: 15px;
    }
}

@media (min-width: 576px) {
    .blog-page .section-wrapper .blog .section-wrapper .post-item .post-inner .post-content .content-part .entry-header h3 {
        line-height: 36px;
    }
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner:hover .post-thumb img {
    transform: scale(1);
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content {
    align-items: flex-start;
    padding-bottom: 0;
}

    .blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .content-part {
        padding: 0 20px;
    }

@media (min-width: 576px) {
    .blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .content-part {
        padding: 0 20px;
    }
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .content-part .entry-content ul {
    width: 100%;
    float: left;
    margin-bottom: 20px !important;
}

@media (min-width: 768px) {
    .blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .content-part .entry-content ul {
        width: 50%;
        margin-bottom: 0;
    }
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .content-part .entry-content ul li {
    /*font-family: "Frank Ruhl Libre", serif;*/
    position: relative;
    padding-left: 20px;
    color: #181818;
}

    .blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .content-part .entry-content ul li::before {
        top: 50%;
        left: 0;
        width: 10px;
        height: 10px;
        border-radius: 50px;
        border: 1px solid #e7b518;
        transform: translateY(-50%);
    }

.blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .content-part .entry-content img {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .content-part .entry-content img {
        width: 50%;
        padding-left: 15px;
    }
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section {
    width: 100%;
    justify-content: center;
    padding: 20px;
    border-top: 1px solid #ededed;
}

@media (min-width: 576px) {
    .blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section {
        padding: 20px 20px 20px 77px;
    }
}

@media (min-width: 768px) {
    .blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section {
        justify-content: space-between;
    }
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section .tags {
    align-items: center;
    justify-content: center;
    margin-bottom: 15px !important;
}

@media (min-width: 768px) {
    .blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section .tags {
        margin-bottom: 0 !important;
    }
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section .tags li {
    padding: 0;
}

    .blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section .tags li a {
        display: inline-block;
        outline: none;
        padding: 7px 23px;
        margin: 3px;
        border: 1px solid #ededed;
        color: #181818;
        text-decoration: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        border-radius: 3px;
    }

@media (min-width: 576px) {
    .blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section .tags li a {
        margin: 0 3px;
    }
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section .tags li a:hover {
    background: -webkit-linear-gradient(to left, #83c236, #e7b518);
    background-image: linear-gradient(to left, #83c236, #e7b518);
    color: #fff;
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section .social-link-list li {
    padding: 0;
}

    .blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section .social-link-list li a {
        color: #fff;
        border-radius: 0;
    }

        .blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section .social-link-list li a:hover i {
            color: #fff !important;
        }

        .blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section .social-link-list li a.facebook {
            background: #3b5998;
        }

            .blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section .social-link-list li a.facebook:hover {
                border-radius: 50px;
            }

                .blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section .social-link-list li a.facebook:hover i {
                    color: #fff;
                }

        .blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section .social-link-list li a.twitter {
            background: #55acee;
        }

            .blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section .social-link-list li a.twitter:hover {
                border-radius: 50px;
            }

                .blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section .social-link-list li a.twitter:hover i {
                    color: #fff;
                }

        .blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section .social-link-list li a.linkedin {
            background: #007bb5;
        }

            .blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section .social-link-list li a.linkedin:hover {
                border-radius: 50px;
            }

                .blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section .social-link-list li a.linkedin:hover i {
                    color: #fff;
                }

        .blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section .social-link-list li a.google {
            background: #dd4b39;
        }

            .blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section .social-link-list li a.google:hover {
                border-radius: 50px;
            }

                .blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section .social-link-list li a.google:hover i {
                    color: #fff;
                }

.blog-page .section-wrapper .blog.blog-single .section-wrapper .comments {
    margin-top: 30px;
    background: #fff;
    padding: 25px 20px;
    width: 100%;
    border: 10px solid #f1f6fa;
}

@media (min-width: 576px) {
    .blog-page .section-wrapper .blog.blog-single .section-wrapper .comments {
        padding: 25px 30px;
    }
}

@media (min-width: 992px) {
    .blog-page .section-wrapper .blog.blog-single .section-wrapper .comments {
        margin: 0 15px;
    }
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .comments .title-border {
    font-size: 22px;
    color: #000f3a;
    margin: 0 0 28px 0;
    position: relative;
}

    .blog-page .section-wrapper .blog.blog-single .section-wrapper .comments .title-border::before {
        width: 50px;
        height: 5px;
        background: #e7b518;
        bottom: -20px;
        border-radius: 2px;
    }

    .blog-page .section-wrapper .blog.blog-single .section-wrapper .comments .title-border::after {
        border-bottom: 5px dotted #e7b518;
        width: 36px;
        bottom: -20px;
        left: 55px;
    }

.blog-page .section-wrapper .blog.blog-single .section-wrapper .comments .comment-list .comment .com-thumb {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 15px;
    float: left;
}

@media (min-width: 768px) {
    .blog-page .section-wrapper .blog.blog-single .section-wrapper .comments .comment-list .comment .com-thumb {
        height: 80px;
        width: 80px;
    }
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .comments .comment-list .comment .com-content {
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 1px solid #dbdbdb;
}

    .blog-page .section-wrapper .blog.blog-single .section-wrapper .comments .comment-list .comment .com-content:last-child {
        border-bottom: none;
    }

@media (min-width: 576px) {
    .blog-page .section-wrapper .blog.blog-single .section-wrapper .comments .comment-list .comment .com-content .com-title {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .comments .comment-list .comment .com-content .com-title .com-title-meta h4 {
    font-size: 20px;
    line-height: 24px;
    margin: 0;
}

    .blog-page .section-wrapper .blog.blog-single .section-wrapper .comments .comment-list .comment .com-content .com-title .com-title-meta h4 a {
        color: #181818;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .blog-page .section-wrapper .blog.blog-single .section-wrapper .comments .comment-list .comment .com-content .com-title .com-title-meta h4 a:hover {
            color: #e7b518;
        }

.blog-page .section-wrapper .blog.blog-single .section-wrapper .comments .comment-list .comment .com-content .com-title .com-title-meta span {
    font-size: 16px;
    color: #505050;
    display: inline-block;
    margin-bottom: 5px;
    /*font-family: "Frank Ruhl Libre", serif;*/
}

@media (max-width: 575px) {
    .blog-page .section-wrapper .blog.blog-single .section-wrapper .comments .comment-list .comment .com-content .com-title .reply {
        margin-bottom: 10px;
        display: inline-block;
    }
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .comments .comment-list .comment .com-content p {
    margin-bottom: 0;
    line-height: 24px;
}

@media (min-width: 576px) {
    .blog-page .section-wrapper .blog.blog-single .section-wrapper .comments .comment-list .comment .comment-list {
        padding-left: 30px;
    }
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .comments .comment-list .comment .comment-list .comment {
    list-style: none;
    overflow: hidden;
    border-bottom: 1px solid #dbdbdb;
    padding: 20px 0px;
}

    .blog-page .section-wrapper .blog.blog-single .section-wrapper .comments .comment-list .comment .comment-list .comment:last-child {
        border: none;
        padding-bottom: 0px;
    }

.blog-page .section-wrapper .blog.blog-single .section-wrapper .comment-respond {
    background: #fff;
    padding: 25px 20px 40px;
    margin-top: 30px;
    border: 10px solid #f1f6fa;
}

@media (min-width: 576px) {
    .blog-page .section-wrapper .blog.blog-single .section-wrapper .comment-respond {
        padding: 25px 30px 40px;
    }
}

@media (min-width: 992px) {
    .blog-page .section-wrapper .blog.blog-single .section-wrapper .comment-respond {
        margin: 30px 15px 0 15px;
    }
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .comment-respond .add-comment .title-border {
    position: relative;
    margin-bottom: 50px;
}

    .blog-page .section-wrapper .blog.blog-single .section-wrapper .comment-respond .add-comment .title-border::before {
        width: 50px;
        height: 5px;
        background-color: #e7b518;
        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 #e7b518;
        width: 36px;
        bottom: -20px;
        left: 55px;
    }

.blog-page .section-wrapper .blog.blog-single .section-wrapper .comment-respond .add-comment .comment-form {
    justify-content: space-between;
}

    .blog-page .section-wrapper .blog.blog-single .section-wrapper .comment-respond .add-comment .comment-form input[type=text] {
        background: #f1f6fa;
        color: #505050;
        padding: 10px 15px;
        width: 100%;
    }

@media (min-width: 768px) {
    .blog-page .section-wrapper .blog.blog-single .section-wrapper .comment-respond .add-comment .comment-form input[type=text]:nth-child(3) {
        width: 100% !important;
    }
}

.blog-page .section-wrapper .blog.blog-single .section-wrapper .comment-respond .add-comment .comment-form button {
    border: none;
    cursor: pointer;
    background: linear-gradient(to right, #67c459, #1c9ed0);
    opacity: 0.7;
}

    .blog-page .section-wrapper .blog.blog-single .section-wrapper .comment-respond .add-comment .comment-form button.btn {
        padding: 12px 28px;
    }

@media (min-width: 1200px) {
    .blog.style-5 .section-header p {
        max-width: 350px;
        margin: 0 auto;
    }
}

.blog.style-5 .section-wrapper .post-item {
    width: 100%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

    .blog.style-5 .section-wrapper .post-item .post-inner {
        margin: 0 0 30px;
    }

@media (min-width: 1200px) {
    .blog.style-5 .section-wrapper .post-item .post-inner {
        margin: 0;
    }
}

.blog.style-5 .section-wrapper .post-item .post-inner .post-content {
    margin: 0;
    padding: 30px;
    transform: translateY(0);
}

    .blog.style-5 .section-wrapper .post-item .post-inner .post-content .content-part {
        padding: 0;
        width: 100%;
    }

        .blog.style-5 .section-wrapper .post-item .post-inner .post-content .content-part .entry-header .entry-meta i {
            color: #e7b518;
        }

        .blog.style-5 .section-wrapper .post-item .post-inner .post-content .content-part .entry-header .entry-meta a {
            margin: 0 5px;
        }

        .blog.style-5 .section-wrapper .post-item .post-inner .post-content .content-part .entry-content .btn {
            background: #eff4f8;
            color: #e7b518;
            box-shadow: none;
        }

            .blog.style-5 .section-wrapper .post-item .post-inner .post-content .content-part .entry-content .btn:hover {
                background: #e7b518;
                color: #fff;
                box-shadow: 0 5px 10px rgba(131, 194, 94, 0.7);
                -webkit-transform: translateY(0);
                -ms-transform: translateY(0);
                transform: translateY(0);
            }

.sidebar-widget {
    margin-top: 40px;
}

@media (min-width: 992px) {
    .sidebar-widget {
        margin: 0;
        margin-right: -15px;
    }
}

.sidebar-widget h4 {
    position: relative;
    margin-bottom: 30px;
}

    .sidebar-widget h4::before {
        width: 50px;
        height: 5px;
        background-color: #e7b518;
        bottom: -20px;
        border-radius: 2px;
    }

    .sidebar-widget h4::after {
        border-bottom: 5px dotted #e7b518;
        width: 36px;
        bottom: -20px;
        left: 55px;
    }

.sidebar-widget .widget-search form {
    position: relative;
}

    .sidebar-widget .widget-search form input {
        padding: 17px;
        background: #f7fbff;
        border: none;
        width: 100%;
        position: relative;
        outline: none;
        margin-bottom: 0;
        margin-top: 20px;
        display: inline-block;
    }

    .sidebar-widget .widget-search form button {
        right: 0px;
        background: transparent;
        color: #858585;
        line-height: 1;
        bottom: 0px;
        border: none;
        cursor: pointer;
        width: 40px;
        height: 53px;
        padding: 0;
    }

        .sidebar-widget .widget-search form button:hover {
            background: none;
        }

.sidebar-widget .post-catagori ul li {
    width: 100%;
    margin: 5px 0;
    list-style: none;
    overflow: hidden;
    border-bottom: 1px solid #ededed;
}

    .sidebar-widget .post-catagori ul li:hover span {
        color: #e7b518;
    }

    .sidebar-widget .post-catagori ul li:last-child {
        border-bottom: none;
    }

    .sidebar-widget .post-catagori ul li a {
        width: calc(100% - 50px);
        display: inline-block;
        text-transform: capitalize;
        padding: 10px 0;
        padding-left: 15px;
        position: relative;
        color: #505050;
        float: left;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .sidebar-widget .post-catagori ul li a:hover {
            color: #e7b518;
            padding-left: 25px;
        }

            .sidebar-widget .post-catagori ul li a:hover::before {
                color: #e7b518;
                padding-left: 10px;
            }

        .sidebar-widget .post-catagori ul li a::before {
            position: absolute;
            content: "";
            font-family: "Font Awesome 5 Free";
            font-weight: 600;
            font-size: 12px;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

    .sidebar-widget .post-catagori ul li span {
        width: 50px;
        float: right;
        font-size: 18px;
        color: #505050;
        text-align: center;
        padding: 4px 0px;
        margin-top: 3px;
    }

.sidebar-widget .widget-rec-post .recent-post li {
    align-items: center;
    justify-content: space-around;
    padding: 15px 0;
    list-style: none;
    border-bottom: 1px solid #ededed;
}

    .sidebar-widget .widget-rec-post .recent-post li:last-child {
        border-bottom: none;
    }

    .sidebar-widget .widget-rec-post .recent-post li:hover .rec-thumb a img {
        transform: scale(1.1);
    }

    .sidebar-widget .widget-rec-post .recent-post li:hover .rec-content h6 a {
        color: #e7b518;
    }

    .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: #e7b518;
    }

.sidebar-widget .widget-rec-post .recent-post li .rec-thumb {
    width: 90px;
    text-align: right;
}

@media (min-width: 992px) {
    .sidebar-widget .widget-rec-post .recent-post li .rec-thumb {
        width: 30%;
    }
}

.sidebar-widget .widget-rec-post .recent-post li .rec-thumb a {
    display: block;
    overflow: hidden;
}

    .sidebar-widget .widget-rec-post .recent-post li .rec-thumb a img {
        display: block;
        width: 100%;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

.sidebar-widget .widget-tags ul {
    padding-top: 20px !important;
}

    .sidebar-widget .widget-tags ul li {
        padding: 0;
        margin: 2px;
    }

        .sidebar-widget .widget-tags ul li a {
            padding: 8px 11px;
            color: #505050;
            border-radius: 1px;
            border: 1px solid #ededed;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            .sidebar-widget .widget-tags ul li a:hover {
                color: #fff;
                background: #e7b518;
            }

.sidebar-widget .widget-instagram ul {
    justify-content: center;
    padding-top: 20px !important;
    margin: -3px !important;
}

    .sidebar-widget .widget-instagram ul li {
        padding: 0;
        margin: 3px;
    }

        .sidebar-widget .widget-instagram ul li a {
            display: block;
            overflow: hidden;
        }

            .sidebar-widget .widget-instagram ul li a:hover img {
                transform: scale(1.1);
            }

            .sidebar-widget .widget-instagram ul li a img {
                display: block;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

.sidebar-widget .widget-add a {
    padding-top: 20px;
    display: block;
}

    .sidebar-widget .widget-add a img {
        display: block;
        width: 100%;
    }

.sidebar-widget .shop-widget {
    background: #f5faff;
}

    .sidebar-widget .shop-widget .widget-title {
        padding: 15px;
    }

    .sidebar-widget .shop-widget .widget-wrapper .shop-menu {
        margin: 0;
    }

        .sidebar-widget .shop-widget .widget-wrapper .shop-menu li {
            list-style: none;
            border-bottom: 1px solid #ededed;
            padding: 12px 15px;
        }

            .sidebar-widget .shop-widget .widget-wrapper .shop-menu li:last-child {
                border-bottom: none;
            }

            .sidebar-widget .shop-widget .widget-wrapper .shop-menu li.open &gt; a {
                color: #e7b518;
            }

                .sidebar-widget .shop-widget .widget-wrapper .shop-menu li.open &gt; a.dd-icon-down::after {
                    transform: rotate(-180deg) translateY(10px);
                }

            .sidebar-widget .shop-widget .widget-wrapper .shop-menu li a {
                display: block;
                font-weight: 700;
                color: #181818;
            }

                .sidebar-widget .shop-widget .widget-wrapper .shop-menu li a.dd-icon-down::after {
                    right: 0;
                }

            .sidebar-widget .shop-widget .widget-wrapper .shop-menu li .shop-submenu {
                margin: 0;
                padding-left: 15px;
                padding-top: 5px;
                display: none;
            }

                .sidebar-widget .shop-widget .widget-wrapper .shop-menu li .shop-submenu li {
                    padding: 2px 0;
                    border-bottom: none;
                }

                    .sidebar-widget .shop-widget .widget-wrapper .shop-menu li .shop-submenu li.open &gt; a {
                        color: #e7b518;
                    }

                    .sidebar-widget .shop-widget .widget-wrapper .shop-menu li .shop-submenu li a {
                        color: #181818;
                        font-size: 14px;
                        font-weight: 400;
                        text-transform: capitalize;
                        -webkit-transition: all 0.3s ease;
                        -moz-transition: all 0.3s ease;
                        transition: all 0.3s ease;
                    }

                        .sidebar-widget .shop-widget .widget-wrapper .shop-menu li .shop-submenu li a.active, .sidebar-widget .shop-widget .widget-wrapper .shop-menu li .shop-submenu li a:hover {
                            color: #e7b518;
                        }

.sidebar-widget .letest-product {
    background: #f5faff;
}

    .sidebar-widget .letest-product .widget-title {
        padding: 15px;
    }

    .sidebar-widget .letest-product .widget-wrapper ul {
        margin: 0;
    }

        .sidebar-widget .letest-product .widget-wrapper ul li {
            padding: 15px;
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            border-bottom: 1px solid #ededed;
        }

            .sidebar-widget .letest-product .widget-wrapper ul li:last-child {
                border-bottom: none;
            }

            .sidebar-widget .letest-product .widget-wrapper ul li .product-thumb {
                width: 70px;
            }

            .sidebar-widget .letest-product .widget-wrapper ul li .product-content {
                padding-left: 15px;
                width: calc(100% - 70px);
            }

                .sidebar-widget .letest-product .widget-wrapper ul li .product-content h6 {
                    margin: 0;
                }

                    .sidebar-widget .letest-product .widget-wrapper ul li .product-content h6 a {
                        color: #181818;
                        -webkit-transition: all 0.3s ease;
                        -moz-transition: all 0.3s ease;
                        transition: all 0.3s ease;
                    }

                        .sidebar-widget .letest-product .widget-wrapper ul li .product-content h6 a:hover {
                            color: #e7b518;
                        }

                .sidebar-widget .letest-product .widget-wrapper ul li .product-content p {
                    margin-bottom: 0;
                }

                    .sidebar-widget .letest-product .widget-wrapper ul li .product-content p i {
                        font-size: 12px;
                        color: #ecb341;
                    }

                    .sidebar-widget .letest-product .widget-wrapper ul li .product-content p span {
                        font-size: 14px;
                    }

.pagination-area {
    padding: 20px 0 0;
}

    .pagination-area .pagination {
        margin: 0;
        align-items: center;
    }

        .pagination-area .pagination li {
            list-style: none;
        }

            .pagination-area .pagination li.dot {
                font-weight: 700;
                padding: 10px;
                font-size: 18px;
            }

            .pagination-area .pagination li.prev {
                margin-right: 5px;
            }

                .pagination-area .pagination li.prev a i {
                    font-weight: 600;
                }

            .pagination-area .pagination li.next {
                margin-left: 5px;
            }

                .pagination-area .pagination li.next a i {
                    font-weight: 600;
                }

            .pagination-area .pagination li a {
                width: 46px;
                height: 46px;
                line-height: 46px;
                text-align: center;
                background: #fff;
                color: #181818;
                margin: 0 2px;
                text-transform: capitalize;
                box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.1);
                font-weight: 600;
                border-radius: 50px;
                display: inline-block;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

                .pagination-area .pagination li a:hover {
                    background-image: linear-gradient(to left, #83c236, #e7b518);
                    color: #fff !important;
                }

                .pagination-area .pagination li a.active {
                    background-image: linear-gradient(to left, #83c236, #e7b518);
                    color: #fff !important;
                    box-shadow: 0px 5px 10px 0px rgba(131, 194, 94, 0.7);
                }

.blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .content-part .entry-content ul, .blog-page .section-wrapper .blog.blog-single .section-wrapper .post-item .post-inner .post-content .tags-section .tags, .sidebar-widget .post-catagori ul, .sidebar-widget .widget-rec-post .recent-post, .sidebar-widget .widget-tags ul, .sidebar-widget .widget-instagram ul {
    margin: 0;
    padding: 0;
}

.sidebar-widget .widget-search, .sidebar-widget .post-catagori, .sidebar-widget .widget-rec-post, .sidebar-widget .widget-tags, .sidebar-widget .widget-instagram, .sidebar-widget .widget-add {
    border: 10px solid #f1f6fa;
}

.shop-page .sidebar-widget .widget-search, .shop-single .sidebar-widget .widget-search, .sidebar-widget .widget-search, .sidebar-widget .post-catagori, .sidebar-widget .widget-rec-post, .sidebar-widget .widget-tags, .sidebar-widget .widget-instagram, .sidebar-widget .widget-add {
    padding: 20px 20px 30px;
}

.sidebar-widget .post-catagori, .sidebar-widget .widget-rec-post, .sidebar-widget .widget-tags, .sidebar-widget .widget-instagram, .sidebar-widget .widget-add, .sidebar-widget .shop-widget, .sidebar-widget .letest-product {
    margin-top: 35px;
}

.footer-top {
    background: url(../img/footer-bg-3.jpg);
    background-size: cover;
    border-top: 1px #eee solid;
    /*margin-top: 10px;*/
    /*background-position: center top;*/
    /*padding-bottom: 300px !important;*/
}

@media (min-width: 1440px) {
    .footer-top {
        padding-top: 15px;
        padding-bottom: 25px;
    }
}

@media (max-width: 767px) {
    .footer-top .col-lg-4.col-md-6:last-child .post-item {
        margin-bottom: 0px;
    }
}

@media (max-width: 767px) {
    .footer-top .post-item {
        margin-bottom: 50px;
    }
}

.footer-top .post-item .footer-logo {
    margin-bottom: 32px;
}

.m-menu li a {
    color: #000;
}

.post-content a {
    color: #000;
}

.footer-top .post-item .footer-location a {
    color: #000;
}

.footer-top .post-item .footer-location li .icon-part {
    width: 30px;
}

    .footer-top .post-item .footer-location li .icon-part i {
        padding-top: 5px;
        color: #000;
    }

.footer-top .post-item .footer-location li .content-part {
    width: calc(100% - 30px);
}

    .footer-top .post-item .footer-location li .content-part p {
        margin-bottom: 0;
    }

.footer-top .post-item .post-title {
    margin: 40px 0px 30px;
}

.footer-top .post-item p {
    color: #000;
}

.footer-top .post-item .post-title h3 {
    color: #000;
}

.footer-top .post-item .footer-post li {
    padding: 2px 0;
}

    .footer-top .post-item .footer-post li:last-child {
        padding-bottom: 0;
    }

    .footer-top .post-item .footer-post li:hover .post-thumb a img {
        transform: scale(1.06);
    }

    .footer-top .post-item .footer-post li:hover .post-content h5 a {
        color: #e7b518;
    }

    .footer-top .post-item .footer-post li .post-thumb {
        overflow: hidden;
        border-radius: 4px;
        margin-right: 17px;
    }

        .footer-top .post-item .footer-post li .post-thumb a img {
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            transition: all 0.3s ease;
            height: 50px;
            object-fit: contain;
            width: 50px;
        }

    .footer-top .post-item .footer-post li .post-content .footer-rating p {
        margin-bottom: 0;
        margin-left: 10px;
    }

    .footer-top .post-item .footer-post li .post-content .price {
        font-weight: 700;
    }

        .footer-top .post-item .footer-post li .post-content .price del {
            margin-right: 5px;
        }

.footer-top .post-item .footer-gellary {
    justify-content: flex-start;
}

    .footer-top .post-item .footer-gellary li {
        padding: 0px;
        /*width: 110px;
        height: 88px;*/
    }

@media (min-width: 992px) {
    .footer-top .post-item .footer-gellary li {
        width: 110px;
        margin-top: 10px;
        height: 105px;
    }
}

.footer-top .post-item .footer-gellary li a {
    margin: 7px;
    overflow: hidden;
}

    .footer-top .post-item .footer-gellary li a:hover img {
        transform: scale(1.09);
    }

    .footer-top .post-item .footer-gellary li a img {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        height: 100px;
        width: 100px;
        border-radius: 5px;
    }

.footer-top.style-2 {
    background: url(../img/footer-bg2.jpg);
    padding-bottom: 110px !important;
}

.footer-bottom {
    padding: 15px 0;
    background: #000000;
    /*border-top: 1px #e9e9e9 solid;*/
}

    .footer-bottom p {
        margin-bottom: 0;
        color: #b4b4b4;
        /*font-weight: 600;
        color: #181818;*/
    }

        .footer-bottom p a {
            color: #e7b518;
        }

.style-2 .footer-top {
    background: url(../img/footer-bg3.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

@media (max-width: 767px) {
    .style-2 .footer-top {
        padding-bottom: 20px !important;
    }
}

.style-2 .footer-top .post-item .footer-post li .post-thumb {
    width: 70px;
    margin-right: 0;
}

.style-2 .footer-top .post-item .footer-post li .post-content {
    padding-left: 10px;
    width: calc(100% - 70px);
}

    .style-2 .footer-top .post-item .footer-post li .post-content h5 {
        font-size: 20px;
    }

.style-2 .footer-top .post-item .post-title {
    margin-top: 15px;
}

.style-2 .footer-top .post-item .footer-gellary li {
    width: calc(100% / 3);
    height: auto;
}

    .style-2 .footer-top .post-item .footer-gellary li a {
        margin: 3px;
        height: 100%;
        display: block;
    }

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .service .service-right .post-item .post-inner .post-content h4 {
        font-size: 20px;
    }

    .about.style-2 .about-right .experience-part .post-item {
        width: calc(100% / 2);
        padding-bottom: 20px;
    }

    .footer-top .post-item .footer-gellary li {
        width: 95px;
        height: 72px;
    }

    .footer-top .post-item .footer-post li .post-thumb {
        width: 90px;
        height: 90px;
    }
}

@media only screen and (min-width: 1024px) {
    .team-member .section-wrapper .post-item-inner .post-thumb:hover .post-content {
        width: 85%;
    }
}

@media only screen and (max-width: 991px) {
    .banner, .page-header {
        margin-top: 90px;
    }
}

@media only screen and (max-width: 450px) {
    .team-member .section-wrapper .post-item-inner .post-thumb:hover .post-content {
        border-radius: 50px 50px 200px 200px;
        width: 80%;
    }
}

@media screen and (max-width: 339px) {
    .footer-top .post-item .footer-post li .post-content h5 {
        font-size: 20px;
    }

    .footer-top .post-item .footer-gellary li {
        width: 95px;
        height: 72px;
    }
}

/*# sourceMappingURL=style.css.map */


#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

#loader-gif {
    width: 150px;
    height: auto;
}


/*social links*/

.social-fixed {
    position: fixed;
    top: 70%;
    left: 0;
    transform: translateY(-50%);
    z-index: 999;
    display: flex;
    flex-direction: column;
}

.social-icon {
    display: block;
    width: 40px;
    height: 40px;
    margin: 5px 0;
    background: #333;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    transition: all 0.3s ease;
    border-radius: 0 5px 5px 0;
}

    .social-icon:hover {
        background: #4CAF50; /* Jasram theme green */
        color: white;
    }

.fb {
    background-color: #3b5998;
}

.ig {
    background-color: #e4405f;
}

.yt {
    background-color: #ff0000;
}

@media (max-width: 768px) {
    .social-fixed {
        display: none;
    }
}


.invest h3 {
    font-size: 28px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.fourIcon {
    width: 85px;
}

.marquee-wrapper {
    background: #e31e24;
    padding: 10px;
    overflow: hidden;
    position: relative;
}

.marquee-track {
    display: flex;
    width: max-content;
    animation: marquee 25s linear infinite;
}

.marquee-content {
    white-space: nowrap;
    padding-right: 100px; /* spacing between two loops */
    color: #fff;
}

@keyframes marquee {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

.highlight-trust {
    color: #12af19; /* Attractive green */
    font-weight: 700;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    font-style: italic;
    font-size: 45px !important;
}

.animated-button {
    background-color: #e31e24;
    color: white !important;
    padding: 8px 15px !important;
    border-radius: 5px;
    font-weight: bold;
    animation: pulse 1.5s infinite;
    display: inline-block;
    transition: transform 0.3s;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 rgba(255,87,34, 0.7);
    }

    50% {
        transform: scale(1.1);
        box-shadow: 0 0 15px rgba(255,87,34, 1);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 rgba(255,87,34, 0.7);
    }
}

.enq h4{
    font-size:18px;
    font-weight:400;
    letter-spacing:normal;
}</pre></body></html>