@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI.eot');
    src: url('../fonts/SegoeUI.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SegoeUI.woff2') format('woff2'),
        url('../fonts/SegoeUI.woff') format('woff'),
        url('../fonts/SegoeUI.ttf') format('truetype'),
        url('../fonts/SegoeUI.svg#SegoeUI') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MarkPro';
    src: url('../fonts/MarkPro-Medium.eot');
    src: url('../fonts/MarkPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MarkPro-Medium.woff2') format('woff2'),
        url('../fonts/MarkPro-Medium.woff') format('woff'),
        url('../fonts/MarkPro-Medium.ttf') format('truetype'),
        url('../fonts/MarkPro-Medium.svg#MarkPro-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BodoniOldFaceBQ';
    src: url('../fonts/BodoniOldFaceBQ-Medium.eot');
    src: url('../fonts/BodoniOldFaceBQ-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BodoniOldFaceBQ-Medium.woff2') format('woff2'),
        url('../fonts/BodoniOldFaceBQ-Medium.woff') format('woff'),
        url('../fonts/BodoniOldFaceBQ-Medium.ttf') format('truetype'),
        url('../fonts/BodoniOldFaceBQ-Medium.svg#BodoniOldFaceBQ-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Animo-DEMO';
    src: url('../fonts/Animo-DEMO.eot');
    src: url('../fonts/Animo-DEMO.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Animo-DEMO.woff2') format('woff2'),
        url('../fonts/Animo-DEMO.woff') format('woff'),
        url('../fonts/Animo-DEMO.ttf') format('truetype'),
        url('../fonts/Animo-DEMO.svg#Animo-DEMO') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../fonts/OpenSans-Regular.eot');
    src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Regular.woff2') format('woff2'),
        url('../fonts/OpenSans-Regular.woff') format('woff'),
        url('../fonts/OpenSans-Regular.ttf') format('truetype'),
        url('../fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



*{box-sizing: border-box;}
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%;
    vertical-align: baseline;
    font-family: 'Montserrat', sans-serif;
    outline: none;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
  font-family: 'Montserrat', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-weight: normal;
}

a:focus {
    outline: none;
}

form {
    margin-top: 10px;
    width: 100%;
    float: left;
    
}

html {
    height: 100%;
}

img {
    max-width: 100%;
}

body {
    line-height: 16px;
    font-family: 'Montserrat', sans-serif;
    height: 100%;
    margin: 0px;
}

ol,
ul {
    list-style: none;
    font-family: 'Montserrat', sans-serif;
}

blockquote,
q {
    quotes: none;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
    text-shadow: none;
}

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

h1 span {
    width: 100px;
    height: 4px;
    background: #4c4c4c;
    position: absolute;
    bottom: -2px;
    left: 0px;
}

p {
    font-size: 14px;
    color: #333;
    line-height: 20px;
    margin-bottom: 20px;
    float: left;
}

p a {
    color: #ff8638;
    text-decoration: underline;
}

p a:hover {
    color: #ff8638;
    text-decoration: none;
}

a.read_more {
    font-size: 16px;
    color: #38474e;
    float: left;
}

a.read_more .glyphicon {
    margin-left: 5px;
}

a.read_more:hover .glyphicon,
a.read_more:hover {
    background: none;
    color: #cf4200 !important;
    text-decoration: none;
}

button:focus {
    outline: 0px;
}

input:focus {
    outline: 0px;
}

h2 {
    width: 100%;
    float: left;
    font-size: 25px;
    color: #009999;
    line-height: 40px;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

section {
    clear: both;
}
.form-control:focus{box-shadow:none;}
.no-padding {
    padding: 0px;
}

.pl0{padding-left: 0px;}
.pr0{padding-right: 0px;}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.m10{margin: 10px 0}
.m20{margin: 20px 0}
.m30{margin: 30px 0}
.m40{margin: 40px 0}
.m50{margin: 50px 0}
.m60{margin: 60px 0}
.m70{margin: 70px 0}
.m80{margin: 80px 0}
.m90{margin: 90px 0}
.m100{margin: 100px 0}
.mb35{margin-bottom: 35px;}
.mb0 {margin-bottom: 0px;}
.gray_bg{ background-color: #f9f9f9;}


.p10{padding: 10px 0}
.p20{padding: 20px 0}
.p30{padding: 30px 0}
.p40{padding: 40px 0}
.p50{padding: 50px 0}
.p60{padding: 60px 0}
.p70{padding: 70px 0}
.p80{padding: 80px 0}
.p90{padding: 90px 0}
.p100{padding: 100px 0}
.p120{padding: 120px 0}
.p160{padding: 160px 0}
.pb0{padding-bottom: 0px;}
.pb160{ padding-bottom: 160px;}
.pb260{ padding-bottom: 160px;}
.pb40{padding-bottom: 40px;}
.pb100{padding-bottom: 100px;}
.pb80{padding-bottom: 80px;}
.pt0{ padding-top: 0px; }

@media all and (min-width: 992px) {
    .navbar{ padding: 0px; }

    .navbar .nav-item .dropdown-menu{  display:block; opacity: 0;  visibility: hidden; transition:.3s; margin-top:0;  }
    .navbar .nav-item:hover .nav-link{    color: #214478;  }
    .navbar .dropdown-menu.fade-down{ top:80%; transform: rotateX(-75deg); transform-origin: 0% 0%; }
    .navbar .dropdown-menu.fade-up{ top:180%;  }
    .navbar .nav-item:hover .dropdown-menu{ transition: .3s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }
}  
.navbar .nav-item .dropdown-menu {border: 0;border-radius: 0;border-top:3px solid #214478;    min-width: 200px;}  
li.nav-item ul.dropdown-menu li a{padding: 10px 14px;}
.dropdown-item:focus, .dropdown-item:hover{ color: #214478 }

.animated-icon1, .animated-icon2, .animated-icon3 {
width: 30px;
height: 20px;
position: relative;
margin: 0px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}

.animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
display: block;
position: absolute;
height: 3px;
width: 100%;
border-radius: 9px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}

.animated-icon1 span {
background: #fff;
}

.animated-icon2 span {
background: #fff;
}

.animated-icon3 span {
background: #fff;
}

.animated-icon1 span:nth-child(1) {
top: 0px;
}

.animated-icon1 span:nth-child(2) {
top: 10px;
}

.animated-icon1 span:nth-child(3) {
top: 20px;
}

.animated-icon1.open span:nth-child(1) {
top: 11px;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
opacity: 0;
left: -60px;
}

.animated-icon1.open span:nth-child(3) {
top: 11px;
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
}
.mobile-menu-toggle button:focus{
    outline: none;
    box-shadow: none;
}
@media (min-width: 769px){
    .mobile-menu-toggle{display: none;} 
}

/*----------------------------------------*/
/*  1.  Header Area CSS
/*----------------------------------------*/
@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}
}
header.fl-page-header {
    padding: 15px 0;
}
li.nav-item a {
    font-size: 18px;
    line-height: 25px;
    color: #7a7a7a;
    font-weight: 400;
    font-family: "Raleway";
    transition: 0.3s
}
li.nav-item.active a, .navbar .nav-item:hover .nav-link:hover{
    font-weight: 600;
    color: #f26925
}

.Get-link.Get-link-buttom a {
    width: 130px;
    height: 40px;
    border-radius: 24px;
    filter: drop-shadow(0 0 10px rgba(0,0,0,0.1));
    -webkit-filter: drop-shadow(0 0 10px rgba(0,0,0,0.1));
    -moz-filter: drop-shadow(0 0 10px rgba(0,0,0,0.1));
    -o-filter: drop-shadow(0 0 10px rgba(0,0,0,0.1));
    background-color: #f26925;
    float: left;
    font-size: 17px;
    letter-spacing: 0px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Raleway";
    display: flex;
    align-items: center;
    justify-content: center;    
    transition: 0.3s
}
.Get-link.Get-link-buttom a:hover{
        background-color: #184367;
}
.Get-link.Get-link-buttom {
    margin-left: 20px;
}
.main{
    width: 100%;
}
.header{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding:20px 20px;
    position: absolute;
    z-index: 99;
}
.sub-header{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.header-right-side{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.menubar{
    width: auto;
    display: flex;
    flex-wrap: wrap;
}
.menubar ul{
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
        flex-direction: row;

}
.menubar ul li{
    list-style: none;
    display: inline-block;
}
.menubar li a{
    font-size: 18px;
    color: #ffffff;
    text-decoration-line: none;
    text-transform: uppercase;
    padding: 0px 17px;
    transition: 0.5s;
    font-family: 'BodoniOldFaceBQ';

}
.menubar li a:hover{ color: #7aa742 }
.header-right-social-icon{
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
.header-right-side-btn{
    width: auto;
}
.header-right-side-btn a{
    font-size: 18px;
    color: #ffffff;
    border: 2px solid #7aa742;
    border-radius: 5px;
    padding: 5px;
    min-height: 40px;
    min-width: 132px;
    text-decoration-line: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'BodoniOldFaceBQ';
    transition: 0.5s;
    background: #7aa742 
}
.header-right-social-icon ul {
    padding: 0px;
    margin: 0px;
    padding-left: 20px;
}
.header-right-social-icon li{
    display: inline-block;
    list-style: none;
    padding: 0px 5px;
}
.header-right-social-icon li a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: #a03021;
    color: #ffffff;
    font-size: 20px;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    text-decoration-line: none;
}
.banner-cnt-main{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /*margin-top: 100px;*/
    padding-left: 80px;
}
.banner-sub-dtl h2{
    font-size: 62px;
    color: #ffffff;
    line-height: 60px;
    margin-bottom: 20px;
    font-family: 'BodoniOldFaceBQ';
    position: relative;
}
.banner-sub-dtl h2::before{
    position: absolute;
    content: '';
    width: 4px;
    height: 100%;
    top: 0px;
    left: -20px;
    background-color: #668335;
}
.banner-sub-dtl h6{
font-size: 40px;
font-family: 'Animo DEMO';
    color: #ffffff;
}
.banner-btn-main{
    width: auto;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
}
.banner-btn-main a{
font-size: 30px;
    color: #ffffff;
    border: 2px solid #7aa742;
    border-radius: 5px;
    padding: 5px;
    min-height: 56px;
    min-width: 213px;
    text-decoration-line: none;
    display: flex;
    border-color: transparent;
    align-items: center;
    justify-content: center;
    background-color: #7aa742;
    font-family: 'BodoniOldFaceBQ';
}


.banner-bottom-img {
    margin-top: -84px;
        float: left;
    width: 100%;
    position: relative;
}
.banner-bottom-img img{ float: left; }
/****Who we are sec******/
.background-gray
{
     background: #eceded;
     padding:20px 20px 80px 20px;
 }

.main-had h2 {
    line-height: 55px;
    font-family: 'BodoniOldFaceBQ';
    font-size: 62px;
    color: #a03123;
    font-weight: 500;
    position: relative;
    padding-left: 15px;
    margin-left: 3px;
    margin-bottom: 20px;
}
.main-had h2:before {
    content: "";
    width: 3px;
    height: 100%;
    background: #7aa842;
    position: absolute;
    right: 100%;
}
.main-had p {
    
    font-size: 16px;font-family: 'Open Sans', sans-serif;
    color: #2f2a2a;
    font-weight: 400;
    line-height: 22px;
}

/**** Protfolio sec******/
.protfolio-bg{ background: url(../images/protfoliyo-bg.png) no-repeat;padding: 203px 0; background-size:cover;}
.protfolio-had .main-had h2, .protfolio-had .main-had p{ color: #fff; }
.protfolio-had .banner-btn-main { width: 100%; }
.protfolio-had .banner-btn-main a{min-height: 50px;min-width: 253px;font-size: 26px;}
.Products-protfolio-box {
width: 23.6%;
    background-image: linear-gradient(rgba(255,255,255,0.001), rgba(255,255,255,0.05));
    float: left;
    padding: 20px 30px;
    margin: 0 5px;
    display: flex;
    height: 100%;
    /* vertical-align: bottom; */
    flex-direction: column;
    justify-content: flex-end;
}
.Products-protfolio-box-link {
width: 90%;
    float: none;
    margin: 0 auto;
}
.Products-protfolio-box-link a{font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    font-family: 'BodoniOldFaceBQ';
    float: left;
    width: 100%;}
.Products-protfolio-box-link i {
    float: right;
    margin-top: 2px;
}

/*********our recipes sec**********/
.our-recipes-slider{ float: left; width: 100%; }
.our-recipes-sec { background: url(../images/our-recipes-bg.png) no-repeat;    padding: 130px 0 60px;
    margin-top: -63px;}
.our-recipes-box-lh, .our-recipes-box-rh {
    width: 50%;
    float: left;
    padding: 0;
}
.our-recipes-box-lh .main-had {
    width: 50%;
}
.our-recipes-box-lh-img {
    margin-right: -60px;
    position: relative;
}

.our-recipes-box-lh .main-had h2 {
    color: #2f2a2a;
}
.our-recipes-box-rh {
    border: 3px solid #8c221c;
    padding: 50px;
    margin-top: 7%;
}
.our-recipes-box-rh h2 {
    font-size: 41px;
    letter-spacing: -1px;
    color: #2f2a2a;
    font-weight: 500;
    font-family: 'BodoniOldFaceBQ';
    line-height: 47px;
}
.our-recipes-box-rh p {
    font-size: 16px;
    color: #2f2a2a;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0;
        padding: 25px 0;
}
.our-recipes-box-rh .banner-btn-main { width: 100%; }
.our-recipes-box-rh .banner-btn-main a{min-height: 50px;min-width: 253px;font-size: 26px;}

.community-box-bg {background: url(../images/comm-bg-01.png) no-repeat; padding: 50px 60px;}
.community-box .main-had h2 {
    color: #fff;
}
.community-box .main-had h2 {
    color: #fff;
}
.community-box .main-had h2:before{
        background: #8c221c;
}
.community-box-bg-rh .main-had h2:before{    background: #7aa842;}
.community-box .main-had p{ color: #fff; }
.charity-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    float: left;
    width: 100%;
    padding: 20px 0;

}

.community-box .banner-btn-main { width: 100%;     float: left;}
.community-box .banner-btn-main a{min-height: 50px;min-width: 253px;font-size: 26px;    background: #8c221c;}
.community-box-bg-rh{background: url(../images/comm-bg-02.png) no-repeat; padding: 50px 60px;}
.community-box-bg-rh .banner-btn-main a{    background: #7aa842;}
.community-box .main-had h2{
    width: 50%;
}

/**** Protfolio sec******/
.find-our-product{ background: url(../images/back-img.jpg) no-repeat; background-size:cover;}
.find-our-product-content{text-align: center; padding:100px 0px 200px;}
.find-our-product-btn 
{
    width: fit-content;
    margin: 0 auto;
}
.find-our-product-title
{
    width:100%;
    padding-bottom:40px;
}
.find-our-product-title h5
{
     color:#8c221c;
    font-size:80px;
    font-family: 'BodoniOldFaceBQ';
}
.find-our-product-btn a
{
    font-size: 30px;
    color: #ffffff;
    border: 2px solid #7aa742;
    border-radius: 5px;
    padding: 5px;
    min-height: 56px;
    min-width: 253px;
    text-decoration-line: none;
    display: flex;
    border-color: transparent;
    align-items: center;
    justify-content: center;
    background-color: #7aa742;
    font-family: 'BodoniOldFaceBQ';
}
.find-our-product-marker
{
    width:100%;
    padding-bottom:40px;
}
.find-our-product-marker i
{
    color:#8c221c;
    font-size:80px;
}
.Customers-slider .main-had h2
{
    color:#000;
}
.Customers-slider-right
{
    width:100%;
    text-align:right;
}
.Customers-slider-right h2
{
    font-size:62px;
    color:#000;
}
.Customers-slider-right h2 span
{
    font-size:30px;
    color:#000;
    font-weight:100;
}
.Customers-slider-right-img
{
    width:100%;
    text-align: right;
}
.Customers-slider-right-img img {
    width: 33px;
    padding: 0 2px;
}

.Customers-slider-right-img img {
    margin-top: 15px;
}


.instagram
{
    width:100%;
    background-color: #8c221c;
    position: relative;
}
.instagram .instagram-icon
{
    position:absolute;
    content:"";
    bottom: 0;
    color:#000;
    left: -15%;
}
.instagram .instagram-icon i{
     color:rgba(255,255,255,0.1);
     font-size: 400px
}
.instagram-sub
{
    width:100%;
    padding-top:130px;
    padding-bottom:140px;
}
.instagram .main-had h2
{
    color:#fff;
    margin-bottom:170px;
}
.instagram .follow-us
{
    width:100%;
    padding-left:60px;
}
.instagram .follow-us h2
{
    color:#7aa842;
    font-size:38px;
    padding-bottom:30px;
    font-family: 'BodoniOldFaceBQ';
}
.instagram .follow-us a
{
    color:#fff;
    font-size:38px;
    font-weight:normal;
        font-family: 'BodoniOldFaceBQ';
}
.instagram-img
{
    padding-bottom:30px;
}

.stay-touch
{
    width:100%;
    background-color:#eceded;
    padding:0 0 100px 0px;
    position: relative;
}
.stay-touch .main-had h2
{
    color:#000;
    margin-bottom:100px;
}
.stay-touch-content
{
    width:100%;

}
.stay-touch-content p
{
    color:#000;
    font-size:30px;
    line-height:35px;
}
.stay-touch .name
{
    width:100%;
    padding-bottom:10px;
}
.stay-touch .name h6 {
    color: #a03021;
    font-size: 20px;
}
.stay-touch input
{
    width: 100%;
    height: 54px;
    margin-bottom: 30px;
    background-color: #f0f0f0;
    border: 1px solid #d1d2d2;
}
.stay-touch-btn input
{
    width: 100%;
    height: 56px;
    background-color: #a03021;
    color: #fff;
    font-size: 23px;
    color: #ffffff;
    font-weight: 500;
    border: 0;
    border-radius: 10px;
}

.footer
{
    background-color: #7aa842;
    position: relative;
        margin-top: 110px;
}
.footer-content
{
    padding:0 0 60px 0;
}
.footer-menu
{
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.footer-menu ul
{
    display:-webkit-inline-box; 
}
.footer-menu ul li
{
   padding-bottom: 30px;
    padding-right: 25px;
}
.footer-menu ul li a
{
       font-size: 16px;
    color: #ffffff;
    text-decoration-line: none;
    text-transform: uppercase;
    padding: 0px 3px;
    transition: 0.5s;
    font-family: 'BodoniOldFaceBQ';
}

.save-btn
{
    width:100%;
}
.save-btn button
{
    background-color:transparent;
    color:#fff;
    width:220px;
    height:60px;
    border:1px solid #a03021;
    font-size:25px;
}
.ourcustomers-slider { float: left; width: 100%; padding: 40px 0 }
.ourcustomers-slider-box {
    text-align: center;
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.5);
    padding: 20px;
    margin: 50px 0;    
    border-radius: 10px;
    background: #fff;
}
.ourcustomers-slider-box p {
    font-size: 18px;
    color: #a03123;
    font-weight: 500;
    line-height: 23px;
    font-family: 'MarkPro';
}
.ourcustomers-slider-box h4{
    font-size: 22px;
color: #a03123;
font-family: 'BodoniOldFaceBQ';
font-weight: 400;
}
.ourcustomers-slider-box  .Customers-slider-right-img img{    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 22px;display: inline-block;}
.ourcustomers-slider-box  .Customers-slider-right-img{ text-align: center; }
.slick-center {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    color: #e67e22;
    opacity: 1;
    transform: scale(1.2);
}
.slick-center .ourcustomers-slider-box {
    padding: 20px 30px;
}
.slick-center .ourcustomers-slider-box p{ font-size: 17px; line-height: 22px; }
.instagram-icon {
    position: absolute;
    bottom: 0;
}
.stay-touch:before {
    content: "";
    background: url(../images/stay-touch-top-bg.png) no-repeat;
    position: absolute;
    bottom: 100%;
    width: 100%;
    height: 188px;

}

.copyright-link p {
    font-size: 17px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Open Sans";
    padding-left: 64px;
}
.header-right-social-icon-footer .header-right-side-btn a{ border-color: #a03021;     min-width: 142px;}

.header-right-social-icon-footer .header-right-side-btn {
    width: auto;
    margin-bottom: 30px;
}
.footer:before {
    content: "";
    background: #eceded url(../images/footer-top-bg.png) no-repeat;
    position: absolute;
       bottom: 97%;
    width: 100%;
    height: 120px;
        z-index: -1;
    background-size: 100%;

}

.video {
    position: relative;
}
.video-icon {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.video-icon img{ width: 150px }


.mobile-menu-toggle.mobile-menu-toggle-open {
    position: fixed;
}

.owl-theme .owl-controls .owl-page span {
    background: transparent;
    border-radius: 20px;
    display: block;
    height: 15px;
    margin: 11px 14px;
    opacity: 1;
    width: 15px;
    border: 1px solid #ffffff;
}
.owl-theme .owl-controls .owl-page.active span{ background: #fff; }
.owl-controls {
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translate(0px, -50%);
}
.banner{ width: 100%; float: left; }
.carousel-inner img {
    width: 100%;
    height: 100%;
  }

ul.carousel-indicators {
     position: absolute;
    right: 2%;
    top: 50%;
    transform: translate(0px, -50%);
    bottom: inherit;
    left: inherit;
    margin: 0;
    display: block;
}
.carousel-indicators li {
    background: transparent;
    border-radius: 20px;
    display: block;
    height: 15px;
    margin: 11px 14px;
    opacity: 1;
    width: 15px;
    border: 1px solid #ffffff;
}

.carousel-indicators li.active{ background: #fff; }

.Products-protfolio-rtl-main .slick-dots{
    bottom: -40px;
}
.Products-protfolio-rtl-main .slick-dots li button:before{
    border: 1px solid #fff;
}
.Products-protfolio-rtl-main .slick-dots li.slick-active button:before{
    background: #fff;
}
.banner-video-part-main video{
    width: 100%;
    height:100%;
}
.banner-bottom-img{
    margin-top: 0px;
}
.Products-protfolio-rtl-main{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.footer .header-right-social-icon-footer .header-right-side-btn a{
    background: #a03021
}
.banner-bottom-img{
    margin-top: -98px;
}
.Products-protfolio-rtl-main{
    display: flex;
    flex-wrap: wrap;
    padding: 0px 20px;
    align-items: flex-end;
}
.Products-protfolio-rtl-main .slick-prev:before, .Products-protfolio-rtl-main .slick-next:before{
    color: #fff;
    opacity: 1;
}
.Products-protfolio-rtl-main .slick-prev{
    left: -10px;
}
.Products-protfolio-rtl-main .slick-next{
    right: -10px;
}
.Products-protfolio-box{
    padding: 20px 20px;
}

.Products-protfolio-rtl-main .slick-track{
    display: flex !important;
    align-items: flex-end;
    flex-wrap: wrap;
}

.Products-protfolio-rtl-main.slick-slide{
    height: inherit !important;
}
.banner-video-part-main{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.instagram .follow-us h2 {
    color: #7aa842;
    font-size: 28px;
    padding-bottom: 30px;
    font-family: 'BodoniOldFaceBQ';
}
.Products-protfolio-rtl-main .slick-dots {
    bottom: -40px;
    left: 0;
}
.logo img{
    width: 215px;
}
.Products-protfolio-box-img img{
    margin: auto;
    /*height: 330px;
    object-fit: contain;*/
}
.Products-protfolio-box-img {
    margin-bottom: 5px;
}
.protfolio-bg .row{
    align-items: flex-end;
}
.footer-logo img{
    width: 210px;
}
.Products-protfolio-box-link a{
    display: flex;
    justify-content: center;
}
.Products-protfolio-box-link i{
    margin-left: 5px;
}
.Products-protfolio-rtl-main .slick-next, .Products-protfolio-rtl-main .slick-prev{
    top: 50%;
}


section.Products-protfolio-sec {
    width: 40em;
    height: 25em;
    margin: 0 auto;
    margin-left: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: top;
}

.Products-protfolio-sec li{
   width: 381px;
  height: 381px;
  /*height: 281px;*/
  /*background: #333;*/
  display: inline-block;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  overflow: hidden;
  text-align: center;
}
.Products-protfolio-sec .Products-protfolio-box-img{
    width: 100%;
    text-align: center;
}

.Products-protfolio-sec li p {
  color: white;
  font-weight: bold;
  font-size: 5em;
  text-align: center;
  margin-top: 1.175em;
}

.Products-protfolio-sec .items {
  position: absolute;
  left: 140px;
  top: -80px;
}

.Products-protfolio-sec .main-pos {
  margin-left: 2em !important;
  margin-left: 3em !important;
  z-index: 3000;
  /*background-image: url('https://dl.dropbox.com/u/32649907/imgs/shadow.png');*/
}

.Products-protfolio-sec .left-pos {
  opacity: .3;
  margin-left: -13em !important;
  z-index: 1000;
  -webkit-transform: scale(.75);
  -moz-transform: scale(.75);
  transform: scale(.75);
}

.Products-protfolio-sec .back-pos {
  margin-left: 3em !important;
  opacity: .05;
  -webkit-transform: scale(.5);
  -moz-transform: scale(.5);
  transform: scale(.5);
}

.Products-protfolio-sec .right-pos {
  opacity: .3;
  margin-left:  19em !important;
  z-index: 1000;
  -webkit-transform: scale(.75);
  -moz-transform: scale(.75);
  transform: scale(.75);
}

.Products-protfolio-sec span {
  position: relative;
  margin: 0 auto;
  left: 17em;
  top: 20em;
}
span.Products-slide-btn{
    position: absolute;
    top: 70%;
    width: 100%;
    left: 0px;
}
span.Products-slide-btn button#next {
    position: absolute;
    right: -150px;
    z-index: 999;
}
span.Products-slide-btn button#prev{
    left: -20px;
    position: absolute;
    z-index: 999;
}

span.Products-slide-btn button{
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    color: #fff;
    font-size: 30px;
    background-color: transparent;
    cursor: pointer;
}


.community-box-bg .charity-logo img {
    width: 100%;
    max-width: 200px;
}

/*about-page*/
.about-banner-part{
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 700px;
}
.about-banner-part::before{
    position: absolute;
    content: '';
    background-color: rgba(0,0,0,0.5);
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.about-banner-part-main{
    width: 100%;
}
.about-main-dtl-part{
    width: 100%;
    float: left;
    margin-top: -300px;
    position: relative;
}
.about-main-dtl-part::before{
    position: absolute;
    content: '';
    background-image: url('https://www.capatriti.com/wp-content/themes/capatriti/images/about-shape.png');
    top: 0px;
    background-size: cover;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.footer{
    width: 100%;
    float: left;
}
.about-banner-part-main .banner-cnt-main{
    top: 35%;
}
.about-dtl-sec-part .who-are-img img{
    height: 400px;
    width: 100%;
    object-fit: cover;
    /*object-position: left;*/
    padding: 12px;
    background-color: rgba(122,167,66,0.4);
}
.about-main-dtl-part .container{
    max-width: 1454px;
}
.about-main-dtl-part .background-gray{
    padding: 110px 0px 130px 0px;
    background-color: transparent;
}
.about-main-dtl-part .who-are-text{
    padding-right: 70px;
}
.about-main-dtl-part .who-are-img {
    float: right;
    max-width: 500px;
}
.about-banner-part-main .banner-sub-dtl h2{
    font-size: 81px;
    line-height: 81px;
    padding: 40px 0px;
}
.about-dtl-sec-part .main-had h2{
    font-size: 81px;line-height: 75px;
}
.offers-main-dtl-part .who-are-img img{
    padding: 0px;
    background-color: transparent;
    height: auto;
    width: auto;
}
.about-banner-part.offer-banner-part{
    min-height: 650px;
}
.offer-banner-part .about-banner-part-main .banner-cnt-main {
    top: 45%;
}
.about-main-dtl-part.offers-main-dtl-part .background-gray{
    padding: 230px 0px 130px 0px;
}
.about-main-dtl-part.offers-main-dtl-part::before{
    background-image: url(https://www.capatriti.com/wp-content/themes/capatriti/images/about-shape2.png);
}
.offer-form{
    width: 100%;
    margin-top: 65px;
}
.offer-form form{
    width: 100%;
    max-width: 620px;
}
.offer-form-part{
    width: 100%;
}
.offer-form-part-single{
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.offer-form-part-single label{
    width: 100%;
    font-size: 34px;
    color: #2f2a2a;
    line-height: 28px;
    font-family: 'BodoniOldFaceBQ-Medium';
    margin-bottom: 20px;
}
.off-inp{
    width: 100%;
    font-size: 20px;
    color: #2f2a2a;
    font-family: 'OpenSans-Regular';
    height: 68px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0px 22px;  
    text-transform: capitalize;  
    box-shadow: none;
    border: 1px solid #d2d2d2;
    background-color: #f0f0f0;
}

.cus-checkmark {
  display: block;
  position: relative;
  padding-left: 55px;
  cursor: pointer;
  line-height: 30px !important;
      margin-bottom: 20px !important;
  font-size: 20px !important;
    color: #2f2a2a !important;
    font-family: 'OpenSans-Regular' !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cus-checkmark input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 41px;
  width: 41px;
  background-color: #f0f0f0;
  border: 1px solid #d2d2d2; 
}

.cus-checkmark:hover input ~ .checkmark {
  background-color: #a03021;
  border-color: #a03021;
}

.cus-checkmark input:checked ~ .checkmark {
  background-color: #a03021;
  border-color: #a03021;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.cus-checkmark input:checked ~ .checkmark:after {
  display: block;
}

.cus-checkmark .checkmark:after {
  left: 12px;
    top: 1px;
    width: 15px;
    height: 25px;
    border: solid white;
    border-width: 0 5px 5px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.off-inp-bnt{
    width: 100%;
    font-size: 34px;
    color: #fff;
    font-family: 'BodoniOldFaceBQ';
    height: 73px;
    display: flex;
    background-color: #a03021;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0px 22px;  
    text-transform: capitalize;  
    box-shadow: none;
    border: 1px solid #d2d2d2;
    border-color: transparent;
    border-radius: 10px !important;
}
.offer-form-part-single.offer-form-submit-btn{
    margin-top: 10px;
    margin-bottom:45px;
}
.offer-form-part p{
    font-size: 20px;
    color: #2f2a2a;
    font-family: 'OpenSans-Regular';
}
.offer-form-part p a{
    text-decoration-line: underline;
    color: #a03021;
}
.about-main-dtl-part.offers-main-dtl-part .who-are-img {
    float: unset;
    max-width: unset;
    text-align: center;
    margin-top: 55px;
}

/**/
.contact-us-main{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.about-banner-part.about-banner-main .about-banner-part-main .banner-cnt-main {
    top: 45%;
}
.contact-tp-part-main{
    width: 100%;
    display: flex;
    flex-wrap: wrap;

}
.contact-tp-part-main p{
    font-size: 34px;
    color: #2f2a2a;
    font-family: 'BodoniOldFaceBQ';
    width: 100%;
    line-height: 40px;
    text-align: center;
}
.contact-tp-part-box-main{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}
.contact-tp-sm-box{
    width: 100%;
    text-align: center;
}
.contact-tp-sm-box h4{
    font-size: 32px;
    color: #2f2a2a;
    font-family: 'BodoniOldFaceBQ';
}
.contact-tp-sm-box p{
    font-size: 20px;
    color: #2f2a2a;
    font-family: 'OpenSans-Regular';
    line-height: 26px;
    margin-bottom: 0px;
}

.contact-tp-sm-box p a{
    text-decoration-line: none;
    color: #a03021;
}
.about-main-dtl-part.offers-main-dtl-part .background-gray{
    position: relative;
}
.contact-us-form-main{
    width: 100%;
    float: left;
    padding-top: 125px;
}
.contact-us-head{
    width: 100%;
    text-align: center;
}
.contact-us-head h2{
    font-size: 81px;
    line-height: 75px;
    font-family: 'BodoniOldFaceBQ';
    color: #a03123;
    font-weight: 500;
    position: relative;
    margin-bottom: 50px;
    width: 100%;
}
.contact-us-head p{
    font-size: 20px;
    font-family: 'OpenSans-Regular';
    color: #2f2a2a;
    font-weight: 400;
    line-height: 22px;
    width: 100%;
}
.contact-us-head p a{
    text-decoration-line: underline;
    color: #a03123;
}
.contact-form-part{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    float: left;
    margin-top: 25px;
}
.contact-form-part .offer-form-part .col-lg-6, .contact-form-part .offer-form-part .col-lg-4, .contact-form-part .offer-form-part .col-lg-12{
    padding: 0px 25px; 
    float: left;
}
.contact-form-part form{
    max-width: 1375px;
    margin: auto;
}
.contact-form-part .off-inp{
    border-top: 0;
    border-bottom: 2px solid #d2d2d2;
}
.contact-form-part .offer-form-part-single{
    margin-bottom: 40px;
}
.contact-form-part .offer-form-part-single.offer-form-submit-btn{
    margin-bottom: 40px;
}
select.off-inp {
    appearance: none;
    background-image: url('https://www.capatriti.com/wp-content/themes/capatriti/images/cnt-arw.png');
    background-repeat: no-repeat;
    background-position: calc(100% - 15px);
    padding-right: 40px;
}
textarea.off-inp{
    padding-top: 25px;
    align-items: flex-start;
    height: 240px;
} 
.contact-us-main .about-main-dtl-part.offers-main-dtl-part{
    background-size: cover;
    margin-top: -270px;
}
.contact-us-main .about-main-dtl-part.offers-main-dtl-part::before{
    background-image: url('https://www.capatriti.com/wp-content/themes/capatriti/images/cnt-shape.png');
}
.offer-form-part{
    position: relative;
    z-index: 9;
}
.products-page-main .products-dtl-sec-part span.Products-slide-btn{
    top: unset;
    bottom: 0px;
}
.products-page-main .products-dtl-sec-part .slick-prev, .products-page-main .products-dtl-sec-part .slick-next{
    top: unset;
    bottom: -200px;
    left: 100%;
    right: -200px;
    width: 50px;
    height: 50px;
    border-radius:100%;
    background-color: #7aa842;
}
.products-page-main .products-dtl-sec-part .slick-next{
    right: -340px;
}
.products-page-main .products-dtl-sec-part span.Products-slide-btn button#prev{
    left: -40px;
}
.products-page-main .products-dtl-sec-part span.Products-slide-btn button#next{
    right: 0;
    left: 40px;
}
.products-page-main .about-main-dtl-part.offers-main-dtl-part .background-gray{
    padding: 400px 0px 170px;
}
/*.products-page-main .about-main-dtl-part::before{
    background-image: url(https://www.capatriti.com/wp-content/themes/capatriti/images/product-main-shape.png)
}*/
.products-page-main .about-banner-part-main .banner-sub-dtl p{
    font-size: 35px;
    color: #fff;
    margin-bottom: 0px;
    font-family: 'Animo-DEMO';
    width: 52%;
    line-height: 40px;
    margin-top: -20px;
}
.products-page-main span.Products-slide-btn button{
    background-color: #7aa842;
    border:0px;
    width: 50px;
    height: 50px;
}
.products-page-main .about-banner-part-main .banner-sub-dtl h2{
    margin-bottom: 0px;
    padding: 30px 0px;
}
.products-page-main .products-dtl-sec-part .main-had h2{
    margin-bottom: 30px;
}
.products-page-main .about-main-dtl-part{
    margin-top: -250px;
}
.products-page-main section.Products-protfolio-sec{
    align-items: flex-start;
}
.products-page-main .Products-protfolio-sec .right-pos{
    margin-left: 16em !important;
}
.products-page-main span.Products-slide-btn button img{
    height: 18px;
    object-fit: contain;
}
.products-page-main .about-main-dtl-part .who-are-text {
    padding-right: 0;
}

/*11/02/2020*/
.logo img {
    width: 175px;
}
.footer-logo img {
    width: 175px;
}
.main-had h2{
    font-size: 40px;
    line-height: 40px;
}
.find-our-product-title h5{
    line-height: 55px;
    font-size: 50px;
}
.stay-touch-content p{
    font-size: 20px;
    line-height: 25px;
}
.community-box .main-had h2{
    margin-bottom: 30px;
    margin-top: 30px;
}
.about-banner-main .about-banner-part-main .banner-sub-dtl h2{
    font-size: 50px;line-height: 55px;
    color: #000;
}
.about-banner-part-main .banner-sub-dtl h2{
    font-size: 50px;line-height: 55px;
}
.about-dtl-sec-part .main-had h2{
    font-size: 50px;
    line-height: 55px;

}
.offer-form-part p{
    font-size: 16px;
}
.offer-form-part-single label{
    font-size: 25px;
}
.contact-us-head h2{
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 20px;
    margin-top:40px;
}
/*.contact-us-form-main{
    padding-top: 40px;
}*/
.Customers-slider-right h2{
    font-size: 40px;
}
.Customers-slider-right h2 span{
    font-size: 40px;

}
.about-main-sub-cnt .about-dtl-sec-part .main-had h2{
    color: #000;
}
.about-main-sub-cnt .row.about-dtl-sec-part {
    padding-top: 40px;
}
.Customers-slider {
    padding-top: 40px;
}

/*12/02/2020*/
/*.footer .header-right-social-icon li a{
    width: 53px;
    height: 53px;
    font-size: 30px;
}
.footer .header-right-social-icon li{
    padding: 0px 13px;
}
.footer .header-right-social-icon-footer .header-right-side-btn a{
    min-width: 223px;
    font-size: 30px;
    min-height: 58px;
}*/
.footer .header-right-social-icon li:last-child{
    padding-right: 0px;
}
.contact-tp-sm-box{
    width: 80%;
    margin: auto;
}
.instagram .follow-us h2{
    text-transform: capitalize;
}
.find-our-product-content .find-our-product-btn{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.stay-touch .main-had h2{
    margin-bottom: 80px;
    width: 40%;
}
.about-dtl-sec-part .main-had h2{
    margin-bottom: 50px;
}
.instagram .instagram-icon{
    bottom: 100px;
    left: -10%;
}
.container.instagram-sub{
    max-width: 1550px;
}
.stay-touch-content p{
    font-family: 'BodoniOldFaceBQ';
    color: #2f2a2a;
}
.stay-touch .name h6{
    font-family: 'BodoniOldFaceBQ';
}
.stay-touch-btn input{
    font-family: 'BodoniOldFaceBQ';
}
/*.about-us-main-page .about-main-dtl-part::before{
    display: none;
}*/
.about-us-main-page .about-banner-part::before{
    display: none;
}
/*.about-us-main-page .about-main-dtl-part{
        background-color: #eceded;
        margin-top: 0px;
}*/
.about-us-main-page .about-main-dtl-part .background-gray{
    padding: 0px;
    padding-bottom: 70px;
}
.about-us-main-page .about-main-sub-cnt .row.about-dtl-sec-part{
    align-items: center;
}
.our-recipes-box-rh .banner-btn-main a{
    min-height: 56px;
    min-width: 253px;
    font-size: 30px;
}
.community-box .banner-btn-main a{
    font-size: 30px;
    min-height: 56px;
}
.header-right-social-icon-footer .header-right-side-btn a{
    min-width: 132px;
}
.footer .header-right-social-icon-footer .header-right-side-btn{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-right: 0px;
}
.header-right-social-icon ul{
    padding-left: 0px !important;
}
.footer .header-right-social-icon li:first-child{
    padding-left: 0px;
}
.our-recipes-box-rh h2{
    font-size: 40px;
}
.header .header-right-side-btn{
    padding-right: 10px;
}
.footer .header-right-social-icon li{
    padding: 0px 7px;
}
.footer-menu{
    text-align: left;
}
.copyright-link p{
    padding-left: 3px !important;
}
.products-page-main .about-main-dtl-part{
    margin-top: -300px;
}
.about-banner-part.offer-banner-part{
    min-height: 700px;
}

/*contact-us-new*/
.contact-tp-icon-ro {
    width: 130px;
    height: 130px;
    background-color: #a03021;
    border-radius: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 30px;
}
.contact-tp-sm-box h4{
    font-size: 20px;
    margin-bottom: 10px;
    width: 100%;
}
.contact-tp-sm-box p{
    font-size: 16px;
    line-height: 28px;
    width: 60%;
    margin: auto;
    float: none;
}

.contact-tp-sm-box {
    width: 100%;
    margin: auto;
    /*display: flex;
    flex-wrap: wrap;*/
    justify-content: center;
    padding: 60px 0px;
    border-right: 3px solid #e3e3e3;
    height: 100%;
    float: left;
    margin: auto;
    text-align: center;
}
.contact-tp-part-box-main{
    border: 1px solid #dcdcdc;
    background-color: #f3f4f4;
    border-radius: 10px;
}
.contact-tp-part-box-main .col-lg-4:last-child .contact-tp-sm-box {
    border-right:0px;
}
.contact-us-form-main{
    padding-top: 0px;
}
.contact-us-head h2{
    font-size: 40px;
    margin-top: 0px;
    margin-bottom: 30px;
    line-height: normal;
}
.contact-us-head p{
    font-size: 16px;
    line-height: normal;
}
.contact-form-part{
    margin-top: 70px;
}
.offer-form-part-single label{
    font-size: 20px;
    color: #a03123;
    line-height: normal;
    font-family: 'BodoniOldFaceBQ';
    margin-bottom: 10px;
}
.off-inp{
    border: 2px solid #d2d2d2;
}
.contact-form-part .off-inp{
    border-top: 2px solid #d2d2d2;
}
.contact-form-part .offer-form-part-single{
    margin-bottom: 35px;
}
.off-inp-bnt{
    font-size: 23px;
    height: 57px;
}
.contact-form-part .offer-form-part-single.offer-form-submit-btn{
    margin: 0px !important;
    max-width: 220px;
}
.contact-us-main .about-main-dtl-part.offers-main-dtl-part .background-gray{
    padding-bottom: 100px;
    padding-top: 300px;
}
.contact-us-main .about-main-dtl-part.offers-main-dtl-part{
    margin-top: -300px;
}
.contact-us-form-main{
    padding-top: 80px;
}

.offers-page-main .about-dtl-sec-part .main-had h2{
    font-size: 40px;
}
.about-main-dtl-part.offers-main-dtl-part .who-are-img{
    margin-top: 150px;
}
.offers-page-main .offer-form-part-single{
    margin-bottom: 30px;
}
.offers-page-main .cus-checkmark{
    font-size: 16px !important;
    font-weight: normal !important;
    margin-bottom: 0px !important;
    padding-top: 5px;
}
.offers-page-main .checkmark{
    border: 2px solid #d2d2d2;
}
.offers-page-main .offer-form-part-single.offer-form-submit-btn {
    margin-top: 5px;
    margin-bottom: 40px;
    max-width: 300px;
}
.offer-form-part p a{
    font-family: 'OpenSans-Regular';
}
.contact-us-head p a{
    font-family: 'OpenSans-Regular';
}
.contact-tp-sm-box p a{
    font-family: 'OpenSans-Regular';
}

.offers-page-main .main-had p{
    width: 95%;
}
.about-us-main-page .about-main-sub-cnt .row.about-dtl-sec-part{
    padding-top: 280px;
}
.products-page-main .about-main-dtl-part.offers-main-dtl-part .background-gray{
    padding: 400px 0px 110px;
}
.products-tp-head-part{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 110px;
}
.products-bg-head-sm{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #a03123;
    padding: 32px 0px;
    margin: 20px 0px;
    margin-top: 0px;
    position: relative;
}
/*.products-bg-head-sm::before{
    position: absolute;
    content: '';
    border-top: 2px solid #a03123;
    top: -20px;
    width: 100%;
    height: 2px;
    left: 0px;
    right: 0px;
}*/
.products-bg-head-sm h1{
    font-size: 40px;
    color: #fff;
    font-family: 'BodoniOldFaceBQ';
    margin-bottom: 0px;
}
.products-tp-intro-part{
    width: 100%;
    text-align: center;
    margin-top: 40px;
}
.products-tp-intro-part p{
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #2f2a2a;
    font-weight: 400;
    line-height: 22px;
}
.products-page-main .about-main-dtl-part.offers-main-dtl-part .background-gray{
    padding: 300px 0px 50px;
}
.products-page-main .about-banner-part-main .banner-sub-dtl p{
    width: 60%;
    font-family: 'BodoniOldFaceBQ';
}
.products-bg-head-sm h1{
    font-weight: bold;
    letter-spacing: 1px;
}
.products-bg-head-sm h1 span{
    font-weight: normal;
    position: unset;
    background-color: transparent;
    font-family: 'BodoniOldFaceBQ';
}
.about-main-dtl-part.offers-main-dtl-part .who-are-img{
    right: 240px;
    top: 60px;
    position: relative;
}
.contact-us-main .contact-form-part .offer-form-part{
    position: relative;
    z-index: 9;
    margin: 0px -25px;
    width: calc(100% + 50px);
}
.contact-us-main .contact-form-part form{
    max-width: 100% !important;
}
.contact-us-main .about-main-dtl-part.offers-main-dtl-part::before{
    top: 10px;
}
.contact-us-main .contact-form-part{
    overflow: hidden;
}
.products-page-main .products-dtl-sec-part span.Products-slide-btn button#next {
    right: -70px;
    left: 0px;
    margin: auto;
}
.products-page-main .products-dtl-sec-part span.Products-slide-btn button#prev {
    left: -70px;
    right: 0;
    margin: auto;
}
.products-page-main .products-dtl-sec-part span.Products-slide-btn {
    top: unset;
    bottom: 150px;
}
.products-page-main section.Products-protfolio-sec{
    position: unset;
}
.products-page-main .row.products-dtl-sec-part .col-md-6.no-padding{
    position: unset;
}
.contact-us-main .contact-us-form-main .contact-us-head{
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
}
.contact-us-main .contact-us-head h2{
    width: 100%;
}
.footer:before {
    bottom: 98%;
}
.footer-menu ul{
    flex-wrap: wrap;
    width: 100%;
}
.footer-menu ul li{
    width: 50%;
    padding-bottom: 20px;padding-top: 0px !important;
}
.ourcustomers-slider-box{
    min-height: 330px;
}
.offers-page-main .main-had p{
    width: 75%;
}
.footer-menu ul li{
    padding-right: 0px !important;
    width: 33.33%;
    padding-bottom: 23px;
}
.copyright-link {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
}
.pr-btn{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.pr-btn a{
    min-height: 50px;
    min-width: 253px;
    font-size: 26px;
    color: #ffffff;
    border: 2px solid #7aa742;
    border-radius: 5px;
    padding: 5px;
    min-height: 56px;
    min-width: 213px;
    text-decoration-line: none;
    display: flex;
    border-color: transparent;
    align-items: center;
    justify-content: center;
    background-color: #7aa742;
    font-family: 'BodoniOldFaceBQ';
}
.community-dtl-part .community-box-bg{
    position: relative;
}
.community-dtl-part .community-box .banner-btn-main{
    position: absolute;
    bottom: 50px;
    width: auto;
}
.community-box-bg{
    padding: 50px 60px 140px;
}
.store-locator-map-pic{
    width: 100%;
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    float: left;
}
.store-locator-map-pic img{
    width: 100%;
}
.store-locator-main .about-banner-part::before{
    background-color: transparent;
    background-image: url('https://www.capatriti.com/wp-content/themes/capatriti/images/store-loc-banner-shape.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.store-locator-main .about-main-dtl-part.offers-main-dtl-part .background-gray::before{
    position: absolute;
    content: '';
    background-color: #eceded;
    height: 100px;
    bottom: 2px;
    left: 0px;
    right: 0px;
    width: 100%;
}
.store-locator-main .about-main-dtl-part.offers-main-dtl-part::before{
    background-image: url(https://www.capatriti.com/wp-content/themes/capatriti/images/store-bg-main.png);
}
.store-locator-main .about-main-dtl-part.offers-main-dtl-part .background-gray {
    padding: 330px 0px 20px 0px;
}
.store-loc-logo-part{
    width: calc(100% + 70px);
    margin: 0px -35px;
    display: flex;
    flex-wrap: wrap;
    padding-top: 120px;
}
.store-loc-logo-part .col-lg-3{
    padding: 0px 35px 60px;
}
.store-locator-logo-box{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    min-height:212px;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    padding: 20px;
    background-color: #ffffff;
}
.store-locator-logo-box a{
    display: block;
}
.store-locator-logo-box a img{
    object-fit: contain;
}
.store-locator-main .about-dtl-sec-part{
    overflow: hidden;
}
.offers-page-main .about-banner-part::before {
    background-color: transparent;
    background-image: url(https://www.capatriti.com/wp-content/themes/capatriti/images/store-loc-banner-shape.png);
    background-repeat: no-repeat;
    background-size: cover;
}

/*recipes-page*/
.store-loc-logo-part.recipes-page-menu-box{
    padding-top: 50px;
    width: calc(100% + 40px);
    margin: 0px -20px;
}
.store-loc-logo-part.recipes-page-menu-box .col-lg-4{
    padding: 0px 20px 40px;
}
.recipes-box-sm-main{
    width: 100%;
    height: 100%;
    padding: 35px 35px 100px;
    position: relative;
    background-color: #eceded;
   /* border-width: 3px;
    border-style: solid;
    border-image: linear-gradient( to bottom, #8c221c, rgba(237, 209, 209, 1) ) 1;*/
    border-radius: 4px;

}
.recipes-box-sm-parent{
    width: 100%;
    height: 100%;
    padding: 3px;
    position: relative;
    /*border-width: 3px;
    border-style: solid;*/
    border-radius: 4px;
    background-image: linear-gradient( to bottom, #8c221c, rgba(237, 209, 209, 1) );
}
/*.recipes-box-sm-main::before{
    position: absolute;
    content: '';
    top:0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    border-width: 3px;
    border-style: solid;
    border-image: linear-gradient( to bottom, #8c221c, rgba(237, 209, 209, 1) ) 1;
}*/
.recipes-menu-box-pic{
    width: 100%;
    text-align: center;
    background-color: #8c221c;
    min-height: 290px;
}
.recipes-menu-box-pic img{
    width: 100%;
    min-height: 290px;
    object-fit: cover;
    display: block;
}
.recipes-box-menu-dtl{
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.recipes-box-menu-dtl h6{
    font-size: 20px;
    color: #a03123;
    min-height: 48px;
    font-family: 'BodoniOldFaceBQ';
}
.recipes-btn{
    width: 100%;
    margin-top: 10px;
    position: absolute;
    bottom: 35px;
    left: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    right: 0px;
}
.recipes-btn a{
    text-decoration-line: none;
    font-size: 23px;
     color: #fff;
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     justify-content: center;
     min-height: 57px;
     min-width: 220px;
    background-color:#a03123;
    font-family: 'BodoniOldFaceBQ';
    border-radius: 8px;
}
.recipe-main-page.store-locator-main .about-main-dtl-part.offers-main-dtl-part .background-gray{
    padding: 330px 0px 50px 0px;
}
.recipes-load-more{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
}
.recipes-load-more a{
    text-decoration-line: none;
    font-size: 23px;
     color: #fff;
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     justify-content: center;
     min-height: 59px;
     min-width: 285px;
    background-color:#7aa842;
    font-family: 'BodoniOldFaceBQ';
    border-radius: 8px;
}
.recipe-main-page.store-locator-main .about-main-dtl-part.offers-main-dtl-part::before {
    background-image: url(https://www.capatriti.com/wp-content/themes/capatriti/images/recipe-banner-shape.png);
}
/*recipe-dtl-page*/
.recipe-dtl-page-main .background-gray{
    background-repeat: no-repeat;
}
.other-recipes-rtl{
    width: 100%;
}
.recipe-dtl-page-main{
    width: 100%;
}
/*.other-recipes-rtl .store-loc-logo-part{
    display: unset;
}*/
.other-recipes-rtl-part{
    width: 100%;
}
.other-recipes-rtl-head{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 55px;
    margin-bottom: 20px;
}
.other-recipes-rtl-head h4{
    font-size: 20px;
    color: #a03123;
    text-transform: uppercase;
    font-family: 'BodoniOldFaceBQ';
}
.other-recipes-rtl-part-main .slick-prev, .other-recipes-rtl-part-main .slick-next{
    top:-90px;
}
.other-recipes-rtl-part-main .slick-prev::before, .other-recipes-rtl-part-main .slick-next::before{
    font-size: 0px;
}
.other-recipes-rtl-part-main .slick-prev {
    left: unset;
    right:95px;
    background-image: url('https://www.capatriti.com/wp-content/themes/capatriti/images/recipe-dtl-prev.png');
    background-repeat: no-repeat;
    width: 55px;
    height: 55px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-size: 15px;
    background-position: center;
    background-color: #7aa842;
    border-radius: 100%;
}
.other-recipes-rtl-part-main .slick-next{
    right: 20px;
    background-image: url('https://www.capatriti.com/wp-content/themes/capatriti/images/recipe-dtl-next.png');    background-repeat: no-repeat;
    width: 55px;
    height: 55px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-size: 15px;
    background-position: center;
    border-radius: 100%;
    background-color: #7aa842;
}
.recipe-dtl-tp-part{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0px 15px;
    background-repeat: no-repeat;

}
.recipe-dtl-tp-head{
    width: 100%;
    margin-bottom: 50px;
    float: left;
}
.recipe-dtl-tp-head h4{
    font-size: 20px;
    color: #000000;
    font-family: 'BodoniOldFaceBQ';
    text-transform: uppercase;
}
.recipe-dtl-tp-left{
    width: 100%;
    background-color: rgba(255,255,255,0.4);
    display: flex;
    flex-wrap: wrap;
    padding: 35px 25px 75px 25px;
}
.recipe-dtl-tp-left h4{
    font-size: 20px;
    color: #a03123;
    width: 100%;
    margin-bottom: 40px;
    font-family: 'BodoniOldFaceBQ';
    text-transform: uppercase;
}
.recipe-dtl-tp-left ul{
    padding: 0px;
    margin: 0px;
}
.recipe-dtl-tp-left ul li{
    list-style: none;
    font-size: 16px;
    font-family: 'OpenSans-Regular';
    color: #2f2a2a;
    line-height: 22px;
    margin-bottom: 15px;
    padding-left: 35px;
    width: 80%;
    position: relative;
}
.recipe-dtl-tp-left ul li::before {
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    background-color: #7aa842;
    margin-right: 18px;
    transform: rotate(45deg);
    left: 0;
    top: 4px;
}
.recipe-dtl-tp-left ul li .gr-sq-sm{
    width: 18px;
    height: 18px;
    background-color: #7aa842;
    margin-right: 18px;
        transform: rotate(45deg);
}
.recipe-dtl-tp-left.recipe-dtl-tp-right{
    background-color: transparent;
}
.recipe-dtl-tp-left p{
    font-size: 16px;
    color: #2f2a2a;
    font-family: 'OpenSans-Regular';
    line-height: 22px;
}
.other-recipes-rtl-part-main{
    width: 100%;
}
.recipes-box-sm-main.__web-inspector-hide-shortcut__, .recipes-box-sm-main.__web-inspector-hide-shortcut__ *{
    visibility: visible !important;
}
.other-recipes-rtl-part-main .slick-prev, .other-recipes-rtl-part-main .slick-next {
    top: 50%;
    transform: translateY(-50%);
}
.other-recipes-rtl-part-main .slick-next{
    right: -50px;
}
.other-recipes-rtl-part-main .slick-prev{
    left: -50px;
}
.other-recipes-rtl{padding: 0px 50px;}



/*.find-our-product{
    min-height: 500px;
    margin-top: -20px;
}*/
/*#parallax1 {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
}*/
/*
.find-our-product::before {
    position: absolute;
    content: '';
    background: url(../images/back-img.jpg) no-repeat;
    background-size: cover;
    min-height: 570px;
    width: 100%;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: -40px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    content: "";
    transform: translateZ(-1px) scale(2);
    -webkit-transform: translateZ(-1px) scale(2);

}*/

/*faq-page*/
.acc{
    width: 100%;
    float: left;
}
.acc__card{
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.acc__title{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom:20px;
    border-bottom: 2px solid #edd2d2;
    align-items: center;
}
.acc__title.active{
    border-bottom-color: transparent;
}
.acc_title_left_head {
    width: calc(100% - 50px);
}
.acc_title_left_head h3{
    font-size: 20px;
    font-family: 'BodoniOldFaceBQ';
    color: #a03123;
}
.acc_title_right_btn{
    width: auto;
}
.acc_title_right_btn a{
    width: 50px;
    height: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: #7aa842;
    border-radius: 100%;
}
.acc_title_right_btn a img{
    transition: all 0.5s ease;
}
.acc__title.active .acc_title_right_btn a img{
    transform: rotate(-180deg);
}
.acc__panel{
    width: 100%;
    background-color: #f3f4f4;
    padding: 30px 40px 30px;
    display: none;
    float: left;
}

.acc_coures_small_box_main{
    width: 100%;
    float: left;
}
.acc_coures_small_box_main p{
    font-size: 16px;
    color: #2f2a2a;
    font-family: 'OpenSans-Regular';
    margin-bottom: 25px;
    line-height: 22px;
}
.acc_coures_small_box_main p:last-child{
    margin-bottom: 0px;
}
.date-part{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom:20px;
}
.date-part h5{
    font-size: 16px;
    color: #605757;
    font-family: 'OpenSans-Regular';
    padding-left: 15px;

}
.new-box-sm-main .recipes-box-sm-main{
    padding: 25px 25px 100px;
}
.new-box-sm-main .recipes-box-menu-dtl{
    text-align: left;
    margin-top: 20px;
}
.new-box-sm-main .recipes-btn{
    justify-content: flex-start;
    left: 20px;
    bottom: 25px;
}
.store-loc-logo-part.recipes-page-menu-box.new-box-sm-main{
    padding-top: 30px;
}
.store-loc-logo-part.recipes-page-menu-box.new-box-sm-main .col-lg-6{
    padding: 0px 20px 50px;
}
.recipe-main-page.new-page-main.store-locator-main .about-main-dtl-part.offers-main-dtl-part .background-gray {
    padding: 230px 0px 50px 0px;
}
.privacy-policy-sub-dtl{
    width: 100%;
    float: left;
}
.privacy-policy-sub-dtl p{
    font-family: 'OpenSans-Regular';
    color: #2f2a2a;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
     width: 100%;
    float: left;
}
.privacy-policy-sub-dtl h3{
    font-family: 'BodoniOldFaceBQ';
    color: #a03123;
    font-size: 20px;
    line-height: 22px;
    margin:10px 0px 20px;
    width: 100%;
    float: left;
    line-height: 30px;
}
.contact-tp-sm-box p{
    width: 100% !important;
}
.date-part{
    align-items: center;
}
.products-bg-head-sm{
    justify-content: flex-start;
}
.products-tp-intro-part{
    text-align: left;
}
.recipe-main-page.store-locator-main.recipe-front-main .about-main-dtl-part.offers-main-dtl-part::before{
    background-size: contain;
    background-size: 100% 35%;
    top: -32px;
}
.recipe-main-page.store-locator-main.recipe-front-main .about-main-dtl-part.offers-main-dtl-part::after{
    position: absolute;
    background-color: #eceded;
    content: '';
    bottom: -200px;
    left: 0;
    right: 0;
    width: 100%;
    height: calc(100% - 200px);
    z-index: -9;
}
.about-banner-part::before {
    background-color: rgba(0,0,0,0.2);
}
.store-locator-main .about-banner-part::before{
    opacity: 0.5;
}

.offers-page-main .about-banner-part::before{
    opacity: 0.5;
}

.recipe-front-main .about-banner-part.offer-banner-part {
    min-height: 800px;
}

.wpcf7 form .wpcf7-response-output{
    margin-top: 0px !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
    float: left;
}


/*store-locator-page*/
.store-locator-map-pic{
    background-color: #fff;
    padding: 10px;
}
#wpsl-search-wrap form{
    display: flex;
    flex-wrap: wrap;
}
.wpsl-input label, #wpsl-radius label, #wpsl-category label{
    width: auto !important;
}
.wpsl-direction-wrap {
    width: 100%;
    float: left;
}
.store-locator-map-pic a.wpsl-directions {
    padding-top: 10px;
    text-decoration: underline;
    color: #333;
    font-weight: 300;
}
.store-locator-map-pic div#wpsl-results {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
}
.store-locator-map-pic .wpsl-search-btn-wrap {
    margin-bottom: 10px;
}
.store-locator-map-pic div#wpsl-category {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.store-locator-map-pic div#wpsl-radius {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
}


.recipe-main-page.recipe-front-main .about-main-dtl-part{
    margin-top: -220px;
}
.recipe-main-page.store-locator-main.recipe-front-main .about-main-dtl-part.offers-main-dtl-part::before {
    background-image: url(https://www.capatriti.com/wp-content/themes/capatriti/images/recipe-banner-shape-new333.png);
    top: -70px;
    /*background-size: 120%;*/
    background-size: contain;
    background-repeat: no-repeat;
}
.recipe-main-page.store-locator-main.recipe-front-main .banner-cnt-main{
    z-index: 99;
}
.recipe-main-page.store-locator-main.recipe-front-main .about-main-dtl-part.offers-main-dtl-part .background-gray {
    padding: 200px 0px 50px 0px;
}
.recipe-front-main .about-banner-part.offer-banner-part{
    min-height: 700px;
    background-position: center; 
}
.footer-menu ul{
    display: flex;
    flex-wrap: wrap;
}

/*communities-gallery-part*/
.communities-gallery-part{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: #eceded;
        padding-bottom: 30px;

}
.tz-gallery{
    width: 100%;
}
.communities-gallery-main{
    width: calc(100% + 30px);
    display: flex;
    flex-wrap: wrap;
    margin: 0px -15px;
}
.communities-gallery-main .col-lg-4{
    padding-bottom: 30px;
}
.communities-gallery-pic-main{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}
.gallery-pic-sm{
     width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.gallery-pic-sm img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.communities-gallery-part .container {
    max-width: 1454px;
}
.gallery-box-hover {
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(140,34,28,0.8);
    opacity: 0.8;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery-box-hover img {
    width: 60px;
    display: inline-block;
}
.communities-gallery-pic-main:hover .gallery-box-hover{
    top: 0px;
}


.navbar-nav .dropdown-menu {
    position: absolute;
    top: 127%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #7aa742;
    background-clip: padding-box;
    border: 0;
    border-radius: .25rem;
}
.navbar-nav .dropdown-menu:before{
    display: inline-block;
    margin-left: 0;
    vertical-align: .255em;
    content: "";
    border-top: 0.4em solid #7aa742;
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent;
    position: absolute;
    bottom: 100%;
    transform: rotate(180deg);
    left: 50%;
}
.dropdown-menu li {
    width: 100%;
    text-align: center;
    padding: 0;
}

.menubar li .dropdown-menu li a {
    padding: 10px 0px !important;
    float: left;
    width: 100%;
}
.menubar li .dropdown-menu li a:hover{
    color: #a03123
}
.dropdown-menu > li.kopie > a {
    padding-left:5px;
}
 
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
   top:0;left:100%;
   margin-top:-6px;margin-left:-1px;
   -webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
 }
  
.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;  
  height: 0;     
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}
 
.dropdown-submenu:hover>a:after {
    border-left-color:#555;
 }

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  text-decoration: none;
}
.navbar-nav .dropdown-menu.show {
    display: block;
}  
@media (max-width: 767px) {

    .menubar li a:hover{ color: #fff; }
    body .navbar-nav .dropdown-menu {
     position: static !important; 
    float: none;
    transform: inherit !important;
}
.navbar-nav .dropdown-menu.show li {
    padding: 15px 0 0;
}
.navbar-nav .dropdown-menu.show li a {
    font-size: 26px;
}
  .navbar-nav  {
     display: inline;
  }
  .navbar-default .navbar-brand {
    display: inline;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-nav .dropdown-menu > li > a {
    color: red;
    background-color: #ccc;
    border-radius: 4px;
    margin-top: 2px;   
  }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a {
     color: #333;
   }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
     background-color: #ccc;
   }

   .navbar-nav .open .dropdown-menu {
     border-bottom: 1px solid white; 
     border-radius: 0;
   }
  .dropdown-menu {
      padding-left: 10px;
  }
  .dropdown-menu .dropdown-menu {
      padding-left: 20px;
   }
   .dropdown-menu .dropdown-menu .dropdown-menu {
      padding-left: 30px;
   }
   li.dropdown.open {
    border: 0px solid red;
   }


}
 
@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
}  
