/*!
Theme Name: Twenty Twenty One Child
Theme URI: https://aurooba.com
description: Twenty Twenty One Child Theme
Author: Aurooba Ahmed
Author URI: https://aurooba.com
Template: twentytwentyone
Version: 1.0.0
Requires at least: 5.3
Tested up to: 5.6
Requires PHP: 5.6
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twenty-twenty-one-child
*/


@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --primary-color: #40BA91;
    --black-color: #2D2727;
    /* scrollbar-color: rgb(210, 210, 210) rgb(46, 54, 69) !important; */
    scrollbar-width: thin !important;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Archivo", sans-serif;
    font-weight: 400;
    background: var(--black-900);
    overflow-x: clip;
    overflow-y: auto;
    font-size: 16px;
    scrollbar-width: thin;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: rgb(46, 54, 69);
}

::-webkit-scrollbar-thumb {
    background-color: rgb(210 210 210 /40%);
}


@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-display: block;
    src: url("../webfonts/fa-brands-400.eot");
    src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fal,
.far {
    font-family: "Font Awesome 5 Pro";
}

.fab {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

html {
    scroll-behavior: smooth;
}


a,
a:link,
a:visited,
a:active,
a:hover,
button,
input,
select,
textarea,
i {
    text-decoration: none;
    outline: none;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

input,
select,
textarea {
    width: 100%;
    outline: none;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}


input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
    box-shadow: none;
}

img {
    max-width: 100%;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-family: "Archivo", sans-serif;
    color: var(--black-color);
}



/* ---------------------------------------------------------------------------------------------

    Common Classes

--------------------------------------------------------------------------------------------- */
.btn-cuprimary {
    background-color: var(--primary-color);
    color: #ffffff;
}

.btn-cuwhite {
    background-color: #ffffff;
    color: var(--primary-color);
}

.btn-cublack {
    background-color: var(--black-color);
    color: #ffffff;
}

.btn-cublack:hover {
    color: #ffffff !important;
}

.btn.arrow>i {
    margin-left: 10px;
}

.btn {
    font-size: 14px;
    text-transform: uppercase;
    padding: 15px 34px;
    border-radius: 40px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.5s;
    box-shadow: none !important;
}

.btn:hover {
    opacity: 0.8;
    color: var(--black-color);
}

.navbar-nav .dropdown-menu {
    border-radius: 15px;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: var(--primary-color)
}

.linksbtn {
    color: var(--primary-color);
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
}

.linksbtn:hover {
    color: var(--black-color);
}

.phrp {
    color: #6E6E6E;
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
}

.decor-title {
    color: #9D9D9D;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
}

.compadding {
    padding: 100px 15px;
}

.smallpadding {
    padding: 50px 15px;
}

.comntitle {
    font-size: 42px;
    color: var(--black-color);
    line-height: 59px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.decor-comtit {
    color: #9D9D9D;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 1px;
}


/* ---------------------------------------------------------------------------------------------

    Home page

--------------------------------------------------------------------------------------------- */

.hero .content-side {
    padding: 100px 0;
}

.home-title {
    font-size: 60px;
    line-height: 78px;
    color: var(--black-color);
    font-weight: 700;
    text-transform: capitalize;
}

.hero {
    background-color: #F9F9F9;
    position: relative;
}

.hero>.images-content {
    position: absolute;
    inset: 0 0 0 0;
    z-index: 0;
}

.hero>.container-lg {
    position: relative;
    z-index: 1;
}

.hero .hero_image {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

.hero>.container {
    position: relative;
}

.buttons-group {
    display: flex;
    gap: 30px;
    align-items: center;

}

.hero .buttons-group {
    padding-bottom: 78px;
}


.herobanner {
    width: 46%;
    height: 100%;
    position: relative;
    margin-left: auto;
}

.logos {
    background-color: var(--black-color);
}

.logos .logisul {
    padding-left: 0;
    margin: 0;
    display: flex;
    padding: 50px 0;
    align-items: center;
    justify-content: space-around;
    list-style: none;
}

.logos .logisitem img {
    /*opacity: 0.5;*/
}

.logos .logisitem>a {
    display: block;
}

.contact-us {
    /*background: transparent url('https://harsiddhiorganics.com/wp-content/uploads/2024/02/contact-bg-banner.jpg') no-repeat;*/
    background: transparent url('https://harsiddhiorganics.com/wp-content/uploads/2024/10/image584.webp') no-repeat;
    background-size: 70% 100%;
    background-position: 100% 100%;
    position: relative;
}

.contact-us::before {
    position: absolute;
    inset: 0 0 0 0;
    content: "";
    background: linear-gradient(90deg, #EC1F25 40%, #ffffff69 100%);
}

.contact-us>.container-lg {
    position: relative;
}

.contact-us .home-title {
    color: #ffffff;
}

.contact-us .phrp {
    color: rgba(255, 255, 255, 0.75);
}

.contact-us .decor-title {
    color: #F0EB8D;
}

.blogs .comntitle,
.products .comntitle {
    max-width: 870px;
    margin: 0 auto 50px;
}

.blogs {
    background-color: #F7F7F7;
}

.common-img {
    width: 100%;
    aspect-ratio: 12/11;
    overflow: hidden;
    border-radius: 30px;
    object-fit: cover;
}

.common-card {
    max-width: 390px;
    margin: auto auto 30px;
}

.common-card .phrp,
.common-body>.title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.common-body {
    padding: 20px 10px;
}

.common-body>.title {
    font-weight: 700;
    font-size: 25px;
    line-height: 35px;
    color: var(--black-color);
}

.testimonial-carousel {
    padding-top: 40px;
}

.testimonial {
    background-color: var(--primary-color);
}

.testimonial-carousel .owl-dot {
    background-color: #D9D9D9 !important;
    width: 60px;
    height: 5px;
    display: block;
    opacity: 0.3;
    transition: all 0.5s;
}

.testimonial-carousel .owl-dot.active {
    opacity: 1;
}

.testimonial-carousel .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 50px;
}

.testimonial-carousel .item,
.testimonial-item {
    background-color: #ffffff;
    border-radius: 30px;
    padding: 40px;
}

.carosoal-box {
    position: relative;
}

.carosoal-box>img {
    position: absolute;
}

.carosoal-box .left-quote {
    left: -49px;
    top: -20px;
}

.carosoal-box .right-quote {
    right: -49px;
    bottom: -10px;
    transform: rotate(180deg)
}

.rating {
    color: var(--primary-color);
    display: flex;
    gap: 6px;
    font-size: 20px;
    margin-bottom: 30px;
}

.testimonial-carousel .client {
    margin-top: 50px;
}

.testimonial-item .client {
    margin-top: 30px;
}

.testimonial-carousel .head,
.testimonial-item .head {
    font-weight: 700;
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 0;
}

.testimonial-carousel .degnation,
.testimonial-item .degnation {
    margin-bottom: 0;
    line-height: 26px;
    font-size: 17px;
}


.manufacture-unit {
    background-color: #F4F4F4;
}

.manufature-img {
    width: calc(100% - 35px);
    height: 100%;
    position: absolute;
    object-fit: cover;
    border-radius: 30px;
    overflow: hidden;
}

.points-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.points-list .point-item {
    position: relative;
    color: #6E6E6E;
    font-size: 17px;
    padding-left: 32px;
    line-height: 26px;
    margin-bottom: 15px;
}

.header {
    position: sticky;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 10;
    height: 127px;
    transition: all 0.5s;
    pointer-events: none;
}

.header.fixedHeader .navbar {
    box-shadow: 0 5px 10px #00000010;
}

.header .navbar {
    background-color: #ffffff;
    box-shadow: 0 5px 10px transparent;
    pointer-events: auto;
}

.header .navbar-brand {
    width: 127px;
}

.header.fixedHeader .navbar-brand>img {
    width: 70px;
}

.points-list .point-item>i {
    position: absolute;
    left: 0;
    top: 4px;
    color: var(--primary-color);
    font-size: 20px;
}

.quote {
    padding: 25px;
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
}

.yer-completed {
    padding-left: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
    position: relative;
}

.yer-completed::before {
    content: '';
    height: 100%;
    width: 5px;
    background-color: var(--primary-color);
    position: absolute;
    left: 0;
    top: 0;
}

.yer-completed .title {
    font-weight: 700;
    font-size: 20px;
}

.about-home-img {
    width: calc(100% - 40px);
    height: 100%;
    position: absolute;
    border-radius: 30px;
    object-fit: cover;
    overflow: hidden;
    left: 0;
}

.organa-container {
    display: flex;
    justify-content: space-between;
}

.organ-col {
    /*width: calc(50% - 30px);*/
    width: calc(50% - 60px);
}

.subtitle {
    font-weight: 700;
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 20px;
}


/* ---------------------------------------------------------------------------------------------

    Header section

--------------------------------------------------------------------------------------------- */

.navbar-light .navbar-nav .nav-link {
    color: #6E6E6E;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 24px;
    font-weight: 600;
    padding: 10px 18px;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: var(--primary-color) !important;
}

.inner-banner .title {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 50px;
    line-height: 26px;
    letter-spacing: 1px;
    font-weight: 600;
    margin: 0;
    text-align: center;
    position: relative;
    z-index: 1;
}

.inner-banner {
    background: transparent url('https://harsiddhiorganics.com/wp-content/uploads/2024/02/inner_banner.png') no-repeat center;
    background-size: cover;
    position: relative;
}

/* ---------------------------------------------------------------------------------------------

    footer section

--------------------------------------------------------------------------------------------- */

.footer {
    background-color: var(--black-color);
}

.footer-title {
    color: #ffffff;
    font-weight: 700;
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 20px;
}

.footer .links {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer .links li>a {
    color: #ffffff;
    font-size: 17px;
    line-height: 26px;
    padding: 8px 8px 8px 25px;
    display: block;
    position: relative;
    opacity: 0.75;
}

.footer .links li>a:hover {
    color: var(--primary-color);
}

.footer .text {
    color: #ffffff;
    opacity: 0.75;
}


.footer .links li>a>i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.footer .links li>a:hover i {
    left: 5px;
}

.footer .social-icon>a {
    color: #ffffff;
    font-size: 20px;
    margin: 0 5px;
}

.foot-logo {
    margin-bottom: 20px;
}

.footer .list-line {
    color: #ffffff;
    /*padding: 30px;*/
    line-height: 24px;
    /*font-size: 14px;*/    
    font-weight: 600;
    letter-spacing: 1px;
    /*text-align: center;*/
    display: block;
    border-top: 1px solid #6f6f6f;
    text-transform: uppercase;
}
.footer .list-line-left {
    /*padding: 30px;*/
    padding: 12px;
    text-align: left;
    font-size: 10px;
    float: left;
    
}
.footer .list-line-right {
    /*padding: 30px;*/
    padding: 12px;
    text-align: right;
    font-size: 10px;
    float: right;
}
.footer .moonweb{  width:3%;margin-left: 10px; }

.footer .row {
    margin-bottom: 60px;
}

.contact-list {
    padding: 0;
    margin-bottom: 0;
}

.contact-list a {
    color: #ffffff;
    position: relative;
    padding-left: 30px;
    opacity: 0.7;
}

.contact-list li {
    margin-bottom: 10px;
}

.contact-list a i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* ---------------------------------------------------------------------------------------------

    Contact Page

--------------------------------------------------------------------------------------------- */
.contact.logos .client-title {
    color: #ffffff;
    font-size: 35px;
    line-height: 35px;
    font-weight: 700;
}

.cientwith-title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.cientwith-title .logisul {
    flex-grow: 1;
}

.contact-form .title {
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
    padding-left: 25px;
    margin-bottom: 60px;
}

.form-control::placeholder {
    color: #6E6E6E;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    text-transform: uppercase;
}

.form-control {
    border-radius: 0;
    padding: 24px 30px;
    border-color: #6E6E6E;
    box-shadow: none !important;
}

.form-control:focus,
.form-control:active {
    border-color: var(--primary-color);
}

/* ---------------------------------------------------------------------------------------------

    About Page

--------------------------------------------------------------------------------------------- */

.manufacture-unit.about {
    background-color: #ffffff;
}

.organization.about .orga-img {
    aspect-ratio: 16/10;
    width: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 30px;
    overflow: hidden;
}

.journy-box {
    background: transparent url('https://harsiddhiorganics.com/wp-content/uploads/2024/02/journy-back.png') no-repeat center;
    background-size: cover;
}

.journy-carousel .title {
    color: var(--primary-color);
    font-size: 35px;
    line-height: 60px;
    font-weight: 700;
}

.journy-carousel .subtitle {
    color: #ffffff;
    margin-bottom: 8px;
}

.journy-carousel .phrp {
    color: #FFE9E9;
}


.journy-carousel .item {
    max-width: 370px;
    margin: auto auto 50px;
}

.journy-carousel .point-box {
    width: 34px;
    height: 34px;
    background-color: var(--primary-color);
    border: 5px solid #ffffff;
    display: block;
    border-radius: 50%;
    margin-bottom: 30px;
    margin-top: 20px;
    position: relative;
}

.journy-carousel .point {
    position: relative;
}

.journy-carousel .point::before {
    content: '';
    position: absolute;
    height: 1px;
    left: 0;
    width: calc(100% + 70px);
    background: #ffffff;
    top: calc(50% - 1px);
}

.journy-carousel .owl-item:first-child .item .point::after {
    content: '';
    position: absolute;
    left: -50%;
    width: 100%;
    background: #ffffff;
    top: calc(50% - 1px);
    height: 1px;
    z-index: -1;
}

.leader-list .client {
    text-align: center;
    padding: 30px 10px;
    border-bottom: 1px solid var(--black-color);
}

.leader-list .client>p {
    margin-bottom: 0;
}

.leader-list .head {
    margin-bottom: 0px;
    font-size: 25px;
    line-height: 29px;
    font-weight: 700;
}

.leader-list .degnation {
    display: block;
    color: #6E6E6E;
    font-size: 17px;
    line-height: 26px;
}

.detail-con {
    max-width: 590px;
    width: 100%;
    position: relative;
}

.inner-details .detail-con>img {
    /*aspect-ratio: 4/3;*/
    object-fit: cover;
    border-radius: 20px;
    margin-top: 10px;
}

.detail-con .manufact {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 160px;
    height: 160px;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.product-details {
    background-color: var(--primary-color);
}

.detaisl-ul {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #ffffff;
}

.details-box {
    max-width: 360px;
}

.details-box .titlebo {
    position: relative;
}

.details-box .titlebo::before {
    content: '';
    position: absolute;
    left: 0;
    height: 110%;
    width: 1px;
    background: #ffffff;
}

.details-box .titlebo>.text {
    color: #ffffff;
    font-size: 25px;
    font-weight: 700;
    line-height: 50px;
    padding-left: 23px;
    margin-bottom: 22px;
    margin-top: 10px;
}

.details-li {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 15px;
    padding-left: 23px;
}

.details-box .details-li:last-child {
    margin-bottom: 0;
}

.common-used {
    background-color: #EC1F25;
    overflow: clip;
}

.content-tiel {
    width: 260px;
    min-width: 260px;
}

.sliderBox {
    display: flex;
    position: relative;
}

.sliderBox .owl-nav>button {
    position: absolute;
    left: 0;
    bottom: 30%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sliderBox .owl-nav>button>i {
    font-size: 25px;
    /*color: #ffffff;*/
    color: yellow;
}

.sliderBox .owl-nav>button.owl-prev {
    left: -120px;
}

.sliderBox .owl-nav>button.owl-next {
    left: 22%;
}

.sliderBox .owl-nav>button:hover {
    background-color: #ffffff;
}

.sliderBox .owl-nav>button:hover i {
    color: var(--black-color);
}

.sldie-tiel {
    flex-grow: 1;
}

.commonuse-carousel .item {
    width: 446px;
    aspect-ratio: 9/14;
    position: relative;
}

.commonuse-carousel .item>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}

.common-products-name {
    position: absolute;
    z-index: 5;
    bottom: 0;
    color: #ffff;
    text-align: center;
    background: #000;
    width: 100%;
    margin-bottom: 0;
    padding: 34px 75px;
    font-size: 25px;
    line-height: 31px;
    font-weight: 700;
}

.owl-item:nth-child(odd) .common-products-name {
    background: #282828;
}

.product-carousel .owl-nav>button {
    position: absolute;
    top: 30%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-carousel .owl-nav>button>i {
    font-size: 25px;
}

.product-carousel .owl-nav>button.owl-prev {
    left: -20px;
}

.product-carousel .owl-nav>button.owl-next {
    right: -20px;
}

.product-carousel .owl-nav>button:hover {
    background-color: var(--black-color);
}

.product-carousel .owl-nav>button:hover>i {
    color: #ffffff;
}

.pagination {
    gap: 10px;
}

.pagination .page-link {
    border: none;
    color: #898989;
    font-size: 22px;
    border-radius: 5px;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: none;
}

.pagination span.page-link {
    background-color: #ffffff;
}

.pagination .page-link.active {
    background-color: var(--primary-color);
    color: #ffffff;
}

.fliter-tabs {
    margin-bottom: 40px;
    gap: 20px;
    flex-wrap: nowrap;
    overflow: auto;
    padding-bottom: 10px;
}


.fliter-tabs::-webkit-scrollbar {
    height: 4px;
    background-color: rgb(214, 214, 214) !important;
}

.fliter-tabs::-webkit-scrollbar-thumb {
    background-color: rgba(132, 132, 132, 0.749) !important;
}

.fliter-tabs .nav-link {
    padding: 15px 38px;
    text-transform: uppercase;
    color: #6E6E6E;
    border: 1px solid #6E6E6E;
    border-radius: 50px;
    white-space: nowrap;
}

.fliter-tabs .nav-link:hover {
    background-color: #d1d1d1;
}

.fliter-tabs .nav-link.active {
    background-color: var(--primary-color);
    color: #ffffff;
    border-color: var(--primary-color);
}

.blog-details-img-ma {
    max-height: 460px;
    min-height: 260px;
    width: 100%;
    object-fit: cover;
    border-radius: 25px;
}

.font-title-sub {
    color: var(--black-color);
    font-size: 35px;
    text-transform: capitalize;
    font-weight: 700;
    padding-top: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.date-box {
    color: var(--primary-color);
    font-size: 20px;
    line-height: 35px;
    font-weight: 700;
    margin-bottom: 20px;
}

.certification {
    background-color: var(--primary-color);
}

.certification-box {
    width: 252px;
    height: 252px;
    overflow: hidden;
    border-radius: 50%;
    margin: auto;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.certification-box.box-1 {
    margin-top: 120px;
    margin-bottom: 40px;
}

.certification-box>img {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    object-fit: contain;
}

.bits-row,
.bits-col {
    border: 0.5px solid #000;
}

.bits-card {
    /*padding: 100px 80px 80px;*/
    padding: 15px 30px 30px;

}

.bits-card .icons {
    width: 72px;
    height: 72px;
    background-color: var(--primary-color);
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    justify-content: center;
}

.bits-card .icons>i {
    color: #ffffff;
    font-size: 24px;
}

.bits-card .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
}

.testimonial-bo {
    background-color: #F7F7F7;
}

.point-tearm {
    padding-left: 25px;
    margin-bottom: 40px;
}

.point-tearm .point-title {
    position: relative;
    font-size: 17px;
    color: var(--black-color);
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 15px;
}

.point-tearm .point-title>i {
    position: absolute;
    left: -20px;
    top: 1px;
    color: var(--primary-color);
    font-size: 25px;
}

.workplacebox {
    background: transparent url('/wp-content/uploads/2024/02/career-workplace.png') no-repeat center;
    background-size: cover;
    padding: 70px 40px;
    border-radius: 30px;
    position: relative;
    margin-bottom: 50px;
    overflow: hidden;
}

.workplacebox>.row {
    position: relative;
}

.workplacebox::before {
    content: '';
    position: absolute;
    inset: 0 0 0 0;
    background: #00000059;
}

.tabing-contaienr {
    padding-top: 100px;
}

#career-tabContent {
    flex-grow: 1;
}

.tabing-contaienr .nav-link {
    width: 420px;
    text-align: start;
    font-size: 20px;
    color: var(--black-color);
    padding: 20px 30px;
    border-radius: 0;
    border: 1px solid #2d272775;
    border-top: none;
    position: relative;
}

.tabing-contaienr .nav-link::before {
    position: absolute;
    content: '';
    border: 16px solid transparent;
    width: 30px;
    height: 30px;
    right: 0;
    top: 50%;
    transform: translate(100%, -50%);
    transition: all 0.5s;
}

.tabing-contaienr .nav-link:first-child {
    border-top: 1px solid #2d272775;
}


.tabing-contaienr .nav-link.active {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.tabing-contaienr .nav-link.active::before {
    border-left-color: var(--primary-color);
}

.tabing-contaienr #career-tabContent {
    padding-left: 70px;
}

#career-tabContent .tabtitle {
    font-size: 34px;
    line-height: 45px;
    font-weight: 700;
}

small.yearbase {
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 700;
    display: block;
    margin-bottom: 30px;
}

.smalltitle {
    font-size: 20px;
    color: var(--black-color);
    font-weight: 700;
    margin-bottom: 12px;
}

.accordion-button::after {
    background: unset;
    content: '\f067';
    font-family: "Font Awesome 5 Pro";
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordion-button:not(.collapsed)::after {
    content: '\f068';
    background: unset;
}

#faqusacc .accordion-item {
    margin-bottom: 20px;
    border: 1px solid rgb(45 39 39 / 50%);
    border-radius: 0;
}

#faqusacc .accordion-button {
    background-color: transparent !important;
    box-shadow: none !important;
    color: var(--black-color) !important;
    font-size: 22px;
    padding: 20px 30px;
}

#faqusacc .accordion-body {
    padding: 0 30px 20px;
}

.gallery {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}

.photo-list .photo-item {
    width: calc(25% - 12px);
    aspect-ratio: 1/1;
}

.photo-list .photo-item>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    overflow: hidden;
}

/*Raw Material*/
.header .dropdown:hover .dropdown-menu {
    display: block;
    animation: slideDown 0.6s ease-in;
}

@keyframes slideDown {
    0% {
        transform: translateY(-10%);
    }

    50% {
        transform: translateY(2%);
    }

    100% {
        transform: translateY(0%);
    }
}

@-webkit-keyframes slideDown {
    0% {
        transform: translateY(-10%);
    }

    50% {
        transform: translateY(2%);
    }

    100% {
        transform: translateY(0%);
    }
}

.grid-item {
    width: calc(33.33% - 40px);
    margin-left: 20px;
    margin-right: 20px;
}

.raw-metirl-contet {
    max-width: 1150px;
    margin: auto;
    background-color: #000;
    padding: 73px 63px;
}

.rawmaterial-slide .details-box .titlebo::before {
    display: none;
}

.rawmaterial-slide .details-li {
    font-weight: 400;
}

.rawmaterial-slide .titlebo>.text {
    min-height: 60px;
    line-height: 30px;
    margin-bottom: 16px;
}

.rawmaterial-slide .details-box {
    margin-bottom: 20px;
}

.rawmaterial-slide .owl-dots {
    text-align: center;
}

.rawmaterial-slide .owl-dots>button {
    background-color: #D9D9D9;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 12px;
    opacity: 0.3;
}

.rawmaterial-slide .owl-dots>button.active {
    opacity: 1;
}

.margin-infrastructure{
    margin-top: -90px;
    margin-bottom: 70px;
}
.max-width-container{
    max-width: 1700px !important;
}