/* --------------------------------------------------------------------------
 * jThemes Studio : Naturix
 *
 * file           : style.css
 * Desc           : Naturix Template - Stylesheet
 * Version        : 1.0.2
 * Date           : 
 * Author         : jThemes Studio
 * Author URI     : 
 * Email          : 
 *
 * jThemes Studio. Copyright 2017. All Rights Reserved.
 * -------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------
 *  Home Naturix Template - Table of Content

  1 - General
    1.1 - Preloader
    1.2 - Global properties (body, common classes, structure etc)
    1.3 - Page section block
    1.4 - Typography (section title, links, page dividers)
    1.5 - Buttons 
    1.6 - Form / Input / Textarea  
    1.7 - Theme Colors
    1.8 - Theme Fonts
    1.10 - Product Box Structure 
    1.11 - Slider Pagination Style
    1.12 - Breadcrumb
  2 - Header
  3 - Home
  4 - Shop
  5 - Contact
  6 - Footer
  7 - Popups To Top

 

 * -------------------------------------------------------------------------- */
/* @import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i'); */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Great+Vibes&subset=latin-ext');
@import url('https://fonts.googleapis.com/css2?family=Reddit+Sans:ital,wght@0,200..900;1,200..900&display=swap');

@font-face {
    font-family: Helvetica-bold, Arial, sans-serif;
    src: url(fonts/helvetica-bold.ttf);
    font-weight: 900;
}

@font-face {
    font-family: Helvetica-normal, Arial, sans-serif;
    src: url(fonts/helvetica-normal.ttf);
    font-weight: 400;
}

/*******************************
    1 - GENERAL CSS STARTS 
********************************/

/*---------------- 1.2 Global properties (body, common classes, structure etc) Starts ----------------------*/
body {
    font-family: 'Reddit Sans', sans-serif;
    font-weight: normal;
    background-color: #ffffff;
    color: #525252;
    -webkit-font-kerning: auto;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: visible !important;
    overflow-x: hidden;
}

.wrapper {
    overflow-x: hidden;
}

.boxed .wrapper {
    background-color: #ffffff;
    margin: 0 auto;
    max-width: 1200px;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.no-pad-right {
    padding-right: 0;
}

.no-pad-left {
    padding-left: 0;
}

.no-margin {
    margin: 0;
}

img {
    max-width: 100%;
    /*max-height: 100%;*/
    height: auto;
}

.owl-carousel .owl-item img {
    width: auto;
    height: auto;
    margin: auto;
}

.light-bg {
    background-color: #f7f6f2;
}

.white-bg {
    background-color: #fff;
}

.black-bg {
    background-color: #000;
}

.mask-overlay, .theme-color-mask, .white-mask {
    bottom: 0; 
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.mask-overlay {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}

.white-mask {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
}

strong {
    font-weight: 900;
}

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

.section-icon-about {
    display: flex;
    justify-content: space-evenly;
} 

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

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

.white-color {
    color: #fff;
}

.black-color {
    color: #000000;
}

.gray-color {
    color: #999;
}

.main-color {
    color: #525252;
}

.green-clr {
    color: #669900;
}

.red-clr {
    color: #e04337;
}

.clr-txt-2 {
    color: #90d3a6;
}

.block-inline {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

.list-items li {
    display: inline-block;
    margin: 0 5px;
}

.list-items {
    margin-bottom: 0;
}

/*------------------- 1.2 Global properties (body, common classes, structure etc) Ends -----------------*/

/*---------------------- 1.3 Section Space Starts ----------------------------*/
section {
    position: relative;
}

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

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

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

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

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

.pt-10 {
    padding-top: 10px;
}

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

.pb-15 {
    padding-bottom: 15px;
}

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

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

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

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

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

/*---------------------------- 1.3 Page section block Ends ---------------------------*/

/*--------------------------- 1.4 Typography (section title, links, page dividers) Starts -------------------------- */
a:hover,
a:active,
a:focus,
.btn:hover, .btn:focus, .btn:active {
    text-decoration: none;
    outline: 0;
}

a, .btn, button {
    -ms-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #333;
}

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

a.clr-txt:hover {
    color: #525252;
}

div, img, p, h2, h3, h4, h5, h6, a::before, a::after, i {
    -ms-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

p {
    margin-bottom: 15px;
    line-height: 1.7;
}

ul,
ol {
    padding-left: 0;
    list-style: none;
    margin-bottom: 20px;
}

ul ul,
ol ul,
ul ol,
ol ol {
    padding-left: 20px;
}

h2, h3, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    color: #525252;
}

.title-wrap {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 30px;
}

.title-wrap > p {
    font-size: 16px;
    margin: 35px auto 25px;
    width: 75%;
}

.section-title {
    font-size: 40px;
    letter-spacing: 1px;
}

.section-title strong {
    position: relative;
}

.section-title strong > img {
    bottom: 95%;
    left: 85px;
    margin: auto auto -17px;
    position: absolute;
}

.section-title .round-shape {
    border: 1px solid #efefef;
    border-radius: 5em;
    display: inline-block;
    margin-top: 15px;
    padding: 5px 30px 8px;
}

.section-title .round-shape {
    position: relative;
}

.section-title .round-shape:before,
.section-title .round-shape:after {
    border-bottom: 1px solid #efefef;
    content: "";
    height: 5px;
    position: absolute;
    top: 25px;
    width: 100%;
}

.section-title .round-shape:before {
    right: 100%;
}

.section-title .round-shape:after {
    left: 100%;
}

.sub-title {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 4.5px;
}

.sub-title > span {
    position: relative;
}

.sub-title > span:before,
.sub-title > span:after {
    border-bottom: 1px solid #ccc;
    content: "";
    height: 5px;
    position: absolute;
    top: 3px;
    width: 50px;
}

.sub-title span:before {
    right: 100%;
    margin-right: 15px;
}

.sub-title span:after {
    left: 100%;
    margin-left: 15px;
}

.sub-title-sm {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 6px;
    color: #9f9f9f;
}

.sub-title-1 {
    font-size: 10px;
    text-transform: uppercase;
    color: #9f9f9f;
}

.title-1 {
    font-size: 18px;
}

.title-2, .widget-title {
    font-size: 22px;
    font-weight: 700;
}

.title-sec {
    font-size: 40px;
}

.over-txt-title .light-font {
    position: relative;
    text-align: center;
}

.over-txt {
    bottom: 0;
    font-size: 12px;
    font-weight: 900;
    height: 17px;
    left: 0;
    margin: auto;
    padding: 2px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

strong {
    font-weight: 900;
}

.divider-full-1 {
    border: 1px dashed #e9e9e9;
    display: inline-block;
    height: 1px;
    margin: 10px auto;
    width: 100%;
    vertical-align: middle;
}

.divider-1 {
    background-color: #eee;
    display: inline-block;
    height: 2px;
    margin: 10px auto;
    width: 40px;
}

.divider-2 {
    background-color: #eee;
    display: inline-block;
    height: 2px;
    margin: 10px auto;
    width: 30px;
}

.divider-3 {
    background-color: #faa836;
    display: inline-block;
    height: 2px;
    margin: 10px auto;
    width: 70%;
}

/*-- Theme Tabs --*/
.theme-tabs {
    font-size: 16px;
    margin: 0;
}

.theme-tabs > li {
    display: inline-block;
    vertical-align: middle;
    margin: 3px;
}

.theme-tabs a {
    border: 2px solid #d8d8d7;
    border-radius: 25px;
    color: #9f9e9c;
    display: inline-block;
    height: 45px;
    line-height: 30px;
    min-width: 180px;
    padding: 5px 10px;
    text-align: center;
    vertical-align: middle;
}

.theme-tabs.small a {
    border-width: 1px;
    font-size: 14px;
    height: 30px;
    line-height: 15px;
    min-width: initial;
    padding: 5px 15px;
}

.theme-tabs .active a, .theme-tabs a:hover, .theme-tabs a:focus {
    color: #fff;
    -webkit-box-shadow: 1px 4px 51px -17px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 4px 51px -17px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 4px 51px -17px rgba(0, 0, 0, 0.75);
}

.product-content > .tab-pane {
    display: block;
    height: 0;
}

.product-content > .active {
    height: auto;
}

.recipe-content > .tab-pane {
    display: block;
    height: 0;
}

.recipe-content > .active {
    height: auto;
}

.recipe-content-img .item {
    text-align: center;
    max-width: 100%;
    justify-content: center;
}

/*-- ./Theme Tabs --*/

/*------------------------ 1.4 Typography (section title, links, page dividers) Ends ---------------------- */

/*--------------------------- 1.5 Buttons Starts ---------------------- */

.animated-button {
    position: relative;
    display: flex;
    text-align: center;
    gap: 4px;
    padding: 16px 36px;
    margin: 10px;
    border: 4px solid;
    border-color: transparent;
    font-size: 16px;
    background-color: inherit;
    border-radius: 100px;
    font-weight: 600;
    color: #faa836;
    box-shadow: 0 0 0 2px #faa836;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .animated-button svg {
    position: absolute;
    width: 24px;
    fill: #faa836;
    z-index: 9;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  }
  
  .animated-button .arr-1 {
    right: 16px;
  }
  
  .animated-button .arr-2 {
    left: -25%;
  }
  
  .animated-button .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background-color: #faa836;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  }
  
  .animated-button .text {
    position: relative;
    z-index: 1;
    transform: translateX(-12px);
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  }
  
  .animated-button:hover {
    box-shadow: 0 0 0 12px transparent;
    color: #212121;
    border-radius: 12px;
  }
  
  .animated-button:hover .arr-1 {
    right: -25%;
  }
  
  .animated-button:hover .arr-2 {
    left: 16px;
  }
  
  .animated-button:hover .text {
    transform: translateX(12px);
  }
  
  .animated-button:hover svg {
    fill: #212121;
  }
  
  .animated-button:active {
    scale: 0.95;
    box-shadow: 0 0 0 4px #faa836;
  }
  
  .animated-button:hover .circle {
    width: 220px;
    height: 220px;
    opacity: 1;
  } 
  

/*------------------------ 1.5 Buttons Ends ---------------------------- */

/*----------------------- 1.6 Form / Input / Textarea Starts --------------------------- */

/* .form-group {
    margin-bottom: 20px;
}

.form-control, .input-group-addon, .bootstrap-select .btn {
    background-color: #fbfbfb;
    border-color: #e7e7e6;
    border-radius: 25px;
    box-shadow: none;
    font-size: 13px;
    height: 45px;
    line-height: 40px;
    padding: 10px 20px;
}

textarea.form-control, textarea {
    height: auto !important;
    resize: vertical;
} */

/* -- Checkbox/Radiobox Starts --
.form-group [type="checkbox"], .form-group [type="radio"] {
    border: 0 none;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.form-group .checkbox-inline, .form-group .radio-inline {
    font-size: 16px;
    line-height: normal;
    padding-left: 0;
    text-transform: none;
}

.form-group [type="checkbox"] + span, .form-group [type="radio"] + span {
    cursor: pointer;
    vertical-align: text-top;
}

.form-group [type="checkbox"] + span::before {
    color: #e6e6e5;
    content: "\f096";
    font-family: FontAwesome;
    font-size: 18px;
    margin-right: 8px;
    vertical-align: middle;
    line-height: 0;
}

.form-group [type="checkbox"]:checked + span:before {
    content: "\f046";
    font-family: FontAwesome;
}

.form-group [type="radio"] + span::before {
    color: #999999;
    content: "\f10c";
    font-family: FontAwesome;
    font-size: 14px;
    margin-right: 8px;
    vertical-align: middle;
    line-height: 0;
}

.form-group [type="radio"]:checked + span:before {
    content: "\f192";
    font-family: FontAwesome;
} */

/*-- Checkbox/Radiobox Ends --*/

/*--Bootstrap Select--*/
.bootstrap-select .btn .filter-option {
    font-size: 12px;
    line-height: 30px;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    border: none;
    margin-top: 0;
    right: 30px;
    top: 0;
}

.bootstrap-select.btn-group .dropdown-toggle .caret:after {
    content: "\f107";
    font-family: fontawesome;
    font-size: 14px;
}

.bootstrap-select .btn-default.active.focus, .bootstrap-select .btn-default.active:focus, .bootstrap-select .btn-default.active:hover,
.bootstrap-select .btn-default.focus:active, .bootstrap-select .btn-default:active:focus, .bootstrap-select .btn-default:active:hover,
.bootstrap-select > .dropdown-toggle.btn-default.focus, .bootstrap-select > .dropdown-toggle.btn-default:focus,
.bootstrap-select > .dropdown-toggle.btn-default:hover {
    background-color: transparent;
    border-color: #cccccc;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: 0 none !important;
    outline-offset: 0;
}

::-webkit-input-placeholder {
    color: #a7aaad;
}

:-moz-placeholder {
    color: #a7aaad;
}

::-moz-placeholder {
    color: #a7aaad;
}

:-ms-input-placeholder {
    color: #a7aaad;
}

.form-control::-webkit-input-placeholder {
    color: #cccccc;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #cccccc;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #cccccc;
    opacity: 1;
}

.form-control:focus {
    background-color: transparent;
    border-color: #e7e8ec;
    box-shadow: none;
    outline: 0 none;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: 0;
}

input:focus::-webkit-input-placeholder {
    color: transparent !important;
}

input:focus:-moz-placeholder {
    color: transparent !important;
}

input:focus::-moz-placeholder {
    color: transparent !important;
}

input:focus:-ms-input-placeholder {
    color: transparent !important;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent !important;
}

textarea:focus:-moz-placeholder {
    color: transparent !important;
}

textarea:focus::-moz-placeholder {
    color: transparent !important;
}

textarea:focus:-ms-input-placeholder {
    color: transparent !important;
}

/*---------------------------- 1.6 Form / Input / Textarea Ends ------------------------------ */

/*---------------------------------- 1.7 Theme Colors Starts -------------------------------- */
a:hover,
a:active,
a:focus, .clr-txt, .mega-dropdown-menu .sub-list > li a:hover:before, .footer-widget .list li a:hover:before, .form-group [type="checkbox"]:checked + span::before,
.top-nav > li a:hover, .top-nav > li a:focus, .breadcrumb-menubar > li > a:hover, .breadcrumb-menubar > li > a:focus, .blog-tabs li a:hover, .blog-tabs .active a {
    color: #faa836;
}

.crl-bg, .theme-btn, .primary-navbar > li > a:after, .theme-tabs .active a, .theme-tabs a:hover, .theme-tabs a:focus, .product-box::after,
.mega-dropdown-menu .menu-title::after, .deal-count:before, .page-footer .divider-2, .tags-widget a:hover, .tags-widget a:focus, .prod-tabs .tabs > li > a::after,
.blog-tabs li a::after, .blog-tabs .active a::after {
    background-color: #faa836;
}

.theme-tabs .active a, .theme-tabs a:hover, .theme-tabs a:focus, .organic-prod:hover:before, .tags-widget a:hover,
.tags-widget a:focus, .product-single .item > a:hover, .product-single .item > a:focus, .product-single .synced .item > a {
    border-color: #faa836;
}

#map {
    border: 2px solid #faa836;
}

blockquote {
    border-left: 2px solid #faa836;
}

/*------------------------ 1.7 Theme Colors Ends ------------------------ */

/*--------------------------1.8 Theme Fonts Starts------------------- */
p {
    font-family: Helvetica-normal, Arial, sans-serif;
}

.prod-tag, .fontbold-2 {
    font-family: Helvetica-bold, Arial, sans-serif;
    font-weight: 900;
}

.font-3, .title-sec {
    font-family: 'Great Vibes', cursive;
}

.normal-font {
    font-weight: normal;
}

.italic-font {
    font-style: italic;
}

.extra-bold-font {
    font-weight: 800;
}

.medium-font {
    font-weight: 500;
}

.light-font {
    font-weight: 300;
}

.upper-text {
    text-transform: uppercase;
}

.normal-text {
    text-transform: none;
}

.capital-text {
    text-transform: capitalize;
}

.fsz-10 {
    font-size: 10px;
}

.fsz-12 {
    font-size: 12px;
}

.fsz-16 {
    font-size: 16px;
}

.fsz-20 {
    font-size: 20px;
}

.fsz-30 {
    font-size: 30px;
}

.fsz-35 {
    font-size: 35px;
}

.fsz-50 {
    font-size: 50px;
}

/*-------------------------1.8 Theme Fonts Ends--------------------- */

/*--------------------- 1.10 - Products Starts ------------------------- */
.product-box {
    border-radius: 10px;
    overflow: hidden;
    margin: 40px auto auto;
    text-align: center;
    position: relative;
    background-color: #fff;
}

.owl-carousel .product-box {
    margin: 40px auto;
}

.product-box:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}

.light-bg .product-box {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
}

.product-box::after {
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    margin: auto;
    vertical-align: middle;
    width: 60px;
    opacity: 0;
    visibility: hidden;

    transform: translateX(-65px);
    -webkit-transform: translateX(-65px);

    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}

.product-box:hover:after {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
}

.recipe-media {
    background-color: #f7f6f2;
    height: 330px;
    position: relative;
}

.recipe-media .recipe-img{
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 1;
    max-width: 100%;
}

.product-media {
    background-color: #f7f6f2;
    height: 330px;
    position: relative;
}

.product-media > .prod-img {
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 1;
    max-width: 70px;
}

.product-media > .prod-img-powder {
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 1; 
    max-width: 165px;
}

.product-media > .prod-img-hardware {
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 1; 
    max-width: 100px;
}

.price del {
    color: #dddddd;
    margin-left: 3px;
}

.product-media > img.shape {
    position: absolute;
    bottom: 0;
    width: 100%;
    right: 0;
    left: 0;
    margin: auto;
}

.product-title {
    font-size: 20px;
}

.product-caption {
    text-align: center;
    padding: 10px 0 30px;
}

.prod-icons {
    border-radius: 2em;
    display: table;
    left: 0;
    margin: auto;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 1;
    
    transform: translateY(-65px);
    -webkit-transform: translateY(-65px);
}

.prod-icons > a {
    background-color: #fff;
    color: #dedede;
    font-size: 20px;
    height: 45px;
    line-height: 45px;
    width: 60px;
}

.prod-icons > a:first-child {
    border-radius: 2em 0 0 2em;
}

.prod-icons > a:last-child {
    border-radius: 0 2em 2em 0;
}

.prod-icons > a:hover {
    background-color: #faa836;
    color: #fff;
}

.prod-icons > a:nth-child(2n):hover {
    background-color: #79d1d6;
}

.product-box:hover .prod-icons {
    opacity: 1;
    visibility: visible;
    transform: translateY(35px);
    -webkit-transform: translateY(35px);
}

/*--------------------- 1.10 - Products Ends ------------------------- */

/*--------------------- 1.11 - Slider Pagination Starts ------------------------- */


.nav-1 .owl-nav {
    border: 1px solid #efefef;
    border-radius: 1em;
    display: inline-block;
    margin-top: -52px;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
}

.nav-1 .owl-nav > div {
    color: #9f9f9f;
    display: inline-block;
    font-size: 10px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    width: 35px;
}

.nav-1 .owl-nav > div:hover, .nav-1 .owl-nav > div:focus {
    background-color: #faa836;
    color: #fff;
}

.nav-1 .owl-prev {
    border-right: 1px solid #efefef;
}

/*--------------------- 1.11 - Slider Pagination Ends------------------------- */

/*--------- 1.12 Breadcrumb Starts ---------- */
.breadcrumb-bg {
    background-image: url("../img/extra/breadcrumb-1.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0 100px;
    filter: brightness(70%);
}

.breadcrumb-bg.bg-2 {
    background-image: url("../img/extra/breadcrumb-2.jpg");
    text-align: center;
}

.breadcrumb-menubar {
    background: transparent none repeat scroll 0 0;
    margin: 7px 0 0;
    padding: 0
}

.breadcrumb-menubar > li {
    text-transform: uppercase;
    font-weight: 500;
    color: #a8a7a4;
    width: 100%;
    font-size: 12px;
}

.breadcrumb-menubar > li > a {
    color: #a8a7a4;
}

.breadcrumb-menubar > li > a:after {
    content: "/";

    color: #a8a7a4;
    padding: 0 3px;
}

/*--------- 1.12 Breadcrumb Ends ---------- */


/*******************************
    1 - GENERAL CSS ENDS 
********************************/

/******************************* 
    2 - HEADER CSS STARTS 
********************************/

/* Top Header */
.top-nav > li {
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    color: #999999;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    height: 33px;
    padding: 7px 25px;
    vertical-align: middle;
}

.top-nav > li + li {
    margin-left: -4px;
}

.top-nav > li a {
    color: #999;
}

.header-topbar .left {
    float: left;
}

.header-topbar .right {
    float: right;
}

.top-nav {
    margin: 0;
}

.header-topbar {
    padding: 0 25px;
    background-color: #f7f6f2;
}

.top-nav .btn.dropdown-toggle.btn-default {
    background-color: transparent;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    font-size: 12px;
    height: auto;
    line-height: normal;
    padding: 0;
    min-width: 30px;
}

.top-nav .bootstrap-select.btn-group .dropdown-toggle .caret::after {
    font-size: 12px;
}

.top-nav .filter-option.pull-left {
    color: #999999;
    line-height: normal;
    text-transform: none;
}

.top-nav .bootstrap-select.btn-group .dropdown-toggle .caret {
    color: #999999;
    right: 0;
}

.top-nav .social-icon > a {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 25px;
    display: inline-block;
    font-size: 10px;
    height: 20px;
    line-height: 15px;
    text-align: center;
    width: 20px;
}

.top-nav .social-icon > a:hover {
    background-color: #525253;
    color: #fff;
}

/* Top Header */

.main-header {
    padding: 40px 10px;

    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}

.home-wrap .main-header {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 11;
}

.main-header.is-sticky {
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);
    padding: 10px;
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;

    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}

.is-sticky .main-logo > span {display: none;}


.main-logo > a {
    font-size: 30px;
}



.main-logo .medium-font {
    font-size: 11px;
    letter-spacing: 3px;
    margin: 5px 0;
    display: block;
}

.main-header .main-logo img {
    margin-top: -25px;
}

.main-logo strong {
    position: relative;
}

.main-logo strong > img {
    bottom: 100%;
    left: 0;
    margin: auto auto -10px;
    position: absolute;
    right: 0;
}

.primary-navbar {
    margin: 0;
    text-align: right;
}

.primary-navbar > li {
    display: inline-block;
    margin-top: 12px;
}

.primary-navbar > li a {
    font-weight: 500;
    padding: 10px;
    text-transform: uppercase;
    position: relative;
    font-size: 15px;
}

.primary-navbar > li .dropdown-menu a {
    font-size: 12px;
    text-transform: capitalize;
}

.primary-navbar > li > a:after {
    content: "";
    height: 5px;
    width: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    margin: 0 auto;
    border-radius: 50%;
}

.primary-navbar > li.active a::after, .primary-navbar > li a:hover::after, .primary-navbar > li a:focus::after {
    bottom: -5px;
    opacity: 1;
}

.style-2.main-header { 
    background-color: #f9b600;
}

.style-2 .main-logo > a, .style-2.main-header, .style-2 .primary-navbar > li > a {
    color: #fff;
}

.style-2 .main-logo > a:focus, .style-2 .main-logo > a:hover, .style-2 .primary-navbar > li > a:hover, .style-2 .primary-navbar > li > a:focus {
    color: #fa413e;
}

.style-2 .primary-navbar > li > a::after {
    background-color: #fff;
}

.style-2 .cart-hover > .cnt {
    background-color: #fa413e;
}

---Header Navigation Megamenu---
.mega-dropdown-menu > .menu-block:nth-child(odd) {
    background-color: #f6f6f6;
}

.navigation .primary-navbar li .mega-dropdown-menu {
    padding: 35px 15px;
}

.primary-navbar > li:hover > .dropdown-menu.mega-dropdown-menu {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

/*-- ./ Header Resp --*/
@media (max-width: 1199px) {

    .home-wrap .main-header {
        position: static;
    }

    .fix-navbar {
        padding: 80px 0;
    }

    .responsive-toggle {
        border: 2px solid;
        cursor: pointer;
        height: 35px;
        line-height: 30px;
        margin-left: 20px;
        text-align: center;
        width: 35px;
        display: block;
        margin-inline: auto 0;
    }

    .responsive-menu .responsive-toggle {
        position: absolute;
        left: 10px;
        top: 0px;
        z-index: 5;
    }

    .responsive-menu {
        right: 0;
        max-width: 270px;
        padding: 0;
        position: fixed;
        top: 0;
        background-color: #f6f6f6;
        height: 100%;
        z-index: 999;
        transform: translateX(300px);
        -webkit-transform: translateX(300px);
    }

    .off-canvas-body .responsive-menu {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }

    .primary-navbar {
        text-align: left;
    }

    .primary-navbar > li {
        width: 100%;
        padding: 0 20px;
    }

    .primary-navbar li.open .dropdown-menu {
        display: block;
        border: none;
        position: static;
        width: 100%;
        padding: 0;
        opacity: 1;
        visibility: visible;
    }

    .primary-navbar > li > a::after {
        opacity: 0 !important;
    }

    .style-2 .responsive-menu {
        background-color: #525252;
    }

    .mCS-dir-rtl > .mCSB_inside > .mCSB_container {
        margin: 0;
    }

    .scroll-js {
        height: 100%;
    }
}

@media (min-width: 1200px) {

    .responsive-toggle {
        display: none !important;
    }

    /*-- Header --*/

    .primary-navbar li .dropdown-menu {
        opacity: 0;
        visibility: hidden;
        display: block;
        padding: 0;

        transform: translateY(50px);
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);

        transition: all 0.4s ease-in-out 0s;
        -webkit-transition: all 0.4s ease-in-out 0s;
        -ms-transition: all 0.4s ease-in-out 0s;
    }

    .primary-navbar > li:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;

        transform: translateY(18px);
        -webkit-transform: translateY(18px);
        -ms-transform: translateY(18px);
    }

    .primary-navbar .dropdown-menu li:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;

        transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
    }

    .primary-navbar .dropdown-menu li .dropdown-menu {
        right: 100%;
        left: auto;
        top: 0;

        transform: translateX(-50px);
        -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
    }

    /*---Header Navigation Megamenu---*/
    .header-style2 .responsive-menu, .primary-navbar .mega-dropdown {
        position: static;
    }
}

@media (max-width: 991px) {
    .header-topbar .left {
        float: none;
        text-align: center;
    }

    .header-topbar .right {
        float: none;
        text-align: center;
    }

    .left .top-nav > li {
        border-bottom: 1px solid #dddddd;
    }
}

@media (max-width: 767px) {
    .cart-popup {
        width: 280px;
        right: auto;
        left: 0;
    }

    .main-header {
        padding: 20px 10px;
        position: static;
    }

    .responsive-toggle {
        /* margin: 6px 25px 0 0; */
        /* float: right;  */
        margin-inline: auto 0;
        border: 2px solid;
        cursor: pointer;
        height: 35px;
        line-height: 30px;
        /* margin-left: 20px; */
        text-align: center;
        width: 35px;
        display: block;
        margin-top: 30px;
        margin-right: 25px;
        position:fixed;
        top: 0;
        right: 0;
    }
}

@media (max-width: 479px) {
    .top-nav > li {
        width: 100%;
        text-align: left;
    }

    .top-nav > li + li {
        margin-left: 0;
    }

    .left .top-nav > li {
        border-bottom: 1px solid #dddddd;
    }

    .right .top-nav > li {
        border-bottom: 1px solid #dddddd;
    }
}

/******************************* 
    2 - HEADER CSS ENDS 
********************************/

/*******************************
    3 - HOME CSS STARTS 
********************************/

/* HOME MENU CSS */
#promo-slider .owl-nav {
    background-color: #ffffff;
    bottom: 10%;
    right: 10%;
    top: auto;
}


/*----- Slide-1 -------- */
.main-slide {
    position: relative;
}

.main-slide .item > img {
    width: 100%;
}

.slide-1 .slide-title2 .section-title {
    font-size: 70px;
}

.slide-1 .slide-title2 .sub-title {
    display: inline-block;
    font-size: 15px;
    letter-spacing: 3px;
}

@media (max-width: 992px) {
    .slide-1 {
        font-size: 40px;
    }

    .slide-1 .slide-title2 .sub-title {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .slide-1 .slide-title2 {
        display: none;
    }

    .slide-1 .slide-title {
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .slide-1 .slide-title > img {
        max-width: 200px;
    }
}

/*---------------------- Main Slider Ends ---------------------------- */

/*--------------------- Home Our Story Starts ------------------------- */
.home-our-story > .pattern {position: relative; z-index: 1;}
.showcase-wrap {
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

.home-our-story {
    position: relative;
    z-index: 1;
}

.read-more-story {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 50px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: underline;
    color: #f6cc28;
}

.read-more-button {
    position: relative;
    top: 5px;
}

.showcase-wrap .tabs-box {
    display: inline-block;
    margin-top: 22px;
    width: 100%;
}

@media (min-width: 1200px) {
    .showcase-wrap .theme-tabs > li:nth-child(-n+2) {
        float: left;
    }

    .showcase-wrap .theme-tabs > li:nth-child(n+3) {
        float: right;
    }

    .showcase-wrap .logo-img {
        display: inline-block;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
    }
    .pattern {
        margin-top: -45px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .pattern {
        margin-top: -35px;
    }
    /* .showcase-wrap .theme-tabs > li:nth-child(-n+2) {
        float: left;
    }

    .showcase-wrap .theme-tabs > li:nth-child(n+3) {
        float: right;
    } */
}

@media (min-width: 768px) and (max-width: 991px) {
    .pattern {
        margin-top: -25px;
    }
    /* .showcase-wrap .theme-tabs > li:nth-child(-n+2) {
        float: left;
    }

    .showcase-wrap .theme-tabs > li:nth-child(n+3) {
        float: left;
    } */
}

@media (max-width: 767px) {
    .pattern {
        margin-top: -17.7px;
    }
}

@media (max-width: 380px) {
    .pattern {
        margin-top: -15px;
    }
}

/*--------------------- Home Our Story Ends ------------------------- */


/* ABOUT US PAGE CSS */
/*--------------------- About Us Starts ------------------------- */

.about-us-1 {
    position: relative;
}

.about-us-1 .feature-wrap {
    margin-top: 50px;
}

.feature-wrap {
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .about-us-1 .xs-text {
        text-align: center;
    }
}

.short-about .title-wrap {
    font-size: 35px;
    color:white;
}



/*--------------------- About Us Ends ------------------------- */

/*--------------------- Short About Starts ------------------------- */

.growth-main {
    position: relative;
    background-image: url("../img/slider/growbusiness-1.jpg");
    background-color: rgba(0, 0, 0, 0.61);
    background-size: cover;
    /* filter:brightness(50%); */
}

.short-about {
    position: relative;
    background-image: url("../img/slider/sirupp.jpg");
    background-color: rgba(0, 0, 0, 0.61);
    background-size: cover;
    filter:brightness(100%);
}

.growth-main .title-wrap {
    font-size: 35px;
    color:white;
}

/*--------------------- Short About Ends ------------------------- */

/******************************* 
        3 - HOME CSS ENDS 
********************************/

/*******************************
        4 - OUR PRODUCT CSS STARTS 
********************************/

/*--------------------- Main title Our Products Starts ------------------------- */
.main-title-bar {
    position: relative;
}

.main-title-bar > .icon {
    text-align: center;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    bottom: -20px;
}
.main-title-bar > .icon > img {z-index: 1;}
.sort-dropdown {
    margin-right: 18px;
    display: inline-block;
}

.main-title-bar {
    padding: 15px 0;
}

@media (max-width: 991px) {
    .main-title-bar > .icon {
        position:relative;
    }
}

/*--------------------- Main Title Our Products Ends ------------------------- */

/*--------------------- List Product Starts ------------------------- */

@media (min-width: 1200px) {
    .product-modal {
        width: 1090px;
    }
}

@media (max-width: 767px) {
    .product-content .product-box {
        display: table;
    }

    .product-content .product-media {
        width: 300px;
    }
}

@media (max-width: 380px) {
    .product-content .product-media {
        width: 280px;
    }
}

.main-header.is-sticky {
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);
    padding: 10px;
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;

    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}

/*--------------------- List Product Ends ------------------------- */

/* Recipe Detail Starts */

.recipe-content .bahan ul li {
    list-style: numbers;
    /* padding: 6px 0; */
    font-size: 16px;
    /* display: inline-block; */
    /* width: 100%; */
    list-style-position: inside;
}

.recipe-content .bahan ul li::marker {
    font-weight: bold;
}

.recipe-content .bahan ul{
    padding-inline-start:0px;margin: 16px 0px 0px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 16px;
    line-height: 25.6px;
}

.recipe-content .bahan li {
    line-height: 24px;
    margin-bottom: 15px
}

@media (max-width: 991px) {
    .recipe-content-main .section-title strong {
        display:block;
        width: 50%;
    }
}

@media (max-width: 767px) {
    .recipe-content .recipe-content-img {
        display: table;
    }

    .recipe-content .item {
        width: 300px;
    }
}

@media (max-width: 380px) {
    .recipe-content .item {
        width: 280px;
    }
}

.recipe-content .prod-tag {
    margin: 0 0 10px;
}

.recipe-content .how-to ul {
    list-style: numbers;
    padding: 8px 0;
    font-size: 16px;
    /* display: inline-block; */
    width: 100%;
}

.recipe-content .how-to > li {
    padding: 8px 0;
}

.recipe-content .how-to li > strong {
    display: inline-block;
    width: 100px;
}

/* @media (max-width: 767px) {
    .recipe-content .tags-widget a {
        margin: 5px auto;
    }
} */

.recipe-content .item {
    padding: 0 15px;
}

/* .recipe-content .description {
    display: flex;
    justify-content:flex-end;
} */

/* .single-caption {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 42px;
    margin-top: 32px   
} */

.recipe-content .bahan {
    float: left;
    width: 50%;
    padding: 15px;
}

.recipe-content-description:after {
    content: "";
    display: table;
    clear: both;
}


/* Recipe Detail Ends */


/*--------------------- Product Detail Starts ------------------------- */
.back-detail {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    text-align: left;
    margin-bottom: 50px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: underline;
    color: #f6cc28;
}

.back-detail-button {
    position: relative;
    top: 5px;
}

.product-single-img {
    display: flex;
    justify-content: center;
}

.product-single-img-powder {
    display: flex;
    justify-content: center;
    /* bottom: 0; */
    margin: auto;
    left: 0;
    right: 0;
    /* position: absolute; */
    /* z-index: 1;  */
    max-width: 210px;
}

.product-single-img-hardware {
    display: flex;
    justify-content: center;
    /* bottom: 0; */
    margin: auto;
    left: 0;
    right: 0;
    /* position: absolute; */
    /* z-index: 1;  */
    max-width: 100px;
    background-color: #f7f6f2;
}

.owl-item .active {
    position: flex;
    justify-content: center;
}

.product-single .owl-carousel .owl-item img {
    margin: auto;
    width: 150px;
}

.product-single .item > a {
    border: 1px solid #e5e5e5;
    display: inline-block;
    border-radius: 3px;
}

.product-single .item > a:hover, .product-single .item > a:focus, .product-single .synced .item > a {
    border-width: 2px;
}

.product-single-img .item {
    text-align: center;
    max-width: 90px;
    justify-content: center;
}

.product-single .sync2 .owl-nav > div {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 15px;
    bottom: 0;
    color: #9f9f9f;
    display: inline-block;
    font-size: 10px;
    height: 20px;
    left: -10px;
    margin: auto;
    padding: 2px 10px;
    position: absolute;
    top: 0;
}

.product-single .sync2 .owl-nav > .owl-next {
    left: auto;
    right: -10px;
}

.product-single .sync2 .owl-nav > div:hover, .product-single .sync2 .owl-nav > div:focus {
    background-color: #92d2a7;
    color: #fff;
}

.product-content .prod-tag {
    margin: 0 0 10px;
}

.product-content .meta > li {
    padding: 8px 0;
}

.product-content .meta li > strong {
    display: inline-block;
    width: 100px;
}

.prod-btns {
    border-bottom: 1px dashed #e9e9e9;
    border-top: 1px dashed #e9e9e9;
    margin: 25px auto;
    padding: 15px 0;
}

.prod-btns .quantity .btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    bottom: 0;
    padding: 0;
    position: absolute;
    top: 0;
    font-size: 22px;
    color: #ccc;
}

.prod-btns .quantity .minus {
    left: 10px;
}

.prod-btns .quantity .plus {
    right: 10px;
}

.prod-btns .quantity {
    position: relative;
    width: 140px;
}

.prod-btns > div {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    line-height: 1;
}

.prod-btns .sort-dropdown .search-selectpicker {
    margin: auto 10px;
}

.prod-btns .quantity .qty {
    border-radius: 2em;
    height: 36px;
    line-height: 35px;
    padding: 5px 20px;
    text-align: center;
}

.prod-btns .bootstrap-select .btn {
    width: 100px
}

.prod-tabs .tabs > li {
    display: inline-block;
    margin: auto 10px;
}

.prod-tabs .tabs > li a {
    position: relative;
}

.prod-tabs .tabs > li > a:hover::after, .prod-tabs .tabs > .active > a::after {
    border-radius: 50%;
    bottom: 0;
    opacity: 0;
    content: "";
    height: 5px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 5px;
}

.prod-tabs .tabs > li > a:hover::after, .prod-tabs .tabs > .active > a::after {
    bottom: -15px;
    opacity: 1;
}

.prod-tabs {
    text-align: center;
}

.prod-tab-content {
    padding-top: 30px;
}

.review-img {
    float: left;
    margin-right: 25px;
}

.rel-prod-slider {
    border-bottom: 1px solid #eeeeee;
}

.related .nav-1 .owl-nav {
    background-color: #fff;
    bottom: 0;
    display: inline-block;
    left: 0;
    margin: auto auto -13px;
    right: 0;
    top: auto;
    width: 72px;
}

@media (max-width: 767px) {
    .prod-btns > div {
        margin: 10px auto;
    }

    .product-content .tags-widget a {
        margin: 5px auto;
    }
}

/*--------------------- Product Detail Ends ------------------------- */

/*---------- Sidebar Our Product Starts ----------*/

.categories-sidebar {
    padding-bottom: 25px;
    /* height: 10rem; */
    /* width: 10rem; */
    flex-grow: 1;
    flex-basis: 300px;
    position: relative;
    top: 0;
    bottom: 0;
}

.categories-sidebar > .categories {
    margin-top: 10px;
}

.categories-sidebar ul li {
    font-size: 16px;
    padding: 5px 0;
}

@media (max-width: 991px) {

    .categories-sidebar {
        display: block;
        overflow-x: auto;
        width: auto;
    }
}

/*---------- Sidebar Our Product End ----------*/

/******************************* 
        4 - OUR PRODUCT CSS ENDS 
********************************/

/******************************* 
        5 - CONTACT STARTS 
********************************/
/* .contact-map {
    margin: 20px auto 60px;
}

#map {
    height: 405px;
}

blockquote {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 20px;
} */

.contact-wrap {
    position: relative;
    background-image: url("../img/slider/contactus-1.jpg");
    background-color: rgba(0, 0, 0, 0.61);
    background-size: cover;
    filter:brightness(100%);
}

.contact-wrap .column-place {
    float: left;
    width: 50%;
    padding: 15px;
    color:white;
}

.row .column-place a {
    color: white !important;
}

.row .column-place a:hover {
    color: #faa836 !important;
}


.contact-wrap .row:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width: 600px) {
    .contact-wrap .column-place {
      width: 100%;
    }
  }

@media screen and (max-width: 600px) {
    .section-icon-contact {
      width: 100%;
    }
}

.contact-wrap .row {
    margin: auto;
}

.column-place .section-title {
    font-size: 35px;
}

.contact-details {
    margin: 50px auto auto 25px;
}

.contact-details li {
    padding-top: 10px;
}

.contact-details li > strong {
    color: #ccc;
    display: inline-block;
    width: 90px;
}

@media (max-width: 568px) {
    #map {
        height: 350px;
    }
}

/******************************* 
        5 - CONTACT ENDS 
********************************/

/******************************* 
    6 - FOOTER STARTS 
********************************/
.footer-widget .main-logo .medium-font {
    margin-left: 0;
    display: block;
}

.footer-widget .main-logo {
    margin-top: -33px;
}

.text-widget li i {
    display: table-cell;
    width: 20px;
}

.text-widget li span {
    display: table-cell;
    vertical-align: inherit;
}

.footer-widget .divider-2 {
    margin: 20px auto;
}

.footer-widget ul li {
    font-size: 15px;
    padding: 5px 0;
}

.footer-widget .list li a {
    position: relative;
}

.footer-widget .list li > a::before {
    color: #cccccc;
    content: "\f18e";
    font-family: FontAwesome;
    margin-right: 5px;
    vertical-align: middle;
}

.footer-widget .list li > a:hover:before {
    -webkit-animation: bounceIn .5s;
    animation: bounceIn .5s;
}

.footer-widget .instagram-widget li {
    padding: 3px 0 0;
    display: inline-block;
}

.footer-bottom {
    position: relative;
}

.footer-bottom p, .footer-bottom .primary-navbar > li {
    margin: 0;
    padding: 0;
    width: auto;
}

.footer-bottom .primary-navbar > li a {
    text-transform: none;
}

@media (max-width: 767px) {
    .footer-bottom .primary-navbar {
        text-align: left;
        margin-top: 20px;
    }
}

/* Social Media Footer */
.card {
    width: fit-content;
    height: fit-content;
    background-color: rgb(238, 238, 238);
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 1px 1px; */
    gap: 20px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.055);
  }
  
  /* for all social containers*/
  .socialContainer {
    width: 52px;
    height: 52px;
    background-color: rgb(44, 44, 44);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition-duration: .3s;
  }
  /* instagram*/
  .containerOne:hover {
    background-color: #d62976;
    transition-duration: .3s;
  }
  /* Mail*/
  .containerTwo:hover {
    background-color: #00acee;
    transition-duration: .3s;
  }
  /* Youtube*/
  .containerThree:hover {
    background-color: #f00000;
    transition-duration: .3s;
  }
  /* Whatsapp*/
  .containerFour:hover {
    background-color: #128C7E;
    transition-duration: .3s;
  }
  
  .socialContainer:active {
    transform: scale(0.9);
    transition-duration: .3s;
  }
  
  .socialSvg {
    width: 17px;
  }
  
  .socialSvg path {
    fill: rgb(255, 255, 255);
  }
  
  .socialContainer:hover .socialSvg {
    animation: slide-in-top 0.3s both;
  }
  
  @keyframes slide-in-top {
    0% {
      transform: translateY(-50px);
      opacity: 0;
    }
  
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }

/*******************************
    6 - FOOTER ENDS 
********************************/

/******************************* 
  7 - POPUPS TO TOP STARTS 
********************************/
.to-top {

    color: #dedede;
    cursor: pointer;
    font-size: 26px;
    height: 30px;
    line-height: 30px;
    margin: auto;
    position: fixed;
    right: 50px;
    bottom: 10%;
    text-align: center;
    width: 30px;
    z-index: 999;
    display: none;
}

.product-content .item {
    padding: 0 15px;
}

.footer-bottom .to-top {
    position: absolute;
    display: block;
    bottom: 100%;
    right: 0;
    left: 0;
    margin-bottom: -50px;
}

.to-top:hover, .to-top:focus {
    color: #525252;
}

/*******************************
  7 - POPUPS ENDS
********************************/
  
/*******************************
  8 - EVENTS STARTS
********************************/ 
.event-wrap-2 {
    background:url(../img/slider/growbusiness-1.jpg) no-repeat;
	background-size:cover;
	width:100%;
	background-attachment:fixed;
	background-position:center center;
}

.contact-form {
    color: white;
}

.contact-form > .form-group > .form-control {
    font-size: 15px;
}

.invalid-feedback {
    color: red;
}

.animated-button-event {
    position: relative;
    display: flex;
    text-align: center;
    gap: 4px;
    padding: 16px 36px;
    margin: 10px;
    border: 4px solid;
    border-color: transparent;
    font-size: 16px;
    background-color: inherit;
    border-radius: 100px;
    font-weight: 600;
    color: #faa836;
    box-shadow: 0 0 0 2px #faa836;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    top: 50%;
    left: 50%;
    transform: translate(-50%);
  }

  .animated-button-event svg {
    position: absolute;
    width: 24px;
    fill: #faa836;
    z-index: 9;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  }
  
  .animated-button-event .arr-1 {
    right: 16px;
  }
  
  .animated-button-event .arr-2 {
    left: -25%;
  }
  
  .animated-button-event .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background-color: #faa836;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  }
  
  .animated-button-event .text {
    position: relative;
    z-index: 1;
    transform: translateX(-12px);
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  }
  
  .animated-button-event:hover {
    box-shadow: 0 0 0 12px transparent;
    color: #212121;
    border-radius: 12px;
  }
  
  .animated-button-event:hover .arr-1 {
    right: -25%;
  }
  
  .animated-button-event:hover .arr-2 {
    left: 16px;
  }
  
  .animated-button-event:hover .text {
    transform: translateX(12px);
  }
  
  .animated-button-event:hover svg {
    fill: #212121;
  }
  
  .animated-button-event:active {
    scale: 0.95;
    box-shadow: 0 0 0 4px #faa836;
  }
  
  .animated-button-event:hover .circle {
    width: 220px;
    height: 220px;
    opacity: 1;
  } 

  .card-event {
    width: fit-content;
    height: fit-content;
    background-color: rgb(238, 238, 238);
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 1px 1px; */
    gap: 20px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.055);
  }

  .event-navbar {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    transform: translate(50%, -100%);
  }

/*******************************
  8 - EVENTS ENDS
********************************/ 