.frm-control{
    border: 1px #e4e4e4 solid !important;
    padding: 10 20 10 20 !important;
    border-radius: 5px !important;
}

.page-title:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    /* background: radial-gradient(95.51% 264.21% at 92.63% 41.85%, rgba(0, 7, 31, 0) 0%, rgba(4, 44, 42, 0.98) 99.98%, rgba(4, 44, 42, 0.98) 99.99%); */
    content: "";
    mix-blend-mode: normal;
    background: #1a4137;
}
.featured-products .filters .filter.active, .featured-products .filters .filter:hover

 {
    background-color: var(--theme-color2);
    color: #fff;
    border-radius: 5px;
    padding-bottom: 10px;
    padding-bottom: 10px;
}
.logo

 {
    width: 138px;
}
.header-style-two .main-box {
    max-width: 1344px;
    padding: 20px 12px;
    background-color: #ffffff;
}

.header-style-two {
    background-color: #ffffff;
    border-bottom: 1px solid #e5e7eb;
}

.pt-60{

    padding-top: 60px;
    padding-bottom: 60px;
}

.brand-section .sec-title .title

 {
    text-transform: uppercase;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: var(--theme-color-white);
    margin: 0 auto;
    padding: 0 50px;
    font-size: 29px;
    line-height: 32px;
}

@media (max-width: 575.98px) {

.brand-section .sec-title .title {
    text-transform: uppercase;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: var(--theme-color-white);
    margin: 0 auto;
    padding: 0 50px;
    font-size: 14px;
    line-height: 25px;
}


.page-title

 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    padding: 13px 0 13px;
    position: relative;
}

.page-title .title

 {
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 17px;
}
}

.about-section-two .image-column .inner-column .image

 {
    /* margin-left: 60px; */
    position: relative;
    z-index: 1;
    max-width: 550px;
    margin-bottom: 45px;
}


.theme-color{
   color: var(--theme-color1);
}

.about-block .inner-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 20px;
    margin-top: 10px;
}

.mt-30 {
    margin-top: 30px !important;
}

.service-block-two .inner-box {
    padding: 30px 30px;
    background-color: var(--theme-color-white);
    border-right: 1px solid #d9d9d9;
    text-align: center;
    position: relative;
    z-index: 1;
    height: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.pd-30{
    padding-top:30px;
}

.txt-white{
    color:#fff;
}

.sticky-header .logo img {
    max-height: 73px;
}

.product-block .image {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 0px;
    padding: 20px;
}