/*--
    Common Css
--*/

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    color: #3b4045;
    overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Aclonica', sans-serif;
    color: #003BA3;
    font-weight: 300;
    margin: 0px;
}
h1 {
    font-size: 44px;
    line-height: 56px;
}
h2 {
  font-size: 30px;
  line-height: 35px;
}
h3 {
    font-size: 23px;
    line-height: 25px;
}
h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}
p {
    font-size: 16px;
    line-height: 25px;
    margin: 0px;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

a:focus,
.btn:focus,
.btn:active:focus {
    box-shadow: none;
    outline: 0 none;
}
a,
a:active,
a:focus,
a:active {
    text-decoration: none;
}

.section {
    padding: 100px 0;
}
/*--
    custom heading
--*/


.heading {
    text-align: center;
    color: #777777;
    padding-bottom: 70px;
}
.heading h2 {
    color: #3c3c3c;
    padding-bottom: 30px;
    text-transform: capitalize;
    font-weight: 300;
    font-size: 40px;
    line-height: 40px;
}
.heading p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
}
.heading1{
    text-align: center;
    color: #777777;
}

.sub-heading {
    margin-bottom: 30px;
}

.sub-heading h3 {
    font-size: 30px;
    line-height: 40px;
}

.sub-heading h3 small {
    font-weight: 300;
}

.sub-heading h4 {
    font-size: 25px;
    margin-bottom: 15px;
}

.sub-heading > p {
    font-size: 14px;
    color: #777;
}

.btn {    
    border-radius: 0;
}


.contact-menu .btn-send:hover,
.contact-menu .btn-send:focus,
.modal-footer .btn-send:hover,
.modal-footer .btn-send:focus {
    background-color: #fff;
    color: #003BA3;
}

.btn-border {
    border: 1px solid #fff;
    padding: 13px 40px;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    text-shadow: none;
}







/*--
    #hero-area start
--*/
.banner{
    text-align: center;
    margin-bottom: 50px;
}

#hero-area {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.home{
    background: #000 url(../img/PS1001_four_bottles.jpg);
}


.overlay{
    width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #FFBE34 0%, #1863F0 100%);
  opacity: .8;
  position: absolute;
}

.overlay-email{
    width: 100%;
  height: 100%;
  background: #000;
  opacity: .7;
  position: absolute;
}

#hero-area .container{
    padding:180px 0;
}

#hero-area:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../img/header-overlay.png);
    opacity: 0.9;
}
#hero-area .block {
  padding-top: 70px;
}
#hero-area .block h1 {
  margin-bottom: 35px;
  text-transform: uppercase;
  font-size: 35px;
  letter-spacing: 6px;
  position: relative;
  font-weight: 900;
}
#hero-area .block h2 {
  margin-bottom: 18px;
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 6px;
  position: relative;
  font-weight: 900;
}

#hero-area .block .head {
    margin-bottom: 10rem;
}

.navbar-default {
    padding:20px;
}



/* #hero-area  */

.logo-1, .logo-2{
    height: 40px;
}

.animated .logo-2 {
    display: block!important;
}
.logo-2 {
    display: none!important;
}
.animated .logo-1 {
    display: none!important;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default.animated .navbar-nav > li > a:hover {
    color: #009ee5;
}
.navbar-default {
    background-color: transparent;
    -webkit-transition: all 0.3s ease-in-out 0s;
       -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
         -o-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s;
}

.navbar-default.animated {
    background-color: #fff;
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.15);
    padding:10px;
}




.navbar-default {
    background-color: transparent;
    border: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.navbar-default .navbar-brand {
    color: #777;
    padding: 5px 0;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:hover {
    color: #003BA3;
    position: relative;
    font-family: 'Aclonica', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}
.navbar-default.animated .navbar-nav > li > a,
.navbar-default.animated .navbar-nav > li > a:hover {
    color: #000;
}
.navbar-default .navbar-nav > li.current > a {
    color: #003BA3;
    
}
.navbar-default.animated .navbar-nav > li.current > a {
    color: #003BA3;
}
#hero-area .navbar-default .navbar-nav {
    padding-top: 11px;
    padding-right: 60px;
}
#hero-area .navbar-default .navbar-nav li {
    padding: 0px 15px;
}
#hero-area .navbar-default .navbar-nav li a {
    color: #fff;
    padding: 10px 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
}
#hero-area .navbar-default .navbar-nav li a:hover {
    position: relative;
    color: #fff;
}
#hero-area .navbar-default .navbar-nav li a:hover:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #fff;
}
#hero-area .navbar-default .navbar-nav > .active > a,
#hero-area .navbar-default .navbar-nav > .active > a:hover,
#hero-area .navbar-default .navbar-nav > .active > a:focus {
    position: relative;
    background: none;
    color: #fff;
}
#hero-area .navbar-default .navbar-nav > .active > a:before,
#hero-area .navbar-default .navbar-nav > .active > a:hover:before,
#hero-area .navbar-default .navbar-nav > .active > a:focus:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #fff;
}

#hero-area .block p {
    font-size: 24px; 
    font-weight: 900;
    line-height: 30px;
}
#hero-area .block .thin{
    font-weight: 400 !important;
    font-size: 22px !important;
}

#hero-area .block span{
    font-size: 16px; 
    line-height: 30px;
}



/*--
    call-to-action start
--*/

.branding{
    position: absolute;
    right: 0;
    width: 475px;
}


.contact-menu {
    background: linear-gradient(135deg, #FFBE34 0%, #1863F0 100%);
    position: relative;
    padding-top: 180px;
}

#contact p{
    color: #000;
}
hr {
    border: none;
    border-top: 1px solid #ccc;
    margin: 0 0 24px 0;
    width: 100%;
}
.address p {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 22px;
  color: #666;
}

.input-field .form-control {
    height: 38px;
    margin: 0 auto;
    border-radius: 0px;
    border: 1px solid #DEDEDE;
    box-shadow: none;
    background: #f5f5f5;
    border: none;
    width: 100%;
    height: 50px;
    padding-left: 20px;
    font-weight: 500;
    margin-bottom: 24px;
    border-radius: 0;
}
.btn-send {
    line-height: 48px;
    border: 2px solid #003BA3;
    background: #003BA3;
    color: #fff;
    width: 100%;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 0;
    margin-top: 10px;
}

.contact-menu .btn-send{
    line-height: 48px;
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
    width: 100%;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 0;
    margin-top: 10px;
}


 
.form-group .input-field + .input-field {
    margin-top: 20px;
}
.input-field textarea.form-control {
    height: 160px;
    margin: 0 auto;
    box-shadow: none;
}
.form-group {
    margin-top: 20px;
    width: 50%;
    margin: auto;
}
#contact .block .btn span {
    padding-left: 23px;

}

footer {
    text-align: center;
    background: #003BA3;
    padding: 27px 0px;
    color: #dfdfdf;
}
footer p {
    font-weight: 300;
    font-size: 16px;
    color: #dfdfdf;
    letter-spacing: 3px;
}
footer p a {
  color: #fff;
}
footer p a:hover {
  color: #fff;
}

.follow{
    /*--display: none;
	display: flex;--*/
	display: inline-block;
    justify-content: center;
    align-items: center;
}

.follow svg{
    margin: 0 5px;
}




#hero-area #wave{
    bottom: 0;
    position: absolute;
    fill: #fff;
}
.contact-menu #wave{
    top: 0;
    position: absolute;
    fill: #fff;

}

.img-fluid {
    max-width: 100%;
    height: auto;
}



#action-food .single-food .food-content, #action-food .open_box .food-content{
    padding: 40px 30px;
    text-align: center;
    height: 180px;
    background: #f9f9ff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

#action-food .single-food{
    width:100%;
    margin:25px 0;
}

#action-food .open_box{
    width: 60%;
    margin: 25px auto;
}


#action-food .single-food:hover .food-content, #action-food .open_box:hover .food-content{
    background:#fff;
    -webkit-box-shadow:0 10px 20px rgba(0,0,0,0.1);
    -moz-box-shadow:0 10px 20px rgba(0,0,0,0.1);
    box-shadow:0 10px 20px rgba(0,0,0,0.1);
}

#action-food form{
    padding-top: 20px;
}

footer a{
    text-decoration: none;
    color: #fff;
}

footer a:hover{
    text-decoration: none;
}

#exampleModalCenter h5{
    text-align: left;
}

.modal-header{
    display: flex;
    justify-content: space-between;
}

.modal-body p {
    font-size: 16px;
    font-weight: 300;
    text-align: left;
    color: #777777;

}
footer .margin{
    margin-top: 25px;
}


.food-area{background-image:none}
@media (min-width: 576px) and (max-width: 767.98px){
    .food-area{background-image:none}}
    @media (max-width: 575.98px){.food-area{background-image:none}}
    .food-area .food-img{overflow:hidden}.food-area 
    .food-img img{-webkit-transition:.5s;-moz-transition:.5s;-o-transition:.5s;transition:.5s}
    .food-area .food-content{padding:30px;background:#f9f9ff;-webkit-transition:.5s;-moz-transition:.5s;-o-transition:.5s;transition:.5s}
    .food-area .food-content .style-change{font-family:"Roboto",sans-serif;font-size:20px;font-weight:700;-webkit-transition:.5s;-moz-transition:.5s;-o-transition:.5s;transition:.5s}
    .food-area .food-content p{-webkit-transition:.5s;-moz-transition:.5s;-o-transition:.5s;transition:.5s}
    .food-area .single-food:hover img{-webkit-transform:scale(1.1, 1.1);-moz-transform:scale(1.1, 1.1);-ms-transform:scale(1.1, 1.1);-o-transform:scale(1.1, 1.1);transform:scale(1.1, 1.1)}
    .food-area .single-food:hover .food-content{background:linear-gradient(135deg, #8ec64e 0%, #41aba0 100%)}
    .food-area .single-food:hover .food-content .style-change{color:#fff}
    .food-area .single-food:hover .food-content p{color:#131230}


   