/*
Theme Name:     Divi Child
Theme URI:      https://example.com/
Description:    A child theme for Divi
Author:         Your Name
Author URI:     https://example.com/
Template:       Divi
Version:        1.0.0
*/


@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); * {
    scroll-behavior: smooth
}
html body{
    font-family: "Manrope", sans-serif !important;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Montserrat Alternates", sans-serif !important;
}
.et_pb_row {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important; 
	width: 100% ;
}
.archive .et_pb_row{
	width: 100% !important;
}
html body h1 {
    font-size: 45px;
    font-weight: 700;
}
html body h2 {
    font-size: 40px;
    color: #E08537;
    font-weight: 700;
    padding-bottom: 35px;
}
body h3 {
    font-size: 25px;
}
body h4 {
    font-size: 18px;
}
html body .et_pb_section {
    padding: 80px 0;
}
.header-section {
    padding: 0 !important;
}
.topbar{
    background-color: #E08537 !important;
    padding: 8px !important;
}
.header-menu {
    display: flex;
    align-items: center;
    padding: 10px 20px !important;
    justify-content: space-between ;
    column-gap: 50px ;
}
.header-menu::after{
    display: none !important;
}
.header-menu .et_pb_column {
    width: auto !important;
    margin: 0 !important;
}
header.et-l.et-l--header ul#menu-main-menu > li {
    padding: 0px 15px;
}
header.et-l.et-l--header ul#menu-main-menu > li>a{
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px !important;
}
header.et-l.et-l--header ul#menu-main-menu > li:hover>a,header.et-l.et-l--header ul#menu-main-menu > li.current-menu-item>a {
    color: #e08537;
}
.footer-top {
    padding: 80px 0 40px 0 !important;
}
.footer-top .et_pb_row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer-top .et_pb_row::after {
    display: none;
}
.footer-top .et_pb_row .et_pb_column:first-child,.footer-top .et_pb_row .et_pb_column:last-child {
    width: 24% !important;
}
.footer-top .et_pb_row .et_pb_column .et_pb_module.et_pb_widget_area {
    padding: 0;
    border: none !important;
}
.footer-top .et_pb_row .et_pb_column #nav_menu-2, .footer-top .et_pb_row .et_pb_column #nav_menu-3 {
    padding-left: 10px;
    margin-bottom: 0 !important;
}
.footer-top .et_pb_row .et_pb_column:nth-child(2), .footer-top .et_pb_row .et_pb_column:nth-child(3) {
    width: 14% !important;
}
.footer-top .et_pb_row .et_pb_column:first-child {
    width: 30% !important;
        padding-right: 20px;
}
.footer-top .et_pb_row .et_pb_column #nav_menu-2 h4, .footer-top .et_pb_row .et_pb_column #nav_menu-3 h4 {
    font-size: 20px;
    color: #E08537;
    font-weight: 700;
    padding-bottom: 23px;
}
.footer-top .et_pb_row .et_pb_column #nav_menu-2 ul li, .footer-top .et_pb_row .et_pb_column #nav_menu-3 ul li{
    margin-bottom: 10px;
    line-height: 22px;
}
.footer-top .et_pb_row .et_pb_column #nav_menu-2 ul li a, .footer-top .et_pb_row .et_pb_column #nav_menu-3 ul li a{
    color: #7D7D7D;
    font-weight: 800;
    transition: all 0.5s;
    font-size: 16px;
}
.footer-top .et_pb_row .et_pb_column #nav_menu-2 ul li:hover a, .footer-top .et_pb_row .et_pb_column #nav_menu-3 ul li:hover a{
    color: #e08537;
}
ul#menu-address li {
    margin-bottom: 25px !important;
}
ul#menu-address li:last-child {
    margin-bottom: 0 !important;
}
ul#menu-address li {
    position: relative;
    padding-left: 40px;
    line-height: 26px;
    font-weight: 700;
    font-size: 16px;
}
ul#menu-address {
    padding-left: 30px !important;
}
ul#menu-address li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    background-size: 30px;
    background-image: url(./images/address.svg);
}
ul#menu-address li:nth-child(2)::after{
    background-image: url(./images/phone.svg);
}
ul#menu-address li:nth-child(3)::after{
    background-image: url(./images/mail.svg);
}
ul#menu-address li:first-child::after {
    top: 8px;
}
.footer-lower {
    background-color: #F9F6F0;
    padding: 20px 0 !important;
}
.footer-lower .et_pb_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-lower .et_pb_row .et_pb_column:first-child {
    display: flex;
}
.footer-lower .et_pb_row .et_pb_column:first-child .et_pb_module.et_pb_image {
    margin-right: 25px !important;
}
.footer-lower .et_pb_row .et_pb_text_inner {
    display: flex;
    column-gap: 10px;
    justify-content: end;
}
.footer-lower .et_pb_row  .et_pb_module.et_pb_image{
    margin-bottom: 0 !important;
}
.footer-lower .et_pb_row p {
    display: flex;
    column-gap: 10px;
    padding-bottom: 0;
    text-transform: uppercase;
}
.hero-section {
    height: calc(100vh - 139px);
    padding: 0 !important;
    position: relative;
    background-color: transparent;
}
.hero-section .et_pb_row {
    padding: 0 !important;
    max-width: 100% !important;
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.hero-section .slick-list , .hero-section .slick-list .slick-track{
    height: 100%;
}
.hero-section .et_pb_row .et_pb_column .et_pb_module.et_pb_image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.hero-section .et_pb_row .et_pb_column .et_pb_module.et_pb_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.hero-section .et_pb_row .et_pb_column .et_pb_module.et_pb_image span {
    height: 100%;
    width: 100%;
}
.hero-section .et_pb_row .et_pb_column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px !important;
    max-width: 1320px !important;
    position: unset;
}
.hero-section .et_pb_row .et_pb_column .et_pb_module{
    width: 60%;
}
.hero-section .et_pb_row .et_pb_column .et_pb_module.et_pb_text{
    width: 50%;
}
.hero-section .et_pb_row  h1{
    padding-bottom: 0;
}
.et_pb_button_module_wrapper .primary-btn, .primary-btn, .sec-btn{
    background-color: #E08537;
    border-radius: 20px;
    padding: 12px 45px 12px 23px;
    font-weight: 700;
    line-height: 17px !important;
    color: #fff;
    font-size: 16px !important;
    transition: all 0.5s;
    cursor: pointer;
    border: 1px solid #E08537;
}
.et_pb_button_module_wrapper .primary-btn:hover , .primary-btn:hover{
    color: #E08537;
    background-color: #fff;
    border-radius: 20px;
    padding: 12px 45px 12px 23px;
    line-height: 17px !important;
    border: 1px solid #E08537;
}
.primary-btn, .sec-btn{
    padding: 12px 23px 12px 23px;
    border: 1px solid #E08537;
}
.sec-btn{
    background-color: #fff;
    color: #E08537;
    border: 1px solid #E08537;
    cursor: pointer;
}
.et_pb_button_module_wrapper .primary-btn::after{
    content: "";
    top: 51%;
    right: 21px;
    height: 17px;
    width: 17px;
    background-image: url(./images/btn-icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
    transform: translateY(-50%);
    opacity: 1;
    transition: all 0.5s;
    position: absolute;
}
.et_pb_button_module_wrapper .primary-btn:hover::after{
    right: 15px;
    background-image: url(./images/btn-icon-color.svg);
}
.hero-slider  ul.slick-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    margin: 0;
    display: flex;
    column-gap: 5px;
    list-style-type: none;
}
.hero-slider  ul.slick-dots li{
    line-height: normal;
}
.hero-slider  ul.slick-dots li button{
    height: 15px;
    width: 15px;
    border-radius: 100%;
    border: 1px solid #E08537;
    font-size: 0;
    cursor: pointer;
}
.hero-slider  ul.slick-dots li.slick-active button{
    background-color: #E08537;
}
.why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.why-box{
    padding: 0 20px;
    position: relative;
}
.why-box::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    height: 50%;
    transform: translateY(-50%);
    width: 1px;
    border-right: 1px solid #E08537;
}
.why-box:last-child::after{
    display: none;
}
.why-box .et_pb_main_blurb_image {
    width: 110px !important;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 15px;
    border: 1px solid #E08537;
    border-radius: 100%;
    background-color: #fff;
}
.why-box h4 {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Manrope' !important;
    color: #000;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 3px;
}
.why-box .et_pb_blurb_description {
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: #E08537;
}
.why-section {
    padding: 40px 0 !important;
}
.row {
    display: flex;
    justify-content: space-between;
}
.row::after {
    display:none;
}
.hover-image{
    overflow: hidden;
}
.hover-image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.hover-image:hover img{
    transform: scale(1.1);
}
.about-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(./images/about-bg.jpg);
    background-repeat: no-repeat;
    background-position: 83% 50%;
}
.about-section.two::after {
    background-position: 19% 47%;
    background-size: 300px;
}
.about-section.two .row .et_pb_column:first-child {
    padding-right: 30px;
}
.product-sec h2 {
    padding-bottom: 20px;
}
ul#menu-header-end>li {
    padding: 0 15px;
    line-height: normal;
    margin: 0;
}
ul#menu-header-end>li>a {
    padding-bottom: 0;
}
ul#menu-header-end>li>a:hover{
    opacity: 1;
}
.aws-search-panel {
    position: fixed;
    top: 0;
    right: 0;
    width: 400px;
    height: 100vh;
    background: #fff;
    z-index: 999999;
    padding: 30px 24px 30px;
    box-sizing: border-box;
    transform: translateX(100%);
    visibility: hidden;
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
    box-shadow: -8px 0px 20px #00000038;
}
.aws-search-panel.search-open {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
}
.aws-search-panel .aws-container {
    position: relative;
    width: 100%;
    height: auto;
}
.aws-search-close {
    width: 40px;
    height: 40px;
    border: 0;
    font-size: 32px;
    line-height: 40px;
    padding: 0;
    cursor: pointer;
    background-color: #e08537;
    color: #fff;
}
.aws-search-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px;
}
.aws-search-header h4 {
    margin: 0;
    padding: 0;
    font-size: 22px;
    line-height: 1.2;
}
.aws-container .aws-search-form {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #E08537;
}
.aws-container .aws-search-form input[type="search"] {
    border: none !important;
    font-size: 16px;
    color: #000;
}
#et-boc .aws-container .aws-search-form .aws-form-btn {
    background-color: #E08537;
    border: none;
}
#et-boc .aws-container .aws-search-form .aws-form-btn span.aws-search-btn_icon {
    fill: #fff;
}
ul#menu-header-end>li.search-btn {
    cursor: pointer;
}
.et_pb_module.et_pb_heading{
    margin-bottom: 0 !important;
}
.newsletter-form {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 42px;
    border: 1px solid #e77d22;
    border-radius: 20px;
    background: #fff;
    box-sizing: border-box;
    max-width: 300px;
    overflow: hidden;
}
.newsletter-form p {
    height: 100%;
}
.newsletter-form .newsletter-email {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 13px;
    color: #333;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 100px;
}
.newsletter-form .wpcf7-form-control {
    box-shadow: none;
}
.newsletter-form .newsletter-submit {
    border: 0;
    border-radius: 20px;
    background: #e77d22;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 0 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: absolute;
    top: 6px;
    right: 10px;
    height: calc(100% - 12px);
}
.newsletter-form .newsletter-submit:hover {
    background: #d96f18;
}
.testi-sec h2{
    padding-bottom: 20px;
}
.testi-content {
    background-color: #FFF4EB;
    padding: 20px;
    position: relative;
}
.testi-content p {
    margin-bottom: 15px;
    font-size: 14px;
    color: #000;
    font-weight: 600;
}
.testimonial-lower {
    display: flex;
    align-items: center;
    column-gap: 5px;
    padding-left: 57px;
    margin-top: 8px;
}
.testimonial-lower h4 {
    padding-bottom: 0;
    font-size: 14px;
    font-family: 'Manrope' !important;
    font-weight: 700;
    color: #000;
}
.testimonial-lower h4 span {
    font-size: 12px;
    font-weight: 400;
}
.testi-content::after {
    content: "";
    position: absolute;
    bottom: -62px;
    left: 0;
    border-width: 32px;
    border-color: #fff4eb transparent transparent transparent;
    border-style: solid;
}
.testimonial-box {
    margin: 0 12px;
}
.testi-sec{
    padding-top: 90px !important;
    padding-bottom: 130px !important;
}
.testi-sec ul.slick-dots {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    column-gap: 5px;
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
}
.testi-sec ul.slick-dots li {
    line-height: normal;
}
.testi-sec ul.slick-dots li button{
    height: 15px;
    width: 15px;
    border-radius: 100%;
    background-color: #E08537;
    border: none;
    font-size: 0;
    cursor: pointer;
}
.testimonial-slider .et_pb_module.et_pb_text {
    margin-bottom: 0 !important;
}
.blog-grid {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.blog-items {
    width: calc((100% - 40px) / 3);
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.blog-items .blog-detais {
    padding: 20px;
}
.blog-image {
    overflow: hidden;
    height: 236px;
}
.blog-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.blog-items:hover .blog-image img {
    transform: scale(1.1);
}
.blog-meta p {
    color: #E08537;
    font-weight: 700;
    font-family: 'Montserrat Alternates' !important;
    padding-bottom: 10px !important;
    display: inline-block;
    font-size: 14px;
}
.blog-items .blog-detais h4 {
    font-weight: 700;
    color: #E08537;
    padding-bottom: 20px;
}
.tat-product-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 35px;
    margin-bottom: 35px;
}
.tat-product-tabs button.tat-product-tab {
    border: 1px solid #000;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 700;
    padding: 7px 18px;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.5s;
}
.tat-product-tabs button.tat-product-tab.active, .tat-product-tabs button.tat-product-tab:hover {
    background-color: #000;
    color: #E08537;
}
.tat-products-grid {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    column-gap: 20px;
}
.tat-product-item {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    width: calc((100% - 40px) / 3);
}
.tat-product-image {
    padding: 30px 0;
    text-align: center;
    border-bottom: 1px solid #E08537;
    height: 368px;
    overflow: hidden;
}
.tat-product-image img {transition: all 0.5s;}
.tat-product-item:hover .tat-product-image img {
    transform: scale(1.1);
}
.tat-product-content {
    padding: 30px;
    text-align: center;
}
.tat-product-content h3 {
    font-size: 20px;
    font-family: 'Manrope' !important;
    color: #E08537;
    font-weight: 700;
    padding-bottom: 20px;
}
.tat-product-price.tat-variable-price {
    display: flex;
    justify-content: center;
    column-gap: 15px;
    margin-bottom: 20px;
    flex-direction: row-reverse;
}
.tat-product-price.tat-variable-price span.woocommerce-Price-amount.amount {
    font-size: 18px;
    color: #000;
}
.tat-product-price.tat-variable-price  del {
    color: #00000051 !important;
}

.tat-product-price.tat-variable-price del span.woocommerce-Price-amount.amount {
    color: #00000051 !important;
}
ul.tat-variation-list {
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    list-style-type: none;
}
ul.tat-variation-list li {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    padding: 2px 12px;
    background-color: #000;
    border-radius: 30px;
    line-height: normal;
    cursor: pointer;
    transition: all 0.5s;
}
ul.tat-variation-list li.active, ul.tat-variation-list li:hover {
    background-color: #E08537;
}
.tat-product-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
}
.tat-product-buttons .primary-btn:hover{
   background-color: #fff;
   color: #E08537 !important;
   padding: 12px 23px 12px 23px;
}
.sec-btn:hover{
    background-color: #E08537;
    color: #fff;
}
.cta-section {
    padding: 0 !important;
}
.cta-section .et_pb_row {
    padding: 0 !important;
    max-width: 100%;
    display: flex;
    column-gap: 50px;
    align-items: center;
}
.cta-section .et_pb_row .et_pb_column {
    margin: 0 !important;
    width: calc((100% - 50px) / 2);
}
.cta-section .et_pb_row .et_pb_column:first-child span.et_pb_image_wrap, .cta-section .et_pb_row .et_pb_column:first-child  span.et_pb_image_wrap img {
    width: 100%;
}
.cta-grid {
    display: flex;
    flex-wrap: wrap;
    column-gap: 50px;
    row-gap: 30px;
}
.cta-grid .et_pb_module.et_pb_blurb {
    width: calc((100% - 100px) / 3);
    margin-bottom: 0 !important;
    padding: 0 33px;
}
.cta-section .et_pb_row::after {
    display: none;
}
.cta-grid .et_pb_module.et_pb_blurb .et_pb_main_blurb_image {
    height: 90px;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 5px;
    border-radius: 100%;
    background-color: #E08537;
}
.cta-grid .et_pb_module.et_pb_blurb h4 {
    padding-bottom: 0;
    text-align: center;
    color: #000;
    font-size: 16px;
    font-family: 'Manrope' !important;
    font-weight: 700;
    line-height: 22px;
}
.cta-section::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 43%;
    background-image: url(./images/logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
    opacity: 0.1;
}
.inner-banner {
    padding-top: 260px !important;
    padding-bottom: 80px !important;
}
.contact-left {
    padding: 35px;
    border: 1px solid #000;
    border-radius: 20px;
    width: 42.5% !important;
}
.contact-left h2 {
    padding-bottom: 10px;
}
.contact-left .et_pb_text_inner {
    color: #000;
}
.nourish-form {
    width: 100%;
}
.nourish-form .form-row {
    display: flex;
    gap: 10px;
}
.nourish-form .two-col .form-group {
    width: 50%;
}
.nourish-form .form-group {
    width: 100%;
    margin-bottom: 15px;
}
.nourish-form input,
.nourish-form textarea {
    width: 100%;
    border: 1px solid #000;
    border-radius: 10px;
    background: transparent;
    padding: 0 16px;
    font-size: 16px;
    color: #000;
    outline: none;
    box-sizing: border-box;
}
.nourish-form input {
    height: 42px;
}
.nourish-form textarea {
    height: 120px;
    padding-top: 10px;
    resize: none;
}
.nourish-form input:focus,
.nourish-form textarea:focus {
    border-color: #000;
}
.nourish-form .form-submit {
    margin-top: 35px;
    text-align: center;
}
.nourish-form .form-submit input[type="submit"] {
    height: auto;
    background-color: #E08537;
    border-radius: 20px;
    padding: 12px 23px 12px 23px;
    font-weight: 700;
    line-height: 17px !important;
    color: #fff;
    border: none;
    font-size: 16px !important;
    transition: all 0.5s;
    cursor: pointer;
    width: auto;
}
.nourish-form .form-submit input[type="submit"]:hover {
    background: #d8731d;
}
.nourish-form input::placeholder, .nourish-form textarea::placeholder {
    color: #e08537c7;
}
.nourish-form .form-submit p {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.Contact-section .et_pb_row .et_pb_column:last-child {
    width: 54.5% !important;
}
.contact-grid {
    border: 1px solid #000;
    border-radius: 20px;
    padding: 25px 15px;
    display: flex;
    column-gap: 40px;
}
.contact-grid .contact-box {
    text-align: center;
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.contact-grid .contact-box img {
    margin-bottom: 10px;
}
.contact-grid .contact-box a {
    font-size: 16px;
    color: #7D7D7D;
    font-weight: 700;
}
.contact-grid .contact-box::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    height: 70%;
    width: 1px;
    background-color: #000;
    transform: translateY(-50%);
}
.contact-box br {
    display:none;
}
.contact-grid .contact-box:last-child::after {
    display: none;
}
.Contact-section .et_pb_row {
    display: flex;
}
.Contact-section .et_pb_row .et_pb_column:last-child .et_pb_module.et_pb_text:last-child {
    height: calc(100% - 222px);
}
.Contact-section .et_pb_row .et_pb_column:last-child .et_pb_module.et_pb_text:last-child .et_pb_text_inner {
    height: 100%;
}
.map-box {
    height: 100%;
    border-radius: 20px;
    border: 1px solid #000;
    overflow: hidden;
}
.tat-products-pagination {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tat-products-pagination ul {
    list-style-type: none;
    display: flex;
    column-gap: 10px;
    padding: 0 !important;
    margin: 0;
}
.tat-products-pagination ul li span, .tat-products-pagination ul li a {
    line-height: normal;
    cursor: pointer;
    height: 40px;
    width: 40px;
    border: 1px solid #d96f18;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d96f18;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.5s;
}
.tat-products-pagination ul li a {
    color: #d96f18;
    transition: all 0.5s;
}
.tat-products-pagination ul li:hover span{
    color: #fff;
    background-color: #d96f18;
}
.tat-products-pagination ul li:hover a {
    color: #fff;
    background-color: #d96f18;
}
.tat-products-pagination ul li .current {
    background-color: #d96f18;
    color: #fff;
}
.category-product {
    padding: 80px 0 !important;
}
.about-lf-t .et_pb_blurb_content {
    max-width: 100%;
    background-color: #F9F6F0;
    border-radius: 20px;
    overflow: hidden;
    padding: 20px;
    display: flex;
    align-items: center;
    column-gap: 20px;
    justify-content: center;
}
.about-lf-t .et_pb_blurb_content .et_pb_main_blurb_image {
    max-width: 300px;
    flex-shrink: 0;
    margin-bottom: 0;
}
.about-lf-t .et_pb_blurb_content .et_pb_blurb_container h4 {color: #E08537;text-align: center;font-family: 'Manrope' !important;font-weight: 700;padding-bottom: 5px;}
.about-lf-t .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
    text-align: center;
    font-size: 16px;
    color: #000;
}
.about-rh-t, .way-right, .pl-30{
    padding-left: 30px;
}
.about-rh-t h3, .way-right h3, .pl-30 h3{
    padding-bottom: 20px;
    line-height: normal;
}
.counter-grid {
    max-width: 410px;
    margin: auto;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.counter-box {
    width: 200px;
    background-color: #fff;
    padding: 40px 10px;
    color: #000;
}
.counter-box:nth-child(1), .counter-box:nth-child(4) {
    background-color: #E08537;
    color: #fff;
}
.counter-box p {
    font-size: 18px;
    padding-bottom: 0;
    font-weight: 600;
}
.counter-box p:first-child {
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
    font-size: 25px;
    align-items: center;
    font-family: 'Montserrat Alternates' !important;
}
.counter-box:nth-child(1) {
    border-radius: 50px 0 5px 0;
}
.counter-box:nth-child(2) {
    border-radius: 0 50px 0 5px;
}
.counter-box:nth-child(3) {
    border-radius: 0 5px 0 50px;
}
.counter-box:nth-child(4) {
    border-radius: 5px 0 50px 0;
}
.mission-sec h2{
    padding-bottom: 20px !important;
}
.philo-about-sec h2{
    padding-bottom: 20px;
}
.ghee-sec h2{
    padding-bottom: 20px !important;
}
.et_pb_gallery_pagination {
    display: none;
}
.gallery-grid  .et_post_gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.gallery-grid .et_post_gallery .et_pb_gallery_item {
    margin: 0 !important;
    width: calc((100% - 60px) / 4);
}
.gallery-grid .et_post_gallery .et_pb_gallery_item .et_pb_gallery_image.landscape {
    height: 100%;
}
.gallery-grid .et_post_gallery .et_pb_gallery_item img {
    height: 100%;
    object-fit: cover;
}


/* responsive  */
@media only screen and (max-width:1400px){
    .cta-grid .et_pb_module.et_pb_blurb {
    padding: 0 ;
}
.cta-grid {
    column-gap: 30px;
    padding: 10px 0;
}
.cta-section .et_pb_row {
    column-gap: 30px;
    align-items: normal;
}
.cta-section .et_pb_row .et_pb_column {
    width: calc((100% - 30px) / 2);
}
.cta-section .et_pb_row .et_pb_column:first-child .et_pb_module.et_pb_image, .cta-section .et_pb_row .et_pb_column:first-child .et_pb_module.et_pb_image span {
    height: 100%;
}
.cta-section .et_pb_row .et_pb_column:first-child .et_pb_module.et_pb_image span img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
}

@media only screen and (max-width:1199px) {
    .header-menu .et_pb_column:nth-child(2) .et_pb_menu .et_pb_menu__menu {
        display: none !important; 
    }
    .et_pb_menu .et_mobile_nav_menu {
        float: none;
        margin: 0 6px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
   
    .mobile_nav .mobile_menu_bar {
    border: 2px solid #E08537!important;
}
.mobile_nav .mobile_menu_bar:before {
        color: #E08537!important
    }

    .et_pb_menu .et_mobile_menu {
        position: fixed!important;
        top: 0!important;
        width: 400px!important;
        z-index: 9999999!important;
        bottom: 0;
        padding: 0!important;
        height: 100vh!important;
        border: none!important;
        box-shadow: 10px 0 1120px 520px #E08537!important;
        display: flex!important;
        flex-direction: column;
        transition: all 0.5s;
        overflow: auto!important;
        background: #000!important;
        scrollbar-width: thin;
        scrollbar-color: #fff #000
    }

    body:has(.mobile_nav.opened) {
        overflow: hidden!important
    }

    .mobile_nav.closed .et_mobile_menu {
        transform: translateX(-100%);
        opacity: 0!important
    }

    .mobile_nav.opened .et_mobile_menu {
        transform: translateX(0);
        opacity: 1!important
    }

    body.et-db #et-boc .et-l .et_pb_menu_0_tb_header.et_pb_menu .nav li ul,body.et-db #et-boc .et-l .et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu,body.et-db #et-boc .et-l .et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu ul {
        background: #ffffff!important
    }

    .et_pb_menu .et_mobile_menu li.menu-close a {
        display: flex;
        justify-content: space-between;
        background: none!important;
        color: #E08537!important
    }

    .et_pb_menu .et_mobile_menu li.menu-close a:before {
        content: "Menu";
        font-weight: 600;
        text-transform: uppercase
    }

    body .et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu ul {
        background: transparent!important;
        padding: 0!important
    }

    .et_pb_menu .et_mobile_menu ul.sub-menu li {
        padding: 0!important
    }

    .et_mobile_menu li a {
        padding: 10px 20px!important;
        border-bottom: 1px solid rgb(255 255 255 / 15%)!important;
        color: #E08537!important
    }

    .et_mobile_menu li a:hover,.et_mobile_menu li.current-menu-item>a {
        background: #E08537!important;
        color: #fff!important;
        opacity: 1!important
    }
     .header-menu .et_pb_column:last-child .et_pb_menu .et_mobile_nav_menu{
        display: none !important;
    }
    .header-menu .et_pb_column:nth-child(2) {
    margin-left: auto;
}
.header-menu .et_pb_column:last-child .et_pb_module{
    background-color: transparent !important;
}
.tat-product-content {
    padding: 20px;
}
.tat-product-buttons {
    column-gap: 20px;
}
.about-rh-t, .way-right, .pl-30 {
    padding-left: 0;
}
.about-lf-t .et_pb_blurb_content .et_pb_main_blurb_image {
    max-width: 250px;
}
.Contact-section .et_pb_row {
    flex-wrap: wrap;
    row-gap: 30px;
}
.contact-left {
    margin-right: 0 !important;
    width: 100% !important;
}
.Contact-section .et_pb_row .et_pb_column:last-child {
    width: 100% !important;
}
.Contact-section .et_pb_row .et_pb_column:last-child .et_pb_module.et_pb_text:last-child {
    height: 400px;
}
.footer-top .et_pb_row .et_pb_module {
    padding-right: 0 !important;
}
}
@media only screen and (max-width:991px){
    html body .et_pb_section {
    padding: 50px 0;
}
.row {
    flex-wrap: wrap;
}
html body h2 {
    font-size: 35px;
    padding-bottom: 20px;
}
.about-section::after {
    background-position: 100% 100%;
}
.tat-product-tabs {
    column-gap: 15px;
}
.product-sec h2 {
    padding-bottom: 10px;
}
.tat-products-grid {
    column-gap: 15px;
}
.tat-product-item {
    width: calc((100% - 15px) / 2);
}
.about-section.two::after {
    background-position: 100% 10%;
}
.cta-section .et_pb_row {
    flex-wrap: wrap;
    row-gap: 30px;
}
.cta-section .et_pb_row .et_pb_column {
    width: 100%;
}
.cta-section .et_pb_row .et_pb_column:first-child .et_pb_module.et_pb_image span{
    border-radius: 0;
}
.cta-grid {
    padding-bottom: 30px;
}
.cta-grid .et_pb_module.et_pb_blurb {
    width: calc((100% - 60px) / 3);
}
.footer-top .et_pb_row .et_pb_column:first-child {
    width: 90% !important;
}
.et-db #et-boc .footer-top .et_pb_row .et_pb_column:nth-child(2), .et-db #et-boc .footer-top .et_pb_row .et_pb_column:nth-child(3) {
    width: 25% !important;
    margin-bottom: 0 !important;
}
 .footer-top .et_pb_row .et_pb_column:last-child {
    width: 42% !important;
}
.footer-lower .et_pb_row .et_pb_text_inner {
    flex-wrap: wrap;
}
.footer-lower .et_pb_row .et_pb_column:first-child {
    margin-bottom: 0;
}
.header-menu .et_pb_column:last-child .et_pb_module .et_pb_menu__menu {
    display: block !important;
}
.why-box {
    margin-bottom: 0 !important;
}
.cta-section::after {
    top: 50%;
    background-position: bottom;
}
.about-lf-t .et_pb_blurb_content .et_pb_main_blurb_image {
    max-width: 300px;
}
.mission-sec .et_pb_row {
    max-width: 100%;
}
.gallery-grid .et_post_gallery .et_pb_gallery_item {
    width: calc((100% - 40px) / 3);
}
.vedic-row{
    max-width: 100% !important;
}

} 

@media only screen and (max-width:768px){
    html body h1 {
    font-size: 40px !important;
}
.hero-section .et_pb_row .et_pb_column .et_pb_module , .hero-section .et_pb_row .et_pb_column .et_pb_module.et_pb_text{
    width: 100%;
}
.why-box .et_pb_main_blurb_image {
    width: 70px !important;
    height: 70px;
}
.why-box .et_pb_main_blurb_image img {
    width: 40px;
    height: 40px;
}
.cta-grid {
    padding: 0 20px 30px;
    flex-wrap: wrap;
}
.blog-items {
    width: calc((100% - 20px) / 2);
}
.testi-sec {
    padding-top: 50px !important;
    padding-bottom: 80px !important;
}
.why-grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 25px;
}
.why-box:nth-child(2)::after{
    display: none;
}
.cta-two .et_pb_module.et_pb_heading , .cta-two .et_pb_module.et_pb_text{
    max-width: 100% !important;
}
.inner-banner {
    padding-top: 120px !important;
    padding-bottom: 50px !important;
}
.about-lf-t .et_pb_blurb_content {
    flex-wrap: wrap;
    row-gap: 30px;
}
.vedic-row .et_pb_module.et_pb_heading{
    max-width: 100% !important;
}
.contact-left {
    padding: 20px;
}
.nourish-form .form-row {
    gap: 0;
    flex-wrap: wrap;
}
.nourish-form .two-col .form-group {
    width: 100%;
}
.contact-grid {
    flex-wrap: wrap;
    row-gap: 40px;
}
.contact-grid .contact-box {
    flex: none;
    width: 100%;
}
.contact-grid .contact-box::after {
    top: calc(100% + 20px);
    right: auto;
    left: 50%;
    height: 1px;
    width: 70%;
    transform: translateY(0) translateX(-50%);
}
}
@media only screen and (max-width:575px){
    .hero-section {
    height: 470px;
}
html body h1 {
    font-size: 35px !important;
}
html body h2 {
    font-size: 30px;
    padding-bottom: 15px;
}
.tat-product-tabs {
    column-gap: 10px;
    flex-wrap: wrap;
    row-gap: 10px;
    margin-bottom: 24px;
}
.tat-product-item {
    width: 100%;
}
.tat-product-image {
    height: auto;
}
.cta-grid .et_pb_module.et_pb_blurb {
    width: calc((100% - 30px) / 2);
}
.blog-items {
    width: 100%;
}
.footer-top .et_pb_row .et_pb_column:last-child {
    width: 100% !important;
    margin-bottom: 0 !important;
    margin-top: 30px !important;
}
ul#menu-address {
    padding-left: 0 !important;
}
.et-db #et-boc .footer-top .et_pb_row .et_pb_column:nth-child(2), .et-db #et-boc .footer-top .et_pb_row .et_pb_column:nth-child(3) {
    width: 44% !important;
}
.footer-top .et_pb_row .et_pb_column:last-child div#nav_menu-4 {
    margin-bottom: 0  !important;
}
.footer-top {
    padding: 40px 0 30px 0 !important;
    background-size: contain !important;
}
.footer-lower .et_pb_row {
    flex-wrap: wrap;
    row-gap: 10px;
}
.footer-lower .et_pb_row .et_pb_text_inner, .footer-lower .et_pb_row .et_pb_column:first-child {
    justify-content: center;
}
.footer-lower .et_pb_row .et_pb_column:first-child .et_pb_module:last-child{
    margin-right: 0 !important;
}
.topbar {
    padding: 6px !important;
}
.topbar .et_pb_text_0_tb_header {
    font-size: 12px;
    line-height: normal;
}
.header-menu {
    column-gap: 20px;
}
.header-menu .et_pb_column:first-child {
    width: 100px !important;
}
ul#menu-header-end>li img {
    width: 22px;
    height: 22px;
}
ul#menu-header-end>li {
    padding: 0 10px;
}
.xoo-wsc-sc-bki {
    font-size: 21px;
}
span.xoo-wsc-sc-count{
    height: 16px;
    line-height: 16px;
    width: 16px;
    font-size: 10px;
}
ul#menu-header-end>li>a {
    line-height: 0;
}
.inner-banner {
    padding-top: 90px !important;
    padding-bottom: 30px !important;
}
.counter-box {
    width: calc((100% - 10px) / 2);
}
.gallery-grid .et_post_gallery .et_pb_gallery_item {
    width: calc((100% - 20px) / 2);
}
.footer-top .et_pb_row .et_pb_column:first-child {
    width: 100% !important;
}
.contact-left {
    margin-bottom: 0;
}
.footer-top .et_pb_row .et_pb_column #nav_menu-2, .footer-top .et_pb_row .et_pb_column #nav_menu-3 {
    padding-left: 0 !important;
}
}