*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    font-family: "Poppins", sans-serif;
}

.splash-screen {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}

img.round-img {
    border: 1px solid #EAEAEA;
    border-radius: 16px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
}
.header-scroll{
    background-color: white !important;
    filter: drop-shadow(2px .5px 1px #ccc);
}
.scroll {
  color: black !important;
}
.navbar .container .navbar-collapse .navbar-nav .nav-item .nav-link{
    color: white;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}
.white-logo{
    display: block;
}
.blue-logo{
    display: none;
}
.header-scroll .white-logo{
    display: none;
}
.header-scroll .blue-logo{
    display: block;
}
.header-scroll .navbar-block li.menu-item a.nav-link.scroll-btn{
    background: #FDB018;
    color: white !important;
    font-size: 16px;
    font-weight: 500;
}

.multi-col .dropdown-column a.dropdown-link {

}
.dropdown-content .dropdown-title p.title {
    margin: 0;
    font-size: 18px;    
}
.multi-col .dropdown-column .dropdown-group {
    row-gap: 0;
    padding: 15px;
}
.multi-col .dropdown-column {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.multi-col .dropdown-column .dropdown-group {
    row-gap: 0;
    padding: 0;
}

.multi-col .dropdown-column .dropdown-group .dropdown-link p {
    margin: 0;
}

.multi-col div.dropdown-content .dropdown-items li {
    margin: 8px 0;
}

.multi-col .dropdown-column .dropdown-group li {
    margin:0px 0 2px 0;
}
.multi-col .dropdown-column .dropdown-group  .dropdown-title {
    padding: 15px 15px 0 15px;
}

.multi-col .dropdown-column .dropdown-group .dropdown-link p {
    font-weight: 400;
}


.container{
    max-width: 1170px;
}
/* owl-carousel */
.owl-carousel {
    display: block;
    width: 100%;
    z-index: 1;
}
.owl-stage-outer{
    position: relative;
}
.owl-stage-outer .owl-nav {
    display: flex;
    justify-content: space-between;
    margin: 0 10px;
    position: absolute;
    top: 50%;
    width: 100%;
}
/* owl-carousel */


/* owl-carousel 2*/
/* #second-slider .owl-nav {
    display: none;
}
#second-slider .owl-dots{
    display: none;
} */

/* owl-carousel 2*/


.navigation-bar .navbar {
    position: fixed;
    top: 0;
    z-index: 2;
    width: 100%;
    background-color: transparent;
}
.navigation-bar .container .navbar-collapse .navbar-nav{
    gap: 15px;
}
.navigation-bar .container .navbar-collapse .navbar-nav .nav-item .store-btn{
    background-color: white;
    color: black;
    font-weight: 600;
    border-radius: 30px;
    padding: 10px 20px;
    display: inline-block;
}

.owl-crowsel-section .banner-img{
    width: 100%;
    height: auto;
}

.banner-slider {
    position: unset;
}

.banner-slider .owl-dots {
    position: absolute;
    bottom: 25px;
    right: 0;
    left: 0;
}

.banner-slider .owl-nav {
    position: absolute;
    top: 45%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}

.banner-slider .owl-nav button.owl-prev,.banner-slider .owl-nav button.owl-next {
    background: transparent;
    border-radius: 50px;
    line-height: normal;
    overflow: hidden;
}

.banner-slider .owl-nav button.owl-prev span, .banner-slider .owl-nav button.owl-next span {
    display: flex;
    height: 42px;
    font-size: 30px;
    line-height: 42px;
    align-items: center;
    justify-content: center;
    width: 42px;
    position: relative;
    top: 2px;
    font-size: 0;
}
.banner-slider .owl-nav button.owl-prev span {
    background: url(../images/arrow-left.png);
    background-repeat: no-repeat;
    background-position: top 0px center;
}
.banner-slider .owl-nav button.owl-next span {
    background: url(../images/arrow-right.png);
    background-repeat: no-repeat;
    background-position: top 0px center;
}
.banner-slider .owl-theme .owl-dots button.owl-dot.active span {
	background: repeating-linear-gradient(0deg, #012440, #116ab0);
	padding:6px;
}

.banner-slider .owl-theme .owl-dots button.owl-dot span{
	background: #b3b3b3;
	
}

.lightyl-bg {
    background: #FFFBF4;
    /*background-image: url(../images/chakra.gif);
    background-repeat: no-repeat;*/
}

.section-space {
    padding: 0px 0 80px;
}

section.about-section.section-one {
    padding: 0px 0 80px 0;
}
section.about-product.section-two {
    padding: 80px 0;
}

section.about-section.section-one .row {
    align-items: center;
}

section.about-section.section-one .title-head h2 {
    font-weight: bold;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    color: #ecb852;
    font-size: 80px;
    line-height: normal;
    margin-bottom: 0;
}

section.about-section.section-one .title-head h2 span {
    color: #006b4d;
}
section.about-section.section-one .info p {
    font-size: 18px;
    line-height: 160%;
}



.btns {
    display: flex;
}

.btns a {
    display: flex;
    padding: 10px 25px;
    border-radius: 50px;
    background: #fdb018;
    border: 1px solid #fdb018;
    color: #fff;
    margin: 0 5px;
    text-decoration: none;
    transition: .3s ease;
    margin: 0 10px 0 0;
}

.btns a.outline {
    display: inline-block;
    padding: 10px 25px;
    border-radius: 50px;
    background: transparent;
    border: 1px solid #fdb018;
    color: #fdb018;
    margin: 0 5px;
    text-decoration: none;
    transition: .3s ease;
    font-weight: 500;
}

section.section-shop-age .container-in {
    border: 1px solid #EBDDE5;
    padding: 50px 80px;
    border-radius: 30px;
    background: #FFF5F7;
}

section.about-section.section-shop-age .box {
    position: relative;
    padding: 0;
    margin: 15px 0;
}

section.about-section.section-shop-age .box .info {
    position: absolute;
    bottom: 30px;
    right: 25px;
    margin: 0;
}

section.about-section.section-shop-age .box .info h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    color: #3e0224;
    line-height: 110%;
    padding: 0;
    margin: 0 0 2px 0;
}

section.about-section.section-shop-age .box .info p {
    text-transform: uppercase;
    color: #481D36;
    margin: 0;
    font-size: 12px;
    font-style: italic;
}

section.section-shop-age .info h3 {
    font-weight: bold;
    font-size: 22px;
    color: #3e0224;
    line-height: 150%;
    padding: 0 0 10px 0;
}

section.section-shop-age .title-head01 {
    padding-bottom: 30px;
}

section.section-shop-age .title-head01 h4 {
    color: #3e0224;
}

section.section-shop-age.section-one .info p {
    color: #481D36;
    font-size: 16px;
    font-weight: 300;
}

.trust-section {
    position: relative;
    padding: 0;
}

.trust-section .container {
    position: absolute;
    bottom: 0;
    max-width: 40%;
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    left: 5%;
}

.trust-section .content h4 {
    font-size: 40px;
    font-weight: bold;
    line-height: 120%;
    padding: 25px 0 15px 0;
}

.trust-section .content p {
    font-weight: 300;
    line-height: 160%;
    margin: 0;
}

.about-product {
    margin: 0px 0 0px;
}
.about-product .container .row .about-item .wraper{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.about-product .container .row .about-item .wraper h6 {
    font-family: "Poppins", sans-serif;
    color: #623c02;
    font-weight: 600;
	margin: 0;
}
.about-product .container .row .about-item .wraper .about-img{
    max-width: 50px;
    height: auto;
}

section.about-product.section-two {}

section.about-product.section-two .rows {
    display: flex;
    justify-content: center;
    gap: 16px;
}

section.about-product.section-two .rows .col01,section.about-product.section-two .rows .col03 {
    width: 40%;
    flex: 1.7 0 0%;
}

section.about-product.section-two .two-wraper {
    display: flex;
    gap: 15px;
}

section.about-product.section-two .col02 {
    width: 20%;
    flex: 1.29 0 0%;
}

section.about-product.section-two .wraper {
    position: relative;
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    transition: transform .3s ease-in-out;
}

section.about-product.section-two .wraper:hover {
    transform: translateY(-5px);
}

section.about-product.section-two .wraper h6 {
    position: absolute;
    bottom: 16px;
    z-index: 99;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 100%;
}

section.about-product.section-two a.wraper h6 {
    text-transform: uppercase;
    font-weight: bold;
}

section.about-product.section-two a.wraper.p1 h6 {
    color: #5E0762;
}

section.about-product.section-two a.wraper.p2 h6 {
    color: #7B0134;
}

section.about-product.section-two a.wraper.p3 h6 {
    color: #633900;
    bottom: 7px;
}

section.about-product.section-two a.wraper.p4 h6 {
    color: #053251;
    bottom: 7px;
}

section.about-product.section-two .col > a.wraper h6 {
    text-align: left;
    padding-left: 24px;
}

section.about-section.section-three {
    
}
.title-head01 {
    padding-bottom: 40px;
}

.title-head01 p {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    margin: 0;
}

.title-head01 h4 {
    font-size: 32px;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    display: inline-block;
    position: relative;
    line-height: 220%;
    margin: 0;
    background: url(../images/new/heading-center.png);
    background-repeat: repeat-x;
    padding: 0 30px;
}

.title-head01 h4:before {
    width: 206px;
    height: 71px;
    display: block;
    content: "";
    position: absolute;
    left: 0px;
    background: url(../images/new/heading-left.png);
    top: 0;
    background-repeat: no-repeat;
}

.title-head01 h4:after {
    width: 36px;
    height: 71px;
    display: block;
    content: "";
    position: absolute;
    right: -35px;
    left: auto;
    background: url(../images/new/heading-right.png);
    top: 0;
    background-repeat: no-repeat;
}

.title-head01 h4 span {
    position: relative;
}

section.about-section.section-one.section-three .title-head h2,
section.about-section.section-one.section-six .title-head h2{
    font-size: 56px;
    font-family: "Poppins", sans-serif;
    color: #333;
    text-transform: none;
    font-weight: 500;
}
section.section-three .info {
    padding-bottom: 20px;
}




.page-content{
  background: lightgrey;
  display: inline-block;
  padding: 15px;
  width: 100%;
  text-align: center;
  height: 150px;
  margin-bottom: 10px;
}
section.hands-image {
    position: relative;
    top: 1px;
}


.footer {
    width: 100%;
    background: #E65000;
    margin-top: 0px;
    border-top:0px solid #eee;
    padding-top: 65px;
    position: relative;
}
.footer .container-top .row {
    align-items: center;
}
.footer .container-fluid .first {
    padding-left: 30px;
}
.footer .container {
    max-width: 1400px;
}
.footer .wraper h6 {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
}

.footer .row .wraper a, .footer .row .wraper p {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 160%;
    margin: 0;
}

.footer .wraper a {
    text-decoration: none;
    line-height: 160%;
    font-family: "Poppins", sans-serif;
}

.footer .wraper ul {
    padding: 0;
}

.footer .wraper ul li {
    list-style: none;
    margin: 5px 0;
}

.footer-btm-mid {
    border-top: 0px solid #ddd;
    padding: 15px 0;
    margin-top: 20px;
}

.footer-btm-mid .containers {
    display: flex;
    justify-content: center;
}
.footer-btm-mid .footer-mid-right h6 {
    color: #fff;
}
.footer-btm-mid .containers ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.footer-btm-mid .footer-mid-right {
    display: flex;
    align-items: center;
}

.footer-btm-mid .footer-mid-right p {
    margin: 0 20px 0 0;
    font-size: 15px;
}

.footer-btm-mid .containers ul li {
    list-style: none;
    margin-left: 10px;
}

.footer-btm-mid .footer-mid-right p a {
    text-decoration: none;
    font-size: 15px;
}

.footer .newsl {}

ul.social-likns {
    display: flex;
}

.footer .wraper ul.social-likns li {
    margin-right: 15px;
}

.footer .wraper ul.social-likns li:last-child {
    margin-right: 0;
}

.footer .footer-btm {
    background: #006c4c;
    color: #fff;
    padding: 15px 0;
    margin-top: 15px;
}

.footer .footer-btm a {
    color: #fff;
}

.footer-btm-mid .footer-mid-right h6 {
    /* margin: 0; */
    text-align: center;
    font-weight: 300;
}

.footer .footer-btm .row3 {
    display: flex;
    justify-content: space-between;
}

.footer .footer-btm .wraper {
    display: flex;
    margin: 0;
}

.footer .footer-btm .row3 h6 {
    margin: 0;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: normal;
}
.footer .footer-btm .wraper li.footer-links {padding: 0;margin: 0 15px;}

.footer .footer-btm .wraper li.footer-links a {
    display: inline-block;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: auto;
  background-color: var(--color-white-100);
  box-shadow: var(--shadow-medium);

}

.navbar-inner .dflex {
    display: flex;
}

.navbar-brand img.logo-1 {
    margin-right: 10px;
}

.navbar-brand {
    display: flex;
    align-items: center;
}
.brand {
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  color: var(--color-blue-300);
}

.navbar {
  width: 100%;
  height: auto;
  margin-inline: auto;
}
.navbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  height: 100%;
}
.navbar-block {
  position: absolute;
  left: 0;
  width: 100%;
  height: calc(100vh - 4rem);
  opacity: 0;
  /* overflow: auto; */
  pointer-events: none;
  background-color: var(--color-white-100);
  transition: opacity 0.4s ease;
}
.navbar-block.is-active {
  opacity: 1;
  pointer-events: initial;
}

.inner-pagetitle {
    padding: 40px 0 50px 0;
}

.inner-pagetitle h1 {
    font-weight: bold;
    font-size: 50px;
    margin: 0;
	font-family: Raleway;
}


.blog-listing {}

.blog-listing .card {
    border: 0;
    border-radius: 0;
	margin-bottom: 40px;
}

.blog-listing .card .date p {
    color: #767676;
    margin: 0 0 10px 0;
}

.blog-listing .card .card-body {
    padding: 15px 0 0;
}

.blog-listing .card .card-body h5.card-title {
    font-weight: bold;
    font-family: Raleway;
    font-size: 16px;
}

.blog-listing .sidebar-left .tab-box {
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 16px;
	padding: 7px;
}

.blog-listing .sidebar-left .tab-box .rw a {
    padding: 10px;
    background: #f1f1f1;
    border-radius: 10px;
    margin: 10px 0 0px 0;
}

.blog-listing .sidebar-left .tab-box .rw a {
    text-decoration: none;
    color: #000;
    font-family: 'Open Sans';
    font-weight: 400;
    display: inline-block;
    width: 100%;
}

.blog-listing .tab-box.active {}

.blog-listing .sidebar-left .tab-box .tab-head {
    padding: 10px;
    background: #f1f1f1;
    border-radius: 10px;
    position: relative;
	padding: 11px;
	cursor: pointer;
}

.blog-listing .tab-box .tab-head span.arrow.is-bottom {
    right: 15px;
    top: 13px;
}
.blog-listing .sidebar-left .lmore button {
    border: 0;
    background: transparent;
}

.blog-listing .sidebar-left .lmore {
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 10px 0;
}

.explore-delicious-recipes .sidebar-left {
    position: sticky;
    top: 120px;
}

.top-space.inner-space {
    padding-top: 10px;
}


.share-recipe .button-wraper a {
    border: 0;
    background-image: repeating-linear-gradient(0deg, #012440, #116ab0);
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 40px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
	width: 100%;
    text-align: center;
}

.share-recipe {}

.share-recipe .form {
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 16px;
    padding: 15px;
}

.share-recipe h2 {
    font-size: 32px;
    font-family: 'Raleway';
    font-weight: 700;
}

.share-recipe label {
    font-weight: 500;
    margin-bottom: 8px;
}

.share-recipe .form-group {
    margin: 10px 0px 15px 0px;
}
.share-recipe form h2 {
    font-size: 24px;
}

.share-recipe .form-group input.form-control {
    box-shadow: none;
    border-radius: 8px;
    padding: 10px;
}

.share-recipe .form-group .input.rdovrn {
    display: flex;
    flex-direction: column;
}

.share-recipe .form  textarea.form-control {
    height: 100px;
    border-radius: 8px;
}

.share-recipe .filter-tab h2 {}

.share-recipe .sidebar-left .tab-box  .tab-head {
    background: transparent;
    padding: 10px;
    margin: 0;
}

.share-recipe .sidebar-left .tab-box .tab-head h2 {
    margin: 0;
}

.share-recipe .sidebar-left .tab-box .product--wrap {
    padding: 0 10px;
}

div.share-recipe .product-detail .product-desc button.active-tab {
    padding: 10px 40px;
}

div#doTab {}

.share-recipe .product--wrap .product-detail  .product-tbs {
    padding: 25px 0 10px;
}

.banner-slider.inner-banner .banner-wrap {
    position: relative;
}

.banner-slider.inner-banner .info h1 {
    font-size: 56px;
    font-family: 'Raleway';
    font-weight: bold;
}

.banner-slider.inner-banner .info {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    flex-direction: column;
}

.blog-container {}

.blog-container .cat-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog-container .cat-links ul {
    display: flex;
    padding: 0;
    margin: 0;
}

.blog-container .cat-links ul li {
    list-style: none;
}

.blog-container .cat-links ul li a {
    border: 1px solid #DEDEDE;
    color: #333;
    text-decoration: none;
    padding: 6px 12px;
    border-radius: 40px;
    margin-right: 7px;
    display: inline-block;
}

.blog-container .cat-links ul li.active a {
    background: #0C4B7D;
    color: #fff;
    border-color: #0C4B7D;
}

.blog-container .search .search-wrap {
    border: 1px solid #DEDEDE;
    border-radius: 40px;
    overflow: hidden;
    padding: 8px 10px;
    display: flex;
    align-items: center;
}

.blog-container .search .search-wrap input[type="text"] {
    border: 0;
    outline: none;
    min-width: 200px;
    margin-left: 5px;
}

.blog-list {
    padding-bottom: 0px;
}

.blog-list .blog-bx {
    padding-top: 40px;
    padding-bottom: 0px;
    
}

.blog-line img.line-img {
    width: auto;
    margin-bottom: 30px;
}

.blog-line.btm img.line-img {
    margin-top: 50px;
    margin-bottom: 30px;
}

.blog-list .blog-bx ul {
    display: flex;
    padding: 0;
    margin: 0;
}

.blog-list .blog-bx ul li a {
    border: 1px solid #DEDEDE;
    color: #333;
    text-decoration: none;
    padding: 6px 12px;
    border-radius: 40px;
    margin-right: 7px;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
}

.blog-list .blog-bx ul li {
    list-style: none;
}

.blog-list .blog-bx .blog-top {
    display: flex;
}

.blog-list .blog-bx span.more-cats {
    border: 1px solid #DEDEDE;
    color: #333;
    text-decoration: none;
    padding: 7px 9px;
    border-radius: 40px;
    margin-right: 7px;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
}

.blog-list .blog-info {
    position: relative;
}

.blog-list .blog-info h2.blog-title {
    font-size: 27px;
    margin-top: 10px;
    font-family: 'Raleway';
    font-weight: 700;
}

.blog-list .blog-info h2.blog-title a {
    color: #333;
    text-decoration: none;
}

.blog-list .blog-info p {
}

.blog-list .blog-infobtm span.text {
    font-size: 14px;
    color: #656565;
}

.blog-list .blog-infobtm span.dot {
    padding: 3px;
    background: #838383;
    border-radius: 30px;
    margin: 0 8px;
}

.blog-infobtm {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.blog-list .blog-bx .arrow-image {
    position: absolute;
    right: 0;
    left: auto;
}

.blog-container ul.pagination {
    margin: 0px 0 70px 0;
}

.blog-detail .blog-top {
    position: relative;
}

.blog-detail .blog-top .container {
    position: absolute;
    bottom: 0;
    margin-top: 0%;
    left: 0;
    right: 0;
    top: 15%;
}

.blog-detail .blog-top.banner-slider.inner-banner {
    padding-bottom: 160px;
}

.blog-detail .bloginfo {
    text-align: center;
    color: #fff;
}

.blog-detail .bloginfo h1 {
    color: #fff;
    font-size: 56px;
    font-family: 'Raleway';
    font-weight: bold;
}

.blog-detail .bloginfo .blog-infobtm {
    justify-content: center;
    margin: 0;
    padding: 30px 0 60px 0;
}

.blog-detail .bloginfo span.text.image strong {font-weight: 400;padding-left: 6px;}

.blog-detail .blog-top .container .row-wrap {
    justify-content: center;
}

.bloginfo {}

.blog-detail .bloginfo h1 {
    font-size: 56px;
}

.blog-detail .bloginfo span.text {
    font-size: 16px;
}

.blog-detail .blog-infobtm span.dot {
    padding: 3px;
    background: #fff;
    border-radius: 30px;
    margin: 0 8px;
}

.blog-detail .blog-container {
    padding-top: 40px;
}

.blog-detail .blog-container .blog-bx {
    padding-top: 10px;
}

.blog-detail .blog-container .sidebar-right .blog-bx img.blog-img {
    height: 115px;
    object-fit: cover;
    border-radius: 8px;
}

.blog-image {}

.blog-detail .blog-container .sidebar-right .blog-bx ul li a {
    font-size: 11px;
    padding: 5px 8px;
}

.blog-detail h4.sidebar-title {
    font-size: 20px;
    font-family: 'Open Sans';
    font-weight: bold;
    color: #333;
}

.sidebar-right {
    position: sticky;
    top: 120px;
}

.blog-detail .blog-container .blog-info h2.blog-title a {
    font-size: 15px;
    display: inline-block;
}

.blog-container .sidebar-right h2.blog-title {
    margin: 0;
}

.blog-container .sidebar-right  .blog-infobtm {
    margin-top: 10px;
}

.blog-container .sidebar-right .blog-infobtm .blog-line {}

.blog-container .sidebar-right .blog-line img.line-img {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 10px 0 0;
}

.blog-container .blog-wrap .cat-links ul {
    flex-wrap: wrap;
}

.blog-container .blog-wrap .cat-links ul li {
    margin-bottom: 14px;
}

.blog-container .blog-wrap .cat-links {
    margin-top: 50px;
    margin-bottom: 30px;
}

.blog-wrap {}

.blog-wrap h2.title {
    font-size: 30px;
    font-family: 'Raleway';
    font-weight: bold;
}

.blog-wrap .blog-date {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}

.blog-wrap .blog-date span {
    font-size: 20px;
    font-family: 'Open Sans';
    margin-right: 15px;
}

.blog-wrap .blog-bx-info p {
    font-size: 16px;
    font-family: 'Open Sans';
    margin-bottom: 25px;
}

.blog-container .blog-wrap .cat-links ul li a {
    font-size: 14px;
    padding: 8px 14px;
}

.blog-detail {}

.leave-comment {
    margin-top: 30px;
    margin-bottom: 70px;
}

.leave-comment h2.title {
    font-size: 28px;
    font-family: 'Raleway';
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

.leave-comment h5 {
    font-family: 'Raleway';
    font-size: 16px;
}

.leave-comment  .top {
    padding-bottom: 20px;
}

.leave-comment input.form-control {
    background: #F4F5F6;
    border: 0;
    padding: 10px 16px;
    border-radius: 8px;
    font-family: 'Open Sans';
    font-size: 14px;
    box-shadow: none;
    outline: none;
}

.leave-comment .form-group {
    margin-bottom: 25px;
}

.leave-comment .form-group.bg.full {
    background: #F4F5F6;
    border: 0;
    padding: 20px;
    border-radius: 8px;
    font-family: 'Open Sans';
    font-size: 14px;
}

.leave-comment .form-group.bg.full textarea.form-control {
    font-size: 14px;
    background: transparent;
    border: 0;
    padding: 0;
    min-height: 100px;
    width: 100%;
    box-shadow: none;
    outline: none;
    resize: none;
}

.leave-comment .form-group.bg.full .submit-btn {
    text-align: right;
    margin-top: 20px;
}

.leave-comment .form-group.bg.full input.form-btn {
    font-weight: 600;
    border-radius: 30px;
    padding: 8px 26px;
    display: inline-block;
    position: relative;
    background-image: repeating-linear-gradient(0deg, #012440, #116ab0);
    color: #fff;
    font-size: 16px;
    border: 0;
}


.blog-slider-wrapper {
    padding-top: 30px;
}

.blog-slider-wrapper h2.title {
    font-size: 28px;
    font-family: 'Raleway';
    font-weight: bold;
    margin-bottom: 20px;
}

.blog-slider-wrapper .blog-bx {
    padding-top: 10px;
}

.blog-slider-wrapper .blog-bx img.blog-img {
    height: 115px;
    object-fit: cover;
    border-radius: 8px;
}

.blog-slider-wrapper .blog-bx ul li a {
    font-size: 11px;
    padding: 5px 8px;
}

.blog-slider-wrapper .blog-bx h4.sidebar-title {
    font-size: 20px;
    font-family: 'Open Sans';
    font-weight: bold;
    color: #333;
}

.blog-slider-wrapper .blog-bx .blog-info li {
    list-style: none;
}

.blog-slider-wrapper .blog-bx .blog-info ul {
    display: flex;
    padding: 0;
    margin: 0;
}

.blog-slider-wrapper .blog-bx .blog-info li a {
    font-size: 15px;
    display: inline-block;
    border: 1px solid #DEDEDE;
    color: #333;
    text-decoration: none;
    padding: 6px 12px;
    border-radius: 40px;
    margin-right: 7px;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
}

.blog-slider-wrapper .blog-bx h2.blog-title {
    margin: 0;
}

.blog-slider-wrapper .blog-bx .blog-infobtm {
    margin-top: 10px;
}

.blog-slider-wrapper .blog-bx .blog-infobtm .blog-line {}

.blog-slider-wrapper .blog-bx .blog-line img.line-img {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 10px 0 0;
}

.blog-slider-wrapper .blog-bx .blog-image img.blog-img {
    height: auto;
}

.blog-slider-wrapper .blog-bx .blog-image {
    margin-bottom: 24px;
}

.blog-slider-wrapper .blog-bx h2.blog-title {}

.blog-slider-wrapper .blog-bx h2.blog-title a {
    color: #333;
    text-decoration: none;
    font-size: 20px;
    display: block;
    line-height: normal;
    margin-top: 8px;
    margin-bottom: 13px;
}

.blog-slider-wrapper .blog-bx .blog-infobtm span.text {
    font-size: 14px;
    color: #656565;
}

.blog-slider-wrapper .blog-bx .blog-info .blog-top {
    display: flex;
    align-items: center;
}

.blog-slider-wrapper .blog-bx .blog-info span.more-cats {
    border: 1px solid #DEDEDE;
    color: #333;
    text-decoration: none;
    padding: 3px 8px;
    border-radius: 40px;
}

section.section-four {
    padding-top: 75px;
    background-image: url(../images/h-charka-bg.png);
    background-repeat: no-repeat;
    background-position: top 5px left;
}
section.section-four .section-four-in {
    position: relative;
    background-image: url(../images/h-charka-bg-r.png);
    background-repeat: no-repeat;
    background-position: bottom 180px right;
}
section.section-four .section-four-in .container {
    background-image: url(../images/sun.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.backToTopBtn {
    position: fixed;
    bottom: 30px;
    right: 25px;
    z-index: 1;
    height: 50px;
    width: 50px;
    font-size: 20px;
    border: none;
    color: #cccccc;
    border-radius: 100%;
    transition: 0.5s;
    cursor: pointer;
    border: 1px solid #cccccc;
    background: #fff;
    color: #000;
}
.backToTopBtn:not(:hover) {
  background: #fff;
}
.backToTopBtn:hover {
  background: #fff;
}
.backToTopBtn.active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.backToTopBtn:not(.active) {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}


@media screen and (min-width: 62rem) {
    .banner-slider video {
        height: 100vh;
        object-fit: cover;
    }
    .lightyl-bg {
        background-position: top 70% left -150px;
    }

    .blog-line img.line-img {
    width: auto;
    max-width: none;
    }
  .navbar {
    display: flex;
    justify-content: space-between;
	padding:0;
  }
  .navbar-block {
    position: relative;
    height: auto;
    opacity: 1;
    /* overflow: auto; */
    pointer-events: visible;
    background: none;
    transition: none;
    width: auto;
    left: auto;
    position: unset;
  }
}
.menu {
  padding-block: 1rem;
  padding-inline: auto;
  align-items: center;
}
.menu-link {
  font-size: var(--text-base);
  /* font-weight: 500; */
  line-height: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 0.5rem;
  padding-inline: 1.5rem;
  color: var(--color-black-500);
  transition: color 0.3s ease;
  color: #fff;
}

.navbar-block li.menu-item{
	padding-left: 15px;
    padding-right: 15px;
}
header.header.header-scroll .menu-item .arrow::after {
    border-color: #333;
}
.navbar-block a.menu-link {
	color: #000000;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    padding-top: 30px;
    padding-bottom: 30px;
	position: relative;	
}

.navbar-block li.menu-item a.nav-link.store-btn {
    background-color: #FDB018;
    color: #fff;
    font-weight: 500;
    border-radius: 30px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
}

section.section-four {
    padding-top: 100px;
}

section.section-four .containerbtm {
    max-width: 650px;
    margin: auto;
}
section.section-four .containerbtm .row {
    align-items: center;
}

section.section-four .containerbtm h4 {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: bold;
}

section.section-four .containerbtm p {
    line-height: 160%;
    margin: 0;
}

.counters {
    padding: 100px 0 0;
}

.counters .box h3 {
    font-size: 16px;
}

.counters .box h2 {
    font-family: "Poppins", sans-serif;
    font-size: 32px;
}

.counters .box p.textmuted {
}


section.about-section.section-one .info-wrap {
    padding-right: 40px;
}

section.about-section.section-six {
    padding-top: 0;
}

section.about-section.section-six .info-wrap {
    padding-right: 0;
    padding-left: 40px;
}
section.about-section.section-six li {
    font-size: 18px;
    margin: 5px 0;
    line-height: 160%;
}

section.business-section .box a {
    border: 1px solid #E6E6E6;
    padding: 15px;
    border-radius: 12px;
    text-align: left;
    text-decoration: none;
    display: block;
    transition: .5s ease;
    background-color: #fff;
}

section.business-section .box a:hover {
    box-shadow: 0 0 13px 12px #eee;
    margin-top: -5px;
    transition: .5s ease;
}

section.business-section .box .image img {
    border-radius: 16px;
}

section.business-section .box h3 {
    font-size: 16px;
    color: #010101;
    font-weight: 700;
    padding: 10px 0 0;
}

section.business-section .box p {
    margin: 0;
    color: #000;
    font-size: 12px;
}

section.business-section .box .info {
    padding-top: 10px;
}

section.business-section .btns {
    justify-content: center;
    padding-top: 40px;
}

section.about-product.section-two.section-our-range {
    padding-top: 0px;
}

section.about-product.section-two.section-our-range .box{
    margin: 10px 0 25px 0;
}

section.about-product.section-two.section-our-range .info h3 {
    font-weight: bold;
    font-size: 18px;
    padding-top: 10px;
}

section.about-product.section-two.section-our-range .info h4 {
    font-style: italic;
    font-size: 14px;
    color: #000;
}

section.about-product.section-two.section-our-range .buy-btns a {
    margin: 15px 0;
    display: block;
    box-shadow: none;
    font-size: 16px;
    font-weight: bold;
    color: #231F1E;
    text-align: center;
    border: 1px solid #DEDEDE;
    padding: 12px 0;
    background: #FFFFFF;
}

section.about-product.section-two.section-our-range .buy-btns a img.kg {
    margin-right: 5px;
}

section.about-product.section-two.section-our-range .buy-btns {
    margin-top: 30px;
}

section.about-product.section-two.section-our-range .buy-btns a.btn1:hover {
    background: #FFB01A;
    border-color: #FFB01A;
}

section.about-product.section-two.section-our-range .buy-btns a.btn2 {
    color: #1F74BA;
}

section.about-product.section-two.section-our-range .buy-btns a.btn2:hover {
    background: #2873F0;
    border-color: #2873F0;
    color: #ffffff;
}

.buy-btns a {
    margin: 15px 0;
    display: block;
    box-shadow: none;
    font-size: 16px;
    font-weight: bold;
    color: #231F1E;
    text-align: center;
    border: 1px solid #DEDEDE;
    padding: 12px 0;
    background: #FFFFFF;
    border-radius: 12px;
    text-decoration: none;
    transition: .3s ease;
}

.buy-btns a img.kg {
    margin-right: 5px;
}

.buy-btns {
    margin-top: 30px;
}

.buy-btns a.btn1:hover {
    background: #FFB01A;
    border-color: #FFB01A;
}

.buy-btns a.btn2 {
    color: #1F74BA;
}

a.btn2:hover {
    background: #2873F0;
    border-color: #2873F0;
    color: #ffffff;
}

section.about-product.section-svn {
    padding-top: 20px;
    padding-bottom: 100px;
}



.section-egh section.section.section6 .title-head h2,
.section-egh section.section.section6 .title-head p {
    color: #000;
}

.section-egh .btm-content .btm-content-flex {
    display: flex;
	justify-content: space-between;
}
.section-egh .rating {
    padding-top: 15px;
    padding-bottom: 10px;
}
.section-egh .box {
    text-align: left;
    border: 1px solid #4d5858;
    border-radius: 20px;
    padding: 20px 70px 50px 70px;
    background: #ffffff14;
    backdrop-filter: blur(10px);
	min-height: 400px;
}
.section-egh .box1 {
    padding: 30px 10px;
    border-radius: 20px;
    box-shadow: 0 0 13px 6px #eee;
    margin: 15px 0;
}

.section-egh .box .image {
    display: flex;
    justify-content: start;
    height: 200px;
    align-items: center;
}

.section-egh .box h4 {
    font-size: 20px;
    font-family: 'CabinetGrotesk-Regular';
    font-weight: bold;
}

.section-egh .box .info p {
    font-size: 14px;
}

.section-egh .btm-content {
	padding-top: 30px;
}
.section-v .box1 {
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 0 13px 6px #eee;
    margin: 40px 0;
}

.section-egh .btm-content .title-head {
    text-align: left;
}

.section-egh .box1 .image {
    display: flex;
    justify-content: start;
}

.section-egh .box1 .info p {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0;
}

.section-egh .box1 .info  .auth {
    margin-top: 20px;
}
.section-egh .box1 .info .auth p {
    font-weight: normal;
    font-size: 14px;
}

.section-egh .box1 .info .auth p b {
    font-size: 15px;
}
.testimonial-slider .owl-stage-outer{
    padding: 0 0px 0 5px;
}
.testimonail-carousel2 .info {
    text-align: left;
}
.section-egh .box1 .info {
    display: flex;
    align-items: center;
}
section.about-product.section-egh {
    padding-top: 80px;
}
.section-egh .box1 .info img.imgfluid {
    width: 100%;
}
.section-egh .box1 .info .info-l {
    width: 75%;
    padding: 0 10px 0 30px;
}

.section-egh .box1 .info .auth {
    width: 20%;
    margin: 0;
}

.section-egh .box1 .info .info-l h3 {
    font-size: 18px;
    font-weight: bold;
}

.section-egh .box1 .info .info-l p {
    font-size: 14px;
    font-weight: 300;
}

.section-egh .box1 {
    box-shadow: none;
}

section.about-product.section-egh .btm-text {
    text-align: center;
    max-width: 1100px;
    font-weight: 500;
    line-height: 160%;
    margin: auto;
}

section.about-product.section-egh .btm-text p {
    margin: 0;
}

section.about-product.section-svn .row-wrap {
    padding: 20px 0 0px 0;
}

@media screen and (min-width: 1200px) {
	.navbar-block a.menu-link {
		color: #000000;
		font-weight: 400;
		font-family: "Poppins", sans-serif;
		text-decoration: none;
		padding-top: 0px;
		padding-bottom: 0px;
		position: relative;
	}

	.navbar-block a.menu-link .arrow {
		margin: 5px 22px;
		right: -25px;
		top: 0;
		bottom: auto;
	}

	.navbar-block li.menu-item a.nav-link.store-btn {
		background-color: #fff;
		color: #000;
		font-weight: 500;
		border-radius: 30px;
		padding: 10px 20px;
		display: flex;
        align-items: center;
		position: relative;
		top: -16px;
	}
	
	ul.menu {
        padding: 0px 0 0 0;
    }
}
@media screen and (min-width: 62rem) {
  .menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    -moz-column-gap: 0rem;
    column-gap: 0rem;
    height: auto;
    padding: 0;
    margin: 0;
    position: unset;
  }
  .menu-item {
    display: flex;
    cursor: pointer;
    padding-inline: 0.5rem;
  }
  .menu-link {
    padding: unset;
  }
}
.dropdown-toggle {
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.dropdown-toggle i.bx {
  font-size: 1.5rem;
  line-height: inherit;
  transition: rotate 0.4s ease;
}
.dropdown-content {
  height: 0;
  overflow: hidden;
  background-color: var(--color-white-100);
  transition: height 0.5s ease;
}
.dropdown-column, .dropdown-group, .dropdown-items {
  display: grid;
}
.dropdown-group {
  padding-bottom: 1rem;
  padding-inline: 1.5rem;
}
.dropdown-title {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  align-items: center;
  padding-inline: 1rem;
}
.dropdown-icon i.bx {
  font-size: 1.5rem;
  line-height: 1.5;
  color: var(--color-blue-300);
}
.dropdown-items {
  row-gap: 0.5rem;
  padding-inline: 3.5rem;
  padding-top: 0.35rem;
}
.dropdown-link {
  font-size: var(--text-base);
  font-weight: 400;
  line-height: inherit;
  color: var(--color-black-500);
  transition: color 0.3s ease;
  font-family: "Poppins", sans-serif;
}
.dropdown-show > .dropdown-toggle i.bx {
  rotate: 180deg;
}
.dropdown-block {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding-top: 1rem;
  padding-inline: 1rem;
}
.dropdown-column{
	background: #fff;
    border-radius: 15px;
}



@media screen and (min-width: 62rem) {
  .dropdown-toggle {
    -moz-column-gap: 0.35rem;
         column-gap: 0.35rem;
    pointer-events: none;
  }
  .dropdown-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 6rem;
    opacity: 0;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    pointer-events: none;
    background-color: transparent;
    border-top: 0px solid #00000000;
    box-shadow: none;
    transition: top 0.4s, opacity 0.3s ease;
    /* background: #fff; */
    border-radius: 0px;
    width: 45%;
    margin: auto;
    filter: drop-shadow(2px 4px 7px #00000045);
  }
  .dropdown-column {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    max-width: 100%;
    margin-inline: auto;
  }
  .dropdown-group {
    align-content: baseline;
    row-gap: 1rem;
    padding-block: 2rem;
	padding-left: 10px;
  }
  .dropdown-group:first-child, .dropdown-group:last-child {
    margin: unset;
  }
  .dropdown-items {
    padding-top: unset;
  }
  .dropdown-block {
    padding-top: unset;
    padding-inline: unset;
  }
  .dropdown:hover > .dropdown-content {
    cursor: initial;
    top: 100%;
    opacity: 1;
    pointer-events: initial;
  }
  .dropdown:hover > .dropdown-toggle i.bx {
    rotate: 180deg;
  }
  

.dropdown-content a.dropdown-link img.img-responsive {
    max-width: 100px;
}
}


@media screen and (min-width: 72rem) and (max-width: 63rem) {
    .dropdown-content {
        width: 41%;
    }
}

.dropdown-content .dropdown-items li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dropdown-content ul.dropdown-items {
    padding: 0;
    margin: 0;
    row-gap: 0;
}

.dropdown-content .dropdown-title {
    padding: 0;
    margin: 0;
    color: #333333;
    font-weight: 500;
}

.dropdown-content a.dropdown-link {
    display: inline-block;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
}

.dropdown-content.one-col .dropdown-column {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.dropdown-content.one-col {
	width: 100%;
    left: 0%;
    min-width: 250px;
    right: 0;	
}
.navbar-block li.menu-item.dropdown.pos {
    position: relative;
}
.dropdown-content.one-col .dropdown-items li:last-child {
    margin: 0;
    padding-bottom: 0;
}

.dropdown-content.one-col .dropdown-group {
    padding-block: .7em;
    padding-right: 0;
    padding-left: 0;
    row-gap: 0;
}
.dropdown-content.one-col .dropdown-group p.title {
    padding: 7px 15px;
    margin: 0;
}

.dropdown-content a.dropdown-link:hover {
    background: #eee;
    color: #000;
}
.header.header-scroll .navbar-block a.menu-link {
    color: #000000;
}
.dropdown-toggle::after{
	opacity:0;
}
.arrow {
    margin: 22px;
    display: inline-block;
    height: 10px;
    position: relative;
    width: 10px;
    position: absolute;
    right: -25px;
    top: 14px;
}
.arrow::after {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-right-style: solid;
  border-right-width: 2px;
  content: "";
  display: inline-block;
  height: 10px;
  left: 0;
  position: absolute;
  top: 0;
  width: 10px;
}
.arrow.is-triangle::after {
  border-style: solid;
  border-width: 0 0 12px 12px;
  height: 0;
  width: 0;
}
.arrow.is-check::after {
  width: 6px;
}
.arrow.arrow-bar::before {
  bottom: 1px;
  content: "";
  height: 20px;
  position: absolute;
  right: 0;
  transform-origin: bottom;
  width: 2px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.arrow.is-top {
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.arrow.is-right {
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
.arrow.is-bottom {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.arrow.is-left {
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.arrow::after,
.arrow .arrow::after {
  border-color: #fff;
}
.arrow.is-triangle::after,
.arrow .arrow.is-triangle::after {
  border-color: transparent;
  border-bottom-color: #fff;
}
.arrow::before,
.arrow .arrow::before {
  background-color: #fff;
}

.header.header-over .arrow::after, .header.header-over .arrow .arrow::after{
	border-color: #333;
}
.overlay{
	display:none;
	background: #dbdbdbc7;
    position: fixed;
    z-index: 9;
    width: 100%;
    height: 100%;
    display: block;
    filter: blur(4px);
    top: 0;
}
header.header.header-over{
	background:#fff;
}

header.header.header-over .white-logo{
	display:none;
}
header.header.header-over .blue-logo{
	display:block;
}

header.header.header-over li.menu-item .menu-link{
	color:#333;
}

header.header.header-over a.nav-link.store-btn{
	background: #FDB018;
    color: white;
}

.inner-header header.header{
	background:#fff;
	filter: drop-shadow(2px .5px 1px #ccc);
}

.inner-header header.header .white-logo{
	display:none;
}
.inner-header header.header .blue-logo{
	display:block;
}

.inner-header header.header li.menu-item .menu-link{
	color:#333;
}

.inner-header header.header a.nav-link.store-btn{
	background-image: repeating-linear-gradient(0deg, #012440, #116ab0);
    color: white;
}

.inner-header .header .arrow::after, 
.inner-header .header .arrow .arrow::after {
    border-color: #333;
}

.banner-slider.inner-banner {
    margin-bottom: 50px;
}

.burger {
  position: relative;
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 1.5rem;
  height: 1rem;
  border: none;
  outline: none;
  visibility: visible;
}
.burger-line {
  position: absolute;
  display: block;
  right: 0;
  width: 100%;
  height: 2.15px;
  opacity: 1;
  rotate: 0deg;
  border-radius: 0.15rem;
  background-color: #fff;
  transition: all 0.3s ease;
}
.burger-line:nth-child(1) {
  top: 0px;
}
.burger-line:nth-child(2) {
  top: 0.5rem;
  width: 70%;
}
.burger-line:nth-child(3) {
  top: 1rem;
}
.burger.is-active > .burger-line:nth-child(1) {
  top: 0.5rem;
  rotate: 135deg;
}
.burger.is-active > .burger-line:nth-child(2) {
  opacity: 0;
}
.burger.is-active > .burger-line:nth-child(3) {
  top: 0.5rem;
  rotate: -135deg;
}

.navbar-block li.menu-item {
    position: unset;
}

.tab-box {}

.sidebar-left .tab-box {
    margin-bottom: 15px;
}

.sidebar-left .tab-box .tab-head {
    font-weight: 500;
	position:relative;
	padding: 5px 0;
	cursor: pointer;
}

.sidebar-left .tab-box .tab-head:after {
    content: "";
}

.sidebar-left .tab-box .tab-head span.arrow {
    right: 0;
    margin: 0;
    top: 10px;
}

.sidebar-left .tab-box .tab-head span.arrow::after {
    border-color: #333;
}

.sidebar-left .tab-box .tab-btns {
	height:0;
	opacity: 0;
	visibility: hidden;
}
.sidebar-left .tab-box.active .tab-btns {
    height: 100%;
	opacity: 1;     
	visibility: visible;
	transition: .5s ease;
}
.sidebar-left .tab-box .tab-btns button.btn {
    border: 1px solid #ccc;
    border-radius: 30px;
    margin: 12px 0 0px 0;
}

.explore-delicious-recipes .product-box {
    padding-left: 0px;
}

.sidebar-left .tab-box .tab-btns button.btn.active {
    border-color: red;
}

.banner-slider {
    position: relative;
}

.banner-slider .arrow {
    text-align: center;
    margin: 8% 0;
    right: 0;
    left: 0;
    bottom: 50px;
    top: auto;
    margin: auto;
}
.banner-slider .arrow::after {
    display: none;
}
.banner-slider .bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

@media screen and (min-width: 62rem) {
  .burger {
    display: none;
    visibility: hidden;
  }
  /*.banner-slider video {
    height: 100vh;
    object-fit: cover;
}*/
}



    section.about-section.section-one .image {
        text-align: center;
    }
    
@media screen and (min-width : 1600px) {
    .trust-section .container {
        left: 10%;
    }    
}

@media screen and (min-width : 1500px) {
    section.section-shop-age .container-in .info-wrap {
    padding-right: 150px;
}
	.container {
		max-width:80%;
	}
	
	.trust-section .container {
        max-width: 30%;
    }
}

@media screen and (max-width : 1500px) {
    
    .lightyl-bg {
        background-position: top 70% left -230px;
    }
	.filter-tabs button {
		padding: 10px 15px;
	}
	
	section.about-section.section-one .title-head h2 {
        font-size: 45px;
    }
    
    section.about-section.section-one .image {
        text-align: center;
    }
    
    section.about-section.section-one.section-three .title-head h2, section.about-section.section-one.section-six .title-head h2 {
        font-size: 42px;
    }
    
    section.about-section.section-one .info p {
        font-size: 17px;
    }
    
    section.about-section.section-six li {
        font-size: 17px;
    }
    
    .section-space {
        
    }
    
    section.section-four {
        padding-top: 75px;
    }
    
    section.about-section.section-one {
        padding: 0px 0 75px 0;
    }
    
    .container {
        max-width: 95%;
    }
    
    .title-head01 h4 {
    font-size: 29px;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    display: inline-block;
    position: relative;
    line-height: 220%;
    margin: 0;
    background: url(../images/new/heading-center.png);
    background-repeat: repeat-x;
    padding: 0 20px 0 20px;
}
.title-head01 h4:before {
    width: 195px;
    height: 62px;
    left: 0px;
}
.title-head01 h4:after {
    width: 40px;
    height: 63px;
    right: -25px;
}
}


@media screen and (max-width : 1450px) {
    .footer .container {
        max-width: 1100px;
    }
    
}
@media screen and (max-width : 992px) {
    .delicious-recipes .container .explore-more .row .image{
        text-align: center !important;
    }
}

@media screen and (max-width : 640px) {
    
    header#header {
        overflow: hidden;
    }
	
div.navbar-collapse {
    background: #fff;
    width: 99%;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    box-shadow: 0 0 6px 2px #0000001c;
    margin: auto;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.navbar-light .navbar-brand > img {
    max-width: 100px;
}
.navbar .container div.navbar-collapse  .navbar-nav  .nav-item .nav-link {
    color: #000;
    padding: 10px 15px;
    font-weight: 500;
}

.navigation-bar .container .navbar-collapse .navbar-nav {
    gap: 0;
    /* width: 100%; */
    /* position: absolute; */
    /* left: 0; */
    /* right: 0; */
}

.navigation-bar .navbar {
    position: relative;
    background: #1b4695;
}

.navigation-bar .navbar button.navbar-toggler {
    padding: 4px 7px;
    border: 0;
    background: #fff;
    box-shadow: none;
	font-size: 16px;
}

.navigation-bar .navbar button.navbar-toggler span.navbar-toggler-icon {}


.banner-slider .owl-dots {
    bottom: 10px;
    z-index: 9999;
    display: flex;
    justify-content: center;
}

.owl-carousel .owl-nav button.owl-dot.active {
    background: #333;
}

.banner-slider button.owl-dot {
    background: #ccc;
    border-radius: 10px;
    margin: 0 3px;
    padding: 5px !important;
}

.banner-slider  button.owl-dot.active {
    background: #000;
}
section.hands-image img.h-img {
    height: 115px;
    object-fit: cover;
}

.footer {
    margin-top: 0px;
}

.rice-community .container .row .wraper .top-para {
    font-size: 15px;
}

.delicious-recipes .owl-nav button.owl-next {
    margin-right: -10px;
}

.delicious-recipes .owl-nav button.owl-prev {
    margin-left: -10px;
}

.delicious-recipes .container .explore-more .row .headings h6 {
    font-size: 20px;
}

.delicious-recipes {
    margin-top: 10px;
}

.quality-rice .container-fluid .about-rice h4 {
    font-size: 20px;
}

.quality-rice .container-fluid .about-rice h4 br {
    display: none;
}

.quality-rice .container-fluid .about-rice p {
    font-size: 15px;
}

.about-product {
    margin: 30px 0 30px;
}

.about-product .row {
}

.about-product .about-item {
    width: 50%;
}

.about-product .container .row .about-item .wraper .about-img {
    max-width: 40px;
}

.about-product .container .row .about-item .wraper h6 {
    font-size: 14px;
}

.about-product .container .row .about-item .wraper {
    justify-content: start;
    padding-top: 10px;
}

section.section-four .section-four-in .container {
    background-size: 100%;
}
section.business-section .box a {
    margin-bottom: 15px;
}
.fosection.business-section .box a {
    margin-bottom: 15px;
}oter .img-wraper img {
    max-width: 130px;
}

.footer .container-fluid .container .row .img-wraper {
    padding-top: 30px;
    padding-bottom: 0;
}

.footer .container-fluid .container .row2 > div {
    padding: 0;
}

.footer .container-fluid .container .row2 .wraper ul li a {
    font-size: 14px;
    margin: 4px 0;
}

.footer .container-fluid {
    padding: 0;
}

.footer .container-fluid .container .row3 .wraper {
    flex-direction: column;
    gap: 5px;
}

.footer .container-fluid .container .row3 .wraper .footer-links {}

.footer .container-fluid .container .row3 .wraper .footer-links a {
    display: inline-block;
}

.footer .container-fluid .container .row2 .fourth .wraper .bottom {
    margin-top: 10px;
}


.header {
    position: sticky;
    background: #1d458d;
}
/*.header.header-scroll{
	position: fixed;
}     */
.header .navbar-inner {
    width: 100%;
}

header#header .navbar-inner nav.navbar {
    padding: 0;
}
.navbar {
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar-brand img.img-fluid {
    max-width: 50px;
}

.burger-line {
    background: #333;
}

header#header {
    background: #fff;
}
.navbar-block.is-active {
    background: #fff;
        top: 0;
        height: 100vh;
        width: 87%;
        bottom: 0;
        position: fixed;
		overflow:auto;
}
.dropdown-content.one-col .dropdown-group ul.dropdown-items li {
    margin: 5px 0;
}

.navbar-block.is-active  a.menu-link {
    color: #333;
    padding: 6px 0;
    font-weight: 500;
}
.navbar-brand img.img-fluid {
    max-width: 100px;
}
.navbar-block li.menu-item {
    list-style: none;
    padding: 0;
    margin: 5px 0;
}

.navbar-block.is-active  ul.menu {
    padding: 20px;
}
.header.header-scroll .burger span.burger-line {
    background: #000;
}
.navbar-block.is-active li.menu-item a.nav-link.store-btn {
    padding-left: 0;
    font-weight: 500;
    font-size: 17px;
    color: #333;
    padding: 0;
    margin: 5px 0;
    font-family: "Poppins", sans-serif;
}
.arrow {
    margin: 10px 20px;
    display: inline-block;
    height: 10px;
    position: relative;
    width: 10px;
    position: absolute;
    right: -25px;
    top: 0;
}
.arrow::after {
	border-color: #333;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-right-style: solid;
    border-right-width: 2px;
    content: "";
    display: inline-block;
    height: 10px;
    left: 0;
    position: absolute;
    top: 0;
    width: 10px;
}
div.dropdown-group {
    padding: 0;
}

.dropdown-content .dropdown-title {
    gap: 0;
    column-gap: 0;
    border-bottom: 1px solid #ccc;
	padding-top: 7px;
    margin-top: 5px;
    padding-bottom: 7px;
    margin-bottom: 5px;
}

.dropdown-content .dropdown-items li {
    padding: 0;
    margin: 6px 0 5px 0;
}

.dropdown-content .dropdown-items li .dropdown-link > img.img-responsive {
    max-width: 31px;
}
.dropdown-content ul.dropdown-items {
    gap: 0;
}
.dropdown-content.one-col .dropdown-group {
    padding: 0;
}
.dropdown-content.one-col .dropdown-group ul.dropdown-items {
    padding-left: 10px;
    padding-bottom: 10px;
}
.navbar-block.is-active li.menu-item a.nav-link.store-btn {
    padding-left: 0;
    font-weight: 500;
    font-size: 17px;
    color: #fff;
    padding: 0;
    margin: 5px 0;
    font-family: "Poppins", sans-serif;
    padding: 8px 17px;
    width: 100%;
    text-align: center;
    /* background-image: repeating-linear-gradient(0deg, #012440, #116ab0); */
    justify-content: center;
}

.filter-tabs {/* flex-wrap: wrap; */overflow: auto;white-space: nowrap;justify-content: start;}

.filter-tabs button {
    width: 100%;
    font-size: 14px;
    /* padding: 4px 0px; */
    margin: 4px 0;
}

.product--wrap.product-desc {}

.product--wrap.product-desc .card-box {
    padding-top: 0;
}

.banner-slider.inner-banner.product-desc {
    margin-bottom: 20px;
}

.product-details .card-wrapper {
    padding: 0;
}

.product-details .card-wrapper .img-display {
    width: 100%;
}

.product-details .card-wrapper .img-select {
    flex-direction: row;
    overflow: auto;
    min-width: 330px;
    flex-wrap: wrap;
    /* display: inline-block; */
    width: 100%;
    flex-flow: wrap;
}

.product-details .card-wrapper .img-item {
    padding: 5px;
    text-align: center;
    width: 90px;
    display: inline-block;
}

.product-details .card-wrapper .img-item a > img {max-width: 50px;margin: auto;}

.product-details .inq-btn {
    padding-bottom: 0;
}

.about-product.product-desc {
    margin-top: 0;
}

section.about-product.section-two .rows {
    flex-direction: column;
    gap: 5px;
}

section.about-product.section-two .rows .col {
    width: 100%;
}

section.about-product.section-two .wraper {
    margin-bottom: 14px;
}
section.about-product.section-two .wraper h6 {
    font-size: 18px;
    text-align: left;
    padding-left: 10px;
}



section.about-product.section-two .two-wraper .wraper h6 {
    font-size: 15px;
    padding-left: 12px;
}

section.about-product.section-space.section-egh {
    overflow: hidden;
}

section.about-section.section-one .image img.img-fluid {
    max-width: 250px;
}

section.section-four .containerbtm {
    width: 80%;
    text-align: center;
}

section.section-four .containerbtm .image {
    width: 80%;
    margin: auto;
}

section.section-four .containerbtm .row.left {
    text-align: center;
}

section.about-section.section-one .btns a.outline {
    min-width: 206px;
    justify-content: center;
    display: flex;
    margin-left: 0;
}

section.about-section.section-one .btns a {
    min-width: 206px;
    display: flex;
    justify-content: center;
}
.product-details .card-wrapper .product-content {
    padding: 0;
}

.product-details .card-wrapper button.enquire-btn {
    font-size: 13px;
    margin-bottom: 10px;
}

.product--wrap.product-desc .card-box {
    padding-bottom: 10px;
}

.product-details .location-bx {
    padding-bottom: 20px;
}

.product-details .acv-box {
    width: 40%;
}

.product-details .card-wrapper .product-content h2.product-title {
    font-size: 21px;
    margin-bottom: 5px;
}

.product-details .card-wrapper .product-content .product-code span {
    font-size: 16px;
}

.product-details .product-info {
    padding: 0;
}

.product-details .card-wrapper .img-item {
    padding: 5px;
    text-align: center;
    width: 90px;
    display: inline-block;
	margin-right: 10px !important;
}

.product-details .card-wrapper .img-select {
    width: 100%;
	display: -webkit-box;
	white-space: nowrap;
}

.product-desc-btm .product-detail .product-desc {
    overflow: auto;
}

.product-detail .product-tb button {
    white-space: nowrap;
    padding: 10px 10px;
}

.product-desc-btm .product-detail .product-tbs {
    padding: 15px;
}

.inner-header span.burger-line {
    background: #000;
}

.banner-slider.inner-banner {
    margin-bottom: 10px;
}
.delicious-recipes.explore-rice {
    margin-bottom: 0;
}

.delicious-recipes.explore-rice .explore-more {
    margin-bottom: 0px;
    padding: 0 10px;
}
.overlay.show {
    display: block !important;
	background: #00000069;
}
.explore-delicious-recipes ul.pagination {
    flex-wrap: wrap;
}
.explore-delicious-recipes .product-box {
    padding-left: 0px;
}

.inner-pagetitle h1 {
    font-size: 30px;
    padding: 0 0;
}

.inner-pagetitle {
    padding: 20px 0 13px 0;
}

.explore-delicious-recipes .about-rice h4 {
    font-size: 21px;
}

.explore-delicious-recipes .about-rice p {
    font-size: 16px;
}

.blog-listing .card {
    margin-bottom: 20px;
}

.delicious-recipes.blog-listing .container > .row {flex-direction: column-reverse;}

.sidebar-left.filter-tab {
    position: relative;
    top: auto;
    margin-bottom: 30px;
}
div.delicious-recipes {
    margin-bottom: 0;
}
div.rice-community {
    margin-bottom: 20px;
    display: inline-block;
}
div.delicious-recipes.blog-listing .container >  .row {
    flex-direction: column;
}

.blog-listing .sidebar-left.filter-tab {
    margin-top: 20px;
    margin-bottom: 0;
}
div.share-recipe .product-detail .product-desc button{
	padding: 10px 40px;
}
.share-recipe .sidebar-left .tab-box .tab-head h2 {
    font-size: 22px;
}

.share-recipe form h2 {
    font-size: 18px;
}



.blog-container .cat-links {
    flex-wrap: wrap;
    padding-top: 10px;
}

.blog-container .cat-links ul {
    overflow: auto;
    scrollbar-width: none;
    padding-bottom: 15px;
}

.banner-slider.inner-banner .banner-wrap .image {
    height: 200px;
}

.banner-slider.inner-banner .banner-wrap .image img.banner-img {
    height: 100%;
    object-fit: cover;
}

.banner-slider.inner-banner .info h1 {
    font-size: 20px;
}

.banner-slider .image img.img-fluid {
    height: 300px;
    object-fit: cover;
}

section.about-product.section-two {
    padding: 25px 0;
}
.title-head01 {
    padding-bottom: 30px;
}
.title-head01 h4:before {
    width: 145px;
    height: 46px;
}

.title-head01 h4:after {
    height: 45.5px;
    width: 35px;
    right: -28px;
    background-position: center;
    top: 1px;
}

.title-head01 h4 {font-size: 21px;}

.blog-slider-wrapper h2.title {
    font-size: 20px;
    margin-bottom: 0;
}

.blog-slider-wrapper .blog-bx h2.blog-title a {
    font-size: 16px;
    margin-bottom: 0;
}

.blog-slider-wrapper {
    padding-bottom: 30px;
}

section.about-product.section-two .two-wraper {
    display: block;
}

section.about-product.section-two .two-wraper .wraper h6 {
    text-align: center;
    padding: 0;
}

section.about-product.section-two.section-our-range .buy-btns {
    margin-top: 20px;
}

section.section-shop-age .container-in {
    padding: 21px 15px;
}

section.section-shop-age .title-head01 {
    padding-bottom: 10px;
}

section.section-shop-age .info h3 {
    margin: 0;
    font-size: 16px;
}

section.section-one.section-shop-age .info p {
    margin: 0;
}

section.section-one.section-shop-age .buy-btns {
    margin-top: 15px;
}

section.about-section.section-shop-age .box .info {
    right: 70px;
    bottom: 20px;
}

section.about-section.section-shop-age .box .info img.img-fluid {}

.trust-section .image > img {
    height: 550px;
    object-fit: cover;
    object-position: right;
}

.trust-section .image > img.two-logo {
    height: auto;
    max-width: 200px;
}

.trust-section .content h4 {
    font-size: 23px;
    padding: 0px 0;
}

.trust-section .container {
    max-width: 100%;
    left: 0;
    top: 20px;
    bottom: auto;
    align-items: start;
}

.trust-section .content p {
    font-size: 13px;
    line-height: 130%;
}

.trust-section .container .col-sm-5s {
    background: #0000002b;
    backdrop-filter: blur(10px);
    padding: 10px;
    border-radius: 10px;
}

section.about-product.section-space.section-egh {
    padding: 0;
}

.section-egh .box1 .info .auth {
    width: 100%;
}

.section-egh .box1 .info .info-l {
    width: 100%;
    padding: 10px 0 0 0;
    text-align: center;
}

.section-egh .box1 .info {
    flex-direction: column;
}

.section-egh .box1 .info img.imgfluid {
    width: auto;
}

.section-egh .box1 .image {
    justify-content: center;
}

.section-egh .box1 .info .info-l p br {
    display: none;
}

.section-egh .box1 .info .info-l p {
    padding: 0 50px;
}

.footer-btm-mid .containers {
    flex-direction: column;
}

.footer-btm-mid .containers .footer-mid-right {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.footer-btm-mid .footer-mid-right p {
    align-items: center;
    display: flex;
}

.footer-btm-mid .footer-mid-right p > img {
    margin-right: 5px;
}
.footer-btm-mid .footer-mid-left ul {display: flex;justify-content: center;padding-top: 10px;}

.footer-btm-mid {
    padding-bottom: 3px;
}

.footer .footer-btm .wraper {padding: 0;flex-wrap: wrap;justify-content: center;}

.footer .footer-btm .wraper li.footer-links a {
    font-size: 13px;
    line-height: 120%;
    margin: 2px 0;
    display: block;
    /* white-space: nowrap; */
}

.footer .footer-btm .wraper li.footer-links {
    margin: 0 10px;
}
.footer .footer-btm .wraper li.footer-links:last-child {
    margin-right: 0;
}
.footer .footer-btm .row3 {
    flex-direction: column;
}

.footer .footer-btm .row3 h6 {
    font-size: 13px;
    text-align: center;
    padding-bottom: 5px;
}

.footer .footer-btm {
    padding: 10px 0;
}

.footer-btm-mid .footer-mid-right p {
    margin: 5px 0;
}

.footer-btm-mid {
    padding-top: 7px;
    margin-top: 14px;
}

.footer .container-fluid .container .row .img-wraper {
    padding: 0;
}
.footer .container-top .img-wraper > img {
    max-width: 240px;
}

.container-top {}

.footer .container-top .col-sm-3 .img-wraper > img {
    display: none;
}

.footer .top-ft {}

.footer .top-ft .fourth .wraper {
    padding: 20px 0;
}

.footer {
    padding-top: 30px;
}
.footer .img-wraper > img {
    max-width: 100px;
}
.footer p {
    font-size: 15px;
}

.footer .wraper a {
}

.footer .container-fluid .first {
    padding-left: 15px;
    padding-top: 20px;
}

.footer .wraper h6 {
    
}

.footer .nw-ft {}

.footer .nw-ft .first, .footer .nw-ft .second, .footer .nw-ft .third {
    width: 50%;
}

.footer .wraper ul.social-likns li {
    margin-right: 5px;
}

.footer .wraper ul.social-likns li a > img {
    max-width: 26px;
}

.footer .row .wraper a, .footer .row .wraper p {
    font-size: 13px;
}

.footer-btm-mid .footer-mid-right h6 {
    font-size: 13px;
}

.section-space {
    padding: 0px 0 25px;
}

.title-head01 h4 {
    font-size: 21px;
}

.title-head01 p {
    font-size: 15px;
}

section.about-product.section-svn {
    padding-bottom: 25px;
}

section.about-section.section-one {
    padding: 0px 0 25px 0;
}

section.about-section.section-one .info p {
    font-size: 15px;
}

section.about-section.section-six li {
    font-size: 15px;
}

section.about-section.section-six .info-wrap {
    padding: 0;
}

section.about-section.section-one.section-three .title-head h2, section.about-section.section-one.section-six .title-head h2 {
    font-size: 24px;
}

.btns a {
    padding: 7px 17px;
}

section.about-section.section-six .info-wrap {
    padding-top: 15px;
}

section.section-four {
    margin-bottom: 0;
}

.counters .box h2 {
    font-size: 26px;
}

.counters .box h3 {
    font-size: 14px;
}

.counters .box p.textmuted {
    font-size: 13px;
}

.about-product div#counter {}

.about-product div#counter .col-sm-3 {
    width: 50%;
}

.about-product .counters {
    padding-top: 25px;
}

section.section-four .containerbtm .info {
    padding-top: 16px;
}

section.section-four .containerbtm .row.left {}

section.section-four .containerbtm .row.right {
    flex-direction: column-reverse;
    padding: 15px 0;
}

section.section-four .containerbtm p {
    font-size: 15px;
}

section.section-four {
    padding-top: 25px;
    margin-top: 0;
}

.lightyl-bg {
    padding-bottom: 15px;
}

section.about-section.section-one .info-wrap {
    padding-right: 0;
}

.btns a.outline {
    padding: 7px 17px;
}

section.section-three .info {
    padding-bottom: 0px;
}

section.section-three .btns {
    padding-bottom: 25px;
}

section.about-product.section-two {
    margin: 10px 0 0 0;
}

section.about-section.section-one .btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 14px 0;
}

section.about-section.section-one .btns a {
    margin-bottom: 10px;
    margin-right: 0;
}

.splash-screen .ft-logo-top {
    transform: translate(25%, -100%);
}
.splash-screen .ft-logo-btm {
    transform: translate(25%, 200%);
}

.footer .container-fluid .container .row2 .wraper h6 {
    text-align: center;
}

.footer .container-fluid .container .row2 .wraper ul {
    text-align: center;
}

.footer .container-fluid .container .row .img-wraper {
    text-align: center;
}

.footer .container-fluid .container .row2 .fourth .wraper .top .mail p {
    font-size: 14px;
    text-align: center;
}

.footer .container-fluid .container .row2 .fourth .wraper .top .mail {
    justify-content: center;
}

.footer .container-fluid .container .row3 .wraper .footer-links a {
    text-align: center;
}

.footer .container-fluid .container .row3 .wraper .footer-links {
    text-align: center;
}

.footer .container-fluid .container .row2 {
    margin-bottom: 20px;
}

.footer .social-icons {
    text-align: center;
}
}

