
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Courgette');

body{
font-family: 'Open Sans', sans-serif;
}


.btn-warning {
color: #000;
background-color: transparent;
border-color: #000;
border-width: 2px;
font-weight: 600;
transition: all 0.2s ease-out 0s;
}

.btn-warning:hover, .btn-warning:active, .btn-warning:focus{
background-color: #f4d40f;
border-color: #f4d40f;
}


/*================== nav bar ================*/

.logo img {
width:140px; 
margin-right: 50px;
transition: all 200ms ease;   
}

.navbar {
margin-bottom: 0px;	
border: 2px solid transparent;
border-radius: 0px;
}

.navbar-default {
background-color: #f4d40f;
border-color: transparent;
padding:5px 0px;
}

.navbar-default .navbar-nav li a {
color: #000;
    font-weight: 700;
    font-size: 15px;
    padding: 0px 8px;
    text-transform: uppercase;}

.navbar-default .navbar-nav li{
padding:15px 20px;	
}

.navbar-default .navbar-right li a i{
border: 2px solid #000;
border-radius: 50%;
padding: 8px;
margin-top: -10px;
}

.navbar-default .navbar-right li a:hover i{
border: 2px solid #fff;
}

.navbar-default .navbar-nav .active a,
.navbar-default .navbar-nav .active a:hover, 
.navbar-default .navbar-nav .active a:focus{
color: #f4d40f;
background-color: transparent;
}

.navbar-default .navbar-nav li a:hover{
color: #fff;	
}	
 
.navbar-default .dropdown-menu li a {
padding: 5px 10px;
font-size: 14px;
color: #575757;
font-weight: 700;
}

.navbar-default .navbar-nav {
margin-top: 12px;
}


.affix {
top: 0;
width: 100%;
background-color: #f4d40f;
z-index: 999;
-webkit-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
border-bottom-color: #f4d40f;
}

.affix .navbar-brand img {
margin-top: 8px;
width: 160px;
}

.affix-top {
position: static;
top: -50px;
transition: all .5s ease-in-out;
}

.affix + .container-fluid {
padding-top: 0px;
transition: all .5s ease-in-out;
}

.affix + section {
margin-top: 121px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: transparent;
}

.full_nav .dropdown-menu .navbar-nav li {
    padding: 10px !important;
}

.navbar-nav > li > .dropdown-menu{padding:0;}

.full_nav .dropdown-menu li {
    padding: 0px 0px;
}

.dropdown-menu > li > a:hover{background-color: #f4d40f;
    color:#2a2a2a!important;}
	
.full_nav .dropdown-menu > li > a{padding: 10px 13px !important;
    border-bottom: 1px solid #f4d40f; font-size: 13px;
    color: #5c5c5c;
    font-weight: 700;}


/*================== slider ================*/

.carousel-caption {
right: 0;
left: 8%;
padding: 0;
top: 26%;
text-align: left;
}

.carousel-caption h2{
font-size: 68px;
letter-spacing: 2px;
font-weight: 800;
margin: 0px 0px 30px;
font-family: 'Courgette', cursive;
}
 
.carousel-caption p{ 
font-size: 22px;
letter-spacing: 1px;
color: #f4d40f;
margin-bottom: 30px;
} 

.carousel-caption .btn-warning {
color: #fff;
background-color: transparent;
border-color: #fff;
border-width: 2px;
font-weight: 600;
transition: all 0.2s ease-out 0s;
}

.carousel-caption .btn-warning:hover, .carousel-caption .btn-warning:active, .carousel-caption .btn-warning:focus
{
color:#000;
background-color: #f4d40f;
border-color: #f4d40f;
}

.slide2{
right: 8%;
left: 0;
text-align: right;
}

.slide2 h2 span{
font-size: 50px;
}

.slide1 p{
color: #000;
text-shadow: none;
}

.slide3 p{
color: #000;
}


/*================== blog ================*/

.blog-section{
margin: 50px 0px;
}

.heading h2{
margin: 0px 0px 40px;
text-align: center;
font-weight: 700;
font-size: 30px;
color: #000;
}

.more-btn{
margin-top: 30px;
text-align: center;
}

.blog-box h3 {
    color: #000;
    font-weight: 700	;
    margin-bottom: 20px;
    font-size: 18px;
}	


.blog-box h4{
color: #000;
font-weight: 600;
margin-bottom: 20px;
font-size:15px;	
}

.blog-box p{
color: #000;
line-height: 24px;
font-size: 14px;
text-align: justify;
font-weight:300;
}

.blog-box a{
text-decoration:none;
}

.blog-box a:hover h3{
color:#f4d40f;
}


/*================== article ================*/

.article-section{
border-top: 2px solid #f4f5f7;
padding: 60px 0px;
}

.article-box h3{
color: #000;
font-weight: 600;
margin: 0px 0px 20px;
line-height: 33px;	
}

.article-box p{
color: #000;
line-height: 28px;
font-size: 16px;
letter-spacing: 0.5px;
}

.article-box .more-btn{
text-align: left;
}

/*================== vedio ================*/

.vedio-section{
border-top: 2px solid #f4f5f7;
padding: 60px 0px;
}

.vedio-section h3 {
    color: #000;
    font-weight: 600;
    margin-bottom: 0px;
    font-size: 20px;
}

.vedio-section .heading h2 {
margin: 0px;
}

.vedio-box{
margin-top: 40px;
}

.vedio-box a{
text-decoration:none;
}

.vedio-box a:hover h3{
color:#f4d40f;
}

/*================== footer ==================== */

.footer{
background: #f4d40f;
padding: 50px 0px;
}

.newsletter p{
color: #000;
font-size: 26px;
font-weight: 700;
margin-bottom: 20px;
}

.newsletter .form-control{
background: none;
border: none;
border-bottom: 2px solid #fff;
outline: none;
color: #000;
padding: 8px;
font-size: 16px;
border-radius: 0px;
box-shadow: none;
}

.newsletter .form-control:focus {
box-shadow: none;
border-color:#000;
}

.newsletter .input-group-addon {
color: #000;
background-color: transparent;
border: 2px solid #000;
font-size: 24px;
border-radius: 0px;
padding: 3px 12px;
}

.newsletter h5{
font-size: 15px;
color: #000;
font-weight: 600;
margin: 70px 0px 0px;
letter-spacing: 0.5px;
}

.social-link{
text-align: right;
}


.site-navigation {
    margin-bottom: 40px;
}

.site-navigation ul:nth-child(1) li:first-child {
    color: #000;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    display: block;
}
.site-navigation li a {
    color: #111;
    font-size: 16px;
    font-weight: 600;
}


.social-link ul:nth-child(1) li a{
text-decoration: none;
color: #000;
border: 2px solid #000;
border-radius: 50%;
font-size: 16px;
width: 40px;
height: 40px;
line-height: 39px;
text-align: center;
transition: all 0.2s ease-In;
}

.social-link ul:nth-child(1) li a:hover{
color: #000;
border: 2px solid #fff;
background: #fff;
}

.social-link ul:nth-child(1) li:first-child{
color: #000;
font-size: 26px;
font-weight: 700;
margin-bottom: 20px;
display: block;
}

.social-link ul:nth-child(2) li a{ 
font-size: 15px;
color: #000;
font-weight: 600;
}

.social-link ul:nth-child(2) li { 
font-size: 15px;
color: #000;
font-weight: 600;
letter-spacing: 0.5px;
}

.social-link ul:nth-child(2) li i{ 
color: #cb3e65;
}

.social-link ul:nth-child(2){ 
margin-bottom:0px;
margin-top: 20px;
}

.social-link ul:nth-child(2) li h5{ 
font-size: 15px;
color: #000;
font-weight: 600;
letter-spacing: 0.5px;
display: none;
}

.newsletter input::placeholder {
color: #fff !important;	
}

.newsletter input::-webkit-input-placeholder{ 
color: #fff !important;
}

.newsletter input::-moz-placeholder {
color: #fff !important;
opacity: 1;
}

.newsletter input:-ms-input-placeholder{ 
color: #fff !important;
}

.newsletter input:-moz-placeholder{
color: #fff !important;
}


/*================== about page ================ */

.head-breadcum h2{
color: #000000;
margin: 0px;
font-weight: 700;
text-transform: uppercase;
}	

.head-breadcum  ul{
margin: 7px 0px 0px;
font-weight: 600;
color: #2f2f2f;
}

.head-breadcum  ul li a{
text-decoration: none;
color: #626585;
}

.head-breadcum {
padding: 23px 0px;
background: #f7f7f7;
}

.inner-header{
position: relative;
}

/*
.inner-header:before {
content: '';
position: absolute;
background: rgba(0,0,0,0.1);
right: 0;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 1;
}
*/

.inner-header .container-fluid{
padding:0px;
overflow:hidden;
}

.inner-header h2{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
margin: 0px;
font-family: 'Courgette', cursive;
color: #fff;
font-size: 65px;
font-weight: 600;
letter-spacing: 2px;
z-index: 2;
}



.about-page {
margin: 30px 0px;
}

.about-page h2{
margin: 0px 0px 40px;
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    color: #000;
}

.about-page p{
color: #000;
line-height: 28px;
font-size: 16px;
letter-spacing: 0.5px;
text-align: justify;
padding: 0px 15px;
}

.about-page p:nth-child(5){
font-weight: 600;
font-size: 18px;
}


.vision-area{
border-top: 2px solid #f4f5f7;
padding: 40px 0px;
}

.vission-box h3{
margin: 0px 0px 40px;
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    color: #000;
}

.vission-box p{
color: #000;
line-height: 28px;
font-size: 16px;
text-align: justify;
padding: 0 15px;
}

/*================== contact page ================ */

.contact-area {
margin: 60px 0px;
}

.contact-area h2{
padding: 15px;
text-align: center;
background: #333;
color: #fff;
margin: 0px;
font-weight: 400;
font-size: 24px;
font-family: 'Courgette', cursive;
}

.contact-box{
text-align: center;
padding: 20px;
background: #f9f9f9;
height: 140px;
}

.contact-box i{
font-size: 32px;
margin-bottom: 18px;
}

.contact-box p{
color: #555;
line-height: 23px;
font-size: 15px;
letter-spacing: 0.5px;
}

.contact_section{
margin: 60px 0px;
}

.contact_form .form-control{
box-shadow: none;
border: 1px solid #f0f0f0;
border-radius: 0px;
margin-bottom: 15px;
height: 42px;
}

.no-padd{
padding: 0px;
}

/*================== single recipe page ================ */

.single-page{
padding: 35px 0px 60px;
}

.single-page h3{
margin: 0px 0px 20px;
font-weight: 700;
font-size: 20px;
color: #000;
}

.ingre-box{
background: #f9f9f9;
padding: 20px 10px;
}

.ingre-box ul {
margin-bottom: 0px;
height: 320px;
overflow-y: scroll;
}

.ingre-box ul::-webkit-scrollbar {
width: 0.2em;
margin:10px;
}
 
.ingre-box ul::-webkit-scrollbar-track {
-webkit-box-shadow: none;
}

.ingre-box ul::-webkit-scrollbar-thumb {
background-color: #c1c1c1;
outline: none;
}


.ingre-box ul li{
color: #555;
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px dotted #dddddd;
}

.direct-box ul li h4{
color: #000;
font-weight: 700;
margin: 5px 0px 5px;
}

.direct-box ul li p{
color: #000;
line-height: 24px;
font-size: 14px;
letter-spacing: 0.5px;
margin-bottom: 20px;
}

.ingre-box ul li:last-child{
padding-bottom: 0px;
margin-bottom: 0px;
border: 0px;
}


.top-time {
padding-top: 35px;
}

.top-time ul {
margin-bottom: 0px;
}

.top-time ul li{
color: #000;
font-size: 18px;
border-left: 2px solid #ddd;
padding-right: 15px;
padding-left: 15px;
}

.top-time ul li:first-child{
border-left: 0px;
padding-left: 0px;
}

.top-time ul li span{
font-weight: 700;
font-size: 20px;
}


.direct-box ul::-webkit-scrollbar {
width: 0.2em;
}
 
.direct-box ul::-webkit-scrollbar-track {
-webkit-box-shadow: none;
}

.direct-box ul::-webkit-scrollbar-thumb {
background-color: #f4d40f;
outline: none;
}

.direct-box ul{
height: 450px;
overflow-y: scroll;
padding-right: 15px;
}


/*================== farm page ================ */

.enquiry-area{
border-top: 2px solid #f4f5f7;
padding: 60px 0px 20px;
}

.enquiry-box{
background: #f9f9f9;
padding: 20px 0px;
}

.enquiry-box i{
font-size: 58px;
color: #d0d0d0;
float: left;
margin-right: 10px;
}

.enquiry-box p{
color: #555;
font-size: 18px;
margin-bottom: 0px;
font-weight: 600;
}

.enquiry-box p span{
display: block;
font-weight: 700;
font-size: 22px;
}

/*==================== back to top ======================= */

#toTop{
position: fixed;
bottom: 30px;
right: 20px;
cursor: pointer;
background-color: #000;
color: #fff;
width: 40px;
height: 40px;
text-align: center;
line-height: 49px;
}


.modal-dialog {
width: 70%;}

#Proactive .modal-header{background-image:url(../img/proactive.jpg);     background-position: center;
    background-repeat: no-repeat;
    padding: 13% 0;
    background-size: 100%;     border: none;}
	
.modal-header .close {
    margin-top: -2px;
    position: absolute;
    top: 20px;
    right: 10px;
    color: #000;
}

.modal-body h2{
    font-weight: 600;
    font-size: 16px;
    margin: 8px 0 2px 0;
}

.modal-body p{ font-size: 13px;
    line-height: 21px;
    color: #6a6a6a;     margin-bottom: 0;
    }
 
.modal-body {
    position: relative;
    padding: 0 24px 20px 25px;
}

#organic .modal-header{background-image:url(../img/organic.jpg);     background-position: center;
    background-repeat: no-repeat;
    padding: 13% 0;
    background-size: 100%;     border: none;}
	
#provita .modal-header{background-image:url(../img/provita.jpg);     background-position: center;
    background-repeat: no-repeat;
    padding: 13% 0;
    background-size: 100%;     border: none;}
	
#provita h2.heading{     font-size: 15px;
    text-transform: uppercase;
    line-height: 23px;
    font-weight: 600;
}	

#brown .modal-header {
    background-image: url(../img/provita.jpg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 13% 0;
    background-size: 100%;
    border: none;
}

#brown h2.heading{     font-size: 15px;
    text-transform: uppercase;
    line-height: 23px;
    font-weight: 600;
}	


.contest {background: #fff; }
.contest a{  color:#000 !important;    font-weight: 600;    font-size: 14px;    text-transform: uppercase;}
.contest:hover{background: #1a1a18 !important;}
.contest_form .subscribe{    font-size: 13px; margin: 10px 0;}
.contest:hover a{color:#fff !important;}

@-webkit-keyframes pulse {
    0% {
      -webkit-transform: scale(1) rotate(0deg); 
    }
    50% {
      -webkit-transform: scale(1.1) rotate(0deg); 
    }
    100% {
      -webkit-transform: scale(1) rotate(0deg); 
    }
}
@-o-keyframes pulse {
    0% {
      -o-transform: scale(1) rotate(0deg); 
    }
    50% {
      -o-transform: scale(1.1) rotate(0deg); 
    }
    100% {
      -o-transform: scale(1) rotate(0deg); 
    }
}
@-moz-keyframes pulse {
    0% {
      -moz-transform: scale(1) rotate(0deg); 
    }
    50% {
      -moz-transform: scale(1.1) rotate(0deg); 
    }
    100% {
      -moz-transform: scale(1) rotate(0deg); 
    }
}
@keyframes pulse {
    0% {
      transform: scale(1) rotate(0deg); 
    }
    50% {
      transform: scale(1.1) rotate(0deg); 
    }
    100% {
      transform: scale(1) rotate(0deg); 
    }
}

@-webkit-keyframes bump {
  0% {
      top: 0;
  }
  5% {
      top: 3px;
  }
  10% {
      top:0;
  }
  100% {
      top:0;
  }
}
@-o-keyframes bump {
  0% {
      top: 0;
  }
  5% {
      top: 3px;
  }
  10% {
      top:0;
  }
  100% {
      top:0;
  }
}
@-moz-keyframes bump {
  0% {
      top: 0;
  }
  5% {
      top: 3px;
  }
  10% {
      top:0;
  }
  100% {
      top:0;
  }
}
@keyframes bump {
  0% {
      top: 0;
  }
  5% {
      top: 3px;
  }
  10% {
      top:0;
  }
  100% {
      top:0;
  }
}

.contest {
    -webkit-animation: pulse 1s ease 0s infinite normal;
    -o-animation: pulse 1s ease 0s infinite normal;
    -moz-animation: pulse 1s ease 0s infinite normal;
    animation: pulse 1s ease 0s infinite normal;
}