﻿/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
* {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

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

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a {
    text-decoration: none
}

a:active,
a:hover,
a:focus {
    outline: 0 !important
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

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

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

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

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

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

ul {
    margin: 0px;
    padding: 0px
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    font-size: 100%
}

a {
    text-decoration: none
}

img {
    max-width: 100%
}

.clear {
    clear: both;
    display: block;
    width: 100%
}

.sprite {
    background: url(../images/sprite.png) no-repeat;
    display: inline-block
}

input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
    outline: 0
}
/* nav{
    z-index: -1 !important;
} */
nav.open_menu{
    z-index: 3 !important;
}
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
    display: none
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: "FontAwesome";
    src: url("../fonts/Font_Awesome/fontawesome-webfont.eot?v=4.7.0");
    src: url("../fonts/Font_Awesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/Font_Awesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/Font_Awesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/Font_Awesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/Font_Awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-envelope-o:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-o:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-gear:before,
.fa-cog:before {
    content: ""
}

.fa-trash-o:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-file-o:before {
    content: ""
}

.fa-clock-o:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-arrow-circle-o-down:before {
    content: ""
}

.fa-arrow-circle-o-up:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-play-circle-o:before {
    content: ""
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: ""
}

.fa-refresh:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-dedent:before,
.fa-outdent:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-video-camera:before {
    content: ""
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: ""
}

.fa-pencil:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: ""
}

.fa-share-square-o:before {
    content: ""
}

.fa-check-square-o:before {
    content: ""
}

.fa-arrows:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-times-circle-o:before {
    content: ""
}

.fa-check-circle-o:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-mail-forward:before,
.fa-share:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-gears:before,
.fa-cogs:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-thumbs-o-up:before {
    content: ""
}

.fa-thumbs-o-down:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-heart-o:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-linkedin-square:before {
    content: ""
}

.fa-thumb-tack:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-lemon-o:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-square-o:before {
    content: ""
}

.fa-bookmark-o:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-feed:before,
.fa-rss:before {
    content: ""
}

.fa-hdd-o:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-hand-o-right:before {
    content: ""
}

.fa-hand-o-left:before {
    content: ""
}

.fa-hand-o-up:before {
    content: ""
}

.fa-hand-o-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-group:before,
.fa-users:before {
    content: ""
}

.fa-chain:before,
.fa-link:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-cut:before,
.fa-scissors:before {
    content: ""
}

.fa-copy:before,
.fa-files-o:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-save:before,
.fa-floppy-o:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-money:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-unsorted:before,
.fa-sort:before {
    content: ""
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: ""
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-rotate-left:before,
.fa-undo:before {
    content: ""
}

.fa-legal:before,
.fa-gavel:before {
    content: ""
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: ""
}

.fa-comment-o:before {
    content: ""
}

.fa-comments-o:before {
    content: ""
}

.fa-flash:before,
.fa-bolt:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-paste:before,
.fa-clipboard:before {
    content: ""
}

.fa-lightbulb-o:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-bell-o:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-cutlery:before {
    content: ""
}

.fa-file-text-o:before {
    content: ""
}

.fa-building-o:before {
    content: ""
}

.fa-hospital-o:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: ""
}

.fa-circle-o:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-mail-reply:before,
.fa-reply:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-folder-o:before {
    content: ""
}

.fa-folder-open-o:before {
    content: ""
}

.fa-smile-o:before {
    content: ""
}

.fa-frown-o:before {
    content: ""
}

.fa-meh-o:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-keyboard-o:before {
    content: ""
}

.fa-flag-o:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: ""
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-code-fork:before {
    content: ""
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-calendar-o:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-minus-square-o:before {
    content: ""
}

.fa-level-up:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-pencil-square:before {
    content: ""
}

.fa-external-link-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: ""
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: ""
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: ""
}

.fa-euro:before,
.fa-eur:before {
    content: ""
}

.fa-gbp:before {
    content: ""
}

.fa-dollar:before,
.fa-usd:before {
    content: ""
}

.fa-rupee:before,
.fa-inr:before {
    content: ""
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: ""
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: ""
}

.fa-won:before,
.fa-krw:before {
    content: ""
}

.fa-bitcoin:before,
.fa-btc:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-text:before {
    content: ""
}

.fa-sort-alpha-asc:before {
    content: ""
}

.fa-sort-alpha-desc:before {
    content: ""
}

.fa-sort-amount-asc:before {
    content: ""
}

.fa-sort-amount-desc:before {
    content: ""
}

.fa-sort-numeric-asc:before {
    content: ""
}

.fa-sort-numeric-desc:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-youtube-play:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitbucket-square:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-long-arrow-down:before {
    content: ""
}

.fa-long-arrow-up:before {
    content: ""
}

.fa-long-arrow-left:before {
    content: ""
}

.fa-long-arrow-right:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-gittip:before,
.fa-gratipay:before {
    content: ""
}

.fa-sun-o:before {
    content: ""
}

.fa-moon-o:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-arrow-circle-o-right:before {
    content: ""
}

.fa-arrow-circle-o-left:before {
    content: ""
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: ""
}

.fa-dot-circle-o:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-turkish-lira:before,
.fa-try:before {
    content: ""
}

.fa-plus-square-o:before {
    content: ""
}

.fa-space-shuttle:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: ""
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-pied-piper-pp:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-spoon:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-automobile:before,
.fa-car:before {
    content: ""
}

.fa-cab:before,
.fa-taxi:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-file-pdf-o:before {
    content: ""
}

.fa-file-word-o:before {
    content: ""
}

.fa-file-excel-o:before {
    content: ""
}

.fa-file-powerpoint-o:before {
    content: ""
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: ""
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: ""
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: ""
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: ""
}

.fa-file-code-o:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: ""
}

.fa-circle-o-notch:before {
    content: ""
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: ""
}

.fa-ge:before,
.fa-empire:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-wechat:before,
.fa-weixin:before {
    content: ""
}

.fa-send:before,
.fa-paper-plane:before {
    content: ""
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-circle-thin:before {
    content: ""
}

.fa-header:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-sliders:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: ""
}

.fa-tty:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-newspaper-o:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-bell-slash-o:before {
    content: ""
}

.fa-trash:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-eyedropper:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-area-chart:before {
    content: ""
}

.fa-pie-chart:before {
    content: ""
}

.fa-line-chart:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-cc:before {
    content: ""
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: ""
}

.fa-meanpath:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-dashcube:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-cart-arrow-down:before {
    content: ""
}

.fa-diamond:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-heartbeat:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-intersex:before,
.fa-transgender:before {
    content: ""
}

.fa-transgender-alt:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-mars-stroke-v:before {
    content: ""
}

.fa-mars-stroke-h:before {
    content: ""
}

.fa-neuter:before {
    content: ""
}

.fa-genderless:before {
    content: ""
}

.fa-facebook-official:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-times:before {
    content: ""
}

.fa-hotel:before,
.fa-bed:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-yc:before,
.fa-y-combinator:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: ""
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: ""
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: ""
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: ""
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: ""
}

.fa-mouse-pointer:before {
    content: ""
}

.fa-i-cursor:before {
    content: ""
}

.fa-object-group:before {
    content: ""
}

.fa-object-ungroup:before {
    content: ""
}

.fa-sticky-note:before {
    content: ""
}

.fa-sticky-note-o:before {
    content: ""
}

.fa-cc-jcb:before {
    content: ""
}

.fa-cc-diners-club:before {
    content: ""
}

.fa-clone:before {
    content: ""
}

.fa-balance-scale:before {
    content: ""
}

.fa-hourglass-o:before {
    content: ""
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: ""
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: ""
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: ""
}

.fa-hourglass:before {
    content: ""
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: ""
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: ""
}

.fa-hand-scissors-o:before {
    content: ""
}

.fa-hand-lizard-o:before {
    content: ""
}

.fa-hand-spock-o:before {
    content: ""
}

.fa-hand-pointer-o:before {
    content: ""
}

.fa-hand-peace-o:before {
    content: ""
}

.fa-trademark:before {
    content: ""
}

.fa-registered:before {
    content: ""
}

.fa-creative-commons:before {
    content: ""
}

.fa-gg:before {
    content: ""
}

.fa-gg-circle:before {
    content: ""
}

.fa-tripadvisor:before {
    content: ""
}

.fa-odnoklassniki:before {
    content: ""
}

.fa-odnoklassniki-square:before {
    content: ""
}

.fa-get-pocket:before {
    content: ""
}

.fa-wikipedia-w:before {
    content: ""
}

.fa-safari:before {
    content: ""
}

.fa-chrome:before {
    content: ""
}

.fa-firefox:before {
    content: ""
}

.fa-opera:before {
    content: ""
}

.fa-internet-explorer:before {
    content: ""
}

.fa-tv:before,
.fa-television:before {
    content: ""
}

.fa-contao:before {
    content: ""
}

.fa-500px:before {
    content: ""
}

.fa-amazon:before {
    content: ""
}

.fa-calendar-plus-o:before {
    content: ""
}

.fa-calendar-minus-o:before {
    content: ""
}

.fa-calendar-times-o:before {
    content: ""
}

.fa-calendar-check-o:before {
    content: ""
}

.fa-industry:before {
    content: ""
}

.fa-map-pin:before {
    content: ""
}

.fa-map-signs:before {
    content: ""
}

.fa-map-o:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-commenting:before {
    content: ""
}

.fa-commenting-o:before {
    content: ""
}

.fa-houzz:before {
    content: ""
}

.fa-vimeo:before {
    content: ""
}

.fa-black-tie:before {
    content: ""
}

.fa-fonticons:before {
    content: ""
}

.fa-reddit-alien:before {
    content: ""
}

.fa-edge:before {
    content: ""
}

.fa-credit-card-alt:before {
    content: ""
}

.fa-codiepie:before {
    content: ""
}

.fa-modx:before {
    content: ""
}

.fa-fort-awesome:before {
    content: ""
}

.fa-usb:before {
    content: ""
}

.fa-product-hunt:before {
    content: ""
}

.fa-mixcloud:before {
    content: ""
}

.fa-scribd:before {
    content: ""
}

.fa-pause-circle:before {
    content: ""
}

.fa-pause-circle-o:before {
    content: ""
}

.fa-stop-circle:before {
    content: ""
}

.fa-stop-circle-o:before {
    content: ""
}

.fa-shopping-bag:before {
    content: ""
}

.fa-shopping-basket:before {
    content: ""
}

.fa-hashtag:before {
    content: ""
}

.fa-bluetooth:before {
    content: ""
}

.fa-bluetooth-b:before {
    content: ""
}

.fa-percent:before {
    content: ""
}

.fa-gitlab:before {
    content: ""
}

.fa-wpbeginner:before {
    content: ""
}

.fa-wpforms:before {
    content: ""
}

.fa-envira:before {
    content: ""
}

.fa-universal-access:before {
    content: ""
}

.fa-wheelchair-alt:before {
    content: ""
}

.fa-question-circle-o:before {
    content: ""
}

.fa-blind:before {
    content: ""
}

.fa-audio-description:before {
    content: ""
}

.fa-volume-control-phone:before {
    content: ""
}

.fa-braille:before {
    content: ""
}

.fa-assistive-listening-systems:before {
    content: ""
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: ""
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: ""
}

.fa-glide:before {
    content: ""
}

.fa-glide-g:before {
    content: ""
}

.fa-signing:before,
.fa-sign-language:before {
    content: ""
}

.fa-low-vision:before {
    content: ""
}

.fa-viadeo:before {
    content: ""
}

.fa-viadeo-square:before {
    content: ""
}

.fa-snapchat:before {
    content: ""
}

.fa-snapchat-ghost:before {
    content: ""
}

.fa-snapchat-square:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-first-order:before {
    content: ""
}

.fa-yoast:before {
    content: ""
}

.fa-themeisle:before {
    content: ""
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: ""
}

.fa-fa:before,
.fa-font-awesome:before {
    content: ""
}

.fa-handshake-o:before {
    content: ""
}

.fa-envelope-open:before {
    content: ""
}

.fa-envelope-open-o:before {
    content: ""
}

.fa-linode:before {
    content: ""
}

.fa-address-book:before {
    content: ""
}

.fa-address-book-o:before {
    content: ""
}

.fa-vcard:before,
.fa-address-card:before {
    content: ""
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: ""
}

.fa-user-circle:before {
    content: ""
}

.fa-user-circle-o:before {
    content: ""
}

.fa-user-o:before {
    content: ""
}

.fa-id-badge:before {
    content: ""
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: ""
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: ""
}

.fa-quora:before {
    content: ""
}

.fa-free-code-camp:before {
    content: ""
}

.fa-telegram:before {
    content: ""
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: ""
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: ""
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: ""
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: ""
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: ""
}

.fa-shower:before {
    content: ""
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: ""
}

.fa-podcast:before {
    content: ""
}

.fa-window-maximize:before {
    content: ""
}

.fa-window-minimize:before {
    content: ""
}

.fa-window-restore:before {
    content: ""
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: ""
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: ""
}

.fa-bandcamp:before {
    content: ""
}

.fa-grav:before {
    content: ""
}

.fa-etsy:before {
    content: ""
}

.fa-imdb:before {
    content: ""
}

.fa-ravelry:before {
    content: ""
}

.fa-eercast:before {
    content: ""
}

.fa-microchip:before {
    content: ""
}

.fa-snowflake-o:before {
    content: ""
}

.fa-superpowers:before {
    content: ""
}

.fa-wpexplorer:before {
    content: ""
}

.fa-meetup:before {
    content: ""
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5)
}

.fancybox-outer,
.fancybox-inner {
    position: relative
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url(../images/fancybox_sprite.png)
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(../images/fancybox_loading.gif) center center no-repeat
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(../images/blank.gif);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
}

.fancybox-lock {
    overflow: visible !important;
    width: auto
}

.fancybox-lock body {
    overflow: hidden !important
}

.fancybox-lock-test {
    overflow-y: hidden !important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(../images/fancybox_overlay.png)
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    background: rgba(0, 0, 0, .8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #fff;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8)
}
.enqFbtn {
    bottom: 50px!important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {

    #fancybox-loading,
    .fancybox-close,
    .fancybox-prev span,
    .fancybox-next span {
        background-image: url(../images/fancybox_sprite@2x.png);
        background-size: 44px 152px
    }

    #fancybox-loading div {
        background-image: url(../images/fancybox_loading@2x.gif);
        background-size: 24px 24px
    }
}

@font-face {
    font-family: "FontAwesome";
    src: url("../fonts/Font_Awesome/fontawesome-webfont.eot");
    src: url("../fonts/Font_Awesome/fontawesome-webfont.eot") format("embedded-opentype"), url("../fonts/Font_Awesome/fontawesome-webfont.svg#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/montserrat-regular.woff2') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: "montserratblack";
    src: url("../fonts/montserrat-black.woff2") format("woff2"), url("../fonts/montserrat-black.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "montserratbold";
    src: url("../fonts/montserrat-bold.woff2") format("woff2"), url("../fonts/montserrat-bold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "montserratextrabold";
    src: url("../fonts/montserrat-extrabold.woff2") format("woff2"), url("../fonts/montserrat-extrabold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "montserratlight";
    src: url("../fonts/montserrat-light.woff2") format("woff2"), url("../fonts/montserrat-light.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "montserratmedium";
    src: url("../fonts/montserrat-medium.woff2") format("woff2"), url("../fonts/montserrat-medium.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "montserratregular";
    src: url("../fonts/montserrat-regular.woff2") format("woff2"), url("../fonts/montserrat-regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "montserratsemibold";
    src: url("../fonts/montserrat-semibold.woff2") format("woff2"), url("../fonts/montserrat-semibold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "casino_barregular";
    src: url("../fonts/casino_bar-webfont.woff2") format("woff2"), url("../fonts/casino_bar-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-size: 14px;
    font-family: "montserratregular";
    color: #000
}

    .container {
        max-width: 1600px;
        margin: 0px auto
    }

@media only screen and (max-width: 1600px) {
    .container {
        width: 90%
    }
}

p {
    font-size: 16px;
    color: #393839;
    line-height: 30px
}

@media only screen and (max-width: 1500px) {
    p {
        font-size: 14px;
        line-height: 24px
    }
}

.heading {
    font-size: 70px;
    color: #fff;
    font-family: "casino_barregular"
}

@media only screen and (max-width: 1500px) {
    .heading {
        font-size: 48px
    }
}

@media only screen and (max-width: 639px) {
    .heading {
        font-size: 32px
    }
}

.heading.yellow {
    color: #ffaf31
}

.owl-dots {
    text-align: center;
    position: absolute;
    bottom: -20px;
    width: 100%
}

.owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border: 1px solid #df8800;
    background: transparent !important;
    border-radius: 50%;
    display: inline-block;
    margin: 0px 5px
}

.owl-dots .owl-dot.active {
    background: #df8800 !important
}

.owl-theme .owl-dots .owl-dot span,
.owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0;
    background: transparent !important
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span,
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    background: #df8800 !important
}

.banner_wrap_sec {
    box-shadow: 0px 20px 20px rgba(0, 0, 0, .3)
}

.banner_wrap_sec .banner_wrap {
    margin-bottom: 70px
}

.banner_wrap_sec .banner_wrap .item img {
    vertical-align: top
}

.banner_wrap_sec .inner_product {
    margin-bottom: 70px
}

.banner_wrap_sec .inner_product img {
    vertical-align: top
}

.home_product_box {
    position: relative
}

.home_product_box .oil_drops {
    position: absolute;
    right: 0px;
    top: 5%;
    width: 150px
}

@media only screen and (max-width: 1400px) {
    .home_product_box .oil_drops {
        width: 110px
    }
}

@media only screen and (max-width: 1279px) {
    .home_product_box .oil_drops {
        width: 90px
    }
}

@media only screen and (max-width: 639px) {
    .home_product_box .oil_drops {
        display: none
    }
}

.home_product_box .dotted_arrow {
    position: absolute;
    left: 0px;
    top: 170px;
    width: 220px
}

@media only screen and (max-width: 1400px) {
    .home_product_box .dotted_arrow {
        width: 170px
    }
}

@media only screen and (max-width: 1279px) {
    .home_product_box .dotted_arrow {
        width: 120px
    }
}

@media only screen and (max-width: 979px) {
    .home_product_box .dotted_arrow {
        top: 20px
    }
}

@media only screen and (max-width: 639px) {
    .home_product_box .dotted_arrow {
        display: none
    }
}

.home_product_box .product_pop_video {
    text-align: center;
    position: relative;
    width: 70%;
    margin: 20px auto 150px
}

@media only screen and (max-width: 639px) {
    .home_product_box .product_pop_video {
        width: 90%;
        margin: 20px auto 70px
    }
}

.home_product_box .product_pop_video:before {
    content: "";
    display: block;
    width: 80%;
    left: 10%;
    right: 10%;
    background: red;
    height: 100%;
    top: 0px;
    position: absolute;
    box-shadow: 0px 30px 80px rgba(0, 0, 0, .3);
    z-index: -9
}

.home_product_box .product_pop_video i {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100px;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media only screen and (max-width: 1400px) {
    .home_product_box .product_pop_video i {
        width: 70px
    }
}

@media only screen and (max-width: 639px) {
    .home_product_box .product_pop_video i {
        width: 40px
    }
}

.home_product_box .product_pop_video img {
    vertical-align: top
}

.who_we_are_con {
    padding-bottom: 200px;
    position: relative
}

@media only screen and (max-width: 1279px) {
    .who_we_are_con {
        padding-bottom: 120px
    }
}

@media only screen and (max-width: 639px) {
    .who_we_are_con {
        padding-bottom: 50px
    }
}

.who_we_are_con .container {
    padding: 0px 10%
}

@media only screen and (max-width: 639px) {
    .who_we_are_con .container {
        padding: 0px 5%
    }
}

.who_we_are_con .who_we_details {
    width: 70%
}

@media only screen and (max-width: 639px) {
    .who_we_are_con .who_we_details {
        width: 100%
    }
}

.who_we_are_con .who_we_details a {
    font-size: 16px;
    color: #ffaf31;
    font-family: "montserratbold";
    text-decoration: underline
}

.who_we_are_con .who_we_details h4 {
    font-size: 18px;
    color: #000;
    font-family: "casino_barregular";
    margin-top: 20px
}

@media only screen and (max-width: 639px) {
    .who_we_are_con .who_we_details h4 {
        font-size: 18px
    }
}

.who_we_are_con p {
    margin: 10px 0px
}

.who_we_are_con p strong {
    font-family: "montserratbold"
}

.who_we_are_con .who_we_thali {
    position: absolute;
    right: 0px;
    top: -53%;
    width: 500px
}

@media only screen and (max-width: 1400px) {
    .who_we_are_con .who_we_thali {
        top: -24%;
        width: 400px
    }
}

@media only screen and (max-width: 1279px) {
    .who_we_are_con .who_we_thali {
        top: -7%;
        width: 320px
    }
}

@media only screen and (max-width: 639px) {
    .who_we_are_con .who_we_thali {
        position: relative;
        width: 100%
    }
}

.health_benifits {
    position: relative;
    padding: 20px 0px 70px;
    margin-top: 70px
}

@media only screen and (max-width: 1300px) {
    .health_benifits {
        padding: 30px 0px 50px
    }
}

@media only screen and (max-width: 639px) {
    .health_benifits {
        padding: 40px 0px 40px;
        background: #f8f8f8;
        margin-top: 20px
    }
}

.health_benifits .owl-prev {
    position: absolute;
    left: -10px;
    top: 40%
}

.health_benifits .owl-prev img {
    width: 40px
}

@media only screen and (max-width: 1600px) {
    .health_benifits .owl-prev img {
        width: 20px
    }
}

.health_benifits .owl-next {
    position: absolute;
    right: -10px;
    top: 40%
}

.health_benifits .owl-next img {
    width: 40px
}

@media only screen and (max-width: 1600px) {
    .health_benifits .owl-next img {
        width: 20px
    }
}

.health_benifits .health_benifits_details {
    width: 84%;
    margin: 0 auto;
    padding: 0
}

@media only screen and (max-width: 979px) {
    .health_benifits .health_benifits_details {
        width: 92%
    }
}

.health_benifits .owl-stage-outer {
    overflow: hidden
}

.health_benifits .health_benifits_details li {
    text-align: center
}

.health_benifits .owl-prev,
.health_benifits .owl-next {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 1
}

.health_benifits .owl-prev:hover,
.health_benifits .owl-next:hover {
    background: transparent !important
}

.health_benifits .health_benifits_details li img {
    display: inline-blodk;
    border: 3px dashed #ffaf31;
    border-radius: 50%;
    margin: 0 auto;
    width: 70%
}

@media only screen and (max-width: 1600px) {
    .health_benifits .health_benifits_details li img {
        width: 70%
    }
}

@media only screen and (max-width: 979px) {
    .health_benifits .health_benifits_details li img {
        width: 60%
    }
}

.health_benifits .health_benifits_details h4 {
    font-size: 23px;
    color: #3e3e3e;
    font-family: "montserratsemibold";
    text-transform: uppercase;
    line-height: 30px;
    margin-top: 30px
}

@media only screen and (max-width: 1500px) {
    .health_benifits .health_benifits_details h4 {
        line-height: 24px;
        font-size: 18px
    }
}

@media only screen and (max-width: 1300px) {
    .health_benifits .health_benifits_details h4 {
        line-height: 22px;
        font-size: 16px;
        margin-top: 17px
    }
}

@media only screen and (max-width: 639px) {
    .health_benifits .health_benifits_details h4 {
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px
    }
}

.health_benifits .left_dots {
    position: absolute;
    left: 0px;
    top: -50%
}

@media only screen and (max-width: 1600px) {
    .health_benifits .left_dots {
        width: 130px
    }
}

@media only screen and (max-width: 1300px) {
    .health_benifits .left_dots {
        width: 90px
    }
}

@media only screen and (max-width: 979px) {
    .health_benifits .left_dots {
        width: 70px
    }
}

@media only screen and (max-width: 639px) {
    .health_benifits .left_dots {
        width: 50px
    }
}

.health_benifits .right_dots {
    position: absolute;
    right: 0px;
    top: -80%
}

@media only screen and (max-width: 1600px) {
    .health_benifits .right_dots {
        width: 130px
    }
}

@media only screen and (max-width: 1300px) {
    .health_benifits .right_dots {
        width: 90px
    }
}

@media only screen and (max-width: 979px) {
    .health_benifits .right_dots {
        width: 70px
    }
}

@media only screen and (max-width: 639px) {
    .health_benifits .right_dots {
        width: 50px
    }
}

.our_recipe_sec {
    position: relative;
    background: #ffaf31
}

.our_recipe_sec .our_recipe_slider {
    border-radius: 0px 0px 60px 60px;
    overflow: hidden
}

@media only screen and (max-width: 1300px) {
    .our_recipe_sec .our_recipe_slider {
        border-radius: 0px 0px 30px 30px
    }
}

@media only screen and (max-width: 639px) {
    .our_recipe_sec .our_recipe_slider .owl-stage-outer {
        padding-bottom: 30px
    }
}

@media only screen and (max-width: 1300px) {
    .our_recipe_sec .our_recipe_slider .play_icon {
        width: 70px
    }
}

@media only screen and (max-width: 639px) {
    .our_recipe_sec .our_recipe_slider .play_icon {
        width: 60px;
        top: 60px
    }
}

.our_recipe_sec .recipe_details_floating_box {
    background: #ffaf31;
    padding: 170px 50px 40px 50px;
    width: 25%;
    position: absolute;
    top: 0px;
    border-radius: 0px 0px 60px 60px;
    left: 10%
}

@media only screen and (max-width: 1500px) {
    .our_recipe_sec .recipe_details_floating_box {
        padding: 50px 30px 40px 30px
    }
}

@media only screen and (max-width: 1279px) {
    .our_recipe_sec .recipe_details_floating_box {
        width: 29%
    }
}

@media only screen and (max-width: 979px) {
    .our_recipe_sec .recipe_details_floating_box {
        width: 35%;
        padding: 30px 20px 30px 20px;
        left: 5%
    }
}

@media only screen and (max-width: 639px) {
    .our_recipe_sec .recipe_details_floating_box {
        width: 85%;
        left: 0%;
        margin: 0px auto;
        border: 1px solid #fff;
        position: relative;
        border-top: none
    }
}

.our_recipe_sec .recipe_details_floating_box h3 {
    font-size: 46px;
    color: #fff;
    font-family: "casino_barregular";
    margin-bottom: 25px
}

@media only screen and (max-width: 1500px) {
    .our_recipe_sec .recipe_details_floating_box h3 {
        font-size: 42px
    }
}

@media only screen and (max-width: 1300px) {
    .our_recipe_sec .recipe_details_floating_box h3 {
        font-size: 34px
    }
}

@media only screen and (max-width: 1279px) {
    .our_recipe_sec .recipe_details_floating_box h3 {
        font-size: 26px
    }
}

@media only screen and (max-width: 979px) {
    .our_recipe_sec .recipe_details_floating_box h3 {
        margin-bottom: 15px;
        font-size: 22px
    }
}

.our_recipe_sec .recipe_details_floating_box abbr {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 25px;
    display: block
}

.our_recipe_sec .recipe_details_floating_box abbr strong {
    font-family: "montserratsemibold"
}

@media only screen and (max-width: 979px) {
    .our_recipe_sec .recipe_details_floating_box abbr {
        margin-bottom: 15px
    }
}

.our_recipe_sec .recipe_details_floating_box p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 50px;
    display: block;
    line-height: 24px
}

@media only screen and (max-width: 1500px) {
    .our_recipe_sec .recipe_details_floating_box p {
        margin-bottom: 25px;
        font-size: 16px
    }
}

@media only screen and (max-width: 979px) {
    .our_recipe_sec .recipe_details_floating_box p {
        margin-bottom: 15px
    }
}

.our_recipe_sec .recipe_details_floating_box a {
    display: inline-block;
    width: 280px;
    text-align: center;
    background: #fff;
    color: #ffaf31;
    text-transform: uppercase;
    padding: 12px 0px;
    font-size: 24px;
    font-family: "montserratbold";
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
    bottom: -14px
}

@media only screen and (max-width: 1500px) {
    .our_recipe_sec .recipe_details_floating_box a {
        width: 220px;
        font-size: 20px
    }
}

@media only screen and (max-width: 1300px) {
    .our_recipe_sec .recipe_details_floating_box a {
        width: 180px;
        font-size: 18px;
        padding: 8px 0px
    }
}

.our_recipe_sec .play_icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.explore_other_products {
    background: #ffaf31;
    padding: 70px 0px;
    text-align: center
}

.explore_other_products .heading {
    text-align: center
}

.explore_other_products .explore_products_slider {
    margin-top: 80px
}

@media only screen and (max-width: 639px) {
    .explore_other_products .explore_products_slider {
        margin-top: 30px
    }
}

.explore_other_products .explore_products_slider .item {
    text-align: center
}

.explore_other_products .explore_products_slider .item img {
    display: block;
    vertical-align: top;
    width: 50%;
    margin: 0px auto 0px
}

@media only screen and (max-width: 1300px) {
    .explore_other_products .explore_products_slider .item img {
        width: 40%
    }
}

@media only screen and (max-width: 979px) {
    .explore_other_products .explore_products_slider .item img {
        width: 20%
    }
}

@media only screen and (max-width: 639px) {
    .explore_other_products .explore_products_slider .item img {
        width: 40%
    }
}

.explore_other_products .explore_products_slider .item h4 {
    display: block;
    font-size: 20px;
    color: #000;
    font-family: "montserratbold";
    text-transform: uppercase
}

@media only screen and (max-width: 639px) {
    .explore_other_products .explore_products_slider .item h4 {
        font-size: 16px;
        margin-top: 10px
    }
}

.explore_other_products .explore_products_slider .item .product-shadow {
    margin-top: -20px;
    width: auto
}

@media only screen and (max-width: 1400px) {
    .explore_other_products .explore_products_slider .item .product-shadow {
        width: 60%;
        margin-top: -10px
    }
}

@media only screen and (max-width: 979px) {
    .explore_other_products .explore_products_slider .item .product-shadow {
        width: 40%
    }
}

@media only screen and (max-width: 639px) {
    .explore_other_products .explore_products_slider .item .product-shadow {
        width: 70%
    }
}

.explore_other_products .explore_products_slider .owl-stage-outer {
    padding: 100px 0px
}

@media only screen and (max-width: 1400px) {
    .explore_other_products .explore_products_slider .owl-stage-outer {
        padding: 60px 0px 100px
    }
}

.explore_other_products .explore_products_slider .owl-item.active.center {
    transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -o-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transition: .5s all;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all
}

.explore_other_products .explore_products_slider .owl-prev {
    position: absolute;
    left: -10px;
    top: 40%;
    z-index: 30
}

.explore_other_products .explore_products_slider .owl-next {
    position: absolute;
    right: -10px;
    top: 40%;
    z-index: 30
}

.explore_other_products .explore_products_slider .owl-nav {
    position: absolute;
    inset: 0;
    z-index: 30;
    pointer-events: none
}

.explore_other_products .explore_products_slider .owl-prev,
.explore_other_products .explore_products_slider .owl-next {
    pointer-events: auto;
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 1
}

.explore_other_products .explore_products_slider .owl-prev img,
.explore_other_products .explore_products_slider .owl-next img {
    pointer-events: none;
    display: block;
    width: auto;
    max-width: 48px;
    height: auto;
    margin: 0
}

.explore_other_products .explore_products_slider .owl-prev:hover,
.explore_other_products .explore_products_slider .owl-next:hover {
    background: transparent !important
}

.explore_other_products .explore_products_slider .item .product-slide-link {
    display: block
}

.explore_other_products .explore_products_slider .owl-dots {
    bottom: 20px
}

.explore_other_products .explore_products_slider .owl-dots .owl-dot {
    border: 1px solid #fff
}

.explore_other_products .explore_products_slider .owl-dots .owl-dot.active {
    background: #fff
}

.explore_other_products .explore_btn {
    font-size: 14px;
    color: #000;
    font-family: "montserratbold";
    display: inline-block;
    margin: 0 auto;
    text-decoration: underline;
    margin-top: 20px
}

@media only screen and (max-width: 1400px) {
    .explore_other_products .explore_btn {
        margin-top: 0px
    }
}

.news_room_wrap {
    background: #ffaf31;
    padding: 70px 0px;
    text-align: center
}

.news_room_wrap .news_room_slider {
    margin-top: 50px;
    padding: 0px 50px
}

@media only screen and (max-width: 639px) {
    .news_room_wrap .news_room_slider {
        padding: 0px;
        margin-top: 30px
    }
}

.news_room_wrap .item {
    text-align: center;
    width: 85%;
    margin: 0 auto;
    background: #fff;
    border-radius: 50px;
    overflow: hidden
}

@media only screen and (max-width: 1400px) {
    .news_room_wrap .item {
        border-radius: 30px
    }
}

@media only screen and (max-width: 639px) {
    .news_room_wrap .item {
        border-radius: 20px
    }
}

.news_room_wrap .item img {
    display: block;
    vertical-align: top;
    width: 100%;
    margin: 0px auto 0px
}

.news_room_wrap .item .news_room_content_box {
    padding: 40px 30px 60px;
    background: #fff;
    text-align: left
}

@media only screen and (max-width: 1300px) {
    .news_room_wrap .item .news_room_content_box {
        padding: 30px
    }
}

.news_room_wrap .item .news_room_content_box h4 {
    color: #010101;
    font-size: 16px;
    font-family: "montserratbold"
}

.news_room_wrap .item .news_room_content_box p {
    margin: 10px 0px 15px;
    display: block;
    line-height: 22px
}

.news_room_wrap .item .news_room_content_box a {
    dispaly: inline-block;
    color: #000;
    font-family: "montserratbold";
    text-decoration: underline
}

.news_room_wrap .owl-prev {
    position: absolute;
    left: -10px;
    top: 40%
}

@media only screen and (max-width: 639px) {
    .news_room_wrap .owl-prev {
        display: none !important
    }
}

.news_room_wrap .owl-next {
    position: absolute;
    right: -10px;
    top: 40%
}

@media only screen and (max-width: 639px) {
    .news_room_wrap .owl-next {
        display: none !important
    }
}

.footer_wrap {
    padding-top: 90px
}

@media only screen and (max-width: 639px) {
    .footer_wrap {
        padding-top: 40px
    }
}

.footer_wrap>.container {
    padding: 0px 5%
}

.footer_wrap .footer_details {
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: -ms-flex;
    display: flex;
    @includ flex-wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between
}

@media only screen and (max-width: 979px) {
    .footer_wrap .footer_details {
        display: block
    }
}

.footer_wrap .footer_details h4 {
    font-size: 16px;
    font-family: "montserratbold";
    margin-bottom: 20px
}

.footer_wrap .footer_details ul {
    margin: 30px 0;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.footer_wrap .footer_details ul li {
    margin: 0 0 25px 0;
    height: auto;
}

.footer_wrap .footer_details ul li a {
    font-size: 18px;
    color: #000;
    font-family: "montserratmedium"
}

@media only screen and (max-width: 1300px) {
    .footer_wrap .footer_details ul li a {
        font-size: 14px
    }
}

.footer_wrap .footer_details ul li a:hover {
    color: #faad00
}

.footer_wrap .footer_details p {
    font-size: 16px;
    color: #000;
    font-family: "montserratmedium"
}

@media only screen and (max-width: 1300px) {
    .footer_wrap .footer_details p {
        font-size: 14px
    }
}

.footer_wrap .footer_details p a {
    color: #000;
    display: block;
    margin-top: 10px
}

.footer_wrap .footer_details p a:hover {
    color: #faad00
}

.footer_wrap .footer_details p strong {
    display: block;
    margin-bottom: 10px
}

.footer_wrap .footer_fist_col {
    width: 24%
}

@media only screen and (max-width: 979px) {
    .footer_wrap .footer_fist_col {
        width: 48%;
        display: inline-block;
        vertical-align: top
    }
}

@media only screen and (max-width: 639px) {
    .footer_wrap .footer_fist_col {
        width: 98%;
        margin-top: 30px
    }
}

.footer_wrap .footer_second_col {
    width: 19%
}

@media only screen and (max-width: 979px) {
    .footer_wrap .footer_second_col {
        width: 48%;
        display: inline-block;
        vertical-align: top
    }
}

@media only screen and (max-width: 639px) {
    .footer_wrap .footer_second_col {
        width: 98%;
        margin-top: 30px
    }
}

.footer_wrap .footer_third_col {
    width: 31%
}

@media only screen and (max-width: 979px) {
    .footer_wrap .footer_third_col {
        width: 48%;
        display: inline-block;
        vertical-align: top
    }
}

@media only screen and (max-width: 639px) {
    .footer_wrap .footer_third_col {
        width: 98%;
        margin-top: 30px
    }
}

.footer_wrap .footer_fourth_col {
    width: 31%
}

@media only screen and (max-width: 979px) {
    .footer_wrap .footer_fourth_col {
        width: 48%;
        display: inline-block;
        vertical-align: top
    }
}

@media only screen and (max-width: 639px) {
    .footer_wrap .footer_fourth_col {
        width: 98%;
        margin-top: 30px
    }
}

.footer_wrap .footer_bottom {
    background: #faad00;
    border-radius: 50px 50px 0px 0px;
    padding: 30px 0px;
    margin-top: 20px
}

@media only screen and (max-width: 979px) {
    .footer_wrap .footer_bottom {
        margin-top: 50px;
        text-align: center
    }
}

.footer_wrap .footer_bottom .copy_right p {
    color: #fff
}

.footer_wrap .footer_bottom .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    align-items: center
}

@media only screen and (max-width: 979px) {
    .footer_wrap .footer_bottom .container {
        display: block
    }
}

@media only screen and (max-width: 979px) {
    .footer_wrap .footer_bottom .container>div {
        width: 100%
    }
}

@media only screen and (max-width: 979px) {
    .footer_wrap .social_bottom {
        margin: 30px 0px;
        text-align: center
    }
}

.footer_wrap .social_bottom ul li {
    display: inline-block;
    margin: 0px 6px
}

.footer_wrap .social_bottom ul li a {
    font-size: 30px;
    color: #fff
}

.footer_wrap .email_box {
    width: 320px;
    border: 1px solid #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    align-items: center
}

@media only screen and (max-width: 979px) {
    .footer_wrap .email_box {
        margin: 0 auto
    }
}

@media only screen and (max-width: 639px) {
    .footer_wrap .email_box {
        width: 270px
    }
}

.footer_wrap .email_box input {
    background: transparent;
    padding: 10px;
    border: none;
    color: #fff
}

.footer_wrap .email_box input:last-child {
    border-left: 1px solid #fff;
    text-align: center
}

.footer_wrap .email_box ::-webkit-input-placeholder {
    color: #fff
}

.footer_wrap .email_box :-ms-input-placeholder {
    color: #fff
}

.footer_wrap .email_box ::placeholder {
    color: #fff
}

.home_product_details_wrap {
    padding-bottom: 190px;
    position: relative
}

@media only screen and (max-width: 979px) {
    .home_product_details_wrap {
        padding-bottom: 120px
    }
}

@media only screen and (max-width: 639px) {
    .home_product_details_wrap {
        padding-bottom: 20px
    }
}

.home_product_details_wrap .container {
    padding: 0px 10%
}

.home_product_details_wrap .home_product_box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-top: -70px
}

@media only screen and (max-width: 1279px) {
    .home_product_details_wrap .home_product_box {
        margin-top: 0px
    }
}

@media only screen and (max-width: 639px) {
    .home_product_details_wrap .home_product_box {
        display: block;
        margin-bottom: 60px
    }
}

.home_product_details_wrap .home_product_box:first-child {
    margin-top: 0px
}

.home_product_details_wrap .home_product_box.flex-end {
    justify-content: flex-end
}

.home_product_details_wrap .home_product_box.flex-end .home_product_box_cont {
    text-align: right
}

@media only screen and (max-width: 639px) {
    .home_product_details_wrap .home_product_box.flex-end .home_product_box_cont {
        text-align: center
    }
}

.home_product_details_wrap .home_product_box .home_product_box_img {
    width: 20%;
    text-align: center;
    position: relative
}

@media only screen and (max-width: 639px) {
    .home_product_details_wrap .home_product_box .home_product_box_img {
        width: 60%;
        margin: 0 auto
    }
}

.home_product_details_wrap .home_product_box .home_product_box_img .product-shadow {
    margin-top: -10px;
    display: block
}

.home_product_details_wrap .home_product_box .home_product_box_img .soyabean-oil-before {
    width: 200px;
    position: absolute;
    z-index: -9;
    bottom: 30px;
    right: -100px
}

@media only screen and (max-width: 1300px) {
    .home_product_details_wrap .home_product_box .home_product_box_img .soyabean-oil-before {
        width: 120px
    }
}

@media only screen and (max-width: 639px) {
    .home_product_details_wrap .home_product_box .home_product_box_img .soyabean-oil-before {
        width: 100px;
        right: -60px
    }
}

.home_product_details_wrap .home_product_box .home_product_box_img .mustard-oil-before {
    width: 200px;
    position: absolute;
    z-index: -9;
    bottom: 40px;
    right: -100px
}

@media only screen and (max-width: 1300px) {
    .home_product_details_wrap .home_product_box .home_product_box_img .mustard-oil-before {
        width: 120px
    }
}

@media only screen and (max-width: 639px) {
    .home_product_details_wrap .home_product_box .home_product_box_img .mustard-oil-before {
        width: 100px;
        right: -60px
    }
}

.home_product_details_wrap .home_product_box .home_product_box_img .sunflower-oil-before {
    width: 200px;
    position: absolute;
    z-index: -9;
    bottom: 30px;
    left: -100px
}

@media only screen and (max-width: 1300px) {
    .home_product_details_wrap .home_product_box .home_product_box_img .sunflower-oil-before {
        width: 120px
    }
}

@media only screen and (max-width: 639px) {
    .home_product_details_wrap .home_product_box .home_product_box_img .sunflower-oil-before {
        width: 100px;
        left: -60px
    }
}

.home_product_details_wrap .home_product_box .order2 {
    order: 2
}

.home_product_details_wrap .home_product_box .home_product_box_cont {
    padding: 0px 15px
}

@media only screen and (max-width: 639px) {
    .home_product_details_wrap .home_product_box .home_product_box_cont {
        text-align: center
    }
}

.home_product_details_wrap .home_product_box .home_product_box_cont h2 {
    font-size: 52px;
    color: #ffaf31;
    font-family: "casino_barregular"
}

@media only screen and (max-width: 1500px) {
    .home_product_details_wrap .home_product_box .home_product_box_cont h2 {
        font-size: 42px
    }
}

@media only screen and (max-width: 1300px) {
    .home_product_details_wrap .home_product_box .home_product_box_cont h2 {
        font-size: 34px
    }
}

@media only screen and (max-width: 979px) {
    .home_product_details_wrap .home_product_box .home_product_box_cont h2 {
        font-size: 28px
    }
}

@media only screen and (max-width: 639px) {
    .home_product_details_wrap .home_product_box .home_product_box_cont h2 {
        margin-top: 10px
    }
}

.home_product_details_wrap .home_product_box .home_product_box_cont a {
    display: inline-block;
    background: #ffaf31;
    font-family: "montserratbold";
    color: #fff;
    padding: 8px 20px;
    border-radius: 5px;
    margin-top: 20px
}

.home_product_details_wrap .women_absolute {
    position: absolute;
    left: 20%;
    bottom: 0px;
    width: 20%
}

@media only screen and (max-width: 639px) {
    .home_product_details_wrap .women_absolute {
        display: none
    }
}

.home_product_details_wrap .women_absolute img {
    vertical-align: top
}

.home_product_details_wrap .dotted_arrow_left_right-1 {
    position: absolute;
    left: 10%;
    z-index: -9;
    top: -15%
}

@media only screen and (max-width: 1600px) {
    .home_product_details_wrap .dotted_arrow_left_right-1 {
        left: 5%;
        width: 70%
    }
}

@media only screen and (max-width: 639px) {
    .home_product_details_wrap .dotted_arrow_left_right-1 {
        display: none
    }
}

.home_product_details_wrap .dotted_arrow_left_right-2 {
    position: absolute;
    right: 3%;
    z-index: -9;
    bottom: -16%
}

@media only screen and (max-width: 1600px) {
    .home_product_details_wrap .dotted_arrow_left_right-2 {
        right: 3%;
        z-index: -9;
        bottom: -27%;
        width: 70%
    }
}

@media only screen and (max-width: 1300px) {
    .home_product_details_wrap .dotted_arrow_left_right-2 {
        bottom: -7%
    }
}

@media only screen and (max-width: 639px) {
    .home_product_details_wrap .dotted_arrow_left_right-2 {
        display: none
    }
}

.about_details_wrap {
    margin-top: 80px;
    position: relative
}

@media only screen and (max-width: 639px) {
    .about_details_wrap {
        margin-top: 50px
    }
}

.about_details_wrap .container {
}

.about_details_wrap .about_details_box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 40px
}

@media only screen and (max-width: 767px) {
    .about_details_wrap .about_details_box {
        display: block
    }
}

.about_details_wrap .about_details_box .about_details_box_left {
    width: 48%
}

@media only screen and (max-width: 767px) {
    .about_details_wrap .about_details_box .about_details_box_left {
        width: 98%;
        text-align: center
    }
}

.about_details_wrap .about_details_box .about_details_box_left h2 {
    margin-bottom: 10px
}

.about_details_wrap .about_details_box .about_details_box_left.order {
    order: 2
}

@media only screen and (max-width: 767px) {
    .about_details_wrap .about_details_box .about_details_box_left.order {
        order: 1
    }
}

.about_details_wrap .about_details_box .about_details_box_right {
    width: 48%
}

@media only screen and (max-width: 767px) {
    .about_details_wrap .about_details_box .about_details_box_right {
        width: 98%;
        margin-top: 20px
    }
}

.about_details_wrap .about_details_box .about_details_box_right img {
    width: 100%
}

.about_details_wrap .about_us_dotted_Arrow {
    left: 0px;
    position: absolute;
    top: 40%;
    width: 50%;
    z-index: -9
}

@media only screen and (max-width: 979px) {
    .about_details_wrap .about_us_dotted_Arrow {
        width: 48%;
        top: 54%
    }
}

@media only screen and (max-width: 639px) {
    .about_details_wrap .about_us_dotted_Arrow {
        width: 90%;
        bottom: 10%;
        top: auto
    }
}

.about_page_benifits_wrap {
    background: #ffaf31;
    padding: 60px 0px;
    position: relative
}

@media only screen and (max-width: 767px) {
    .about_page_benifits_wrap {
        padding: 10px 0px
    }
}

.about_page_benifits_wrap ul {
    width: 1150px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

@media only screen and (max-width: 1279px) {
    .about_page_benifits_wrap ul {
        width: 90%
    }
}

.about_page_benifits_wrap ul:before {
    position: absolute;
    left: 50%;
    top: 3%;
    height: 94%;
    content: "";
    width: .5px;
    background: #df8800
}

@media only screen and (max-width: 767px) {
    .about_page_benifits_wrap ul:before {
        display: none
    }
}

.about_page_benifits_wrap ul li {
    width: 50%;
    padding: 0px 20px;
    text-align: center;
    padding: 40px 0px;
    border-bottom: 1px solid #df8800
}

@media only screen and (max-width: 767px) {
    .about_page_benifits_wrap ul li {
        width: 100%
    }
}

.about_page_benifits_wrap ul li:nth-child(3),
.about_page_benifits_wrap ul li:last-child {
    border-bottom: none
}

@media only screen and (max-width: 767px) {

    .about_page_benifits_wrap ul li:nth-child(3),
    .about_page_benifits_wrap ul li:last-child {
        border-bottom: 1px solid #df8800
    }
}

.about_page_benifits_wrap ul li i {
    margin: 0px auto;
    display: inline-block
}

.about_page_benifits_wrap ul li h4 {
    font-size: 20px;
    color: #010101;
    font-family: "montserratbold";
    text-transform: uppercase;
    margin: 15px 0px 10px
}

@media only screen and (max-width: 1300px) {
    .about_page_benifits_wrap ul li h4 {
        font-size: 16px
    }
}

@media only screen and (max-width: 979px) {
    .about_page_benifits_wrap ul li h4 {
        font-size: 15px;
        line-height: 24px
    }
}

.about_page_benifits_wrap ul li p {
    font-size: 14px;
    line-height: 18px;
    padding: 0px 10%
}

.about_page_benifits_wrap .about_curve_pattern {
    position: absolute;
    bottom: 100%;
    left: 0px;
    z-index: -9
}

@media only screen and (max-width: 767px) {
    .about_page_benifits_wrap .about_curve_pattern {
        bottom: 99.9%
    }
}

.about_page_benifits_wrap .about_curve_pattern img {
    vertical-align: top
}

.about_page_benifits_wrap .about_left_dots {
    position: absolute;
    left: 0px;
    bottom: 10px;
    opacity: .5
}

@media only screen and (max-width: 1600px) {
    .about_page_benifits_wrap .about_left_dots {
        width: 130px
    }
}

@media only screen and (max-width: 1300px) {
    .about_page_benifits_wrap .about_left_dots {
        width: 90px
    }
}

@media only screen and (max-width: 979px) {
    .about_page_benifits_wrap .about_left_dots {
        width: 70px
    }
}

@media only screen and (max-width: 639px) {
    .about_page_benifits_wrap .about_left_dots {
        width: 50px
    }
}

.about_page_benifits_wrap .about_right_dots {
    position: absolute;
    right: 0px;
    top: 10px;
    opacity: .5
}

@media only screen and (max-width: 1600px) {
    .about_page_benifits_wrap .about_right_dots {
        width: 130px
    }
}

@media only screen and (max-width: 1300px) {
    .about_page_benifits_wrap .about_right_dots {
        width: 90px
    }
}

@media only screen and (max-width: 979px) {
    .about_page_benifits_wrap .about_right_dots {
        width: 70px
    }
}

@media only screen and (max-width: 639px) {
    .about_page_benifits_wrap .about_right_dots {
        width: 50px
    }
}

.product_section {
    position: relative;
    overflow: hidden;
    padding-top: 100px
}

@media only screen and (max-width: 1023px) {
    .product_section {
        padding-top: 30px;
        overflow: visible
    }
}

.product_section .dotted-arrow-product_img {
    position: absolute;
    left: 0px;
    z-index: -9999;
    width: 38%;
    top: 0px
}

@media only screen and (max-width: 1500px) {
    .product_section .dotted-arrow-product_img {
        width: 46%
    }
}

@media only screen and (max-width: 979px) {
    .product_section .dotted-arrow-product_img {
        display: none
    }
}

.product_section .slick-prev {
    position: absolute;
    left: -80%;
    top: 30px;
    background: transparent;
    color: transparent;
    width: 0px;
    height: 0px;
    border-top: 20px solid transparent;
    border-right: 20px solid red;
    border-bottom: 20px solid transparent;
    border-left: none
}

@media only screen and (max-width: 1500px) {
    .product_section .slick-prev {
        left: -65%
    }
}

@media only screen and (max-width: 1400px) {
    .product_section .slick-prev {
        border-top: 15px solid transparent;
        border-right: 15px solid red;
        border-bottom: 15px solid transparent;
        top: 0px
    }
}

@media only screen and (max-width: 979px) {
    .product_section .slick-prev {
        left: 37%;
        top: -90px
    }
}

@media only screen and (max-width: 639px) {
    .product_section .slick-prev {
        left: 35%;
        top: -50px
    }
}

.product_section .slick-prev:focus {
    outline: none
}

@media only screen and (max-width: 1300px) {
    .product_section .slick-prev {
        width: 30px;
        height: 30px
    }
}

.product_section .slick-prev img {
    width: 10px;
    height: 20px;
    margin: 8px auto 0px
}

@media only screen and (max-width: 1300px) {
    .product_section .slick-prev img {
        height: 15px;
        width: 8px
    }
}

.product_section .slick-next {
    position: absolute;
    left: -70%;
    top: 30px;
    background: transparent;
    color: transparent;
    width: 0px;
    height: 0px;
    border-top: 20px solid transparent;
    border-left: 20px solid red;
    border-bottom: 20px solid transparent;
    border-right: none
}

@media only screen and (max-width: 1500px) {
    .product_section .slick-next {
        left: -55%
    }
}

@media only screen and (max-width: 1400px) {
    .product_section .slick-next {
        border-top: 15px solid transparent;
        border-left: 15px solid red;
        border-bottom: 15px solid transparent;
        top: 0px
    }
}

.product_section .slick-next:focus {
    outline: none
}

@media only screen and (max-width: 979px) {
    .product_section .slick-next {
        left: 53%;
        top: -90px
    }
}

@media only screen and (max-width: 639px) {
    .product_section .slick-next {
        left: 55%;
        top: -50px
    }
}

.product_section .slick-next img {
    width: 10px;
    height: 20px;
    margin: 8px auto 0px
}

@media only screen and (max-width: 1300px) {
    .product_section .slick-next img {
        height: 15px;
        width: 8px
    }
}

.product_section .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    align-items: center
}

@media only screen and (max-width: 979px) {
    .product_section .container {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.product_section .product_info_img {
    width: 40%;
    display: inline-block;
    margin-right: -4px;
    position: relative
}

@media only screen and (max-width: 1500px) {
    .product_section .product_info_img {
        width: 50%
    }
}

@media only screen and (max-width: 979px) {
    .product_section .product_info_img {
        order: 2;
        width: 100%
    }
}

.product_section .product_info_img>img {
    width: 50%;
    z-index: -999;
    position: absolute;
    top: -90px;
    left: -75px
}

@media only screen and (max-width: 1600px) {
    .product_section .product_info_img>img {
        width: 50%;
        top: -40px;
        left: -10px
    }
}

@media only screen and (max-width: 1400px) {
    .product_section .product_info_img>img {
        top: -110px
    }
}

@media only screen and (max-width: 1300px) {
    .product_section .product_info_img>img {
        top: -80px
    }
}

@media only screen and (max-width: 1279px) {
    .product_section .product_info_img>img {
        display: none
    }
}

.product_section .product_info_img>img.sunflower_women {
    width: 65%;
    top: -100px;
    left: -165px
}

@media only screen and (max-width: 1600px) {
    .product_section .product_info_img>img.sunflower_women {
        width: 58%;
        top: 9px;
        left: -109px
    }
}

@media only screen and (max-width: 1500px) {
    .product_section .product_info_img>img.sunflower_women {
        width: 60%;
        top: 15px;
        left: -130px
    }
}

@media only screen and (max-width: 1400px) {
    .product_section .product_info_img>img.sunflower_women {
        width: 50%;
        top: -40px;
        left: -80px
    }
}

@media only screen and (max-width: 1300px) {
    .product_section .product_info_img>img.sunflower_women {
        width: 48%;
        top: -1px
    }
}

.product_section .product_info_img>img.soyabean_women {
    width: 50%;
    z-index: -999;
    position: absolute;
    top: -80px;
    left: -75px
}

@media only screen and (max-width: 1600px) {
    .product_section .product_info_img>img.soyabean_women {
        top: -51px
    }
}

@media only screen and (max-width: 1500px) {
    .product_section .product_info_img>img.soyabean_women {
        top: -13px
    }
}

@media only screen and (max-width: 1400px) {
    .product_section .product_info_img>img.soyabean_women {
        top: -58px;
        width: 42%;
        left: -25px
    }
}

@media only screen and (max-width: 1300px) {
    .product_section .product_info_img>img.soyabean_women {
        top: -37px
    }
}

.product_section .product_info_img .product_slider_oil,
.product_section .product_info_img .product_slider_oil2 {
    width: 300px;
    text-align: center;
    margin: 0px auto
}

@media only screen and (max-width: 1500px) {

    .product_section .product_info_img .product_slider_oil,
    .product_section .product_info_img .product_slider_oil2 {
        width: 240px
    }
}

@media only screen and (max-width: 1400px) {

    .product_section .product_info_img .product_slider_oil,
    .product_section .product_info_img .product_slider_oil2 {
        width: 190px
    }
}

@media only screen and (max-width: 979px) {

    .product_section .product_info_img .product_slider_oil,
    .product_section .product_info_img .product_slider_oil2 {
        width: 30%
    }
}

@media only screen and (max-width: 639px) {

    .product_section .product_info_img .product_slider_oil,
    .product_section .product_info_img .product_slider_oil2 {
        width: 50%
    }
}

.product_section .product_info_img .product_slider_oil .item img,
.product_section .product_info_img .product_slider_oil2 .item img {
    width: auto;
    margin: -8px auto
}

.product_section .product_info_con {
    width: 59%;
    display: inline-block;
    margin-right: -4px
}

@media only screen and (max-width: 1500px) {
    .product_section .product_info_con {
        width: 40%
    }
}

@media only screen and (max-width: 979px) {
    .product_section .product_info_con {
        width: 100%;
        text-align: center;
        margin-bottom: 30px
    }
}

.product_section .product_info_con p {
    padding-right: 40%;
    margin-top: 30px
}

@media only screen and (max-width: 1500px) {
    .product_section .product_info_con p {
        padding-right: 20%
    }
}

@media only screen and (max-width: 1400px) {
    .product_section .product_info_con p {
        padding-right: 5%
    }
}

@media only screen and (max-width: 639px) {
    .product_section .product_info_con p {
        padding-right: 0px;
        margin-top: 10px
    }
}

.product_section .product_availabel_cont_wrap {
    width: 100%;
    padding-bottom: 30px
}

@media only screen and (max-width: 979px) {
    .product_section .product_availabel_cont_wrap {
        text-align: center;
        margin-top: 40px
    }
}

@media only screen and (max-width: 639px) {
    .product_section .product_availabel_cont_wrap {
        margin-top: 70px
    }
}

.product_section .product_availabel_cont_wrap .product_availabel_cont {
    width: 45%;
    display: inline-block;
    vertical-align: middle;
    margin-right: -4px
}

@media only screen and (max-width: 979px) {
    .product_section .product_availabel_cont_wrap .product_availabel_cont {
        width: 100%;
        margin: 30px auto;
        order: 2
    }
}

.product_section .product_availabel_cont_wrap .product_availabel_cont p {
    font-size: 24px;
    color: #fff;
    margin-bottom: 15px;
    display: block
}

@media only screen and (max-width: 979px) {
    .product_section .product_availabel_cont_wrap .product_availabel_cont p {
        color: #000;
        margin-bottom: 5px
    }
}

@media only screen and (max-width: 639px) {
    .product_section .product_availabel_cont_wrap .product_availabel_cont p {
        line-height: 20px;
        font-size: 18px
    }
}

.product_section .product_availabel_cont_wrap .product_availabel_cont h2 {
    color: #fff;
    font-size: 36px;
    font-family: "montserratsemibold";
    line-height: 38px
}

@media only screen and (max-width: 1500px) {
    .product_section .product_availabel_cont_wrap .product_availabel_cont h2 {
        font-size: 30px
    }
}

@media only screen and (max-width: 979px) {
    .product_section .product_availabel_cont_wrap .product_availabel_cont h2 {
        color: #000;
        font-size: 24px
    }
}

@media only screen and (max-width: 639px) {
    .product_section .product_availabel_cont_wrap .product_availabel_cont h2 {
        line-height: 28px;
        font-size: 18px
    }
}

.product_section .product_availabel_cont_wrap .product_slider_oil2_rotate_wrap {
    width: 55%;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    float: right
}

@media only screen and (max-width: 979px) {
    .product_section .product_availabel_cont_wrap .product_slider_oil2_rotate_wrap {
        width: 100%;
        margin: 0px auto;
        order: 1
    }
}

.product_section .product_availabel_cont_wrap .product_slider_oil2_rotate {
    width: 80%;
    margin: 0 auto
}

@media only screen and (max-width: 979px) {
    .product_section .product_availabel_cont_wrap .product_slider_oil2_rotate {
        width: 50%
    }
}

@media only screen and (max-width: 639px) {
    .product_section .product_availabel_cont_wrap .product_slider_oil2_rotate {
        width: 70%
    }
}

.product_section .product_availabel_cont_wrap .product_slider_oil2_rotate img {
    width: 80%;
    margin: 0 auto
}

@media only screen and (max-width: 1400px) {
    .product_section .product_availabel_cont_wrap .product_slider_oil2_rotate img {
        width: 70%
    }
}

@media only screen and (max-width: 979px) {
    .product_section .product_availabel_cont_wrap .product_slider_oil2_rotate img {
        width: 90%
    }
}

@media only screen and (max-width: 639px) {
    .product_section .product_availabel_cont_wrap .product_slider_oil2_rotate img {
        width: 100%
    }
}

.product_section .product_availabel_cont_wrap .pattern_curve_absolute {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: -67px;
    content: "";
    z-index: -9;
    height: 740px
}

@media only screen and (max-width: 1600px) {
    .product_section .product_availabel_cont_wrap .pattern_curve_absolute {
        height: 660px
    }
}

@media only screen and (max-width: 1500px) {
    .product_section .product_availabel_cont_wrap .pattern_curve_absolute {
        height: 510px
    }
}

@media only screen and (max-width: 1400px) {
    .product_section .product_availabel_cont_wrap .pattern_curve_absolute {
        height: 500px
    }
}

@media only screen and (max-width: 1300px) {
    .product_section .product_availabel_cont_wrap .pattern_curve_absolute {
        height: 470px
    }
}

@media only screen and (max-width: 1279px) {
    .product_section .product_availabel_cont_wrap .pattern_curve_absolute {
        height: 340px
    }
}

@media only screen and (max-width: 639px) {
    .product_section .product_availabel_cont_wrap .pattern_curve_absolute {
        height: 250px
    }
}

.product_section .product_availabel_cont_wrap .dotted-arrow3_absolute {
    position: absolute;
    bottom: 60px;
    right: 0px;
    width: 70%;
    z-index: -9
}

@media only screen and (max-width: 1500px) {
    .product_section .product_availabel_cont_wrap .dotted-arrow3_absolute {
        bottom: 0px
    }
}

@media only screen and (max-width: 1023px) {
    .product_section .product_availabel_cont_wrap .dotted-arrow3_absolute {
        bottom: -30px
    }
}

@media only screen and (max-width: 639px) {
    .product_section .product_availabel_cont_wrap .dotted-arrow3_absolute {
        bottom: 10px
    }
}

.contact_us_details_wrap {
    padding: 110px 0px 0px;
    position: relative
}

@media only screen and (max-width: 639px) {
    .contact_us_details_wrap {
        padding: 70px 0px 0px
    }
}

.contact_us_details_wrap .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 70%;
    margin: 0 auto;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between
}

.faq-section {
    padding: 30px 0 60px;
    background: #FCEED3;
    position: relative;
    z-index: 1;
    border-bottom: 4px solid #ffaf00;
    overflow: hidden
}

.faq-section h2 {
    color: #000;
    font-family: "montserratregular";
    font-size: 46px;
    line-height: 1.15;
    margin: 0 auto 56px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 400
}

.faq-section .faq {
    width: 81%;
    max-width: 1548px;
    margin: 0 auto
}

.faq-item {
    border: 0;
    border-radius: 8px;
    margin-bottom: 20px;
    background: #fffdf0;
    overflow: hidden
}

.faq-question {
    width: 100%;
    border: 0;
    background: #fffdf0;
    color: #000;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 17px 20px;
    text-align: left
}

.faq-question h3 {
    margin: 0;
    font-family: "montserratsemibold";
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600
}

.faq-arrow {
    flex: 0 0 auto;
    color: #000;
    font-size: 15px;
    line-height: 1;
    transition: transform .25s ease
}

.faq-answer {
    display: none;
    padding: 0 20px 18px;
    color: #000;
    font-size: 16px;
    line-height: 1.7;
    background: #fffdf0
}

.faq-answer p {
    margin: 14px 0 0
}

.faq-item.active .faq-answer {
    display: block
}

.faq-item.active .faq-arrow {
    transform: rotate(180deg)
}

.faq-enquiry-cta {
    position: absolute;
    right: 18px;
    bottom: -4px;
    z-index: 3
}

.faq-enquiry-cta .enq_btn_txt span {
    border-radius: 10px;
    padding: 14px 32px 14px 26px;
    font-family: "montserratbold";
    font-size: 18px
}

.faq-enquiry-cta .enq_btn_img {
    margin-left: -18px
}

.faq-enquiry-cta .enq_btn_img img {
    display: block;
    width: 100px;
    height: auto
}

@media only screen and (max-width: 767px) {
    .faq-section {
        padding: 30px 0 42px
    }

    .faq-section h2 {
        font-size: 28px;
        margin-bottom: 28px
    }

    .faq-section .faq {
        width: 90%
    }

    .faq-question {
        padding: 14px 16px
    }

    .faq-question h3 {
        font-size: 15px
    }

    .faq-answer {
        padding: 0 16px 16px;
        font-size: 14px
    }

    .faq-enquiry-cta {
        position: relative;
        right: auto;
        bottom: auto;
        margin: 16px 10px -42px 0
    }

    .faq-enquiry-cta .enq_btn_txt span {
        font-size: 15px;
        padding: 11px 20px
    }

    .faq-enquiry-cta .enq_btn_img img {
        width: 78px
    }
}

@media only screen and (max-width: 979px) {
    .contact_us_details_wrap .container {
        width: 90%
    }
}

@media only screen and (max-width: 639px) {
    .contact_us_details_wrap .container {
        display: block;
        width: 80%
    }
}

.contact_us_details_wrap .contact_us_details_left {
    width: 50%;
    padding-right: 3%
}

@media only screen and (max-width: 639px) {
    .contact_us_details_wrap .contact_us_details_left {
        width: 100%;
        margin-bottom: 30px
    }
}

.contact_us_details_wrap .contact_us_details_left h1 {
    margin-bottom: 20px
}

@media only screen and (max-width: 639px) {
    .contact_us_details_wrap .contact_us_details_left h1 {
        margin-bottom: 15px
    }
}

.contact_us_details_wrap .contact_us_details_left p,
.contact_us_details_wrap .contact_us_details_left a {
    font-size: 24px;
    color: #393839;
    line-height: 28px
}

@media only screen and (max-width: 1400px) {

    .contact_us_details_wrap .contact_us_details_left p,
    .contact_us_details_wrap .contact_us_details_left a {
        font-size: 20px;
        line-height: 24px
    }
}

@media only screen and (max-width: 639px) {

    .contact_us_details_wrap .contact_us_details_left p,
    .contact_us_details_wrap .contact_us_details_left a {
        font-size: 16px;
        line-height: 22px
    }
}

.contact_us_details_wrap .contact_us_details_left b {
    font-family: "montserratbold";
    display: block
}

.contact_us_details_wrap .contact_us_details_left a {
    margin-right: 10px;
    font-family: "montserratbold"
}

.contact_us_details_wrap .contact_us_details_left div {
    margin-bottom: 20px
}

.contact_us_details_wrap .contact_us_details_right {
    width: 45%
}

@media only screen and (max-width: 639px) {
    .contact_us_details_wrap .contact_us_details_right {
        width: 100%;
        margin-bottom: 30px
    }
}

.contact_us_details_wrap .contact_us_details_right .contact_us_map {
    border-radius: 10px;
    position: relative
}

.contact_us_details_wrap .contact_us_details_right .contact_us_map:before {
    left: 10px;
    top: 10px;
    background: #ffd798;
    border-radius: 10px;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -9
}

.contact_us_details_wrap .contact_us_details_right .contact_us_map iframe {
    border-radius: 10px
}

@media only screen and (max-width: 1400px) {
    .contact_us_details_wrap .contact_us_details_right .contact_us_map iframe {
        height: 300px
    }
}

@media only screen and (max-width: 639px) {
    .contact_us_details_wrap .contact_us_details_right .contact_us_map iframe {
        height: 220px
    }
}

.contact_us_details_wrap .contact_arrow {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 43%;
    z-index: -99
}

.contact_us_details_wrap .contact_dots {
    position: absolute;
    left: 0px;
    bottom: 27%;
    width: 40%;
    z-index: -9;
    width: 10%
}

.contact_soyabean {
    position: absolute;
    left: -60px;
    bottom: 0px;
    width: 10%;
    opacity: .7
}

@media only screen and (max-width: 639px) {
    .contact_soyabean {
        width: 20%;
        left: -20px
    }
}

.enquiry_box {
    padding: 20px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .05)
}

.enquiry_box h3 {
    font-size: 16px;
    font-family: "montserratmedium";
    margin-bottom: 15px
}

.enquiry_box form div {
    margin-bottom: 10px
}

.enquiry_box form input,
.enquiry_box form textarea {
    border: 1px solid #e8e7e5;
    width: 100%;
    padding: 10px;
    font-size: 14px
}

.enquiry_box form button {
    background: #faad00;
    border: none;
    font-size: 16px;
    color: #fff;
    padding: 5px 25px;
    font-family: "montserratbold";
    border-radius: 5px
}

.enquiry_box form text-area {
    height: 80px
}

.variation_sizes {
    margin: 80px 0px;
    text-align: center;
    position: relative
}

.variation_sizes ul {
    display: block;
    margin-top: 70px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    justify-content: center
}

@media only screen and (max-width: 1500px) {
    .variation_sizes ul {
        margin-top: 50px
    }
}

.variation_sizes ul li {
    display: inline-block;
    width: 20%;
    padding: 0px 15px;
    text-align: center;
    margin-bottom: 30px
}

@media only screen and (max-width: 639px) {
    .variation_sizes ul li {
        width: 50%;
        margin-bottom: 30px
    }
}

.variation_sizes ul li abbr {
    display: block;
    font-size: 18px;
    line-height: 34px;
    color: #3e3e3e;
    font-weight: bold
}

@media only screen and (max-width: 1500px) {
    .variation_sizes ul li img {
        width: 60%;
        margin: 0 auto
    }
}

@media only screen and (max-width: 1500px) {
    .variation_sizes .heading {
        font-size: 34px
    }
}

.variation_sizes .left_dots {
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-align: left
}

@media only screen and (max-width: 1500px) {
    .variation_sizes .left_dots img {
        width: 60%
    }
}

.head_wrap {
    background: #ffaf31;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .9)
}

.head_wrap .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    height: 100px
}

@media only screen and (max-width: 1500px) {
    .head_wrap .container {
        height: 70px
    }
}

@media only screen and (max-width: 639px) {
    .head_wrap .container {
        height: 60px
    }
}

.head_wrap .logo_wrap {
    margin-top: 55px;
    z-index: 9
}

@media only screen and (max-width: 1500px) {
    .head_wrap .logo_wrap {
        width: 110px;
        margin-top: 30px
    }
}

@media only screen and (max-width: 639px) {
    .head_wrap .logo_wrap {
        width: 80px;
        margin: 0px
    }
}

.head_wrap nav .nav_menu>li {
    display: inline-block;
    padding: 28px 15px;
    position: relative
}

@media only screen and (max-width: 1400px) {
    .head_wrap nav .nav_menu>li {
        padding: 28px 10px
    }
}

.head_wrap nav .nav_menu>li a {
    color: #fff;
    font-size: 15px;
    font-family: "montserratbold"
}

@media only screen and (max-width: 1400px) {
    .head_wrap nav .nav_menu>li a {
        font-size: 14px
    }
}

@media only screen and (max-width: 1279px) {
    .head_wrap nav .nav_menu>li a {
        color: #fff
    }
}

.head_wrap nav .nav_menu>li a:hover {
    color: #e12226
}

.head_wrap nav .nav_menu>li .sub_menu {
    position: absolute;
    top: 100%;
    width: 250px;
    background: #ffaf31;
    left: 50%;
    padding: 0px 0px;
    z-index: 99;
    margin-left: -125px;
    opacity: 0;
    visibility: hidden
}

@media only screen and (max-width: 1279px) {
    .head_wrap nav .nav_menu>li .sub_menu {
        color: #fff;
        opacity: 1;
        visibility: visible;
        top: 0px;
        position: relative;
        left: 0;
        margin-left: 0px;
        width: 100%;
        margin-top: 10px
    }
}

.head_wrap nav .nav_menu>li .sub_menu li {
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    padding: 15px 10px
}

@media only screen and (max-width: 1279px) {
    .head_wrap nav .nav_menu>li .sub_menu li {
        border-bottom: 1px solid #bb832c
    }
}

.head_wrap nav .nav_menu>li .sub_menu li:last-child {
    border-bottom: none
}

.head_wrap nav .nav_menu>li .sub_menu li a {
    display: block
}

@media only screen and (max-width: 1279px) {
    .head_wrap nav .nav_menu>li .sub_menu li a {
        font-size: 16px;
        padding-left: 10px;
        text-transform: uppercase
    }
}

.head_wrap nav .nav_menu>li .sub_menu li a:hover {
    color: #e12226
}

.head_wrap nav .nav_menu>li:hover .sub_menu {
    opacity: 1;
    visibility: visible
}

.head_wrap .search_user a {
    display: inline-block;
    padding: 0px 15px;
    border-right: 1px solid #a29fa0
}

@media only screen and (max-width: 1279px) {
    nav {
        position: absolute;
        width: 0px;
        top: 0;
        bottom: 0;
        left: 0;
        background: #f3ca7d;
        z-index: 999;
        opacity: 0;
        visibility: hidden;
        height: 0px;
        transition: .5s all
    }
}

@media only screen and (max-width: 1279px) {
    nav.open_menu {
        opacity: 1;
        visibility: visible;
        height: 100vh;
        width: 100%;
        transition: .5s all;
        padding: 10px;
        padding-top: 70px;
        background: #ffaf31;
        position: fixed
    }
}

nav.open_menu .nav_menu {
    text-align: center;
    margin-top: 40px
}

@media only screen and (max-width: 1279px) {
    nav.open_menu .nav_menu {
        text-align: left
    }
}

nav.open_menu .nav_menu li {
    display: block;
    padding: 15px 0px;
    border-bottom: 1px solid #bb832c
}

nav.open_menu .nav_menu li a {
    font-size: 18px;
    display: block
}

.burger_menu {
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 5px;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity, filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
    width: 40px;
    float: right
}

.burger_menu-box {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 24px
}

.burger_menu-inner {
    top: 50%;
    display: block;
    margin-top: -2px;
    top: 2px
}

.burger_menu-inner,
.burger_menu-inner:after,
.burger_menu-inner:before {
    position: absolute;
    width: 30px;
    height: 3px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 3px;
    background-color: #fff
}

.burger_menu-inner:after,
.burger_menu-inner:before {
    display: block;
    content: ""
}

.burger_menu-inner:before {
    top: -10px
}

.burger_menu-inner:after {
    bottom: -10px
}

.burger_menu .burger_menu-inner:before {
    top: 10px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform, opacity
}

.burger_menu .burger_menu-inner:after {
    top: 20px
}

.burger_menu.active .burger_menu-inner {
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.burger_menu.active .burger_menu-inner:before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0
}

.burger_menu.active .burger_menu-inner:after {
    transform: translate3d(0, -20px, 0) rotate(-90deg)
}

.burger_menu {
    display: none
}

@media only screen and (max-width: 1279px) {
    .burger_menu {
        display: block;
        z-index: 999;
        position: relative;
        margin-left: 15px;
        padding: 0px
    }
}

#search_pop_module {
    position: fixed;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .98);
    bottom: 0;
    top: 0;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    height: 0px
}

#search_pop_module.active {
    opacity: 1;
    visibility: visible;
    height: auto
}

#search_pop_module .close_search {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
    width: 20px
}

#search_pop_module .search_pop_box {
    width: 50%;
    top: 50%;
    left: 50%;
    position: absolute;
    padding: 100px 0px;
    transform: translate(-50%, -50%);
    text-align: center;
    border-radius: 10px
}

@media only screen and (max-width: 639px) {
    #search_pop_module .search_pop_box {
        width: 90%
    }
}

#search_pop_module .search_pop_box form {
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -o-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    border: 1px solid;
    align-items: center;
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .2)
}

#search_pop_module .search_pop_box input {
    border: none;
    padding: 0px 10px;
    height: 50px;
    vertical-align: top;
    width: 100%;
    background: transparent;
    color: #000;
    font-size: 24px
}

@media only screen and (max-width: 639px) {
    #search_pop_module .search_pop_box input {
        font-size: 16px;
        line-height: 24px;
        height: 35px
    }
}

#search_pop_module .search_pop_box button {
    width: 60px;
    color: #000;
    font-size: 24px;
    border: none;
    border-left: 1px solid #000;
    background: transparent;
    border-radius: 0px;
    padding: 0px;
    height: 40px;
    margin-bottom: 0px
}

#search_pop_module .search_pop_box ::placeholder {
    color: #000;
    opacity: 1
}

#search_pop_module .search_pop_box :-ms-input-placeholder {
    color: #000
}

#search_pop_module .search_pop_box ::-ms-input-placeholder {
    color: #000
}

#search_pop_module .search_pop_box ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    margin-top: 30px
}

#search_pop_module .search_pop_box ul li {
    display: inline-block;
    margin: 0px 10px
}

#search_pop_module .search_pop_box ul li a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 20px
}

.btn {
    padding: 10px 24px;
    background: #201e1e;
    color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
    line-height: 14px;
    border: solid 2px #201e1e;
    -webkit-transition: ease .5s all;
    -moz-transition: ease .5s all;
    transition: ease .5s all
}

.btn:hover {
    background: none;
    color: #201e1e
}

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



/*=============================*/
/* .head_wrap .container {
    max-width: 100%;
} */

.footer_wrap .footer_details .col-md-12 {
    padding: 0;
}

.footer_wrap .footer_details ul li {
    width: 48.5%;
    background: rgba(254, 245, 231, 0.40);
    border-radius: 10px;
    padding: 20px 20px;
}

.footer_wrap .footer_details p {
    font-size: 12px;
    line-height: 1.7em;
    border-left: 3px solid #ffaf31;
    padding: 0 0 0 15px;
}

.footer_wrap .footer_details p span {
    font-weight: 600;
}

.footer_wrap>.container {
    padding: 0;
}



@media screen and (max-width: 1024px) {
    .footer_wrap>.container {
        padding: 0;
    }
}

@media screen and (max-width: 768px) {
    .footer_wrap .footer_details ul li {
        width: 32%;
    }
}

@media screen and (max-width: 767px) {
    .head_wrap .container {
        padding: 0;
    }

    .footer_wrap .footer_details ul {
        margin-bottom: 0;
    }

    .footer_wrap .footer_details ul li {
        width: 100%;
        margin: 0 0 30px 0;
    }

    .footer_wrap .footer_bottom {
        margin-top: 20px;
    }

    .footer_wrap .email_box {
        width: 100%;
    }

}

@media screen and (max-width: 320px) {
    .footer_wrap .footer_bottom .container {
        padding: 0;
    }

}



/* 
.enqFbtn span {
    padding: 12px 70px 12px 20px;
    display: inline-block;
    background-color: #e02126;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.44);
    cursor: pointer;
    transition: all ease-in-out 0.3s;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    position: relative;
}

.enqFbtn span:before {content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160.501' height='38' viewBox='0 0 160.501 38'%3E%3Cpath id='Subtraction_1' data-name='Subtraction 1' d='M178 54H34.937c.042-.492.063-1 .063-1.5A17.52 17.52 0 0 0 17.5 35 17.521 17.521 0 0 0 35 17.5c0-.5-.021-1-.063-1.5H178V54Z' transform='translate(-17.5 -16)' fill='%23fff'/%3E%3C/svg%3E");
    background-position: left center;
    background-repeat: no-repeat;
    height: 38px;
    display: block;
    position: absolute;
    width: 60px;
    right: 0;
    z-index: 1;
    top: 0;
}
.enqFbtn span:after {content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSIiPjxnPjxwYXRoIGQ9Ik0yNDguMTU4IDM0My4yMmMtMTQuNjM5IDAtMjYuNDkxIDEyLjItMjYuNDkxIDI2Ljg0IDAgMTQuMjkxIDExLjUwMyAyNi44NCAyNi40OTEgMjYuODRzMjYuODQtMTIuNTQ4IDI2Ljg0LTI2Ljg0YzAtMTQuNjQtMTIuMTk5LTI2Ljg0LTI2Ljg0LTI2Ljg0ek0yNTIuNjkgMTQwLjAwMmMtNDcuMDU3IDAtNjguNjY4IDI3Ljg4NS02OC42NjggNDYuNzA4IDAgMTMuNTk1IDExLjUwMiAxOS44NjkgMjAuOTE0IDE5Ljg2OSAxOC44MjIgMCAxMS4xNTQtMjYuODQgNDYuNzA4LTI2Ljg0IDE3LjQyOSAwIDMxLjM3MiA3LjY2OSAzMS4zNzIgMjMuNzAzIDAgMTguODI0LTE5LjUyIDI5LjYyOS0zMS4wMjMgMzkuMzg5LTEwLjEwOCA4LjcxNC0yMy4zNTQgMjMuMDA2LTIzLjM1NCA1Mi45ODMgMCAxOC4xMjUgNC44NzkgMjMuMzU0IDE5LjE3MSAyMy4zNTQgMTcuMDggMCAyMC41NjUtNy42NjggMjAuNTY1LTE0LjI5MSAwLTE4LjEyNi4zNS0yOC41ODMgMTkuNTIxLTQzLjU3MSA5LjQxMS03LjMyIDM5LjA0LTMxLjAyMyAzOS4wNC02My43ODlzLTI5LjYyOS01Ny41MTUtNzQuMjQ2LTU3LjUxNXoiIGZpbGw9IiM0ZDRkNGQiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSIiPjwvcGF0aD48cGF0aCBkPSJNMjU2IDBDMTE0LjUxNiAwIDAgMTE0LjQ5NyAwIDI1NnYyMzZjMCAxMS4wNDYgOC45NTQgMjAgMjAgMjBoMjM2YzE0MS40ODMgMCAyNTYtMTE0LjQ5NyAyNTYtMjU2QzUxMiAxMTQuNTE2IDM5Ny41MDMgMCAyNTYgMHptMCA0NzJINDBWMjU2YzAtMTE5LjM3NyA5Ni42MDctMjE2IDIxNi0yMTYgMTE5LjM3NyAwIDIxNiA5Ni42MDcgMjE2IDIxNiAwIDExOS4zNzctOTYuNjA3IDIxNi0yMTYgMjE2eiIgZmlsbD0iIzRkNGQ0ZCIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9IiI+PC9wYXRoPjwvZz48L3N2Zz4=);
   
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    width: 40px;
    height: 38px;
    vertical-align: middle;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    
} 

*/
.enq_btn_txt span {
    padding: 12px 20px 12px 20px;
    display: inline-block;
    background-color: #e02126;
    color: #fff;
    font-weight: bold;
    border-radius: 10px 0 0 10px;
}

.enq_btn_txt span:hover {
    background-color: #cc171d;
}

.enq_btn_row {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
}

.enq_btn_img {
    margin: 0 0 0 -14px;
}

.pop_open_js {
    cursor: pointer;
}

.enqFbtn {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 999;
}

.pop_box1 {
    padding: 0 20px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    min-height: 100vh;
    overflow: auto;
    display: none;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    background: rgba(0, 0, 0, 0.62);
    z-index: 999;
}

.pop_box1.pop_open {
    display: flex;
}

.pop_box3 {
    position: relative;
    border-radius: 10px;

    border: 2px solid #7E0000;
    background: url(../images/enq_popup_bg.svg) no-repeat center bottom #FFF9EF;
    background-size: contain;
}

.pop_box2 {
    width: 100%;
    max-width: 450px;
}

span.pop_close {
    transition: all ease-in-out 0.3s;
    position: absolute;
    font-size: 0;
    width: 34px;
    height: 34px;
    right: 8px;
    top: -12px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSIiPjxnPjxnIGRhdGEtbmFtZT0iMDIgVXNlciI+PHBhdGggZD0iTTI1IDUxMmEyNSAyNSAwIDAgMS0xNy42OC00Mi42OGw0NjItNDYyYTI1IDI1IDAgMCAxIDM1LjM2IDM1LjM2bC00NjIgNDYyQTI0LjkzIDI0LjkzIDAgMCAxIDI1IDUxMnoiIGZpbGw9IiNmZmZmZmYiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiPjwvcGF0aD48cGF0aCBkPSJNNDg3IDUxMmEyNC45MyAyNC45MyAwIDAgMS0xNy42OC03LjMybC00NjItNDYyQTI1IDI1IDAgMCAxIDQyLjY4IDcuMzJsNDYyIDQ2MkEyNSAyNSAwIDAgMSA0ODcgNTEyeiIgZmlsbD0iI2ZmZmZmZiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCI+PC9wYXRoPjwvZz48L2c+PC9zdmc+);
    background-size: 14px;
    border: 1px solid #fff;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    background-color: #7E0000;
    border-radius: 50%;
}

span.pop_close:hover {
    background-color: #570303;
}

.pop_hdr {
    text-align: center;
    padding: 15px 40px 0px;
    border-bottom: 0px solid #ccc;
}

.pop_form {
    padding: 15px 40px 42px;

}

.pop_hdr img {
    height: 80px;
}

.pop_hdr h2 {
    font-family: "casino_barregular";
    font-size: 40px;
    color: #E22126;
    margin: 10px 0 0 0;
    text-align: center;
}

.popin {
    border: 1px solid #EDE1CE;
    width: 100%;
    padding: 8px 10px;
    font-size: 13px;
    border-radius: 4px;
}

.popin:focus {
    border: 1px solid #c0c0c0;
}

.pop_infield+.pop_infield {
    margin: 12px 0 0 0;
}

button.submitBtn {
    background: #ffaf31;
    width: 100%;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    padding: 16px;
    border: 0px solid #000;
    border-radius: 6px;
    max-width: 220px;
    margin: 0 auto;
    display: block;
}

button.submitBtn:hover {
    background: #E22126;
    color: #fff;
}

.footer_wrap .footer_details ul {
    margin: 20px 0;
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
}

.footer_wrap .footer_details ul li {
    width: 100%;
    background: transparent;
    border-radius: 0px;
    padding: 0px;
    margin: 0 0 10px 0;
}

.footer_wrap .footer_details ul li a {
    display: inline-block;
    width: 100%;
    background: rgba(254, 245, 231, 0.40);
    border-radius: 10px;
    padding: 15px 20px;
    margin: 0 0 0px 0;
}

.owl-stage-outer .item {
    width: 100%;
    overflow: unset;
    border-radius: 0;
    background: transparent;
}

.insta_post_box {
    padding: 40px 0 20px;
}





.pop_alert_box {
    text-align: left;
    margin: 15px 0 0 0;
    padding: 10px 15px;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    border-radius: 6px;
}

.pop_green {
    background: #4CAF50;
}

.pop_red {
    background: #f44336;
}

.pop_green .pa_txt:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDUyMCA1MjAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGQ9Ik03OS40MjMgMjQwLjc1NWE0Ny41MjkgNDcuNTI5IDAgMCAwLTM2LjczNyA3Ny41MjJsMTIwLjczIDE0Ny44OTRhNDMuMTM2IDQzLjEzNiAwIDAgMCAzNi4wNjYgMTYuMDA5YzE0LjY1NC0uNzg3IDI3Ljg4NC04LjYyNiAzNi4zMTktMjEuNTE1TDQ4Ni41ODggNTYuNzczYTYuMTMgNi4xMyAwIDAgMSAuMTI4LS4yYzIuMzUzLTMuNjEzIDEuNTktMTAuNzczLTMuMjY3LTE1LjI3MWExMy4zMjEgMTMuMzIxIDAgMCAwLTE5LjM2MiAxLjM0M3EtLjEzNS4xNjYtLjI3OC4zMjdMMjEwLjg4NyAzMjguNzM2YTEwLjk2MSAxMC45NjEgMCAwIDEtMTUuNTg1Ljg0M2wtODMuOTQtNzYuMzg2YTQ3LjMxOSA0Ny4zMTkgMCAwIDAtMzEuOTM5LTEyLjQzOHoiIGRhdGEtbmFtZT0iNy1DaGVjayIgZmlsbD0iI2ZmZmZmZiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCI+PC9wYXRoPjwvZz48L3N2Zz4=);
}

.pop_red .pa_txt:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSIiPjxnPjxwYXRoIGQ9Ik01MDEuNjA5IDM4NC42MDMgMzIwLjU0MyA1MS4yNjVjLTEzLjY2Ni0yMy4wMDYtMzcuODAyLTM2Ljc0Ni02NC41NjItMzYuNzQ2LTI2Ljc2IDAtNTAuODk2IDEzLjc0LTY0LjU2MiAzNi43NDYtLjEwMy4xNzYtLjE5LjM1Mi0uMjkzLjUyOEwxMC42NjIgMzg0LjA3NmMtMTMuOTU5IDIzLjQ5MS0xNC4yMjMgNTEuNzAyLS43MTkgNzUuNDU3IDEzLjUzNSAyMy43NjkgMzcuOTE5IDM3Ljk0OCA2NS4yNjYgMzcuOTQ4aDM2MC41NDRjMjcuMzQ3IDAgNTIuNzMzLTE0LjE3OSA2Ni4yNjctMzcuOTQ4IDEzLjUwNC0yMy43NTQgMTMuMjQxLTUxLjk2Ny0uNDExLTc0Ljkzek0yMjUuOTUxIDE2Ny4xNDhjMC0xNi41ODYgMTMuNDQ1LTMwLjAzIDMwLjAzLTMwLjAzIDE2LjU4NiAwIDMwLjAzIDEzLjQ0NSAzMC4wMyAzMC4wM3YxMjAuMTIxYzAgMTYuNTg0LTEzLjQ0NSAzMC4wMy0zMC4wMyAzMC4wM3MtMzAuMDMtMTMuNDQ3LTMwLjAzLTMwLjAzVjE2Ny4xNDh6bTMwLjAzIDI3MC4yNzNjLTI0LjgzOSAwLTQ1LjA0Ni0yMC4yMDYtNDUuMDQ2LTQ1LjA0NiAwLTI0LjgzOSAyMC4yMDYtNDUuMDQ1IDQ1LjA0Ni00NS4wNDUgMjQuODM5IDAgNDUuMDQ1IDIwLjIwNiA0NS4wNDUgNDUuMDQ1LjAwMSAyNC44MzktMjAuMjA1IDQ1LjA0Ni00NS4wNDUgNDUuMDQ2eiIgZmlsbD0iI2ZmZmZmZiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9IiI+PC9wYXRoPjwvZz48L3N2Zz4=);
}

.pa_txt:before {
    content: "";
    width: 32px;
    height: 32px;
    display: inline-block;
    margin: 0 10px 0 0;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #fff;
    border-radius: 50%;
}

.pa_txt {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.pa_txt span {
    flex: 1;
}

.breadcrumb {
    background-color: #FFFFFF;
    padding: 10px 0;
}

.breadcrumb ul {
    list-style: none;
    display: flex;
    gap: 5px;
}

.breadcrumb ul li {
    font-size: 14px;
}

.breadcrumb ul li a {
    text-decoration: none;
    color: #1b1a1a;
}

.breadcrumb ul li:not(:last-child)::after {
    content: ">";
    margin: 0 5px;
    color: #1b1a1a;
}

.search_pop_module img {
    width: 100%;
    height: auto;
    aspect-ratio: auto 76/76;
}
.banner_wrap img{
    width: 100%;
    height: auto;
    aspect-ratio: auto 1920/644;
}
.product_pop_video img{
    width: 100%;
    height: auto;
    aspect-ratio: auto 924/462;

}
.product_pop_video i img {
    width: 100%;
    height: auto;
    aspect-ratio: auto 154/154;

}
.home_product_box .dotted_arrow img {
    width: 100%;
    height: auto;
    aspect-ratio: auto 267/820;
}
.home_product_box .oil_drops img {
    width: 100%;
    height: auto;
    aspect-ratio: auto 267/820;
}
.who_we_are_con .who_we_thali img{
    width: 100%;
    height: auto;
    aspect-ratio: auto 590/860;
}
.home_product_details_wrap .home_product_box_img img{
    width: 100%;
    height: auto;
    aspect-ratio: auto 264/382;

}
.home_product_details_wrap .home_product_box_img .product-shadow{
    width: 100%;
    height: auto;
    aspect-ratio: auto 402/28;

}
.home_product_details_wrap .home_product_box_img .soyabean-oil-before .mustard-oil-before .sunflower-oil-before{
    width: 100%;
    height: auto;
    aspect-ratio: auto 220/363;
}
.home_product_details_wrap .women_absolute img{
    width: 100%;
    height: auto;
    aspect-ratio: auto 496/570;

}
.home_product_details_wrap .dotted_arrow_left_right-1 img{
    width: 100%;
    height: auto;
    aspect-ratio: auto 1322/930;

}
.home_product_details_wrap .dotted_arrow_left_right-2 img{
    width: 100%;
    height: auto;
    aspect-ratio: auto 1027/1391;

}
.head_wrap .logo_wrap img{
    width: 100%;
    height: auto;
    aspect-ratio: auto 200/124;

}
