
body{
	margin:0;
	padding:0;
	font-family: 'Varela Round';
}

p{
    font-family: 'Quicksand', sans-serif; 
}
/* --- index page css start here ---*/
#video-banner-two{
	overflow: hidden;
    width: 82%;
    height: 60%;
    position: relative;
    background-size: cover;
    margin-top: 20px;
}

/* --- video css start here ---*/
video {

    min-width: 100%;
    width: 100%;
    height: auto;
    z-index: -1;
    transition: 1s opacity;
     position: relative;
     
}
.img-one{
	margin-left: 30px;
}
.img-one img{
	    height: 244px;
}
.cin-img{
	background: url(../images/max.jpeg);
    height: 75%;
    background-position: center;
    background-size: cover;
}
.pas-img{
	background: url(../images/beef.jpeg);
    height: 75%;
    background-position: center;
    background-size: cover;
}
.bnr-abt{
	    background: url(../images/abt1.jpg);
    height: 67%;
    background-position: center;
    background-size: cover;
}
.bnr-gal{
	    background: url(../images/b-bnr.jpg);
    height: 63%;
    background-position: center;
    background-size: cover;
}
.bnr-con{
	 background: url(../images/main-bnr.jpg);
    height: 63%;
    background-position: center;
    background-size: cover;
}
.bnr-life{
	background: url(../images/lifee-home.jpg);
    height: 63%;
    background-position: center;
    background-size: cover;

}
#video-banner {
    overflow: hidden;
    width: 100%;
    height: 70%;
    position: relative;
    background-size: cover;
}
/* --- video css end here ---*/


/* --- header css start here ---*/

.header-top{
	padding: 15px 0px;
}
.header-section{
	background: #9d895a;
}
.logo{
	text-align: right;
	padding-top: 5px;
}
.logo a{
	color: #000;	
	font-size: 40px;
	letter-spacing: 1px;
	text-decoration: none;

	font-family: 'Great Vibes', cursive;
}

.navbar-nav > li {
	padding-left: 40px;
}


.navbar-brand > img {
    display: block;
    width: 23%;
}

.navbar-default{
	background: none;
	border:none;
}

.navbar-nav {

    float: left;
    margin: 0;
        margin-top: 0px;
        margin-left: 0px;



}

.navbar-default .navbar-nav > li > a{
	text-transform: uppercase;
	font-size: 12px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
}

.navbar-default .navbar-nav > li > a:hover{
	color: #fff;
}

.search-section{
	padding-left: 100px;
}

.navbar-toggle{
	background: #000;
}

.navbar-default .navbar-toggle .icon-bar{
	background: #fff;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
	background: #000;
}

.hvr-underline-from-center::before {
	background: #fff;
}

.dropdown:hover .dropdown-menu{
	display: block;
}

.dropdown-menu{
	background: #9d895a;
	margin: 0px !important;
	padding: 0px !important;
}
.dropdown-menu > li > a{
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;

}
.dropdown-menu > li > a:hover{
	background: #000;
	color: #fff;	
}

 /* --- header css end here ---*/


 /* --- about sara css start here ---*/

.our-story-title {
    text-transform: uppercase;
    font-size: 25px;
    margin-top: 3%;
    margin-bottom: 3%;
    color: #000;
    text-align: center;
    font-family: Varela Round;
}
.our-s-title h3:before {
    content: "";
    
    width: 42%;
    border: 1px solid #9d895a;
    position: absolute;
    top: 47px;
    left: 1px;
    vertical-align: middle;
    display: inline-block;
    }
    .our-s-title h3:after {
    content: "";
 
    width: 42%;
    border: 1px solid #9d895a;
    position: absolute;
    right: 0;
    top: 47px;
    vertical-align: middle;
    display: inline-block;
}
.our-story-text {
    font-size: 15px;
    color: #000;
    text-align: left;
    font-family: "Lato",sans-serif;
    margin-top: 0px;
    line-height: 1.428571;
    margin-top: 0px;
        padding-left: 15px;
}

 /* --- about sara css end here ---*/


 /* --- featured css start here ---*/


.featured-section{
	padding-top: 30px;
	padding-bottom: 20px;
}

.f-text{
	text-align: center;
}

.f-text h3{
	text-transform: uppercase;
	color: #333;
	font-size: 25px;
}
.f-texts{
	text-align: center;
}
.f-texts h3{
	text-transform: uppercase;
	color: #333;
	font-size: 25px;
}
.f-text h3:before{
	content: "";
	background: #9d895a;
	width: 32%;
	display: inline-block;
	vertical-align: middle;
	border:1px solid #9d895a;
	margin: 0px 10px;
	position: absolute;
	top: 32px;
	left: 103px;
}

.f-text h3:after{
	content: "";
	background: #9d895a;
	width: 32%;
	display: inline-block;
	vertical-align: middle;
	border:1px solid #9d895a;
	margin: 0px 10px;
	position: absolute;
	top: 32px;
	right: 103px;
}


.f-texts h3:before{
	content: "";
	background: #9d895a;
	width: 42%;
	display: inline-block;
	vertical-align: middle;
	border:1px solid #9d895a;
	margin: 0px 10px;
	position: absolute;
	top: 32px;
	left: 5px;
}

.f-texts h3:after{
	content: "";
	background: #9d895a;
	width: 42%;
	display: inline-block;
	vertical-align: middle;
	border:1px solid #9d895a;
	margin: 0px 10px;
	position: absolute;
	top: 32px;
	right: 5px;
}



.featured-section .container{
	width: 100%;
}

.img-featured img{
	height: 50%;
	width: 100%;
}

.img-featured{
	overflow: hidden;
	position: relative;
}

.img-featured img:hover{
	transition: .9s all ease;
	transform: scale(1.2);
	-webkit-transition: 2s ease-out;
  -moz-transition:  2s ease-out;
  -o-transition:  2s ease-out;
  transition:  2s ease-out;
}

.second-featured{
	padding-bottom: 20px;
	padding-top: 40px;
}

 /* --- featured css end here ---*/

 /* --- life style css start here ---*/
.red-life{
	text-align: center;
    margin-top: 25px;
}
.red-life a{
	background: #9d895a;
    padding: 8px 25px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}
.life-style
{
  text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    color: #000;
    font-family: Varela Round;
}
.life-line{
	text-transform: uppercase;
    font-size: 25px;
    color: #000;
    text-align: center;
    font-family: Varela Round;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    
}
.life-line h3:before{
	content: "";
    background-color: #9d895a;
    width: 43%;
    border: 1px solid #9d895a;
    position: absolute;
    left: 0;
    top: 35px;
    vertical-align: middle;
    display: inline-block
}
.life-line h3:after{
	content: "";
    background-color: #9d895a;
    width: 43%;
    border: 1px solid #9d895a;
    position: absolute;
    right: 0;
    top: 35px;
    vertical-align: middle;
    display: inline-block
}
.side-image-first{
	background-image: url(../images/shoee.jpg);
	height: 350px;
	width: 100%;
	background-size: cover;
	background-position: center;
	
	
}
.side-image-two{
	background-image: url(../images/friend.jpg);
	height: 350px;
	width: 100%;
	background-size: cover;
	background-position: center;
	
	
}
.side-image-three{
	background-image: url(../images/travell.png);
	height: 350px;
	width: 100%;
	background-size: cover;
	background-position: center;
	
	
}
/* --- life style css end here ---*/

/* --- latest post css start here ---*/
.latest-title{
text-align: center;
    font-size: 24px;
    font-weight: 500px;
    letter-spacing: 0.11em!important;
    word-spacing: 0.00em!important;
    text-transform: uppercase!important;
    font-variant: normal!important;
    line-height: 120%!important;
    margin: auto;
    
}
.tex{
	margin-top: -4%;
}
.style{
	margin-top: 15%;
}
.most-latest-text{
	    padding: 10px 39px;
}
.most-latest-text p{
	
	font-size: 16px;
    color: #000;
    margin-top: 5%;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-top: 15px;
   font-family: 'Quicksand', sans-serif; 

    
       
}
.tet h3{
	font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 3%;
   
}
.latest h3{
	text-align: center;
	text-transform: uppercase;
	font-size: 30px;
}
.img-lat img{
	height: 50%;
	margin-left:5%;
}
.img-bay img{
		height: 50%;
		width: 70%;
	margin-left:5%;
}
}
.f-textt h3{
	text-align: center;
	text-transform: uppercase;
	font-size: 25px;
}
.f-textt h3:before{
	content: "";
    /* background-color: #9d895a; */
    width: 33%;
    border: 1px solid #9d895a;
    position: absolute;
    left: 131px;
    top: 64%;
    vertical-align: middle;
    display: inline-block;
}
.f-textt h3:after{
content: "";
    /* background-color: #9d895a; */
    width: 33%;
    border: 1px solid #9d895a;
    position: absolute;
    right: 131px;
    top: 64%;
    vertical-align: middle;
    display: inline-block;	
}
.home-about-text p{

	padding-right: 0px;
    padding-left: 19px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin: auto;
	font-size: 16px;
    color: #000;
font-family: 'Quicksand', sans-serif; 
    line-height: 1.428571;
  
  
}

/* --- latest post css end here ---*/

/* --- blog section css start here ---*/

.link-onee
{
  
 
    text-align: center;
}


.link-onee a{
text-decoration: none;
font-size: 15px;
color:#a07f20;
}
.link-onee a:hover{
text-decoration: none;
color:none;
}
.blog-one-read-below {
    text-transform: uppercase;
    font-size: 14px;
}

.our-blog-title a:hover{
	
	text-decoration: none;
}


.our-blog-title h3:before{
       content: "";
    /* background-color: #9d895a; */
    width: 39%;
    border: 1px solid #9d895a;
    position: absolute;
    left: 14px;
    top: 11%;
    vertical-align: middle;
    display: inline-block;
}

.our-blog-title h3:after{
     content: "";
    background-color: #9d895a;
    width: 39%;
    border: 1px solid #9d895a;
    position: absolute;
    right: 14px ;
    top: 11%;
    vertical-align: middle;
    display: inline-block;
}

.button-for
{

    text-align: center;
}
.button-for a{
	  text-transform: uppercase;
    font-size: 14px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #9d895a ;


   padding: 10px 15px;
    margin-bottom: 10%;
    margin-top: 5%;
}


.bloggg{
margin-top: 20px;

}
.second-img{
  margin-top: 20px;  
}
.second-img img{
	margin: auto;
 
}
.img-ttt img{

    
}
.cnt-tt{
text-align: left;
    color: #000;
    width: 100%;
   
    /* padding-left: 67%; */
    padding-bottom: 0px;
    padding-right: 0px;
    padding-top: 20px;
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
}




/* --- blog section css start here ---*/
.our
{
	padding-bottom: 50px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 50px;
 

}
   .story{
    margin-left: -12%;
    width: 96%;
        margin-top: 40px;
}
.st{
	padding-left: 12%;
}

.our-blog
{
  text-transform: uppercase;
   color:#000;
    text-align: center;
    font-family: Varela Round;
    padding-top: 50px;

}




.blog-image img
{
 width: 100%;
 
}
.blog-three{
  width: 100%;
  height: 40%;
}

.blog-one-title-below
{
  text-transform: uppercase;
  font-size: 20px;

   color:#a07f20;
    text-align: center;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-top: 45px;
}
.blog-one-text-below{
font-size: 15px;
    color: #000;
    text-align: left;
    font-family: "Lato",sans-serif;
    margin-top: -10px;
    margin-left: 22%;
    line-height: 1.42857143;
    object-fit: cover;
    width: 60%;
}
.blog-two-text-below{
	font-size: 15px;
    color: #000;
    text-align: left;
    font-family: "Lato",sans-serif;
    margin-top: -10px;
    margin-left: 25%;
    line-height: 1.42857143;
    object-fit: cover;
    width: 60%;
}
.blog-one-read-below
{
  text-transform: uppercase;
  font-size: 14px;
 

}
.img-new{
	
	height: 50%;
}
.link-one{
text-align: center;
 padding: 10px 25px;
}

.link-one a {
	    padding: 8px 25px;
    color: #9d895a;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}



.sara-cnt h3{
	text-transform: uppercase;
font-size: 25px;
margin-top: 3%;
margin-bottom: 3%;
color: #000;
text-align: center;
font-family: Varela Round;
position: relative;
}

.sara-cnt h3::before {
    content: "";
    background-color: #000;
    width: 42%;
    border: 1px solid #000;
    position: absolute;
    top: 10px;
    left: 1px;
    vertical-align: middle;
    display: inline-block;
}

.sara-cnt h3::after {
    content: "";
    background-color: #000;
    width: 42%;
    border: 1px solid #000;
    position: absolute;
    right: 0;
    top: 10px;
    vertical-align: middle;
    display: inline-block;
}
.sar-content p{
	font-size: 15px;
color: #000;
text-align: left;
font-family: "Lato",sans-serif;
margin-top: 0px;
line-height: 1.428571;
margin-top: 0px;
line-height: 24px;
}

.sar-content{
	margin-left: -70px;
}
.navbar-section{
	padding-bottom: 0px;
    padding-left: 80px;
    padding-top: 0px;
    padding-right: 0px;
  
    margin: auto;
}
.new-main{
	margin-top: 4%;
}
.section-cnt{
	position: absolute;
	text-align: center;
	top: 40%;
	left: 0;
	right: 0;
	bottom: 0;	
}

.section-cnt h3{
	font-size: 50px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Euphoria Script', cursive;
}

.section-cnt{
	color: #fff;
	font-size: 30px;
}

.btn a{
	background: #fff;
	padding: 13px 30px;
	text-transform: uppercase;
	font-size: 30px;
	text-decoration: none;
	color: #333;
	letter-spacing: 1px;
	border-radius: 10px;	
	font-family: 'Open Sans', sans-serif;
}
.btn a:hover{
	background: #000;
	color: #fff;
	transition: .9s all ease;
}
.affix{
	top: 0;
	width: 100%;
	position: fixed;
	background: #fff !important;
	z-index: 99999;
}

.img-responsive1{
	display: none !important;
	margin-top: -60px;
}

.affix .img-responsive1{
	display: block !important;
}

.affix .navbar-default .navbar-nav > li > a{
	color: #fff !important;
}
.navbar-nav > li > a{
	padding-top: 15px;
	padding-bottom: 0px;
}

.affix .hvr-underline-from-center::before {
	background: #000 !important;
}

.affix .navbar-section{

}
.navbar{
	margin-bottom: 0px !important;
}

.padding{
	padding: 0px;
}




.travel-section{
	padding-bottom: 40px;
}

.travel-img img{
	background-size: cover;
	height: 60%;
	width: 100%;
}

.travel-img-one img{
	width: 100%;
	background-size: cover;
	height: 60%;
}
.travel-img-one h3{
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	padding-top: 10px;
}
.travel-img h3{
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	padding-top: 10px;
}


.read-more{
	text-align: center;
}

.read-more a{
	color: #fff;
background: #9d895a;
font-size: 13px;
text-transform: uppercase;
padding: 10px 15px;
text-decoration: none;
}





.read-more a:hover{
	background: #fff;
	border:2px solid #000;
	color: #000;
	transition: .9s all ease;
}





.blog-first img{
	height: 100%;
	width: 100%;
}

.content-blg h3{
	text-align: center;
}
.content-blg{
	margin-top: -42px;
}

.content-blg p{
	line-height: 22px;
	font-size: 17px;
	font-family: 'Open Sans', sans-serif;
}

.content-blg a{
	text-transform: uppercase;
	font-size: 14px;
}

.blog-content{
	padding-top: 40px;
	padding-bottom: 40px;
}

.footer-section{
	    background: #9d895a;
	    margin-top: 8%;
	    
}
.our-links ul{
    margin-top: 35px;
}
.our-links{
	text-align: center;
}
.our-links h3{
	color: #fff;
	font-family: 'Open Sans', sans-serif;             
	font-size: 14px;
}

.our-links ul li{
	list-style: none;
    padding: 4px;
    text-align: left;
    padding-left: 48%;
    margin-left: -47px;
}

.our-links ul li a{
	color: #fff;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	    font-size: 10px;
	    text-transform: uppercase;

}

.our-links ul li a:hover{
	color: #fff;
	transition: .9s all ease;
}

.last-cnt a{
	text-decoration: none;
	color: #fff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

.social-icons ul li{
	list-style: none;
	display: inline-block;
	padding: 5px;
}

.social-icons ul li i{
	background: #000;
	padding: 10px 12px;
	color: #fff;
	height: 35px;
	width: 35px;
}
.social-icons ul li i:hover{
	background: #9d895a;
	color: #fff;
	transition: .9s all ease;
}
.social-icons{
	text-align: center;
}


.our-links-firts{
	    text-align: center;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
    padding-right: 55px;
}

.our-links-firts h3{
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

.need-first{
	text-align: left;
	line-height: 27px;
	margin-top: 67px;
	    margin-left: 12%;
}

.need-first span{
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	    font-size: 10px;

}

.need-first a{
	float: right;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	    font-size: 12px;
}
.need-first a:hover{
	color: #fff;
	transition: .9s all ease;
}

.fmf-cnt{
	margin-top: 35px;
    text-align: center;
}


.fmf-cnt p{
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	    font-size: 14px;
}

.stay-updated{
	text-align: center;
}

.stay-updated h3{
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

.input-section{
	margin-top: 25px;
}

.input-section input{
	background: none;
	    color: #fff;
	border: 2px solid #fff;
	width: 100%;
	padding: 6px;
}

.last-cnt {
    margin-top: 35px;
    text-align: right;
    font-size: 12px;
}

.last-cnt p{
	 color: #fff;
	 font-family: 'Open Sans', sans-serif;
}

.input-section input:focus {
    border: 2px solid #9d895a;
    transition: .9s all ease;
    outline: 0;

}




#scrollToTop, #scrollToBottom
        {
             cursor:pointer;
             background-color:#9d895a;
             display:inline-block;
             height:40px;
             width:40px;
             color:#fff;
             font-size:16pt;
             text-align:center;
             text-decoration:none;
             line-height:40px;
        }

.right{
	float: right;
}


.section-img{
	margin-top: 40px;
}

.section-img .container{
	width: 95%;
}
.first-img img{
	width: 100%;
	height: 20%;
}





.read-tert{
	text-transform: uppercase;
}

.read{
	width: 130px;
	height: 2px;
	background: #000;
	border:none;
	margin-top: 3px;
}

.life-section{
	padding-top: 3%;
	padding-bottom: 6%;

}
.blog-secondd{
	background-image: url(../images/banner2.jpeg);
	height: 270px;
	width: 100%;
	background-size: cover;

}
.blog-seconddd{
	background-image: url(../images/6.jpg);
	height: 270px;
	width: 100%;
	background-size: cover;

}
.blog-seconddt{
	background-image: url(../images/7.jpeg);
	height: 270px;
	width: 100%;
	background-size: cover;

}
.content-bl{
	padding-top: 37px;
}

.content-bl h3{
	text-transform: uppercase;
	text-align: center;
}

.content-bl p{
	line-height: 23px;
	font-family: 'Open Sans', sans-serif;
}

.content-section p{
	line-height: 23px;
	font-family: 'Open Sans', sans-serif;
}

.f-textstt h3:before{
	content: "";
	background: #9d895a;
	width: 42%;
	height: 2px;
	display: inline-block;
	vertical-align: middle;
	border:1px solid #9d895a;
	margin: 0px 10px;
	position: absolute;
	top: 30px;
	left: 4px;
}


.f-textstt h3{
	text-align: center;
	text-transform: uppercase;
	font-size: 25px;
}
.f-textstt h3:after{
	content: "";
	background: #9d895a;
	width: 42%;
	height: 2px;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 10px;
	border:1px solid #9d895a;
	position: absolute;
	top: 30px;
	right: 4px;
}
.post-text{
	margin-top: -18px;
}
.section-two{
	padding: 17px 0px;
	padding-bottom: 10px;
}


.content-section a{
	text-transform: uppercase;
	color: #9d895a;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	border-bottom: 1px solid #777;
	font-size: 11px;
}
.icons-social{
	float: right;
}

.icons-social ul li{
	list-style: none;
	display: inline-block;
	padding: 10px;
}


.icons-social ul li i{
	background: #9d895a;
	width: 30px;
	height: 30px;
	color: #fff;
	text-align: center;
	padding-top: 8px;
	border-radius: 40px;
}

.icons-social ul{
	margin: 0px;
}

.img-featured-first{
	background: url(../images/cake.jpeg);
	height: 270px;
	width: 100%;
	background-size: cover;
	background-position: center;
	margin:auto;
}

.img-featured-second{
	background: url(../images/beef.jpeg);
	height: 270px;
	width: 75%;
	background-size: cover;
	background-position: center;
	margin:auto;
}
.img-featured-third{
	background: url(../images/cake-2.jpeg);
	height: 270px;
	width: 100%;
	background-size: cover;
	background-position: center;
	margin:auto;
}
.img-featured-forth{
	background: url(../images/rec3.jpg);
	height: 270px;
	width: 100%;
	background-size: cover;
	background-position: center;
}

.padd{
	padding: 0px;	
}

.travel-img{
	background-size: cover;
	background-image: url(../images/travel.jpg);
	height: 300px;
	width: 100%;
		background-position: center;
}

.travel-img-one{
	background-size: cover;
	background-image: url(../images/life.jpg);
	height: 300px;
	width: 100%;
	background-position: center;
}
.travel-img-two{
	background-size: cover;
	background-image: url(../images/sar.png);
	height: 300px;
	width: 100%;
	background-position: center;
}


.travel-text h3{
	text-align: center;
}

.our-section{
	padding-bottom: 40px;
}
.read-more-btn{
	padding-top: 20px;
}
.read-more-btn a{
	color: #fff;
	background:#9d895a;
	font-size: 13px;
	text-transform: uppercase;
	padding: 10px 15px;
	text-decoration: none;
}

.read-more-btnn{
	padding-top: 20px;
	text-align: center;
}
.read-more-btnn a{
	color: #fff;
	background:#9d895a;
	font-size: 13px;
	text-transform: uppercase;
	padding: 10px 15px;
	text-decoration: none;
}


/* --- index page css end here ---*/








/*--- about page css start here ---*/

.about{
	padding: 40px 0px;
	text-align: center;
	margin-top: 5%;
}

.about-sara{
	text-align: center;
    font-size: 36px;
    font-weight: 500px;
    letter-spacing: 0.11em!important;
    word-spacing: 0.00em!important;
    text-transform: uppercase!important;
    font-variant: normal!important;
    line-height: 120%!important;
    
    margin-top: 0px;
}

.sara-text{
	text-align: left;
    
    color: #000;
    
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;}

/*--- about page css end here ---*/



/*--- life style page css end here ----*/

    .life{
    padding: 40px 0px;
    }
    .l-image img{
    	width: 100%;
    	
    }
    .lifee-title{
    	text-align: center;
    font-size: 24px;
    
    letter-spacing: 0.11em!important;
    word-spacing: 0.00em!important;
    text-transform: uppercase!important;
    font-variant: normal!important;
    line-height: 120%!important;
    
    margin-top: 2px;
        margin-left: -2%;
    }
    .life-style-text{
    	text-align: left;
	
    color: #000;
   
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-top: 15px;
    
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    }
    .travel-title{
    	text-align: center;
    font-size: 24px;
    
    letter-spacing: 0.11em!important;
    word-spacing: 0.00em!important;
    text-transform: uppercase!important;
    font-variant: normal!important;
    line-height: 120%!important;
    
    margin-top: 2px;
        
    }
    .t-image img{
    	width: 100%;
    	
    }
    .f-image{
    	width: 100%;

    }

/*--- life style page css end here ---*/
.bnr-mar{
	background: url(../images/mar-ban.jpg);
    height: 63%;
    background-position: center;
    overflow: hidden;
    background-size: cover;

}
.Chicken{
	background: url(../images/mar1.jpeg);
      height: 367px;
    width: 366px;
    background-position: center;
    overflow: hidden;
    background-size: cover;
}
.fish{
	background: url(../images/mar2.jpeg);
      height: 367px;
    width: 366px;
    background-position: center;
    overflow: hidden;
    background-size: cover;
}
.lamb{
	background: url(../images/mar3.jpeg);
      height: 367px;
    width: 366px;
    background-position: center;
    overflow: hidden;
    background-size: cover;
}
.title-mar h3{
	text-transform: uppercase;
    font-size: 25px;
    margin-top: 3%;
    margin-bottom: 3%;
    color: #000;
    text-align: center;
    font-family: Varela Round;
}

/*--- blog  page css start here ---*/

.bnr-blog{
	background: url(../images/gal-ban.jpeg);
    height: 85%;
    background-position: center;
    overflow: hidden;
    background-size: cover;

}
.img-tl{
	background: url(../images/b-1.jpg);
       height: 60%;
      margin-left: 10%;
    background-position: center;
    overflow: hidden;
    background-size: cover;
}

.img-t2{
	background: url(../images/b-2.jpg);
        height: 60%;
  

 margin-left: 10%;
    background-position: center;
    overflow: hidden;
    background-size: cover;
}

.text-img{
	margin-bottom: 70px;
}
.title-img-1{
	text-align: center;
    font-size: 24px;
    letter-spacing: 0.11em!important;
   
    text-transform: uppercase!important;
 
    line-height: 120%!important;
    margin-bottom: 3%;
   
    margin-left: 81px;
}
.marinate-section{
	margin-top: 5%;
}
.chicken-img{
	margin-left: 20%;

}
.chik-way h3{
	line-height: 32px;
}
.chik-way p{
	font-size: 16px;
	margin-top: 20px;
}
.chik-way h2{
	font-size: 18px;
	line-height: 32px;
}
.blog-title-first{
	text-align: center;
    font-size: 24px;
    
    letter-spacing: 0.11em!important;
    word-spacing: 0.00em!important;
    text-transform: uppercase!important;
    font-variant: normal!important;
    line-height: 120%!important;
    
    margin-top: 2px;
}
.blog-text-first{
	text-align: center;
	
    color: #000;
   
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-top: 15px;
    
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
}
.more{
	    text-align: center;
	    margin-left: 44%;
	    margin-top: 30px;
    border: 1px solid;
    width: 20%;
    padding: 5px;
}
.more a{
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
}


.sec-img{
    margin-top: 4%;
}
.blog-main-first{
	margin-top: 13%;
}

.img-sara img{
	    height: 35%;
    border-radius: 50%;
    border-radius: 50%;
    width: 55%;
    margin-top: 20%;
    margin-left: 20%;
}
.text-inside{
	text-align: center;
    margin-top: -48%;
	    
}
.text-insidee {
    text-align: center;
}
.text-insidee h3{
 font-size: 30px;   
}
.text-insidee p{
text-align: center;
    color: #000;
  
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
}
.text-inside h3{
	font-size: 30px;

}

.text-inside p{
	text-align: center;
    color: #000;
  
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
   
}
.ban-carr h3{
    text-align: center;
    margin-top: 15%;
    font-size: 30px;
}
.ban-carr p{
        color: #000;
    padding-top: 0px;
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}
.sub-btn{
	text-align: center;
    margin-top: 25px;
}
.sub-btn a{
	background: #9d895a;
    padding: 8px 25px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}


/***** rec first page css start here   ***/

.rec1{
	   
    padding-left: 7%;

}
.rec2{
	
    padding-left: 7%
}
.text-rec{
	text-align: center;
	color: #000;
    width: 90%;
    padding-left: 10px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-top: 30px;
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
  
    
}
.title-max{
	text-align: center;
    font-size: 24px;
    
    letter-spacing: 0.11em!important;
    word-spacing: 0.00em!important;
    text-transform: uppercase!important;
    font-variant: normal!important;
    line-height: 120%!important;
    margin-bottom: 6%;
 
}
.title-max a{
	text-decoration: none;
    color: #000;
}
.title-pasta{
	text-align: center;
    font-size: 24px;
    
    letter-spacing: 0.11em!important;
    word-spacing: 0.00em!important;
    text-transform: uppercase!important;
    font-variant: normal!important;
    line-height: 120%!important;
    margin-bottom: 6%;
   
}
.title-pasta a{
	text-decoration: none;
    color: #000;
}
.title-pasta  a:hover{
	text-decoration: none;
    color: #9d895a;
}
.title-max  a:hover{
	text-decoration: none;
    color: #9d895a;
}

/***** rec first page css start here   ***/



/***** recipe des  first page css start here   ***/
.rec-page{
	margin-top: 1%;
    margin-left: 20%;
}

.rec-2{
	margin-top: 40px;
}
.rec-3{
	margin-top: 30px;
}
.con img{
	width: 100%;
	
	margin-top: 30px;
}

.contact-page h3 {
    text-align: center;
    margin-bottom: 56px;
    text-transform: uppercase;
    font-size: 26px;
}
.contact-page .form-control {
    display: block;
    width: 100%;
    height: 48px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #000;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.my-btn {
    display: inline-block;
    margin: 0px 0;
    border-radius: 0px;
    border: 0px solid #fff;
    color: #fff;
        background: black;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    padding: 8px 34px;
    -webkit-transition: all ease-in-out .15s;
    -o-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
    -webkit-appearance: none;
}


.blog-tpp .container{
	width: 73%;
}

#ika-test{
 	
 	padding-bottom: 50px;
}
.contact-title{
	text-align: center;
    font-size: 24px;
    
    letter-spacing: 0.11em!important;
    word-spacing: 0.00em!important;
    text-transform: uppercase!important;
    font-variant: normal!important;
    line-height: 120%!important;
    margin-bottom: 3%;
    margin-top: -10px;
}
.button-for a{
text-decoration: none;
    text-decoration: none;
    background: #9d895a;
    color: #fff;
}
.button-for{
	text-align: center;
    margin-top: 10%;
    margin-bottom: 5%;
}
.con img{
	    width: 85%;
    margin-left: 6%;
    margin-top: 30px;
}
.rec-name{
font-size: 24px;
margin-top: 5%;
}
.date{
	    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
}
.date-blog
{
	font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    margin-left: 4px;
}
.blg-txt p{
	text-align: center;
    color: #000;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-top: 15px;
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    width: 78%;
}
.blg-txt{
	    margin-top: 20px;
    margin-bottom: -40px;
}
.img-main{
	    margin-top: 61px;
}
.imag-blg{
	margin-top: 8%
}

    .imag-blg{
background: url(../images/blog-img-1.jpeg);
    height: 60%;
    width: 80%;
    background-position: center;
    background-size: cover;
   
    }
    .imag-blg-2{
background: url(../images/blog-img-2.jpeg);
    height: 60%;
    width: 80%;
    background-position: center;
    background-size: cover;
    }
    .imag-blg-3{
background: url(../images/blog-img-3.jpeg);
     height: 60%;
    width: 80%;
    background-position: center;
    background-size: cover;
    }
      .imag-blg-4{
background: url(../images/blog-img-4.jpeg);
     height: 60%;
    width: 80%;
    background-position: center;
    background-size: cover;
    }
      .imag-blg-5{
background: url(../images/blog-img-5.jpeg);
     height: 60%;
    width: 80%;
    background-position: center;
    background-size: cover;
    }
  
    .blg-video{
    	margin-top: 20px;
    }
    .sp{
    	margin-top: 50px;
    }
    .imag-blg-ban{
    	margin-top: 8%;
    }
    .imag-blg-ban{
    	background: url(../images/blog-1.jpg);
     height: 60%;
    width: 80%;
    background-position: center;
    background-size: cover;
    }
    .imag-blg-bann{
    	background: url(../images/blog-2.jpg);
     height: 60%;
    width: 80%;
    background-position: center;
    background-size: cover;
    }
    .imag-blg-bannn{
    	background: url(../images/blog-4.jpg);
     height: 60%;
    width: 80%;
    background-position: center;
    background-size: cover;
    }
     .imag-blg-bannnn{
    	background: url(../images/ban.jpg);
     height: 60%;
    width: 80%;
    background-position: center;
    background-size: cover;
    }
    .main-recip{
    	text-align: center;
    	    margin-top: 2%;
}
.rec-3-page{
	margin-top: 2%;
}
   .recc-page{
   	    margin-top: 1%;
    margin-left: 18%;
   } 
    .main-recip p{
    	
    color: #000;
  
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 14px;
    }
    .des-rec-1{
margin-top: 3%;
    }
    .des-rec-1 h3{
    	font-size: 25px;
    text-align: center;
    text-transform: uppercase;
       
    }
    .des-rec-1 p{
    	color: #000;
      
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
 }
 
  .famii{
 	margin-left: 8%;
 }
 .fami{
  
    	background: url(../images/bnr-da.jpeg);
  height: 550px;
  width: 100%;

    background-position: center;
    background-size: cover;
    }
    .famii{
    	background: url(../images/new-baby.jpeg);
     height: 65%;
   width: 75%;
    background-position: center;
    background-size: cover;
    }
    .m{
    text-align: center;
    margin-top: 25px;	
    }
    .m a{
    	
    padding: 8px 25px;
    color: #9d895a;
    text-decoration: none;

    text-transform: uppercase;
    
    }
    .abt-t h3{
    	text-transform: uppercase;
    font-size: 25px;
    margin-top: 3%;
    margin-bottom: 3%;
    color: #000;
    text-align: center;
    font-family: Varela Round;
    }
    .abt-t h3:before{
    	content: "";
    width: 36%;
    border: 1px solid #9d895a;
    position: absolute;
    top: 53px;
    left: 106px;
    vertical-align: middle;
    display: inline-block;
    }
    .abt-t h3:after{
    	content: "";
    width: 36%;
    border: 1px solid #9d895a;
    position: absolute;
    top: 53px;
    right: 106px;
    vertical-align: middle;
    display: inline-block;
    }
    .txt{
    	margin-top: 35px;
    }
     .blg-t h3{
    	text-transform: uppercase;
    font-size: 25px;
    margin-top: 3%;
    margin-bottom: 3%;
    color: #000;
    text-align: center;
    font-family: Varela Round;
    }
    .blg-t h3:before{
    	content: "";
    width: 29%;
    border: 1px solid #9d895a;
    position: absolute;
    top: 54px;
    left: 247px;
    vertical-align: middle;
    display: inline-block;
    }
    .blg-t h3:after{
    	content: "";
    width: 33%;
    border: 1px solid #9d895a;
    position: absolute;
    top: 54px;
    right: 191px;
    vertical-align: middle;
    display: inline-block;
    }
    .con-t h3{
    	text-transform: uppercase;
    font-size: 25px;
    margin-top: 3%;
    margin-bottom: 3%;
    color: #000;
    text-align: center;
    font-family: Varela Round;
    }
    .con-t h3:before{
    	content: "";
    width: 27%;
    border: 1px solid #9d895a;
    position: absolute;
    top: 54px;
    left: 222px;
    vertical-align: middle;
    display: inline-block;
    }
    .con-t h3:after{
    	content: "";
    width: 27%;
    border: 1px solid #9d895a;
    position: absolute;
    top: 54px;
    right: 222px;
    vertical-align: middle;
    display: inline-block;
    }
     .ent-t h3{
    	text-transform: uppercase;
    font-size: 25px;
    margin-top: 3%;
    margin-bottom: 3%;
    color: #000;
    text-align: center;
    font-family: Varela Round;
    }
    .ent-t h3:before{
    	content: "";
    width: 34%;
    border: 1px solid #9d895a;
    position: absolute;
    top: 54px;
    left: 162px;
    vertical-align: middle;
    display: inline-block;
    }
    .ent-t h3:after{
    	content: "";
    width: 34%;
    border: 1px solid #9d895a;
    position: absolute;
    top: 54px;
    right: 162px;
    vertical-align: middle;
    display: inline-block;
    }
       .des-t h3{
    	text-transform: uppercase;
    font-size: 25px;
    margin-top: 3%;
    margin-bottom: 3%;
    color: #000;
    text-align: center;
    font-family: Varela Round;
    }
    .des-t h3:before{
    	content: "";
    width: 32%;
    border: 1px solid #9d895a;
    position: absolute;
    top: 54px;
    left: 174px;
    vertical-align: middle;
    display: inline-block;
    }
    .des-t h3:after{
    	content: "";
    width: 37%;
    border: 1px solid #9d895a;
    position: absolute;
    top: 54px;
    right: 110px;
    vertical-align: middle;
    display: inline-block;
    }
          .mar-t h3{
    	text-transform: uppercase;
    font-size: 25px;
    margin-top: 3%;
    margin-bottom: 3%;
    color: #000;
    text-align: center;
    font-family: Varela Round;
    }
    .mar-t h3:before{
    	content: "";
    width: 36%;
    border: 1px solid #9d895a;
    position: absolute;
    top: 54px;
    left: 110px;
    vertical-align: middle;
    display: inline-block;
    }
    .mar-t h3:after{
    	content: "";
    width: 37%;
    border: 1px solid #9d895a;
    position: absolute;
    top: 54px;
    right: 102px;
    vertical-align: middle;
    display: inline-block;
    }
    .our-blog-title a:hover{
    	color: #9d895a;
    }
    .fm{
    	  background: url(../images/home.jpeg);
     height: 450px;
    
    background-size: cover;
    background-position: center;
    margin: auto;

    }
    .fmo{
    	  background: url(../images/fami.jpeg);
     height: 450px;
    
    background-size: cover;
    background-position: center;
    margin: auto;

    }
    .fm{
    	margin-top: 20px;
    }
    .fmo{
    	margin-top: 20px;
    }
    .inside-dress{
    	    background: url(../images/first-dress.jpeg);
     height: 450px;
    
    background-size: cover;
    background-position: center;
    margin: auto;
    }
    .inside-dress-2{
    	background: url(../images/second-dress.jpeg);
    height: 450px;
    
    background-size: cover;
    background-position: center;
    margin: auto;
    }
     .inside-dress-3{
    	background: url(../images/third-dress.jpg);
    height: 450px;
    
    background-size: cover;
    background-position: center;
    margin: auto;
    }
     .inside-dress-4{
    	background: url(../images/forth-dress.jpg);
    height: 450px;
    
    background-size: cover;
    background-position: center;
    margin: auto;
    }
    .main-dress{
    	margin-top: 6%;
    	margin-bottom: 3%;
    
    }
    .description{
    	text-align: center;
    	margin-top: 20px;
    }
    .description p{
    	    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    font-family: sans-serif;
    text-decoration: none;
}
.description a:hover{
text-decoration: none;
}
.main-dress a:hover{
	text-decoration: none;
}
.img-a img{
	display: block;
    max-width: 90%;
    height: auto;
    border-radius: 50%;
}
.img-all{
	background: url(../images/all.jpg);
    height: 550px;
    
    background-size: cover;
    background-position: center;
    margin: auto;
}
.img-alll{
		background: url(../images/cas.jpeg);
    height: 500px;
    
    background-size: cover;
    background-position: center;
    margin: auto;
}
    
   
 .main-gallery{
 	margin-bottom: 40px;
 }
 .gal-t h3{
text-transform: uppercase;
    font-size: 25px;
    margin-top: 3%;
    margin-bottom: 3%;
    color: #000;
    text-align: center;
    font-family: Varela Round;
 }
 .gal-t h3:before{
content: "";
    width: 36%;
    border: 1px solid #9d895a;
    position: absolute;
    top: 47px;
    left: 96px;
    vertical-align: middle;
    display: inline-block;
}
 
 .gal-t h3:after{
 	content: "";
    width: 36%;
    border: 1px solid #9d895a;
    position: absolute;
    top: 47px;
    right: 96px;
    vertical-align: middle;
    display: inline-block;
}
 .met p{
 	color: #000;
    padding-top: 3px;
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    text-transform: uppercase;

 }
 .dir h3{
    text-align: center;
    font-size: 30px;
 }
 .dir p{
    color: #000;
   
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    
    line-height: 30px;
    text-transform: uppercase;
 }
 .main-ba{
    margin-top: 3%;
 }
.our-insta{
    text-transform: uppercase;
    color: #000;
    text-align: center;
    font-family: Varela Round;
    padding-top: 50px;
}
.insta-title h3:before{
    content: "";
    /* background-color: #9d895a; */
    width: 28%;
    border: 1px solid #9d895a;
    position: absolute;
    left: 14px;
    top: 11%;
    vertical-align: middle;
    display: inline-block;
}
.insta-title h3:after{
    content: "";
    background-color: #9d895a;
    width: 28%;
    border: 1px solid #9d895a;
    position: absolute;
    right: 14px;
    top: 11%;
    vertical-align: middle;
    display: inline-block;
}
.insta-title a:hover{
    text-decoration: none;
}


/*********mobile menu css start*********/

.sidebar {
 height: 100%;
 width: 0;
 position: fixed;
 z-index: 1;
 top: 0;
 left: 0;
 background-color:#9d895a;
 overflow-x: hidden;
 transition: 0.5s;
 padding-top: 60px;
}

.sidebar a {
 padding: 8px 8px 8px 32px;
 text-decoration: none;
 font-size: 19px;
 color: white;
 display: block;
 transition: 0.3s;
 text-transform: uppercase;
}

.sidebar a:hover {
 color: #f1f1f1;
}

.sidebar .closebtn {
 position: absolute;
 top: 0;
 right: 25px;
 font-size: 36px;
 margin-left: 50px;
}

.openbtn {
       float: right;
    font-size: 24px;
    cursor: pointer;
    background-color: white;
    color: #9d895a;
    padding: 2px 16px;
    border: none;
    margin-bottom: 0px;
    margin-right: 24px;
    margin-top: -37px;
}

.openbtn:hover {
 background-color: #444;
}

#main {
 transition: margin-left .5s;
 padding: 15px 0px;
}
.hbt{
    display:none;
}

.mobail-logo{
 float: left;
}

.navav ul{
 list-style: none;
}

.mobail-logo img {
   padding: 12px;
   width: 100%;
}


/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
 .sidebar {padding-top: 15px;}
 .sidebar a {font-size: 18px;}

}

@media (min-width: 868px){
 .responsive-nav{
   display: none;
 }
 

}

@media (max-width:868px){
 .my-header{
   display: none;  }

   .carousel {
   position: inherit;
}

}


/*********mobile menu css end*********/