*{
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Cormorant Upright", serif;
}
p{
    font-family: "DM Sans", sans-serif;
    font-size: 18px;

}
.header-bottom{
    background: #f8951c;
}
/* whatsapp */

.btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 35px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
    z-index: 9999999;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.btn-whatsapp-pulse-border {
	bottom: 120px;
	right: 20px;
	animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
    bottom: -24px;
    left: 35px;
	border-radius: 50%;
	padding: 25px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}
	75% {
		padding: 50px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

/* end */
.banner{
    background: #c67815;
}

.sec-pad{
    padding: 50px 0;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.header_contact_list li img {
    height: 23px;
    margin-right: 10px;
}
.intro span{
    font-family: "Shadows Into Light", cursive;
    color: #255946;
    font-size: 32px;
    margin: 0;
    line-height: 1;
    margin-bottom: 6px;
    font-family: "Kaushan Script", cursive;
}
.intro h2{
    background-image: url(https://demo.artureanec.com/themes/agrarium/wp-content/uploads/2021/10/Layer-559.jpg);
    background-position: 50% 59%;
    background-size: cover;
    padding: 14px 4px 0px 0px;
    font-size: 80px;
    line-height: 90px;
    font-weight: 700;
    background-repeat: no-repeat;
    background-clip: text;
        -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.intro p{
   
    color: #000;
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.about-sec{
    position: relative;
    background-color: #ffb11f;
    /* background-image:  url(../images/shape3.png);
    background-position: center right 260px;
    background-repeat: no-repeat; */

}
.about_left{
    position: relative;
}

.round_logo{
    position: absolute;
    top: -45px;
    right: 118px;
    -webkit-animation: spin 10s linear infinite;
    -moz-animation: spin 10s linear infinite;
    animation: spin 10s linear infinite;
    animation-name: spin;
    animation-duration: 7000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
.about_right p{
    
    line-height: 1.6;
    color: #000000;
    font-size: 25px;
}
.about_right h2{
    color: #000000;
    font-size: 40px;
    font-weight: 500;
    font-family: "Cormorant Upright", serif;
    letter-spacing: 1px;
}
.sec_bg_two{
    position: relative;
}
.sec_bg_two::before {
    content: "";
    width: 100%;
    height: 16px;
    position: absolute;
    top: -15px;
    left: 0;
    z-index: 10;
    background: url(../images/ripped-paper-slider.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.sec_bg{
    position: relative;
}
.sec_bg::before{
    content: "";
    width: 100%;
    height: 16px;
    position: absolute;
    top: -15px;
    left: 0;
    z-index: 10;
    background: url(../images/ripped-paper-slider.png);
    background-size: cover;
    background-repeat: no-repeat;

}
.product_text{
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .07);
    padding: 10px 25px 9px;
    z-index: 2;
    /* position: absolute;
    bottom: -31px;
    margin: 0 auto;
    left: 15%;
    min-width: 200px; */
    text-align: center;
    border-bottom: 3px solid #f39422;
    min-height: 182px;
}
.product_text h3{
    color: #1c3f39;
    font-size: 27px;
    font-weight: 500;
    margin: 0;
    letter-spacing: 1px;
}
.product_text p{

    line-height: 1.6;
    color: #1c3f39;
}
.product_box img{
    border-radius: 10px;
}
.header_contact {
    display: inline-block;
    padding-left: 100px;
}
.header_contact_list li{
    display: inline-block;
    margin: 10px 20px;
}
.sourcing-sec{
    position: relative;
    /* background: url(../images/section-bg3.png); */
    /* background: #9a5c12 url(../images/section-bg2.png);
   background-position: center; */
}
.shape2{
position: absolute;
right: 0;
top: 0;
}
.shape1{
    position: absolute;
    left: 0;
    bottom: 0;
    }
.sourcing h2{
    color: #000000;
    font-size: 40px;
    font-weight: 500;
    font-family: "Cormorant Upright", serif;
    letter-spacing: 1px;
}
.sourcing p{

    line-height: 1.6;
    color: #000000;
    font-size: 25px;
}
.certificates {
    margin-top: 10px;
}
.certificate_grid{
    margin-bottom: 20px;
}
.call_to-_action {
    background-color: #ffb11f;
    padding:30px 50px;
    text-align: center;
    border-radius: 10px;
    border-left:15px solid #1f4e3d;
}
.cta_left h5{
    font-family: "Cormorant Upright", serif;
    color: #000000;
    font-size: 21px;
    margin: 0;
    text-align: left;
    text-transform: capitalize;
    text-transform: capitalize;
    line-height: 1.4;
}
.thm-btn{
    position: relative;
    display: inline-block;
    vertical-align: middle;

    border: none;
    outline: none !important;
    background-color: #334b35;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 45px 5px;
    border-radius: 10px;
    letter-spacing: 0.1em;
    transition: all 0.3s linear;
    overflow: hidden;
    z-index: 1;
    line-height: 34px;
}
.ftr_top{
    padding: 50px 0 0;
    margin-bottom: -58px;
    z-index: 9999;
    position: relative;padding: 50px 0 0;
}

.ftr{
    background-color: #0f1b28;
    padding: 80px 0 0;;
}
.ftr_btm{
    padding: 20px 0;
    background: #1f4e3d;
    position: relative;
    z-index: 1;
    padding-right: 30px;
}
.ftr_btm_list li{
    list-style: none;
    display: inline-block;
}
.ftr_btm_list li a{
    font-weight: 500;
    color: #dedede;
    margin-left: 25px;
}
.ftr-title{
    font-size: 26px;
    margin-bottom: 30px;
    color: #fff;
    font-weight: 800;
    font-family: "Cormorant Upright", serif;
    letter-spacing: 2px;
}
.footer-item.link li a {
    font-weight: 500;
    color: #dedede;
    margin-top: 12px;
    font-family: "DM Sans", sans-serif;
}
.footer-item.link li {
    font-weight: 500;
    color: #dedede;
    margin-top: 12px;
    font-family: "DM Sans", sans-serif;
}
.footer-item.link li {
    margin-top: 12px;
}
.footer-item.link li i{
    font-size: 10px;
    margin-right: 10px;
}
.footer-item.contact li i {
    display: inline-block;
    height: 45px;
    width: 45px;
    text-align: center;
    /* line-height: 45px; */
    /* border-radius: 50%; */
    /* margin-right: 20px; */
    /* background: rgba(255, 255, 255, 0.1); */
    color: #ffb11f;
    /* border: 1px dashed rgba(255, 255, 255, 0.3); */
    font-weight: 300;
    font-size: 18px;
}
.footer-item.contact li {
    display: flex;
    margin-top: 20px;
}
.footer-item.contact li strong {
    display: block;
    text-transform: capitalize;
    color: #fff;
    font-size: 16px;
}
.footer-item a{
    color:#FFF;
} 

.menu{
    margin-bottom: 0px;
    z-index: 1999;
    position: relative;
    top: 0;
    width: 100%;
    padding: 30px 0;
    position: absolute;
}
/* .menubar{
    color: #FFF;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
} */
.offcanvas-end{
    width: 300px;
    z-index: 99999;
}
.menubar i{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 2px;
    color: #000;
    font: bold 14px / .4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #fff;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;

}
.menubar i::after {
    bottom: -7px;
}
.menubar i::after {
    content: '';
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.menubar i::before {
    top: -7px;
}
.menubar i::before {
    content: '';
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.footer-item p{
    color: #d4d4d4;
}
.ftr_btm p{
    color: #d4d4d4;
    margin: 0;
    font-size: 14px;

}
.ftr_btm a{
    color: #d4d4d4;
}
.page-title{
    background: url(../images/page-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
    position: relative;
    z-index: 1;
}
.page-title::before{
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background:rgba(0, 0, 0, .7);
z-index: -1;
}
.page-title-head h2{
    text-align: center;
    font-size: 45px;
    color: #FFF;
}
.about-image-one{
    position: relative;
}
.about-image-one img{
    border-radius: 20px 20px 20px 20px;
}
.about-image-two img{
    border-radius: 20px 20px 20px 20px;
    margin-top: 30px;
}
.about-image-one::before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    border: 2px solid #D4A65E;
    display: inline-block;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 20px;
    -moz-border-radius:  20px;
    border-radius:  20px;
    z-index: -1;
}

.about-right span {
        font-family: "Shadows Into Light", cursive;
        color: #255946;
        font-size: 32px;
        margin: 0;
        line-height: 1;
        margin-bottom: 6px;
        font-family: "Kaushan Script", cursive;
    }
.about-right h2{
    font-size: 38px;
    margin-bottom: 15px;

} 
.about-right{
    padding-top: 30px;
} 
.about-right p{
    margin-top: 22px;
}  
.contact-left img{
    width: 28px;
    /* margin-right: 7px;
    vertical-align: middle;
    position: relative;
    left: -25px;
    top: 40px; */
}
.contact-left h2{
    display: inline-block;
    font-size: 38px;
}

.shipping{position: relative;
background: #eee;}
.img-main{
    position: relative;

}
.secondary_image{
    position: absolute;
    top: 135px;
    left: 127px;
}
.shipping_right{
    padding-left: 180px;
}
.shipping_right h2{
    font-family: "DM Sans", Sans-serif;
    font-size: 48px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 56px;
    letter-spacing: -1px;
    margin: 0px 0px 20px 0px;
}
.service-title h2{
    font-family: "DM Sans", Sans-serif;
    font-size: 48px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 56px;
    letter-spacing: -1px;
    margin: 0px 0px 0px 0px;
}
.services-grid_left {
    padding: 80px 15px 0;
    text-align: center;
    background: #EEE;
    height: 100%;
}
.services-grid_left-one {
    padding: 80px 15px 0;
    text-align: center;
    background: #e7caa8;
    height: 100%;
}
.services-grid h3{
    font-family: "DM Sans", Sans-serif;
    font-size: 38px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 56px;
    letter-spacing: -1px;

}
.services-grid_right img{
    width: 100%;
    /* border-radius: 8px; */
}

.services-grid{
    /* padding: 50px 0; */
    border-bottom: 1px solid #EEE;
}
.shipping-contact{
    background: url(../images/map-pattern.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}
.shipping-contact-left{
    position: relative;
    background-image: url(../images/form-Bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    z-index: 1;
    padding: 30px;
}
.shipping-contact-left::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .7);
    z-index: -1;
}
.shipping-contact h2{
    margin-bottom:30px;
    font-size: 34px;
}
.service-title{
    margin-bottom: 30px;
}
.product-title {
    padding: 15px 0;
}
.nav-link{
    font-family: 'Cormorant Upright';
    font-size: 22px;
    color: #000;
}