body {
	margin: 0;
	padding: 0;
	font-family: Poppins;
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	letter-spacing: 0.01em;
	display: swap;
	background-color: #ffffff; 
	overflow-x: hidden;
	color: #686766;
}
p {
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 28px;
}
p:last-child {
	margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	color: #262624;
}
h1 {
	font-size: 239px;
	line-height: 287px;
/*	font-family: 'Jouska Regular';*/
    letter-spacing: 1.5px;
    font-family: 'Jouska Regular';
}
h2 {
	font-size: 65px;
	line-height: 98px;
}
h3 {
	font-size: 30px;
	line-height: 40px;
}
h4 {
	font-size: 28px;
	line-height: 38px;
}
h5 {
	font-size: 26px;
	line-height: 36px;
}
h6 {
	font-size: 24px;
	line-height: 34px;
}
a, a:hover {
	color: #FFCC00;
	text-decoration: none;
}
img {
	max-width: 100%;
}
button, button:focus {
	box-shadow: none !important;
	outline: none !important;
}
.main_btn {
	box-shadow: none;
	border: 2px solid #FFCC00;
	border-radius: 6px;
	color: #353433;
	padding: 15px 30px;
	font-weight: 400;
	font-size: 24px;
	line-height: 36px;
	text-align: center;
	letter-spacing: 0.02em;
	display: inline-block;
}
.main_btn:hover {
	border: 2px solid transparent;
	background-color: #FFCC00;
	box-shadow: 20px 20px 25px rgba(55, 55, 55, 0.141176);
	color: #262624;
}
.main_btn_bg {
	box-shadow: none;
	border: 2px solid transparent;
	background-color: #FFCC00;
	box-shadow: 20px 20px 25px rgba(55, 55, 55, 0.141176);
	color: #262624;
	border-radius: 6px;
	padding: 15px 30px;
	font-weight: 400;
	font-size: 24px;
	line-height: 36px;
	text-align: center;
	letter-spacing: 0.02em;
	display: inline-block;
}
.main_btn_bg:hover {
	border: 2px solid #FFCC00;
	background-color: transparent;
	color: #353433;
}


input, textarea, select {
	border: 0.5px solid #695B55;
	border-radius: 7px;
	background-color: transparent;
	padding: 10px 15px;
	box-shadow: none;
}
input:focus, textarea:focus, select:focus {
	outline: none;
	box-shadow: none;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
li {
	text-decoration: none;
}
section {
	padding: 70px 0;
	position: relative;
}
.main_wrapper {
	position: relative;
}

.header_wrapp {
    position: absolute;
    z-index: 9999;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    padding: 40px 0;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(9,9,121,0) 100%);
}
.menu_bar {
    margin-top: 20px;
}
.navbar-light.bg-light {
    background-color: transparent !important;
}
nav.navbar .menu_bar {
    padding: 0;
    flex-grow: inherit;
}
.menu_bar .navbar-nav .nav-item {
    padding: 0 15px;
}
.menu_bar .navbar-nav .nav-item:first-child {
	padding-left: 0;
}
.menu_bar .navbar-nav .nav-item:last-child {
	padding-right: 0;
}
.menu_bar .navbar-nav .nav-item .nav-link {
    padding: 0;
    font-size: 20px;
    color: #353433;
}
.menu_bar .navbar-nav .nav-item .nav-link.active {
	font-weight: 600;
}

.header_right {
	margin-top: 20px;
}
.header_right ul li {
    display: inline-block;
    padding-left: 15px;
    position: relative;
}
.header_right ul li:first-child {
	padding-left: 0;
}
.header_right ul li a {
	display: inline-block;
	position: relative;
	color: #241C19;
	font-size: 24px;
	font-weight: 300;
}
.header_right ul li a .cart {
	background-color: #F2D201;	
	color: #241C19;
	width: 22px;
	height: 22px;
	text-align: center;
	line-height: 23px;
	font-size: 14px;
	font-weight: 500;
	display: inline-block;
	border-radius: 50%;
	position: absolute;
    top: -10px;
    right: -10px;
}


#sliderHome .carousel-inner .carousel-item, 
#sliderAbout .carousel-inner .carousel-item {
    height: 930px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.slider_main {
    text-align: left;
    left: 12%;
    right: 12%;
    top: 0px;
    z-index: 9;
}

.copyriht{
	font-size:15px;
}

.slider_content h1 {
    font-size: 119px;
    line-height: 140px;
    margin: 0 0 30px;
    color: #ffffff
}
.slider_content p {
    font-size: 20px;
    font-weight: 300;
    line-height: 36px;
}
#sliderHome .union_img {
    position: absolute;
    right: 13%;
    bottom: -16px;
    z-index: 9;
	width:10%;
}
#sliderHome .carousel-indicators, 
#sliderAbout .carousel-indicators {
    left: 0;
    right: auto;
    margin: 0;
    background-color: #ffffff;
    padding: 30px 50px;
    border-top-right-radius: 5px;
    z-index: 99;
    display: none;
}
#sliderHome .carousel-indicators button, 
#sliderAbout .carousel-indicators button{
	width: 22px;
	height: 22px;
	border: 0.5px solid transparent;
	border-radius: 50%;
	position: relative;
	margin: 0 15px;
}
#sliderHome .carousel-indicators button.active, 
#sliderHome .carousel-indicators button:hover, 
#sliderAbout .carousel-indicators button.active, 
#sliderAbout .carousel-indicators button:hover {
	border: 0.5px solid #241C19;
}
#sliderHome .carousel-indicators button:after, 
#sliderAbout .carousel-indicators button:after {
    content: '';
    background-color: #9B999B;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 7px;
}
#sliderHome .carousel-indicators button.active:after, 
#sliderAbout .carousel-indicators button.active:after {
	background-color: #241C19;
}

.slider_video span {
    display: inline-block;
    cursor: pointer;
}
.slider_video .slider_border {
    width: 170px;
    height: 170px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 85px;
    align-items: center!important;
    display: flex !important;
}
.slider_video .slider_bg {
    background: rgba(191, 164, 142, 0.43);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
    align-items: center!important;
    display: flex !important;
}
.slider_video .slider_box {
    background-color: rgba(33, 39, 37, 0.87);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
}
.slider_video .video_icon {
    font-size: 24px;
    color: #EECE38;
}

.about_wrapp {
    padding-top: 120px;
}
.about_bg {
    position: absolute;
    z-index: -4;
    top: 60px;
    left: 0;
    opacity: 0.2;
    right: 145px;
    margin: 0 auto;
    text-align: center;
}
.about_bg img {
    max-width: 57%;
}
.about_img {
    position: relative;
}
.about_img .video_icon {
    background-color: #FFFFFF;
    color: #0A1A02;
    box-shadow: 0px 3px 0.5px rgba(0, 0, 0, 0.160784);
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    position: absolute;
    right: 40px;
    text-align: center;
    line-height: 90px;
    top: 40px;
    cursor: pointer;
    display: none;	
}
.about_content {
	padding-left: 60px;	
}
.about_content .heading_font, 
.main_heading .heading_font {
    font-family: 'Jouska Regular';
    letter-spacing: 1.5px;
    color: #8F6543;
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 20px;
}
.about_content h2 {
    font-size: 50px;
    line-height: 70px;
    margin-bottom: 10px;
}
.about_content p {
	line-height: 30px;
	margin-bottom: 20px;
}
.about_content .bold {
    font-weight: 600;
}
.about_feature {
    margin-top: 60px;
}
.about_feature h5 {
    margin-bottom: 30px;
}
.feature_box {
    text-align: center;
}
.feature_box img {
	height: 90px;
	margin-bottom: 20px;
}
.feature_box h6 {
	font-size: 22px;
    line-height: 32px;
}
.main_heading h2 {
    font-size: 54px;
    line-height: 74px;
    margin-bottom: 0px;
}

.products_wrapp {
    padding-top: 110px;
}
.products_box {
	margin: 0 25px;
	padding: 20px;
	position: relative;
	text-align: center;
	border: 1px solid rgb(104 103 102 / 20%);
	border-radius: 5px;
}
.products_box img {
	text-align: center;
	display: inline-block;
}

.products-slider {
	margin-top: 100px
}
.product_img {
    height: 320px;
    width: 100%;
    text-align: center;
    display: flex!important;
    align-items: flex-end!important;
    justify-content: center!important;
    margin-bottom: 25px;
}
.products_content .main_btn_bg {
	width: 100%;
	box-shadow: none;
	font-size: 20px;
	margin-bottom: 15px;
}
.products_content h6 {
	text-transform: uppercase;
	font-size: 19px;
	font-weight: 600;
}
.products_content .star_list {
    text-align: center;
}
.products_content .star_list li {
    display: inline-block;
    font-size: 16px;
    padding: 0 1px;
}
.products_content .star_list li > span {
    color: #E19704;
}
.product_price {
    margin-top: 10px;
}
.product_price span {
    font-size: 22px;
    font-weight: 600;
    display: inline-block;
    padding: 0 10px;
}
.product_price .basic_price {
    color: #B2B2B2;
}
.products-slider .slick-dots, 
.gallery-slider .slick-dots, 
.blog-slider .slick-dots {
    position: absolute;
    right: 15px;
    top: -60px;
}
.products-slider .slick-dots li, 
.gallery-slider .slick-dots li, 
.blog-slider .slick-dots li {
    display: inline-block;
    padding: 0;
    margin: 0;
}
.products-slider .slick-dots li button, 
.gallery-slider .slick-dots li button, 
.blog-slider .slick-dots li button {
    width: 22px;
    height: 22px;
    border: 0.5px solid transparent;
    border-radius: 50%;
    position: relative;
    margin: 0 5px;
    font-size: 0;
    background-color: transparent;
}
.products-slider .slick-dots li.slick-active button, 
.products-slider .slick-dots li:hover button, 
.gallery-slider .slick-dots li.slick-active button, 
.gallery-slider .slick-dots li:hover button, 
.blog-slider .slick-dots li.slick-active button, 
.blog-slider .slick-dots li:hover button  {
	border: 0.5px solid #428638;
}
.products-slider .slick-dots li button:after, 
.gallery-slider .slick-dots li button:after, 
.blog-slider .slick-dots li button:after {
	content: '';
    background-color: #9B999B;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: 6px;
}
.products-slider .slick-dots li.slick-active button:after,  
.gallery-slider .slick-dots li.slick-active button:after, 
.blog-slider .slick-dots li.slick-active button:after {
	background-color: #428638;
}
.slider_btn {
	margin-top: 60px;
}
.slider_btn .main_btn {
	padding: 15px 20px 20px;
	width: 300px;
}

.gallery_wrapp {
    padding-top: 0;
    position: relative;
    display: none;
}
.gallery_bg {
    position: absolute;
    top: -220px;
    left: 200px;
    opacity: 0.2;
    z-index: -1;
}
.gallery_bg img {
	max-width: 80%
}
.gallery-slider {
	margin-top: 30px;
}
.gallery_box {
	margin: 0 10px;
	position: relative;
}
.gallery_conyent {
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 9;
}
.gallery_conyent h4 {
    font-family: 'Jouska Regular';
    letter-spacing: 1.5px;
    color: #FFCC00;
    font-size: 30px;
}
.gallery_conyent h6 {
	color: #FFFFFF;
	margin-bottom: 0;
	font-size: 20px;
	line-height: 28px;
	font-weight: 400;
	letter-spacing: 0.8px;
}
.gallery_bg1 {
    position: absolute;
    right: -120px;
    bottom: -230px;
    z-index: -1;
    opacity: 0.3;
}
.gallery_bg1 img {
	max-width: 80%;
}
.experience_img {
	text-align: right;
	position: relative;
}
.experience_img img {
	max-width: 80%;
	margin-right: 60px;
}
.experience_img .impex_est {
    transform: rotate(-90deg);
    position: absolute;
    font-size: 22px;
    font-weight: 600;
    left: -60px;
    top: 50%;
}
.partieswrapp {
	position: relative;
}
.parties_wrapp {
    position: relative;
    padding-top: 150px;
}
.parties_img {
    position: absolute;
    top: 20px;
}
.parties_img img {
    width: 100%;
}
.parties_main {
    background-color: #081900;
    border-radius: 7px;
    padding: 60px;
    color: #ffffff;
}
.partiesimg {
    position: absolute;
    right: 30px;
    top: -65px;
}
.partiesimg img {
	max-width: 80%;
}
.parties_main .main_heading .heading_font {
	color: #FFCC00;
	font-size: 32px;
	line-height: 40px;
}
.parties_main .main_heading h2 {
    font-size: 42px;
    line-height: 56px !important;
    margin-bottom: 30px;
    color: #ffffff;
}
.parties_prod {
    margin-top: 70px;
}
.parties_box {
	text-align: center;
}
.parties_box  img {
	height: 70px;
	margin-bottom: 20px;
}
.parties_main .slider_btn .main_btn {
	color: #ffffff;
}
.natural_img1 .naturalimg {
	max-width: 70%;
}
.natural_img1 {
    position: absolute;
/*    left: 0;*/
    z-index: -1;
}
.dropper_img {
    position: relative;
}
.dropperimg {
    position: absolute;
    text-align: right;
    right: 70px;
    top: 265px;
    max-width: 30%;
}
.natural_main {
    padding-left: 60px;
}
.natural_price {
    margin: 15px 0 20px;
    font-weight: 400;
}
.natural_price .naturalprice {
    color: #428638;
    padding-right: 15px;
}
.natural_price .naturalbasic {
    color: #B2B2B2;
}
.natural_main p {
    font-size: 18px;
    line-height: 30px;
    color: #686766;
}
.benefits_heading {
    margin-top: 35px;
    margin-bottom: 20px;
}
.benefits_list li {
    padding: 7px 0 7px 30px;
    position: relative;
}
.benefits_list li:after {
	content: '';
	width: 11px;
	height: 11px;
	border: 1px solid #428638;
	border-radius: 50%;
	position: absolute;
	top: 15px;
	left: 0;
}
.blog_wrapp .main_heading {
    margin-bottom: 30px;
}
.blog_wrapp .main_heading .heading_font {
    color: #FFCC00;
}
.blog_box {
	margin: 0 15px;
}
.blog_img {
	position: relative;
	margin-bottom: 30px;
}
.blog_title {
    position: absolute;
    left: 30px;
    bottom: 20px;
    z-index: 9;
    font-family: 'Jouska Regular';
    letter-spacing: 1.5px;
    color: #FFCC00;
    font-size: 30px;
}
.blog_content p {
    font-weight: 600;
}
.blog_content .blog_date {
    color: #B2B2B2;
    font-weight: 400 !important;
}
.blog_content .slider_btn {
    margin-top: 40px;
}
.natural_wrapp .background_img {
    position: absolute;
    right: 0px;
    top: -30px;
    z-index: -1;
    opacity: 0.2;
}
.natural_wrapp .background_img .backgroundimg {
    max-width: 100%;
    width: 500px
}
.replacement_wrapp {
    padding-top: 100px;
}
.replacement_wrapp .gallery_bg {
    top: 0;
}
.testimonials_img {
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0.2;
    top: -160px;
    z-index: -1;
    margin: 0 auto;
    text-align: center;
}
.testimonials_img img {
	max-width: 80%;
}
.testimonials_icon {
    width: 400px;
    margin-right: 30px;
}
.testimonials_content .main_heading {
    margin-bottom: 20px;
}
.testimonials_content p {
    line-height: 30px;
    color: #686766;
}
.testimonials_main {
    padding: 0 0 0 70px;
}
.testimonials_content .client_name {
    margin-top: 25px;
    color: #262624;
    font-weight: 500;
}
.testimonials_content .client_name em {
    font-weight: 300;
}
.certifications-slider {
	margin-top: 40px;
}
.certifications_img {
	text-align: center;
}
.certifiimg {
    height: 115px;
    width: 100%;
    text-align: center;
    display: flex!important;
    align-items: flex-end!important;
    justify-content: center!important;
    margin-bottom: 25px;
}
.certifications_img p {
	text-transform: uppercase;
}
.newletter_main h2 {
    font-size: 54px;
    line-height: 74px;
    margin-top: 15px;
}
.newletter_main p {
 	color: #686766;
}
.newsletter_box {
    margin-top: 20px;
}
.newsletter_box form .form_group {
    position: relative;
}
.newsletter_box form .form_group input {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.01em;
    color: #686766;
    border: 0.5px solid #686766;
    border-radius: 7px;
    padding: 20px 30px;
}
.newsletter_box form .form_group .main_btn {
    background: #FFCC00;
    border-radius: 0 7px 7px 0;
    position: absolute;
    right: 1px;
    top: 1px;
    padding: 13px 40px;
    font-size: 20px;
}

.footer_bg {
    position: absolute;
    left: 0;
    top: -90px;
    opacity: 0.3;
    z-index: -1;
}
.newletter_bg {
    position: absolute;
    right:0;
    bottom: -250px;
    opacity: 0.3;
    z-index: -1;
}
.newletter_bg img {
	max-width: 100%;
	width: 300px;
}
.footer_bg img, 
.footer_bg1 img {
	max-width: 70%;
}
.footer_bg1 {
    position: absolute;
}
.footer_wrapp {
    padding-top: 190px;
    position: relative;
}
.footer_img {
    padding: 110px 0 30px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;  
}
.footer_bg1 {
    position: absolute;
    top: 160px;
    left: 515px;
}
.footer_height {
    height: 232px;
}
.footer_info {
	color: #ffffff;
	padding-left: 50px;
}
.footer_info a img {
    max-width: 80%;
}
.footer_info a {
    display: inline-block;
    margin-bottom: 50px;
}
.footer_info p {
    font-weight: 300;
    letter-spacing: 0.8px;
    line-height: 30px;
}
.footer_menu h6 {
    font-weight: 400;
    color: #fff;
	    margin-bottom: 30px;
}
.footer_menu ul li {
    display: inline-block;
    width: 100%;
    padding: 7px 0;
    font-size: 20px;
    font-weight: 300;
}
.footer_menu ul li  a {
	color: #ffffff;
}

.footer_menu .social_icon {
	margin-top: 40px;
}
.footer_menu .social_icon li {
    width: auto;
    padding-right: 20px;
    font-size: 20px;
}
.footer_menu .social_icon li:last-child {
	padding-right: 0;
}
.footer_menu .social_icon li a span {
    background-color: #FFCC00;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    color: #000;
}
.copyright_conent {
    color: #fff;
    text-align: center;
    margin-top: 80px;
}



#ui-to-top {
    position: fixed;
    text-align: center;
    overflow: hidden;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 50px;
    border-radius: 5px;
    text-decoration: none;
    transition: .45s all ease-in-out;
    z-index: 999999;
    color: #fff;
    background: #FFCC00;
    right: 30px;
    bottom: 30px;
    opacity: 1;
    visibility: hidden;
    transform: translateY(0.75rem);
    transition: all .2s linear,margin-right 0s;
    border: none;
}
#ui-to-top.active {
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
}
#ui-to-top:before {
    content: '\f106';
    font-family: fontawesome;
    text-align: center;
    line-height: 28px;
    font-size: 28px;
    color: #fff;
    cursor: pointer;
    display: block;
    z-index: 1;
    transition: all .2s linear;
    font-weight: 700;
}


/*#sliderAbout .slider_main {
    right: 0;
    left: 0;
   /* top: 30%;*
}*/
.about_rightsec {
	position: relative;
}
.about_rightsec .union_img {
    position: absolute;
    top: 15%;
    left: -20%;
}
.about_rightsec h6 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #262624;
    margin: 40px 0 30px;
}
.about_rightsec p {
    line-height: 30px;
}

.aboutsecimg img {
    max-width: 100%;
    width: 670px;
}
.aboutsecimg {
    position: absolute;
    top: 300px;
    left: 0;
}
.about_sect .main_heading h2 {
    font-size: 50px;
    line-height: 66px;
}
.aboutsecimg .aboutsecimg_title {
    font-family: 'Jouska Regular';
    letter-spacing: 1.5px;
    color: #fff;
    position: absolute;
    bottom: -30px;
    right: 190px;
    font-size: 90px;
}
.about_sect .about_bgimg {
    max-width: 100%;
    opacity: 0.2;
    position: absolute;
    right: 0;
    bottom: 150px;
    z-index: -1;
    width: 840px;
}


.sets_apart_wrapp {
    padding-bottom: 0;
}
.sets_apart_wrapp .main_heading h2 {
    margin-bottom: 25px;
}
.sets_apart_wrapp .main_heading p {
    margin-bottom: 10px;
    font-size: 18px;
    color: #686766;
    letter-spacing: 0;
    line-height: 32px;
}
.sets_apart_img {
    position: relative;
    top: -200px;
}
.sets_apart_img img {
	width: 100%;
}
.sets_apart_bg img {
	max-width: 80%;
	opacity: 0.3;
}
.sets_apart_bg img {
    max-width: 30%;
    opacity: 0.2;
    position: absolute;
    left: 0;
    top: 110px;
    z-index: -1;
}
.testimonials_wrapp.padding-top {
	padding-top: 0;
}
.setsapartbg {
    position: absolute;
    bottom: 155px;
    left: 230px;
}	
.setsapartbg img {
    max-width: 120px;
}
.testimonials_wrapp.padding-top .testimonials_img {
    top: 100px;
}	
.testimonials_wrapp.padding-top .testimonials_img img {
    max-width: 70%;
}
.about_leadership_wrapp .main_heading h2 {
    margin-bottom: 20px;
}
.about_leadership_wrapp .main_heading p {
	color: #686766;
	line-height: 30px;
}

.leadership_box {
    margin-top: 70px;
}
.leadership_content {
    padding: 40px 0 0 50px;
}
.leadership_heading h3 {
    font-size: 38px;
}
.leadership_heading p {
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
}
.leadership_heading {
        margin-bottom: 25px;
}
.leadership_content.leadership_padding {
    padding-left: 0;
    padding-right: 40px;
}
.certifi_wrapp {
    padding-bottom: 0;
}
.certifi_wrapp .newletter_bg {
    bottom: unset;
    top: -250px;
}	


.banner_wrapp {
    height: 680px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
}
.banner_wrapp.launch_brand {
	height: 930px;
}
.partner_wrapp {
    padding-top: 100px;
}
.banner_content {
    position: absolute;
    top: 42%;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.banner_content h1 {
    font-size: 90px;
    line-height: 110px;
    margin: 0 0 50px;
    font-family: 'Jouska Regular';
    letter-spacing: 1.5px;
    color: #fff;
}
.partner_wrapp .testimonials_img {
    top: 220px;
    left: 150px;
}
.partner_content {
    padding-left: 50px;
    color: #686766;
}
.partner_content .main_heading h2 {
    margin-bottom: 35px;
}
.partner_content p {
	line-height: 30px;
	font-size: 19px;
}
.partner_img {
    position: absolute;
    right: 0px;
    top: 110px;
}
.partner_img img {
    max-width: 100%;
    width: 670px;
}
.banner_wrapp .setsapartbg {
    position: absolute;
    bottom: -30px;
    left: 400px;
}	
.banner_wrapp .setsapartbg img {
    max-width: 140px;
}
.manufacturing_wrapp {
    margin-top: 150px;
}
.manufacturing_content h3 {
    margin-top: 260px;
    color: #8F6543;
    font-weight: 600;
    font-size: 32px;
    line-height: 54px;
}
.partner_wrapp .testimonials_img img {
    max-width: 70%;
}
.partner_box {
    padding: 0 30px;
}
.partnerimg img {
    height: 90px;
}
.partnerimg img {
    height: 90px;
    margin-bottom: 25px;
}
.partner_box h5 {
    font-weight: 600;
    margin-bottom: 15px;
}
.partner_feature {
    padding-top: 20px;
}
.blog_wrapp {
    padding-bottom: 0;
}

.get_from {
    background: #FFFFFF;
    box-shadow: 0px 0px 42.5px rgba(180, 180, 180, 0.4);
    margin-top: 80px;
    padding: 60px;
}
.get_touch {
    padding-top: 30px;
}
.get_touch h2 {
    font-size: 54px;
    line-height: 74px;
    color: #262624;
}
.get_touch p {
    font-size: 22px;
    color: #262624;
    line-height: 34px;
}

.get_from .getfrom .form_group {
    margin-top: 35px;
}
.get_from .getfrom .form_group label {
    color: #262624;
    margin-bottom: 10px;
}
.get_from .getfrom .form_group label span {
    font-weight: 700;
    color: #000000;
}
.get_from .getfrom .form_group .form_control{
    border: 0.5px solid #695B55;
    border-radius: 7px;
    background-color: transparent;
    padding: 20px 20px;
    width: 100%;
}
.get_from .getfrom .form_group .main_btn_bg {
    width: 100%;
    box-shadow: none !important;
}

.bannermain .banner_content {
    top: 38%;
}
.bannermain .setsapartbg {
    left: unset;
    right: 430px;
}

.bannermain .bannerbg {
    position: absolute;
    z-index: -1;
    bottom: -270px;
    left: 0;
}
.bannermain .bannerbg  img {
	max-width: 80%;
	opacity: 0.2;
}
.blogmain .blog_heading .blog_date {
    color: #8F6543;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
}

.blogmain, .blogfotter {
    position: relative;
    padding-left: 50px;
    padding-right: 50px;
}
.blogmain .blog_heading .blog_date {
    color: #8F6543;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
}
.blogmain .blog_heading h2 {
    font-size: 44px;
    line-height: 58px;
    color: #262624;
    margin-bottom: 30px;
}
.blogmain .blog_heading p {
    color: #686766;
    font-size: 20px;
    line-height: 32px;
}
.blogmain .blog_heading {
    margin-bottom: 60px;
}
.blogmain:after {
    content: '';
    background-color: #707070;
    height: 100%;
    width: 2px;
    position: absolute;
    top: 0px;
    right: 0px;
}
.post_wrapp {
    margin-bottom: 60px;
}
.post_wrapp img {
    margin-bottom: 40px;
}
.post_wrapp h3 {
    color: #262624;
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 15px;
}
.post_wrapp p {
    font-size: 20px;
    line-height: 32px;
    color: #686766;
}
.postwrapp img {
	margin-bottom: 0px;
	margin-top: 40px;
}
.blog_share {
    width: 100%;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    padding: 35px 0;
    margin: 60px 0;
}
.blog_user p {
    color: #B2B2B2;
}	
.blogshare {
    display: flex;
}
.blogshare ul li {
    display: inline-block;
    padding: 0 10px;
    color: #B2B2B2;
}
.blogshare ul li a {
	color: #000000;;
}
.blogshare ul:first-child {
    border-right: 2px solid #707070;
    padding-right: 20px;
    margin-right: 20px;
}
.comment_heading {
    color: #000;
    font-size: 34px;
    line-height: 44px;
}

.blogcomment_img {
    width: 150px;
    float: left;
    margin-right: 35px;
    margin-top: 25px;
}
.blogcomment_details {
    display: table-cell;
    color: #686766;
}	
.blogcomment_details .blog_user {
    color: #686766;
    margin: 0 0 5px;
    font-size: 20px;
    font-weight: 500;
}
.blogcomment_details .comment_user {
    color: #B2B2B2;
}
.blog_comment {
    border-bottom: 1px solid #707070;
    padding-bottom: 50px;
    margin-top: 50px;
    position: relative;
}
.blog_comment .blog_reply {
    position: absolute;
    right: 0;
    top: 0;
}
.blog_comment .blog_reply a {
	color: #C19660;
}

.leave_from .getfrom .form_group {
    margin-top: 35px;
}
.leave_from .getfrom .form_group label {
	color: #262624;
    margin-bottom: 10px;
}
.leave_from .getfrom .form_group .form_control {
    border: 0.5px solid #695B55;
    border-radius: 7px;
    background-color: transparent;
    padding: 20px 20px;
    width: 100%;
}
.leave_from .getfrom .form_group .main_btn {
	width: 100%;
}
.leave_from .getfrom .form_group .form-check-input {
    width: 26px;
    height: 26px;
    margin-right: 10px;
    border: 1px solid #695B55;
    border-radius: 0;
    padding: 0;
    margin-top: 0;
    float: left;
}
.leave_from .getfrom .form_group .form-check-input:focus {
	box-shadow: none;
}
.leave_from .getfrom .form_group .form-check-input:checked {
	background-color: #FFCC00;
	border: 1px solid #FFCC00;
}

.blog_sidebar {
    margin-top: 15px;
}
.blog_search .search .form_group {
    position: relative;
}
.blog_search .search .form_group input {
    border: 1px solid #FFCC00;
    border-radius: 4px;
    background-color: transparent;
    padding: 20px 40px 20px 20px;
    width: 100%;
}
.blog_search .search .form_group span.fa-regular {
    color: #9B989B;
    font-size: 22px;
    font-weight: 700;
    position: absolute;
    top: 22px;
    right: 15px;
}
.blog_latest {
    margin-top: 60px;
}
.blog_latest .latest_heading {
    color: #262624;
    margin-bottom: 20px;
}

.latest_img {
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 25px;
}
.bloglatest_content {
    display: table-cell;
}
.bloglatest_content h6 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    color: #000000;
}
.bloglatest_content .bloglatest_date {
    font-size: 16px;
    font-weight: 500;
}
.bloglatest {
    margin-bottom: 35px;
}
.blogwrapp_bg {
    position: absolute;
    right: 0px;
    bottom: -270px;
    z-index: -1;
}
.blogwrapp_bg img {
    max-width: 100%;
    width: 700px;
    opacity: 0.2;
}
.inner_pages h2 {
    font-size: 54px;
    line-height: 74px;
    margin-bottom: 50px;
    color: #000;
}
.inner_pages h3 {
	margin-top: 40px;
	color: #000000;
}
.inner_pages h4 {
    color: #000;
    margin-bottom: 20px;
    margin-top: 50px;
}
.innerpages_wrapp .blogwrapp_bg {
    bottom: -330px;
}
.innerpages_wrapp .inner_list {
	margin-bottom: 40px;
}
.innerpages_wrapp .inner_list li {
    position: relative;
    padding: 10px 0 10px 35px;
}
.innerpages_wrapp .inner_list li:after {
    content: '';
    background-color: #686766;
    width: 7px;
    height: 7px;
    position: absolute;
    border-radius: 50%;
    top: 20px;
    left: 10px;
}

.contactmain {
    padding: 0px;
}
.contact_wrapp .main_heading {
    margin-bottom: 50px;
    padding-left: 55px;
}
.contact_wrapp .main_heading {
    margin-bottom: 50px;
}
.contact_wrapp .main_heading h2 {
	color: #000000;
}
.cont_fea-img {
    width: 90px;
    height: 90px;
    float: left;
    margin-right: 35px;
    margin-top: 10px;
}
.contact_feature {
	padding-left: 50px;
	margin-bottom: 70px;
}
.cont_fea_content {
    display: table-cell;
}
.cont_fea_content h4 {
	color: #000000;
}
.contact_from .getfrom .form_group {
    margin-top: 35px;
}
.contact_from .getfrom .form_group label {
	color: #262624;
    margin-bottom: 10px;
}
.contact_from .getfrom .form_group .form_control {
    border: 0.5px solid #695B55;
    border-radius: 7px;
    background-color: transparent;
    padding: 20px 20px;
    width: 100%;
}
.contact_from .getfrom .form_group .main_btn_bg {
	width: 100%;
}
.contact_from #deliveryform .form_group {
    margin-top: 15px;
}

.delivery_main {
    padding: 0 40px;
}
.delivery_main .main_heading h2 {
    font-size: 48px;
    line-height: 66px;
    color: #000000;
    margin-bottom: 15px;
}
.order_summery > h3 {
    color: #262624;
    margin-top: 15px;
    font-weight: 600;
    border-bottom: 1px solid #000000;
    padding-bottom: 25px;
}

.order_checkout {
    border-bottom: 1px solid #000000;
    padding: 15px 0 25px;
    margin-bottom: 30px;
}
.order_info .order_img {
    background: #D9D9D9;
    border-radius: 5px;
    width: 70px;
    height: 70px;
    display: inline-block;
    margin-right: 20px;
    float: left;
}
.order_info .order_title {
    margin: 15px 0 0;
    white-space: nowrap;
    font-size: 20px;
    line-height: 30px;
}
.order_price {
    font-size: 20px;
    line-height: 30px;
}
.coupon_wrapp h3 {
    color: #262624;
    margin-top: 15px;
    font-weight: 600;
    padding-bottom: 15px;
}
.coupon_search .form_group {
    position: relative;
}
.coupon_search .form_group .form_control {
    border: 0.5px solid #695B55;
    border-radius: 7px;
    background-color: transparent;
    padding: 20px 20px;
    width: 100%;
}
.coupon_search .form_group .apply_btn {
    background: #7A7974;
    border-radius: 0px 7px 7px 0px;
    padding: 20px 30px;
    color: #fff;
    position: absolute;
    right: 0;
}
.save_date {
    margin-top: 25px;
    margin-bottom: 20px;
}
.save_date h6 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}
.save_date h6 a {
    color: #428638;
}
.save_date h6 a > span {
	font-size: 14px;
	line-height: 22px;
	margin-left: 5px;
	font-weight: 400;
}
.order_price_list {
    border-bottom: 1px solid #000000;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.order_price_list ul li {
    align-items: center!important;
    justify-content: space-between!important;
    display: flex!important;
    padding: 10px 0;
}
.order_total ul {
	align-items: start!important;
    justify-content: space-between!important;
    display: flex!important;
}
.order_total ul li {
    color: #428638;
}
.order_total ul li h4 {
	font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    margin: 0;
}
.order_total ul li h6 {
	font-weight: 400;
	font-size: 20px;
	line-height: 38px;
	margin: 0;
}
.order_summery .form_group .main_btn_bg {
    width: 100%;
    margin-top: 80px;
}
.videoStory {
    text-align: center;
    position: relative;
}
.videoStory iframe {
    border: 10px solid rgba(255, 255, 255, 0.5);
    border-radius: 10px;
}
.videoStory .mfp-close {
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    right: 190px;
    top: -10px;
    opacity: 1;
}
.mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-ready {
    z-index: 999999;
}