

.mar-100{
    margin-top: 100px;
}

.mar-50{
    margin-top: 50px;
}

.mar-30{
    margin-top: 30px;
}



.aboutheading {
    font-family: 'Cormorant Garamond', serif;
    font-size: 50px;
    color: #000;
    font-weight: 200;
    line-height: 55px;
    margin: 20px 0px 40px 0px;
}

.aboutheading span{
    
    font-weight: 800;
    
}


.innerheading {
    font-family: 'Cormorant Garamond', serif;
    font-size: 50px;
    color: #000;
    font-weight: 200;
    line-height: 55px;
    margin: 0px 0px 40px 0px;
}

.innerheading span{
    
    font-weight: 800;
    
}

.breadd{
	    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}





.breadd{
	font-size: 70px;
    margin-top: 0px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0px;
    line-height: 40px;
}

.white{
	color:#fff;
}

.single-contact_us h5 {
    color: #333;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0px 0 30px 0;
	font-family: sans-serif;
}


.list li {
position: relative;
line-height: 33px;
/* padding: 5px 10px; */
/* box-shadow: 0 6px 12px rgb(0 0 0 / 18%); */
margin-bottom: 20px;
list-style: none;
display: inline-block;
margin: 5px 0%;

}


.list li  p{
    margin-bottom: 30px;
}

 




.single-contact_us h6 {
    color: #fff;
    position: relative;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 10px 4px 0;
    top: -15px;
    display: inline;
    background: #fff;
    position: absolute;
    background: #000;
    padding: 5px 10px;
}

.single-contact_us .border-area {
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    padding: 10px 20px;
    position: relative;
    margin-top: 50px;
}





.border-area .Business{
    display: inline-block;
    width: 49%;
    margin: 20px 0px;
}

.border-area .Business p{

margin-bottom: 0px;
}

.bb img{
	background: #f3f3f3;
    padding: 20px 0px;
    margin-top: 20px;
    border: 1px solid #dfdddd;
}


.hum{
	position:relative;
	
	    margin-bottom: 20px;
}

.hum:before{
	background:#0b0b0b4f;
	content:'';
	width:100%;
	height:0%;
	bottom:0;
	position:absolute;
	transition:0.5s;
	
	
}
.hum:hover:before{
	
	height:100%;
}





.hum h4{
	position:absolute;
	top:0%;
	left:45%;
	opacity:0;
	transition:0.5s;
	}


	
	.hum:hover h4{
	position:absolute;
	top:40%;
	left:45%;
	opacity:1;
	}


.hum h4 a{
background: #fff;
    color: #e23843;
    display: inline-block;
    padding: 0;
    width: 36px;
    height: 36px;
    line-height: 35px;
    text-align: center;
    vertical-align: middle;
    /* border: 1px solid #e23843; */
    margin-right: 10px;
    /* border-radius: 50%; */
    z-index: 99;
    position: relative;
	
}
.hum img{
	    border-bottom: 1px solid #d3d8d8;
}
.recipe-detail h2{
	font-size: 20px;
    margin-bottom: 30px;
    text-align: center;
    margin-top: 10px;
}


.side-head {
    font-size: 19px;
    color: #fff;
    font-weight: 500;
    margin: 0px;
    position: relative;
    text-transform: uppercase;
    
    position: relative;
    padding: 12px 16px;
    background: #01930f;
}

.side-head i {
    padding-right: 10px;
}

.sidebar-menu {
    padding: 0px;
	padding: 0px;
    border: 1px solid #d5d2d2;
}

.sidebar-menu li {
    padding: 10px;
    border-bottom: 1px solid #d5d2d2;
    list-style: none;
}
.sidebar-menu li a {
    color: #514f4f;
    font-size: 15px;
}

.hum2{
	
    overflow: hidden;
    margin-bottom: 20px;
   padding: 5px;
 box-shadow: 2px 2px 5px 0 rgba(170, 170, 170, 0.42);
    transition: 0.5s;
}


.hum2:hover{
   box-shadow: 8px 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.pro-detaill h1{
	font-size: 25px;
    border-bottom: 1px solid #e1dddd;
    padding-bottom: 20px;
}

.pro-detaill h1 span{
	    font-size: 20px;
}





.pro-detaill p{
	margin:30px 0px;
	}
	
.avail{
	    padding: 0px;
    display: table;
    border: 1px solid #dfdddd;
    border-radius: 10px;
    margin-bottom: 36px;
}	
.avail li{
	    padding: 10px 20px;
    list-style: none;
    float: left;
    border-right: 1px solid #dfdddd;
}

.avail li:last-child{
	
	border-right:0px;
	
}
.btn2{
	display: inline-block;
    padding: 10px 20px;
    background: #4a7e24;
    color: #fff;
    border-radius: 3px;
    text-transform: uppercase;
	cursor: pointer;
}
	
	
	.sidebar-menu li.active a{
		color:#e3010f;
	}
	








.steps {
    display: block;
    position: relative;
}

.steps:before {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #e6e6e6;
    z-index: -1;
}

.steps .icon {
    display: block;
    margin-bottom: 20px;
    position: relative;
    z-index: 0;
}

.steps .icon span {
    display: table;
    width: 50px;
    height: 50px;
    border: 1px solid #e6e6e6;
    text-align: center;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
}

.steps .icon span i {
      display: table-cell;
    vertical-align: middle;
    color: #ffffff;
    background: #000;
    border-radius: 100px;
}

.steps h3 {
    font-weight: 600;
    margin-bottom: 20px;
    color: rgb(0, 0, 0);
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 21px;
    text-transform: uppercase;
    font-family: 'Quicksand', sans-serif;
}
.no-gutters {
    margin: 0;
    padding: 0;
}

.dekstop {
    background: url(../img/pattern-bg.jpg)repeat;
    padding: 35px 0px;
    background-attachment: fixed;
}




.inner{
    margin: 50px 0px;
}

.title h1 {
    text-transform: uppercase;
    font-size: 25px;
   
    font-weight: 400;
}

.size h1{
               font-family: 'Rajdhani', sans-serif;
    font-size: 19px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.size h5 a{
           font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
        color: #0fb9c9;
}



.description .color{
    padding: 0px;
}

.description .color li{
    
       width: 12%;
    list-style: none;
    /* float: left; */
    border: 1px solid #e6e5e5;
    display: inline-block;
    
}

.description h2{
    
    padding-bottom: 10px;
    position: relative;

    text-transform: uppercase;
    font-size: 18px;
      font-weight: 500;
    font-family: 'Quicksand', sans-serif;
    margin-top: 30px;

}

.description h1{
    

      padding-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #e1dbdb;
    text-transform: uppercase;
    font-size: 23px;
       font-family: 'Quicksand', sans-serif;
    margin-bottom: 30px;
    font-weight: 600;
}



.description h1:before{
    content: '';
    background: #000;
    position: absolute;
    left: 0px;
    width: 12%;
    height: 3px;
    bottom: 0px;
    transform: skewX(50deg);
}



.description h3{
        font-size: 18px;
    display: inline-block;
    background: #000;
    width: 70px;
    height: 70px;
    color: #fff;
    border-radius: 100px;
    line-height: 70px;
    text-align: center;
    border: 3px solid #0dd2e4;
    font-weight: 600;
    
}


.feature2{
    padding: 0px;
}

.feature2 li{
    
    list-style: none;
    line-height: 30px;
    
    
}

.feature2 li i{
    
    padding-right: 10px;
}

.aim{
    
    background: url(../image/aim.jpg) no-repeat;
    background-size: cover;
    padding: 0px 0px;
  
    
    
}

.aim p{
        
  font-size: 14px;
   
}
.aim h1{
    
 padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
    font-size: 20px;
     font-family: sans-serif;
    margin: 0px;
    font-weight: 600;
}




.about-image{
    
    background: url(../image/about.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    
}

.about{
    display: flex;
}

.bor2{
    position: relative;
}



.bor2 .icon-links {
    /* right: 5px; */
   
    z-index: 9;
    position: absolute;
    bottom: 2%;
    transition: 0.5s;
    left: 40%;
    text-align: center;
    /* width: 100%; */
    display: inline-block;


}

.bor2 .icon-links .zz {
    background: #807b7b;
    color: #ffffff;
    font-size: 13px;
    display: table;
    width: 69px;
    height: 25px;
    line-height: 25px;
    margin: auto;
    text-align: center;
    border-radius: 100px;
}

.bor2:hover .icon-links{
    
    opacity:1;
}

.point {
   margin: 25px 0px;
}

.innovative {
    padding: 0px 35px 0px 0px;
}
.icon {
    width: 10%;
}

.point h2 {
   color: #ed3338;
    padding: 0px 0px 15px 0px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 15px;
    font-family: 'Quicksand', sans-serif;
    text-transform: uppercase;
    border-bottom: 1px solid #d4cfcf;
}

.innovative p {
    color: #000;
    line-height: 25px;
}


.cer{
    
        overflow: hidden;
    border: 3px double #bfbebe;
    
}
.cer img{
    
    transition:0.5s;
    
}

.cer:hover img{

    transform:scale(1.1);
    
}


.go {
    padding: 0px;
    margin: 20px 0px;
}

.go li {
      list-style: none;
    line-height: 35px;
    background: url(../image/tick.png) no-repeat;
    background-position: left center;
    padding-left: 24px;
    font-weight: 600;
    color: #479805;
    /* margin-bottom: 20px; */
    /* padding-bottom: 20px; */
    /* text-transform: uppercase; */
    font-size: 15px;

}


.img-responsive{
    
    
    border:3px double #d3d3d3;
    
}

.abt-left-thumb {
    display: block;
    position: relative;
    z-index: 1;
        margin-bottom: 20px;
}


.abt-left-thumb:before {
content: '';
    position: absolute;
    right: -25px;
    bottom: -25px;
    border: 2px solid #01b2ec;
    height: 100%;
    width: 100%;
    z-index: -1;
    border-radius: 0px 0px 23px 0px;
}

.rec{
background: #01b2ec;
}

.real-detail {
    background: #ebebeb;
    padding: 15px 20px;
    position: relative;
}

.real-detail i {
    background: #fdb813;
    line-height: 50px;
    padding: 10px 16px;
    position: absolute;
    top: 0px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    color: #fff;
    font-size: 20px;
}

.real-detail h1 {
   font-size: 15px;
    margin-top: 0px;
    color: #111;
    /* background: #fdb813; */
    padding: 13px 15px;
    display: inline-block;
    margin-left: 50px;
    text-transform: uppercase;
    font-weight: 600;
        margin-bottom: 20px;
}

.point2 {
    padding: 0px;
}

.point2 li {
    list-style: circle;
    list-style-position: inside;
    line-height: 30px;
    list-style: none;
    display: inline-block;
    border: 1px solid #e1e0e0;
    padding: 5px 15px;
    margin-bottom: 10px;
}

.panel-body h5{
    
    font-weight: 600;
    
}



.slogan {
background-image: url(https://demo.artureanec.com/themes/agrarium/wp-content/uploads/2021/10/Layer-559.jpg);
background-position: 50% 59%;
background-size: cover;
margin-top: 30px;
font-family: "Herbarium Alt", Sans-serif;
font-size: 78px;
line-height: 100px;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-align:center;
}

.aboutparr {
    background: url(../img/about.jpg) no-repeat;
   margin: 70px 0px 50px;
    background-size: cover;
}



.elementor-column-wrap{
    background-color:#472504;
    padding: 50px 50px;
    background-image: url(img/Shape-22-1.png);
    background-position: 423px -224px;
    background-repeat: no-repeat;
    box-shadow: 0px 16px 84px 0px rgb(0 0 0 / 8%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.creative {
    font-family: 'Cormorant Garamond', serif;
    font-size: 50px;
    color: #fff;
    font-weight: 200;
    line-height: 55px;
    margin: 20px 0px 40px 0px;
    margin-bottom: 30px;
}

.missionbase{
    margin-bottom: 30px;
    color: #fff;
}
.mission {
   
        font-size: 30px;
    /* display: inline-block; */
       font-family: 'Cormorant Garamond', serif;
    margin: 5px 0px 15px;
    border-bottom: 1px solid #fbfaf952;
    padding-bottom: 6px;
    font-weight: 300;
    color: #fff;
}








.parr {
   color: #fff;
    padding: 60px 0px;
    text-align: center;
    font-size: 21px;
    line-height: 35px;
    font-weight: 300;
    width: 80%;
    margin: auto;
}


.innerhead{
    
       font-size: 24px;
    margin: 30px 0px;
    font-weight: 300;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    color: #000;
    margin-bottom: 50px;
}


.innerhead span{
    
    font-weight: 600;
    
}


.go li {
    list-style: none;
    line-height: 30px;
    background: url(../img/tick.png) no-repeat;
    background-position: left center;
    padding-left: 33px;
    /* font-weight: 600; */
    color: #000;
}


.list{
    padding: 0px;
}

.gray{
    background: #e8e8e8;
    margin: 20px 0px;
    padding: 30px 0px;
}

.tumm {
    position: absolute;
    top: 0px;
    left: 35%;
    transition: 0.5s;
    opacity: 0;
}

.tumm a {
    background: #e7bb26;
    padding: 20px;
    color: #fff;
}

.border:hover .tumm {
    opacity: 1;
    top: 30%;
}

.size2 h1 {
    
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}



.border {
    border: 1px solid #cecccc;
    position: relative;
    margin-bottom: 20px;
    padding: 15px 10px;
}


.mb30{
    margin-bottom: 50px;
}
.border2{
    
     border: 1px solid #cecccc;
    position: relative;
    margin-bottom: 20px;
    padding: 15px 10px;
   margin: 50px 0px; 
    
    
}

.green{
        color: #0ea014;
    font-size: 20px;
}


.map{
    margin: 30px 0px;
    padding: 10px;
    border: 10px solid #e4e4e4;
}
.single-contact_us{
	margin-bottom:50px
}

.offer-tag.tag-orange {
    line-height: 1px;
    background-image: url(../img/tag-orange.d3a303e.png);
}

.offer-tag {
    position: absolute;
    left: -1px;
    top: 11px;
    color: #fff;
    padding-left: 10px;
    z-index: 1;
    font-size: 12px;
    padding-top: 0;
    background-size: cover;
    background-position: 100%;
    height: 28px;
    background-repeat: no-repeat;
    vertical-align: revert;
    display: flex;
    align-items: center;
    padding-right: 25px;
}


.recipebackw {
    position: relative;
}
.subhead {
    font-size: 32px;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 400;
    color: #000;
}
.recipepartw {
    position: relative;
    margin-top: 70px;
}
.backone {
    position: absolute;
    right: -22%;
    top: -10%;
    width: 33%;
}
.backtwo {
    position: absolute;
    left: -3%;
    top: -13%;
    width: 33%;
}


.poster1detail {
    position: relative;
    padding: 65px 110px 45px 50px;
    margin-top: 10%;
}
.poster1detail2 {
    position: relative;
    padding: 65px 50px 45px 110px;
    margin-top: 10%;
}
.poster1detail2:before {
    content: '';
    height: 100%;
    width: 100%;
    border: 1px solid #cd9f4c;
    position: absolute;
    right: -10%;
    top: 0;
}
.subheading {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-left: 70px;
    position: relative;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
}
.mainheading {
    font-family: 'Raleway', sans-serif;
    font-size: 45px;
    font-weight: 200;
    line-height: 60px;
    color: #000;
}

.btn2 {
    padding: 15px 30px 15px 30px;
    position: relative;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 4px;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    text-transform: uppercase;
    /* border-radius: 4px; */
    text-shadow: 1px 1px 2px rgb(150 150 150 / 36%);
	background: -webkit-linear-gradient(left, #c9982e , #ebb22b , #e0ac3c , #eab12b);
    display: inline-block;
    border: 1px solid #e9b753;
    color: #fff;
}

.btn2:hover{
    color: #fff;
}



.poster1detail:before {
    content: '';
    height: 100%;
    width: 100%;
    border: 1px solid #d19e2e;
    position: absolute;
    left: -10%;
    top: 0;
}

.subheading:before {
    content: '';
    position: absolute;
    left: 0%;
    top: 45%;
    width: 60px;
    height: 1px;
    background: #000;
}



.contact-form-boxx p .fa {
    border-right: 1px solid #cecccc;
    padding: 15px 10px 15px 10px;
    position: absolute;
    left: 0%;
    top: 0%;
    height: 100%;
    line-height: 19px;
    font-size: 18px;
}

.contact-form-boxx p {
    border: 1px solid #cecccc;
    padding: 10px 0px 10px 60px;
    font-weight: normal;
    position: relative;
    margin: 0 0 10px;
    line-height: 31px;
}

						

.form-all {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center top;
  background-repeat: repeat;
}

.jotform-form {
     overflow : visible;
    box-sizing : border-box;
}

.form-all {
    max-width : 570px;
    padding-top : 0;
    border : 1px solid #e5e5e3 !important;
    border-bottom : none !important;
    box-shadow : inset 0px 1px 0px #FFF !important;
    border-radius : 6px;
    border-bottom-right-radius : 0;
    border-bottom-left-radius : 0;
    padding-bottom : 110px;
    box-sizing : border-box;
    position : relative;
}


.form-all {
    position : relative;
}

.form-all:before,
.form-all:after {
    content : '';
    position : absolute;
    width : 0;
    height : 0;
    border : 0 solid transparent;
    border-width : 100px 300px;
}

.form-all:after {
    border-right-color : #c9982e;
    border-left-color : #eab12b;
    border-bottom-color : #eab12b;
    left : -26px;
    border-radius : 0 0 5px 5px;
    transform : rotate(360deg);
    box-shadow : 0 1px 1px rgba(0,0,0,0.25);
    z-index : 1;
}

.form-all:before {
	border-bottom-color: #eab12b;
    bottom: 19px;
    left: -26px;
    z-index: -2;
    width: 0;
    height: 0;
}

.form-all > .form-section:after {
    content: '';
    position: absolute;
    height: 168px;
    width: 598px;
    background: #b78415;
    z-index: -1;
    bottom: -148px;
	left:-26px
}


.form-all{
	
	padding:20px
}

.aboutback {
    background: url(../img/aboutback.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 40px 0px;
    margin: 30px 0px;
}

.aim p{
   color: #f9cd2e;
    font-size: 18px;
    /* font-family: 'Raleway', sans-serif; */
    font-weight: 500;
    text-align: center;
    line-height: 40px;
    margin: 0;
    
}


.poster42 {
    position: relative;
}

.pline22 {
    position: relative;
}

.pline22:before {
    content: '';
    position: absolute;
    width: 20%;
    height: 2px;
    right: -10%;
    top: 22%;
    background: #000;
}

.postersmall22 {
    margin: 25px 0px 50px 50px;
}

.postersmall222 h3, .postersmall22 h3 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #676666;
    font-size: 14px;
    color: #535250;
    font-weight: 600;
    position: relative;
    background: #fff;
    display: inline-block;
    margin-top: 0px;
}

.postersmall222 h1, .postersmall22 h1 {
    font-size: 35px;
    margin-bottom: 20px;
    font-weight: 300;
    color: #000;
    margin-top: 0px;
    line-height: 45px;
    font-family: 'Playfair Display', serif;
}

.postersmall22 h2, .postersmall222 h2 {
    font-size: 24px;
    margin-top: 10px;
    font-weight: 300;
    color: #000;
    line-height: 45px;
    font-family: 'Playfair Display', serif;
}

.postersmall22 li {
    float: left;
	list-style:none;
	list-style-type: disc !important;
	margin-right:20px;
	line-height:30px;
	margin-left: 20px;
}

.postersmall222 .fa {
    margin-right: 5px;
}


.uls li{
	list-style:none;
	line-height:30px
}
.uls li .fa{
	margin-right:10px
}
.describe h3
{
	font-size: 18px;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-weight: 600;
	color: #000;
}
.describe p{
	text-align:justify
}