.aaaactive .aaactiveatginr{ 
	background: #0087522e;
    border-radius: 20px;
}

.aaaactiveinr .aaactiveatginra{ 
    background: #0087522e;
}

.csenhdbtn p{
    font-family: 'Mulish';
    color: #1d1d1de6;
    font-size: 17px;
    padding: 6px 22px;
    background-color: #fcb316;
    margin-bottom: 0;
    letter-spacing: 0.7px;
    font-weight: 700;
    border-radius: 25px;
    margin-left: 30px;
    border: 2px solid #fcb316;
    transition: 0.3s;
}

.csenhdbtn p:hover{
	background-color: transparent;
	color: #fcb316;
	border: 2px solid #fcb316;
}

.mainbannersec{
    position: relative;
    padding: 20px 0px;
}

.threediv_sec{
    position: relative;
    padding: 40px 0px 70px 0px;
}

.threedivfst{
    background-color: white;
    border: 2px solid #f0f0f0;
    box-shadow: 0px 6px 24px rgba(199, 199, 199, 0.15);
    border-radius: 8px;
    padding: 50px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    cursor: pointer;
    transition: 0.1s;
}

.threedivfst:hover{
    border: 2px solid #008752;
    box-shadow: 0px 6px 24px #C7C7C7;
}

.threedivfst h3{
    margin: 25px 0px 10px 0px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 35px;
    font-size: 21px;
    width: 90%;
    text-align: center;
}

.threedivfst p{
    color: #1D1D1D;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.3px;
    text-align: center;
    margin-bottom: 0;
    width: 90%;
}

.cs_hthree{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cs_hthree h3{
    color: #008752;
    font-size: 35px;
    line-height: 1.1;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.cs_hthree p{
    width: 85%;
    text-align: center;
    color: #1D1D1D;
    line-height: 25px;
    font-size: 16px;
    margin-bottom: 0;
    letter-spacing: 0.3px;
}

.cs_hthree2{
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
}

.cs_hthree2 h3{
    color: #008752;
    font-size: 35px;
    line-height: 1.1;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.cs_hthree2 p{
    color: #1D1D1D;
    line-height: 25px;
    font-size: 16px;
    margin-bottom: 0;
    letter-spacing: 0.3px;
}

.cs_circle{
    padding: 70px 0 20px 0;
}

.circle-wrapper{
    position:relative;
    width:400px;
    height:400px;
    margin:auto;
    border:2px solid #f6b11a;
    border-radius:50%;
}

.center-logo{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}

.center-logo img{
    width:180px;
}

.circle-item{
    position:absolute;
}

.icon{
    width:60px;
    height:60px;
    background:#f6b11a;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
}

.icon img{
    width:25px;
}

.text{
    position:absolute;
    width:220px;
}

.text h4{
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.text p{
    font-size: 16px; margin: 0; letter-spacing: 0.5px;
}

.item1{
    top:10px;
    left:40px;
}
.item1 .text{
    right:80px;
    top:0px;
    text-align:right;
}

.item2{
    top:10px;
    right:40px;
}
.item2 .text{
    left:80px;
    top:0px;
}

.item3{
    top:175px;
    right:-30px;
}
.item3 .text{
    left:80px;
    top:0px;
}

.item4{
    bottom:10px;
    right:40px;
}
.item4 .text{
    left:80px;
    top:0px;
}

.item5{
    bottom:10px;
    left:40px;
}
.item5 .text{
    right:80px;
    top:0px;
    text-align:right;
}

.item6{
    top:175px;
    left:-30px;
}
.item6 .text{
    right:80px;
    top:0px;
    text-align:right;
}

.mainbannersec::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    height: 70px;
    background: url("../images/shadow.png") repeat-x bottom;
    background-size: contain;
    z-index: 2;
    pointer-events: none;
}

.border_dashed{
    border: #008752 dashed 2px;
    padding: 40px;
    border-radius: 30px;
}

.cs_brands_sec{
    position: relative;
    padding: 40px 0px 50px 0px;
    background-color: #fcb3160a;
}

.brandlogo{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 110px;
    background-color: #FFFFFF;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.12);
    border-radius: 15px;
    padding: 17px 22px;
}

.productops_sec {
    position: relative;
    padding: 100px 0 55px 0;
}

.prooption_main {
    margin-top: 15px;
    align-items: center;
}

.prooption {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 373px;
}

.prooption::before {
    content: "";
    position: absolute;
    width: 373px;
    height: 373px;
    background: rgba(252, 179, 22, 0.05);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.prooption > div {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prooption img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}


/*INQUIRY US SEC CSS*/

.cs_inquiry_sec {
    padding: 55px 0 80px 0;
    background: #ffffff;
}

.cs_inquiry_box {
    position: relative;
    width: 100%;
    min-height: 385px;
    background-color: #ffc94f;
    background-image: url('../images/inquiry-bg.png');
    background-repeat: no-repeat;
    background-position: right 35px center;
    background-size: 320px auto;
    border-radius: 25px;
    padding: 45px 45px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.cs_inquiry_content {
    width: 45%;
    position: relative;
    z-index: 5;
}

.cs_inquiry_content h2 {
    margin: 0 0 25px;
    color: #101010;
    font-size: 34px;
    line-height: 1.1;
    font-weight: 800;
}

.cs_inquiry_content p {
    max-width: 450px;
    margin: 0 0 35px;
    color: #272727;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 600;
}

.cs_quote_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 19px;
    background: #006940;
    color: #ffffff !important;
    border-radius: 30px;
    border: 2px solid #006940;
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.cs_quote_btn span {
    font-size: 19px;
    line-height: 1;
    transition: transform 0.3s ease;
}

.cs_quote_btn:hover {
    background: transparent;
    color: #006940 !important;
    border: 2px solid #006940;
}

.cs_quote_btn:hover span { transform: translateX(5px); }

.cs_inquiry_features {
    width: 55%;
    padding-left: 20px;
    position: relative;
    z-index: 5;
}

.cs_feature_item {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}

.cs_feature_item:last-child { margin-bottom: 0; }

.cs_feature_number {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 22px;
    border-radius: 50%;
    background: #f5b91f;
    color: #111111;
    font-size: 27px;
    line-height: 1;
    font-weight: 800;
}

.cs_feature_text {
    color: #111111;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 800;
}

/*INQUIRY US SEC CSS*/

.cs_footer{
    position: relative;
    padding: 60px 0px 13px 0px;
    background-color: #006940;
}

.cs_footer_text p{
    margin-top: 25px;
    margin-bottom: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.7px;
    line-height: 24px;
    max-width: 450px;
}

.cs_footer_links h3{
    color: #ffc94f;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 1px;
}

.cs_footer_links .list-link li{
    margin-bottom: 10px;
}

.cs_footer_links .list-link li a{
    color: white;
    letter-spacing: 0.5px;
    font-size: 16px;
}

.cs_footer_links .address-list li{
    margin-bottom: 10px;
    color: white;
    letter-spacing: 0.5px;
    font-size: 16px;
}

.address-list i{
    color: #ffc94f;
    margin-right: 5px;
}

.copyrightcls{
    border-top: 1px solid #ffc94f;
}

.copyrightcls p{
    text-align: center;
    margin-top: 13px;
    margin-bottom: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.7px;
    line-height: 24px;
}

.cusmb40{ margin-bottom: 40px; }

.scrollingbrand .slick-list{ height: 120px; }

.banner-content {
    position: absolute;
    left: 18%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.banner-content h1 {
    margin: 0 0 5px;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 800;
    color: #252525;
    letter-spacing: 0.5px;
}

.banner-content p {
    margin: 0;
    font-size: 19px;
    line-height: 1.2;
    font-weight: 700;
    margin-top: 10px;
    color: #4d8c65;
    letter-spacing: 0.5px;
}

.aboutabt_sec{
    position: relative;
    padding: 70px 0px;
    background-color: #FCB3160A;
}

.corevalues_sec{
    position: relative;
    padding: 80px 0px 40px 0px;
}

.valuediv{
    margin-top: 25px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.12);
    border-radius: 26px;
    padding: 20px 18px;
    text-align: center;
    height: 280px;
}

.valuediv h4{
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #000000;
    margin-top: 22px;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}

.valuediv p{
    color: #1D1D1D;
    line-height: 25px;
    font-size: 15px;
    margin-bottom: 0;
    letter-spacing: 0.3px;
}

.cs_footer:before{
    content: "";
    position: absolute;
    left: 0;
    top: -60px;
    width: 100%;
    height: 70px;
    background: url(../images/shadow.png) repeat-x bottom;
    background-size: contain;
    z-index: 2;
    pointer-events: none;
}

.cs_hthree2 a{
    color: #1D1D1D;
}

.submitbtn{
    background-color: transparent;
}

.submitbtn span{
    font-family: 'Mulish';
    color: #1d1d1de6;
    font-size: 17px;
    padding: 7px 22px;
    background-color: #fcb316;
    margin-bottom: 0;
    letter-spacing: 0.7px;
    font-weight: 700;
    border-radius: 25px;
    margin-left: 15px;
    border: 2px solid #fcb316;
    transition: 0.3s;
    cursor: pointer;
}

.submitbtn span:hover{
    background-color: transparent;
    color: #fcb316;
    border: 2px solid #fcb316;
}

.myformcs{
    margin-top: 20px;
}

.cscusmt4{
    margin-top: 1.5rem;
}