/*
 Theme Name:     Pure Energy Group
 Theme URI:      https://www.Project name.com
 Description:    Divi Child Theme
 Author:         Project name
 Author URI:     https://www.Project name.com
 Template:       Divi
 Version:        1.0.0
*/


@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');


body {
    font-family: 'Outfit', sans-serif;
}

span.et_pb_image_wrap {
    width: 100%;
}

/*--------scroll------------*/
::-webkit-scrollbar {
    width: 2px;
}

::-webkit-scrollbar-track {
    background: rgba(221, 221, 221, 1);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 10px;

}

/* site container  */
.site_row {
    width: 100% !important;
    max-width: 1400px !important;
}

.full_width {
    width: 100% !important;
    max-width: 100% !important;
}

.con_width_1185 {
    width: 100% !important;
    max-width: 1185px !important;
}

/* site container end   */
/* site padding */
.pd0 {
    padding: 0 !important;
}

.site_padding {
    padding: 90px 0 !important;
}

.pdt90 {
    padding: 90px 0 0 !important;
}

.pdb90 {
    padding: 0px 0 90px !important;
}

/* site padding end */

/* site font  */
.site_title {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2em;
    text-align: center;
}

.site_s_title_box_inner {
    color: rgba(255, 255, 255, 0.80);
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 5px;
    line-height: 1.3;
}

.site_desc,
.site_desc a {
    color: #A5A5A5;
    /* text-align: center; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

.site_desc span {
    display: block;
    padding: 5px 0;
}

.site_under_desc {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

/* site font end  */



/* site margin  */
.margin0 {
    margin: 0 !important;
}

.black_bg {
    background: rgba(35, 31, 32, 1) !important;
}

/* site margin end */
.dfa {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.df {
    display: flex;
    flex-wrap: wrap;
}

.jc {
    justify-content: center;
}

.js {
    justify-content: start !important;
}

/* site_font  */

.tc {
    text-align: center;
}

.ts {
    text-align: start;
}

.tw {
    color: #fff !important;
}

.tb {
    color: #000 !important;
}

.tlg {
    background: linear-gradient(90deg, #416E5F 0.35%, #416E5F 0.35%, #467260 5.71%, #66A259 52.55%, #A4BF76 99.24%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* font wwight */
.fw6 {
    font-weight: 600 !important;
}


.fw4 {
    font-weight: 400 !important;
}

.fw5 {
    font-weight: 500 !important;
}

/* font wwight end */
/* font size */
.fs16 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2em;
    color: rgba(0, 0, 0, 1);
}

.fs21 {
    font-size: 21px;
    line-height: 1.2;
}

.fs24 {
    font-size: 24px;
    font-weight: 400;
    color: #000;
    line-height: 1.6;
}

.fs26 {
    font-size: 26px;
    line-height: 1.2;
}

.fs20 {
    font-size: 20px;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
    line-height: 1.6;
}

.fs32 {
    font-size: 32px;
    line-height: 1.6;
}

.fs30 {
    font-size: 30px;
    line-height: 1.2;
}

/* font size end */

/* site_font  end*/






/* ----------- banner start ---------------- */
.banner_section {
    height: 940px;
    display: flex;
    flex-wrap: wrap;
}

.banner_section:after {
    position: absolute;
    content: "";
    height: 120px;
    width: 200px;
    background: #231f20;
    bottom: 0;
    clip-path: polygon(0 0, 100% 100%, 100% 100%, 0% 100%);
}

.banner_section:before {
    position: absolute;
    content: "";
    height: 120px;
    width: 200px;
    background: #6ba45a;
    bottom: 0;
    right: 0;
    clip-path: polygon(0 100%, 100% 0, 100% 100%, 0% 100%);
}

.banner_welcome_text_main_box_inner {
    display: flex;
}

.banner_welcome_text_box_inner {
    color: #FFF;
    font-size: 27px;
    font-style: normal;
    font-weight: 600;
}

.banner_main_title_box_inner {
    color: #FFF;
    font-size: 79px;
    font-style: normal;
    font-weight: 700;
    line-height: 85px;
    /* 107.595% */
    text-transform: uppercase;
}

.banner_row {
    width: 100% !important;
    max-width: 1390px !important;
    margin: auto;
    /* display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-left: 3% !important; */
}

.banner_col {
    width: 59% !important;
}

.banner_welcome_text_box_inner:after {
    position: absolute;
    content: "";
    height: 9px;
    width: 100%;
    background: red;
    left: 0;
    bottom: -4px;
    border-radius: 2px;
    background: linear-gradient(90deg, #416E5F 0.35%, #416E5F 0.35%, #467260 5.71%, #66A259 52.55%, #A4BF76 99.24%);
    z-index: -1;
}

.banner_welcome_text_box_inner {
    position: relative;
    margin-left: 20px
}

.banner_desc_main_box_inner {
    padding-top: 150px;
}

.banner_btn_main_box_inner {
    margin-top: 28px;
}

/* ------------- our client section ------------- */
/* .logo_item_main {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}

.logo-item {
    width: 20% !important;
    padding: 10px 10px 0;
}
*/
.logo-poster {
    height: 100%;
    border: 1px solid;
    border-radius: 15px;
    border: 1px solid #457160;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 19px 0;
}

.slick-slide {
    height: 100% !important;
}

.logo-poster img {
    height: 80px;
    object-fit: contain;
    padding: 10px 10px 0;
    transition: 0.6s;
    width: 100%;
}

.logo-poster:hover img {
    transition: 0.6s;
    transform: scale(1.1);
}

.logo-item {
    padding: 15px 10px 0;
}

.site_s_title_box_inner {
    border-radius: 2px;
    background: linear-gradient(90deg, #416E5F 0.35%, #416E5F 0.35%, #467260 5.71%, #66A259 52.55%, #A4BF76 99.24%);
    padding: 0px 8px;
}

.site_small_title_main_box_inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.site_title_box_inner {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

/* ---------- testimonial section start ---------- */
.testimonial_section {
    background: #231F20;
}

.testimonial_title {
    color: #fff;
}

.hk_testimonial_box {
    border-radius: 0px 0px 20px 20px;
    background: rgba(255, 255, 255, 0.06);
    padding: 30px;
    position: relative;
}

.hk_testimonial_box:after {
    position: absolute;
    content: "";
    height: 5px;
    width: 100%;
    border-radius: 2px;
    background: linear-gradient(90deg, #416E5F 0.35%, #416E5F 0.35%, #467260 5.71%, #66A259 52.55%, #A4BF76 99.24%);
    left: 0;
    top: 0;
    z-index: -1;
}

.hk_testimonial_col {
    padding: 30px 10px 0;
}

.hk_testimonial_review_box {
    text-align: center;
}

.hk_testimonial_review_box i {
    font-size: 20px;
    color: #FFB800;
    padding: 0 4px;
}

.hk_testimonial_quote_box_inner svg {
    /* position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -40px; */
}

.hk_testimonial_quote_box_inner {
    background: red;
    /* width: 20%; */
    top: -37px;
    padding: 20px;
    border-radius: 0px 0px 20px 20px;
    background: linear-gradient(90deg, #416E5F 0.35%, #416E5F 0.35%, #467260 5.71%, #66A259 52.55%, #A4BF76 99.24%);
}

.hk_testimonial_quote_box {
    display: flex;
    justify-content: center;
    top: -30px;
}

.hk_testimonial_quote_box_inner {
    position: relative;
}

.hk_testimonial_content_box.site_desc {
    padding: 10px 6px;
    overflow: hidden;
    height: 125px;
}

.hk_testimonial_content_box.site_desc.intro {
    height: auto;
}

.hk_testimonial_btn {
    text-align: center;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
}

.testimonial_desc_main_box_inner {
    margin-top: -20px;
}

/* --------------- testi right svg ------------ */
.testi_right_svg_box,
.testi_left_svg_box {
    position: relative;
    top: -10px;
    right: 0;
}

.testi_right_svg_box svg {
    position: absolute;
    top: -27px;
    z-index: -1;
    left: -6px;
}

.testi_left_svg_box svg {
    position: absolute;
    left: -6px;
    top: -27px;
    z-index: -1;
}

.testi_lamp_svg {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    /* z-index: -1; */
    opacity: 0.1;
}

/* ------------ testimonial hover effects ------ */
.hk_testimonial_box:hover:after {
    background: #fff !important;
    z-index: 1;
    transition: 0.6s;
}

.hk_testimonial_box:hover .hk_testimonial_quote_box_inner {
    transition: 0.6s;
    background: #fff;
}

.hk_testimonial_box:hover .hk_testimonial_quote_box_inner svg path {
    transition: 0.6s;
    fill: #69a35a;
}

.hk_testimonial_box:hover:before {
    background: linear-gradient(90deg, #416E5F 0.35%, #416E5F 0.35%, #467260 5.71%, #66A259 52.55%, #A4BF76 99.24%);
    color: #fff;
    transition: 0.6s;
    height: 100%;
    top: auto;
    bottom: 0;
    border-radius: 0px 0px 20px 20px;
}

.hk_testimonial_box:hover .hk_testimonial_content_box.site_desc {
    color: #fff;
    transition: 0.6s;
}

.hk_testimonial_box:hover .testi_left_svg_box svg path,
.hk_testimonial_box:hover .testi_right_svg_box svg path {
    fill: #D7D7D7;
    transition: 0.6s;
}




.hk_testimonial_box:before {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    background: transparent;
    transition: 0.6s;
    top: auto;
    bottom: 0;
    z-index: -1;
    left: 0;
}

.hk_testimonial_box {
    transition: 0.6s;
}

/* ---------testi btn---- */
.last_btn,
.next_btn {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 0%;
    cursor: pointer;
}

.next_btn {
    right: -40px;
}

.last_btn {
    left: -40px;
}


/* ------------------ our product section------------- */
.margin_class_even:nth-child(1) {
    background: red;
}

.our_product_row {
    width: 100% !important;
    max-width: 1800px !important;
    padding: 0 10px !important;
}

.our_product_main_box_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.our_product_box {
    width: 25%;
    padding: 20px 0;
}

.our_product_box_inner {
    border: 1px solid #ddd;
}

.our_product_img_box_inner img {
    height: 249px;
    width: 100%;
    object-fit: contain;
}

.product_title_box_inner {
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    background: linear-gradient(90deg, #416E5F 0.35%, #416E5F 0.35%, #467260 5.71%, #66A259 52.55%, #A4BF76 99.24%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.product_desc_box_inner.site_desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #000;
}

.product_desc_main_box_inner {
    padding: 0 51px;
    z-index: 1;
}

.product_desc_main_box {
    border-radius: 18px 18px 0px 0px;
    background: #F8F8F8;
    height: 126px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.our_product_img_box_inner {
    padding: 30px 0px;
}

.product_btn_box_inner {
    position: absolute;
    top: 0;
    bottom: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: 0.6s;
    width: 100%;
    opacity: 0;
}

.our_product_img_main_box {
    position: relative;
}

.our_product_box_inner:hover .product_btn_box_inner {
    top: 0;
    transition: 0.6s;
    opacity: 1;
    bottom: 0;
}

/* .our_product_box_inner:hover .product_desc_main_box {
    background: red;
}

.our_product_box_inner:hover .product_desc_main_box {
    border-radius: 18px 18px 0px 0px;
    background: linear-gradient(90deg, #416E5F 0.35%, #416E5F 0.35%, #467260 5.71%, #66A259 52.55%, #A4BF76 99.24%);
    transition: 0.6s;
} */

.our_product_box_inner:hover .product_title_box_inner {
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.product_desc_main_box:after {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    background: linear-gradient(90deg, #416E5F 0.35%, #416E5F 0.35%, #467260 5.71%, #66A259 52.55%, #A4BF76 99.24%);
    border-radius: 18px 18px 0px 0px;
    bottom: 0;
    transition: 0.6s;
}

.our_product_box_inner:hover .product_desc_main_box:after {
    height: 100%;
    transition: 0.6s;
    bottom: 0;
}

.our_product_box_inner:hover .product_desc_box_inner.site_desc {
    color: #fff;
}

/* ------------ our service section --------- */

.service_section {
    background: #F3F3F3;
}

.service_section:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-image: url(/wp-content/uploads/2023/11/service_bg_1.png);
    top: 0;
    background-repeat: no-repeat;
    background-size: 50% 100%;
}

.service_section:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 25%;
    background-image: url(/wp-content/uploads/2023/11/service_bg_2.png);
    background-repeat: no-repeat;
    right: 0;
    background-size: 100% 100%;
    /* left: 0; */
    top: 0;
}




.ourservice_main_box_inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}

.service_desc_main_box {
    width: 25%;
}

.service_img_box_inner {
    background: linear-gradient(-81deg, #416E5F 0.35%, #416E5F 0.35%, #467260 5.71%, #66A259 52.55%, #A4BF76 108.24%);
    height: 108px;
    width: 108px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service_img_box_inner img {
    height: 55px;
    width: 100%;
    object-fit: contain;
    transition: 0.6s;
}

.service_img_box_inner:hover img {
    transition: 0.6s;
    transform: scale(1.1);
}

.service_img_main_box {
    display: flex;
    justify-content: center;
}

.service_title_box_inner {
    text-align: center;
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 150% */
}

.service_title_box_inner {
    padding: 0 43px;
}

.service_fimg_box {
    height: 148px;
    width: 148px;
    /* background: #F3F3F3; */
    /* border-radius: 100%; */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.service_fimg_box:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #F3F3F3;
    border-radius: 100%;
    z-index: -1;
}

.service_img_box {
    height: 116px;
    width: 116px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, #416E5F 0.35%, #416E5F 0.35%, #467260 5.71%, #66A259 52.55%, #A4BF76 99.24%);
    border-radius: 100%;
}


.service_title_box_inner {
    padding: 0 43px;
    height: 74px;
}

.service_desc_main_box_inner:after {
    position: absolute;
    content: "";
    height: 73%;
    width: 94%;
    border: 1px solid;
    top: 73px;
    left: 0;
    z-index: -2;
    border-radius: 15px;
    border: 1px solid #457160;
    background: #f3f3f3;
    right: 0;
    transition: 0.6s;
    margin: auto;
}

.service_desc_main_box_inner:hover:after {
    background: #fff;
    transition: 0.6s;
}

.service_desc_main_box_inner {
    position: relative;
}

/* --------------------- contact detail section --------- */
.contact_detail_section {
    overflow: hidden;
}

.contact_detail_row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.contact_detail_row:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    border-radius: 0px 10px 10px 0px;
    background-image: url(/wp-content/uploads/2023/11/contact_us.png);
    background-repeat: no-repeat;
    right: -520px;
    background-size: 82% 100%;
    z-index: 1;
}

.contact_detail_section:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 20%;
    background-image: url(/wp-content/uploads/2023/11/contact_detail_lamp.png);
    /* top: 0; */
    background-repeat: no-repeat;
    z-index: 1;
    bottom: -180px;
    top: auto;
    left: -6px;
}

.contact_detail_icon_box_inner {
    background: linear-gradient(90deg, #416E5F 0.35%, #416E5F 0.35%, #467260 5.71%, #66A259 52.55%, #A4BF76 99.24%);
    height: 75px;
    width: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
}

.contact_detail_icon_box_inner svg {
    transition: 0.6s;
    transform: rotateY(0deg);
}

.contact_detail_icon_box_inner:hover svg {
    transition: 0.6s;
    transform: rotateY(360deg);
}

.contact_info_main_box_inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.contact_detail_icon_box {
    padding: 10px 10px 23px 0;
}

.contact_desc_title_box_inner.site_under_desc {
    background: linear-gradient(90deg, #416E5F 0.35%, #416E5F 0.35%, #467260 5.71%, #66A259 52.55%, #A4BF76 99.24%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: start;
}

.contact_desc_box_inner.site_desc {
    text-align: start;
}

.contact_desc_box_inner.site_desc a {
    color: #000;
    font-weight: 500;
}

.contact_site_title .site_small_title_main_box_inner {
    justify-content: start;
}

.contact_site_title .site_title {
    text-align: start !important;
}

.contact_col_1 {
    border-radius: 10px 0px 0px 10px;
    background: #FFF;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
    /* padding: 80px; */
}

.contact_col_1 {
    margin: 0 !important;
    width: 41% !important;
}

.contact_col_2 {
    width: 56% !important;
}

.contact_detail_third_box .contact_desc_box_inner:after {
    position: absolute;
    content: "";
    height: 16px;
    width: 2px;
    background: #000;
    left: 0;
    right: 6px;
    margin: auto;
    transform: rotate(21deg);
    top: 5px;
}

.contact_detail_third_box .contact_desc_box_inner {
    position: relative;
}

.contact_desc_box_inner.site_desc a {
    margin-right: 10px;
}

.contact_us_now_box select option {
    background: #5e965b;
}

/* ----------- contact us ---- */
.contact_col_2:after {
    position: absolute;
    content: "";
    height: 715px;
    width: 105%;
    background: #fff;
    top: 0;
    border-radius: 0px 10px 10px 0px;
    z-index: -1;
    bottom: 0;
    margin: auto;
}

.contact_frm_code .site_title {
    text-align: start;
    color: #fff;
    margin-bottom: 30px;
}

.contact_frm_code .site_small_title_main_box_inner,
.contact_frm_code .site_title_box_inner {
    color: #fff;
    justify-content: start;
}

.contact_us_now_row {
    display: flex;
}

.contact_us_now_col_6,
.contact_us_now_col_12 {
    width: 100% !important;
    padding: 8px 5px;
}

.contact_us_now_box select,
.contact_us_now_box input,
.contact_us_now_box textarea {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #FFF !important;
    background: transparent !important;
    padding: 15px;
    color: #fff !important;
}

.contact_us_now_box select,
.contact_us_now_box input {
    height: 55px;
}

.contact_frm_code {
    border-radius: 0px 10px 10px 0px;
    background: linear-gradient(90deg, #416E5F 0.35%, #416E5F 0.35%, #467260 5.71%, #66A259 52.55%, #A4BF76 99.24%);
    padding: 60px 50px;
}

.contact_us_now_box input::placeholder,
.contact_us_now_box textarea::placeholder,
.contact_us_now_box select {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.contact_link_main_box_inner {
    padding: 0px 80px 0px 80px;
}

.contact_site_title {
    padding: 80px 0 0 80px;
}

.contact_us_now_box textarea {
    height: 110px;
}

.wpcf7 form.invalid .wpcf7-response-output {
    color: #fff;
}

/* --------- contact detail section before img css ---------- */
.contact_detail_section:after {
    position: absolute;
    content: "";
    height: 424px;
    width: 100%;
    top: 0;
    z-index: 0;
    background-image: url(/wp-content/uploads/2023/11/contact_before.png);
    background-repeat: no-repeat;
}

/* ------------------ about us --------------- */
/* .about_us_row {
    background: red;
    top: -114px;
    z-index: -1;
    position: relative;
} */
.about_us_section {
    overflow: hidden;
}



/* .banner_section {

    clip-path:polygon(0 0, 100% 0, 100% 20%, 100% 90%, 93% 100%, 8% 100%, 0% 89%, 0% 20%);



} */

/* .banner_section:after {
    position: absolute;
    content: "";
    height: 130px;
    width: 200px;
    background: red;
    bottom: 0;
    z-index: 0;
} */
.arrow_img_box_inner svg {
    position: absolute;
    left: 172px;
    top: 300px;
}

.about_us_row:before {
    position: absolute;
    content: "";
    height: 59%;
    width: 25%;
    /* background: red; */
    /* top: 0; */
    bottom: -16px;
    left: -377px;
    background-image: url(/wp-content/uploads/2023/11/contact_detail_lamp.png);
    background-repeat: no-repeat;
    background-size: 143% 131%;
}

.about_us_section {
    background: #231F20;
}

.about_title_main_box_inner {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.about_us_title_main_box {
    width: 39%;
}


.about_right_img_box_inner img {
    width: 348px;
    height: 348px;
    border-radius: 100%;
    object-fit: cover;
}

.about_desc_box_inner.site_desc {

    text-align: start;
}

.about_us_row {
    display: flex;
}

.about_us_col_1 {
    /* background: red; */
    width: 84% !important;
    margin: 0 !important;
    padding: 60px 0 !important;
}

.about_us_section:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 39.50%;
    background: #6BA45A;
    top: 0;
    right: 0;
}

.about_desc_main_box_inner {
    padding-right: 52%;
}

.about_us_desc_box_inner {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

.about_us_title_main_box_inner {
    position: relative;
}

.about_us_title_main_box_inner:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    background: rgba(255, 255, 255, 0.20);
    top: 0;
    right: -20px;
}

.about_us_title_main_box_inner .site_small_title_main_box_inner {
    justify-content: start;
}

.about_us_title_main_box_inner .client_main_title_box_inner.site_title {
    text-align: start;
    color: #fff;
}

.about_us_title_main_box_inner .site_title_box_inner {
    color: #fff;
}

.about_right_img_box_inner {
    position: relative;
    left: 160px;
    top: -10px;
}

.about_right_img_box_inner:after {
    position: absolute;
    content: "";
    height: 348px;
    width: 348px;
    background: #fff;
    left: -10px;
    border-radius: 100%;
    z-index: -1;
    bottom: 3px;
}

.about_us_section:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 37%;
    /* background: red; */
    right: 0;
    left: auto;
    z-index: 1;
    background-image: url(/wp-content/uploads/2023/11/about_rectangle.png);
    background-repeat: no-repeat;
    top: 0;
    background-size: 100% 100%;
    opacity: 0.4;
}

.about_us_desc_box_inner {
    padding: 0 60px;
}

/* ----------------- lamp css */
.about_img_code {
    position: absolute;
    bottom: -90px;
    right: 203px;
    left: -410px;
}

.about_after_img_box_inner img {
    height: 530px;
    width: 100%;
    object-fit: contain;
}

.about_btn_main_box_inner.btn_display_flex {
    margin-top: 30px;
}

.about_desc_box_inner.site_desc span {
    margin-bottom: 10px;
}

.contact_detail_first_box a {
    text-transform: capitalize;
}

@media all and (min-width: 320px) and (max-width: 767px) {
    .mbl_tc {
        text-align: center;
    }

    .mbl_js {
        justify-content: center !important;
    }

    .site_row {
        width: 100% !important;
        max-width: 90% !important;
    }

    .con_width_1185 {
        max-width: 90% !important;
    }

    .site_title {
        font-size: 28px;
    }

    .site_desc,
    .site_desc a {
        font-size: 14px;
    }

    .site_padding {
        padding: 40px 0 !important;
    }

    .pdt90 {
        padding: 40px 0 0 !important;
    }

    .pdb90 {
        padding: 0px 0 40px !important;
    }

    .fs32 {
        font-size: 22px;
    }

    .fs20 {
        font-size: 16px;
    }

    .fs21 {
        font-size: 18px;
    }

    .fs26 {
        font-size: 20px;
    }

    .fs30 {
        font-size: 20px;
    }

    .fs24 {
        font-size: 16px;
    }

    /* ----------- banner ---------- */

    .banner_section {
        height: 440px;
    }

    .banner_section:after,
    .banner_section:before {
        display: none;
    }

    div#main-content,
    .et-l.et-l--footer {
        top: 103px;
        position: relative;
    }

    .banner_row {
        max-width: 90% !important;
    }

    .banner_col {
        width: 100% !important;
        text-align: center;
    }

    .banner_main_title_box_inner {
        font-size: 40px;
        line-height: 1em;
    }

    .banner_desc_main_box_inner {
        padding-top: 40px;
    }

    .banner_welcome_text_main_box_inner {
        display: flex;
        justify-content: center;
    }

    .banner_btn_main_box_inner.btn_display_flex {
        justify-content: center;
    }

    .banner_btn_main_box_inner.btn_display_flex {
        justify-content: center;
    }

    .banner_welcome_text_box_inner {
        font-size: 20px;
        margin-left: 10px;
    }

    /* ------- testimonial ------- */
    .last_btn {
        left: -6px;
    }

    .next_btn {
        right: -6px;
    }

    .hk_testimonial_quote_box_inner {
        padding: 15px;
    }

    .hk_testimonial_quote_box_inner svg {
        height: 20px;
    }

    .testimonial_desc_main_box_inner {
        margin-top: -14px;
    }

    .hk_testimonial_content_box.site_desc {
        padding: 7px 6px;
    }

    /* ------------ service section --- */
    .service_title_box_inner {
        font-size: 18px;
    }

    .service_fimg_box {
        height: 138px;
        width: 138px;
    }

    .service_img_box {
        height: 106px;
        width: 106px;
    }

    .service_img_box_inner {
        height: 98px;
        width: 98px;
    }

    .service_title_box_inner {
        padding: 0 10px;
    }

    .service_desc_main_box_inner:after {
        height: 60%;
    }

    .service_desc_main_box {
        width: 100%;
        margin-top: 0px;
    }

    .ourservice_main_box_inner {
        margin-top: 10px;
    }

    /* -------- product section ------------- */
    .our_product_row {
        max-width: 750px !important;
    }

    .our_product_img_box_inner img {
        height: 200px;
    }

    .our_product_img_box_inner {
        padding: 0px 0px;
    }

    .product_title_box_inner {
        font-size: 18px;
    }

    .product_desc_main_box_inner {
        padding: 0 35px;
    }

    .our_product_box {
        width: 100%;
    }

    /* --------- contact detail section ---------- */
    .contact_detail_row:before {
        display: none;
    }

    .contact_col_1,
    .contact_col_2 {
        width: 100% !important;
    }

    .contact_site_title {
        padding: 40px 0 0 20px;
        margin-bottom: 0 !important;
    }

    .contact_detail_icon_box {
        padding: 10px 10px 10px 0;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .contact_link_main_box_inner {
        padding: 10px 20px;
    }

    /*  .contact_desc_main_box {
        width: 100%;
    }*/

    .contact_desc_title_box_inner.site_under_desc,
    .contact_desc_box_inner.site_desc {
        text-align: center;
    }

    .contact_frm_code {
        padding: 30px 10px;
        border-radius: 10px;
    }

    .contact_us_now_row {
        flex-wrap: wrap;
    }

    .contact_us_now_box.green_site_button {
        display: flex;
        justify-content: center;
    }

    .contact_info_main_box_inner {
        justify-content: center;
    }

    .contact_site_title .site_title,
    .contact_frm_code .site_title {
        text-align: center !important;
    }

    .contact_site_title .site_small_title_main_box_inner,
    .contact_frm_code .site_small_title_main_box_inner {
        justify-content: center;
    }

    .contact_us_now_box input::placeholder,
    .contact_us_now_box textarea::placeholder,
    .contact_us_now_box select {
        font-size: 14px;
    }

    .contact_col_1 {
        border-radius: 10px;
        padding-bottom: 30px;
    }

    .contact_col_2:after {
        height: auto;
    }

    .contact_detail_img_box {
        position: absolute;
        top: auto;
        bottom: -29px;
        opacity: 0.6;
        z-index: -1;
    }

    .contact_us_now_box select,
    .contact_us_now_box input {
        height: 50px;
    }

    /* -------------- about us section --------- */
    .about_us_row {
        flex-wrap: wrap;
        padding: 0 !important;
    }

    .about_us_col_1,
    .about_us_col_2 {
        width: 100% !important;
    }

    .about_title_main_box_inner {
        flex-wrap: wrap;
    }

    .about_us_title_main_box {
        width: 100%;
    }

    .about_us_desc_box_inner {
        padding: 0;
    }

    .about_us_section:after {
        display: none;
    }

    .about_desc_main_box_inner {
        padding-right: 0;
    }

    .about_right_img_box_inner img,
    .about_right_img_box_inner:after {
        width: 265px;
        height: 265px;
        margin: auto;
        left: -14px;
        right: 0;
    }

    .about_us_col_2 {
        text-align: center;
    }

    .about_right_img_box_inner {
        position: relative;
        left: 14px;
        top: -10px;
    }

    .about_after_img_box_inner img {
        height: 270px;
        /* object-fit: cover; */
    }

    .about_img_code {
        position: relative;
        bottom: 0;
        right: 0;
        left: 0;
    }

    .about_us_col_1 {
        padding: 0 0 0px 0 !important;
    }

    .about_title_main_box_inner {
        margin-bottom: 10px;
    }

    .about_us_section:before,
    .about_us_title_main_box_inner:after {
        display: none;
    }

    .about_us_title_main_box_inner .site_small_title_main_box_inner {
        justify-content: center;
    }

    .about_us_title_main_box_inner .client_main_title_box_inner.site_title,
    .about_us_desc_box_inner,
    .about_desc_box_inner.site_desc {
        text-align: center;
    }

    .about_btn_main_box_inner.btn_display_flex {
        justify-content: center;
    }

    .arrow_img_box_inner svg,
    .about_us_col_2 {
        display: none;
    }

    .about_us_desc_box_inner {
        font-size: 16px;
    }

    .about_desc_box_inner.site_desc span {
        margin-bottom: 1px;
    }

    .about_btn_main_box_inner.btn_display_flex {
        margin-top: 10px;
    }
}

@media all and (min-width: 481px) and (max-width: 767px) {
    .service_desc_main_box {
        width: 50%;
        margin-top: 20px;
    }

    .our_product_box {
        width: 50%;
    }

    .contact_detail_icon_box {
        width: auto;
    }

    .contact_desc_title_box_inner.site_under_desc,
    .contact_desc_box_inner.site_desc,
    .contact_site_title .site_title {
        text-align: start !important;
    }

    .contact_info_main_box_inner,
    .contact_site_title .site_small_title_main_box_inner {
        justify-content: start;
    }




}

@media all and (min-width: 768px) and (max-width: 980px) {

    .site_row {
        width: 100% !important;
        max-width: 750px !important;
    }

    .con_width_1185 {
        max-width: 750px !important;
    }

    .site_padding {
        padding: 60px 0 !important;
    }

    .pdt90 {
        padding: 60px 0 0 !important;
    }

    .pdb90 {
        padding: 0px 0 60px !important;
    }

    .site_title {
        font-size: 30px;
    }

    .fs32 {
        font-size: 24px;
    }

    .fs21 {
        font-size: 20px;
    }

    .fs20 {
        font-size: 18px;
    }

    .fs26 {
        font-size: 20px;
    }

    .fs30 {
        font-size: 22px;
    }

    .fs24 {
        font-size: 18px;
    }

    /* ------------banner -------------- */
    .banner_section {
        height: 540px;
    }

    div#main-content,
    .et-l.et-l--footer {
        top: 103px;
        position: relative;
    }

    .banner_row {
        max-width: 500px !important;
    }

    .banner_col {
        width: 100% !important;
        text-align: center;
    }

    .banner_main_title_box_inner {
        font-size: 62px;
        line-height: 1em;
    }

    .banner_desc_main_box_inner {
        padding-top: 40px;
    }

    .banner_welcome_text_main_box_inner {
        display: flex;
        justify-content: center;
    }

    .banner_btn_main_box_inner.btn_display_flex {
        justify-content: center;
    }

    .banner_btn_main_box_inner.btn_display_flex {
        justify-content: center;
    }

    /* ------- testimonial ------- */
    .last_btn {
        left: -6px;
    }

    .next_btn {
        right: -6px;
    }

    .hk_testimonial_quote_box_inner {
        padding: 15px;
    }

    .hk_testimonial_quote_box_inner svg {
        height: 20px;
    }

    .testimonial_desc_main_box_inner {
        margin-top: -14px;
    }

    .hk_testimonial_content_box.site_desc {
        padding: 7px 6px;
    }

    /* ------------ service section --- */
    .service_title_box_inner {
        font-size: 18px;
    }

    .service_fimg_box {
        height: 138px;
        width: 138px;
    }

    .service_img_box {
        height: 106px;
        width: 106px;
    }

    .service_img_box_inner {
        height: 98px;
        width: 98px;
    }

    .service_title_box_inner {
        padding: 0 30px;
    }

    .service_desc_main_box_inner:after {
        height: 70%;
    }

    .service_desc_main_box {
        width: 33.33%;
        margin-top: 20px;
    }

    .ourservice_main_box_inner {
        margin-top: 0px;
    }

    /* -------- product section ------------- */
    .our_product_row {
        max-width: 750px !important;
    }

    .our_product_img_box_inner img {
        height: 200px;
    }

    .our_product_img_box_inner {
        padding: 0px 0px;
    }

    .product_title_box_inner {
        font-size: 18px;
    }

    .product_desc_main_box_inner {
        padding: 0 35px;
    }

    .our_product_box {
        width: 33.33%;
    }

    /* --------- contact detail section ---------- */
    .contact_detail_row:before {
        display: none;
    }

    .contact_col_1,
    .contact_col_2 {
        width: 100% !important;
    }

    .contact_col_1 {
        padding-bottom: 30px;
    }

    .contact_site_title {
        padding: 50px 0 0 80px;
    }

    .contact_detail_icon_box {
        padding: 10px 10px 10px 0;
    }

    .contact_col_2:after {
        height: auto;
    }

    .contact_detail_img_box {
        position: absolute;
        top: auto;
        bottom: -29px;
        opacity: 0.6;
        z-index: -1;
    }

    .contact_us_now_box select,
    .contact_us_now_box input {
        height: 50px;
    }

    /* -------------- about us section --------- */
    .about_us_row {
        flex-wrap: wrap;
        padding: 0 !important;
    }

    .about_us_col_1,
    .about_us_col_2 {
        width: 100% !important;
    }

    .about_title_main_box_inner {
        flex-wrap: wrap;
    }

    .about_us_title_main_box {
        width: 100%;
    }

    .about_us_desc_box_inner {
        padding: 0;
    }

    .about_us_section:after {
        display: none;
    }

    .about_desc_main_box_inner {
        padding-right: 0;
    }

    .about_right_img_box_inner img,
    .about_right_img_box_inner:after {
        width: 265px;
        height: 265px;
        margin: auto;
        left: -14px;
        right: 0;
    }

    .about_us_col_2 {
        text-align: center;
    }

    .about_right_img_box_inner {
        position: relative;
        left: -56px;
        top: -100px;
    }

    .about_after_img_box_inner img {
        height: 370px;
    }

    .about_img_code {
        position: relative;
        bottom: -54px;
        right: 0;
        left: 0;
    }

    .about_us_col_1 {
        padding: 0 0 30px 0 !important;
    }

    .about_title_main_box_inner {
        margin-bottom: 10px;
    }

    .about_us_section:before,
    .about_us_title_main_box_inner:after {
        display: none;
    }

    .arrow_img_box_inner svg {
        left: -100px;
        top: 135px;
    }

    .about_us_col_2 {
        display: flex;
        flex-direction: row-reverse;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
    .site_row {
        width: 100% !important;
        max-width: 950px !important;
    }

    .con_width_1185 {
        max-width: 950px !important;
    }

    .site_padding {
        padding: 70px 0 !important;
    }

    .pdt90 {
        padding: 70px 0 0 !important;
    }

    .pdb90 {
        padding: 0px 0 70px !important;
    }

    .site_title {
        font-size: 32px;
    }

    .fs32 {
        font-size: 24px;
    }

    .fs20 {
        font-size: 18px;
    }

    .fs21 {
        font-size: 20px;
    }

    .fs26 {
        font-size: 20px;
    }

    .fs30 {
        font-size: 25px;
    }

    .fs24 {
        font-size: 20px;
    }

    /* ---------- banner ---------- */
    .banner_section {
        height: 740px;
    }

    .banner_row {
        max-width: 900px !important;
    }

    .banner_col {
        width: 61% !important;
    }

    /* ------- testimonial ------- */
    .last_btn {
        left: -6px;
    }

    .next_btn {
        right: -6px;
    }

    .hk_testimonial_quote_box_inner {
        padding: 15px;
    }

    .hk_testimonial_quote_box_inner svg {
        height: 20px;
    }

    .testimonial_desc_main_box_inner {
        margin-top: -14px;
    }

    .hk_testimonial_content_box.site_desc {
        padding: 7px 6px;
    }

    /* ------------ service section --- */
    .service_title_box_inner {
        font-size: 18px;
    }

    .service_fimg_box {
        height: 138px;
        width: 138px;
    }

    .service_img_box {
        height: 106px;
        width: 106px;
    }

    .service_img_box_inner {
        height: 98px;
        width: 98px;
    }

    .service_title_box_inner {
        padding: 0 30px;
    }

    .service_desc_main_box_inner:after {
        height: 70%;
    }

    .service_desc_main_box {
        width: 33.33%;
        margin-top: 20px;
    }

    .ourservice_main_box_inner {
        margin-top: 0px;
    }

    /* -------- product section ------------- */
    .our_product_row {
        max-width: 950px !important;
    }

    .our_product_img_box_inner img {
        height: 200px;
    }

    .our_product_img_box_inner {
        padding: 0px 0px;
    }

    .product_title_box_inner {
        font-size: 18px;
    }

    .product_desc_main_box_inner {
        padding: 0 35px;
    }

    .our_product_box {
        width: 33.33%;
    }

    /* ----------- contact detail section ------- */
    .contact_detail_row:before {
        right: -290px;
    }

    .contact_link_main_box_inner {
        padding: 0px 60px 0px 60px;
    }

    .contact_link_main_box_inner {
        padding: 0px 30px 0px 30px;
    }

    .contact_site_title {
        padding: 80px 0 0 50px;
    }

    .contact_detail_icon_box {
        padding: 10px 10px 10px 0;
    }

    .contact_frm_code {
        padding: 30px 50px;
    }

    .contact_col_2:after {
        height: 625px;
    }

    .contact_us_now_box select,
    .contact_us_now_box input {
        height: 50px;
    }

    /* ----------- about us section ------------- */
    .about_right_img_box_inner {
        left: 50px;
    }

    .about_us_title_main_box {
        width: 81%;
    }

    .about_img_code {
        position: absolute;
        right: 0;
        bottom: -68px;
        left: -340px;
    }

    .about_right_img_box_inner img {
        width: 270px;
        height: 270px;
    }

    .about_right_img_box_inner:after {
        height: 270px;
        width: 270px;
    }

    .about_us_col_1 {
        padding: 50px 0;
    }

    .about_us_desc_box_inner {
        font-size: 16px;
    }


    .about_after_img_box_inner img {
        height: 380px;
    }

    .about_desc_main_box_inner {
        padding-right: 39%;
    }

    .about_us_col_1 {
        padding: 20px 0 !important;
    }

    .arrow_img_box_inner svg {
        left: 80px;
        top: 232px;
    }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    .site_row {
        width: 100% !important;
        max-width: 1000px !important;
    }

    .con_width_1185 {
        max-width: 1000px !important;
    }

    .site_padding {
        padding: 70px 0 !important;
    }

    .pdt90 {
        padding: 70px 0 0 !important;
    }

    .pdb90 {
        padding: 0px 0 70px !important;
    }

    .site_title {
        font-size: 35px;
    }

    .fs32 {
        font-size: 24px;
    }

    .fs30 {
        font-size: 28px;
    }

    .fs20 {
        font-size: 18px;
    }

    .fs24 {
        font-size: 21px;
    }

    .fs26 {
        font-size: 21px;
    }

    .fs21 {
        font-size: 20px;
    }

    .banner_section {
        height: 740px;
    }

    .banner_row {
        max-width: 900px !important;
    }

    .banner_col {
        width: 61% !important;
    }

    /* ------- testimonial ------- */
    .last_btn {
        left: -6px;
    }

    .next_btn {
        right: -6px;
    }

    .hk_testimonial_quote_box_inner {
        padding: 15px;
    }

    .hk_testimonial_quote_box_inner svg {
        height: 20px;
    }

    .testimonial_desc_main_box_inner {
        margin-top: -14px;
    }

    /* ------------ service section --- */
    .service_title_box_inner {
        font-size: 18px;
    }

    .service_fimg_box {
        height: 138px;
        width: 138px;
    }

    .service_img_box {
        height: 106px;
        width: 106px;
    }

    .service_img_box_inner {
        height: 98px;
        width: 98px;
    }

    .service_title_box_inner {
        padding: 0 30px;
    }

    .service_desc_main_box_inner:after {
        height: 70%;
    }

    /* -------- product section ------------- */
    .our_product_row {
        max-width: 1050px !important;
    }

    .our_product_img_box_inner img {
        height: 200px;
    }

    .our_product_img_box_inner {
        padding: 0px 0px;
    }

    .product_title_box_inner {
        font-size: 18px;
    }

    .product_desc_main_box_inner {
        padding: 0 35px;
    }

    /* ----------- contact detail section ------- */
    .contact_detail_row:before {
        right: -390px;
    }

    .contact_link_main_box_inner {
        padding: 0px 60px 0px 60px;
    }

    .contact_link_main_box_inner {
        padding: 0px 40px 0px 50px;
    }

    .contact_site_title {
        padding: 80px 0 0 50px;
    }

    .contact_detail_icon_box {
        padding: 10px 10px 10px 0;
    }

    .contact_frm_code {
        padding: 30px 50px;
    }

    .contact_col_2:after {
        height: 625px;
    }

    .contact_us_now_box select,
    .contact_us_now_box input {
        height: 50px;
    }

    /* ----------- about us section ------------- */
    .about_right_img_box_inner {
        left: 50px;
    }

    .about_us_title_main_box {
        width: 71%;
    }

    .about_img_code {
        position: absolute;
        right: 72px;
        bottom: -68px;
        left: -370px;
    }

    .about_right_img_box_inner img {
        width: 270px;
        height: 270px;
    }

    .about_right_img_box_inner:after {
        height: 270px;
        width: 270px;
    }

    .about_us_col_1 {
        padding: 50px 0;
    }

    .about_us_desc_box_inner {
        font-size: 16px;
    }


    .about_after_img_box_inner img {
        height: 430px;
    }

    .about_desc_main_box_inner {
        padding-right: 39%;
    }

    .arrow_img_box_inner svg {
        left: 80px;
        top: 232px;
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    .site_row {
        width: 100% !important;
        max-width: 1100px !important;
    }

    .con_width_1185 {
        max-width: 1100px !important;
    }

    .site_padding {
        padding: 70px 0 !important;
    }

    .banner_section {
        height: 640px;
    }

    .banner_row {
        max-width: 1000px !important;
    }

    .fs32 {
        font-size: 26px;
    }

    .fs26 {
        font-size: 21px;
    }

    /* ------- testimonial ------- */
    .last_btn {
        left: -6px;
    }

    .next_btn {
        right: -6px;
    }

    /* ------------ service section --- */
    .service_title_box_inner {
        font-size: 18px;
    }

    /* -------- product section ------------- */
    .our_product_row {
        max-width: 1150px !important;
    }

    .our_product_img_box_inner img {
        height: 220px;
    }

    .our_product_img_box_inner {
        padding: 10px 0px;
    }

    .product_title_box_inner {
        font-size: 18px;
    }

    /* ----------- contact detail section ------- */
    .contact_detail_row:before {
        right: -390px;
    }

    .contact_link_main_box_inner {
        padding: 0px 60px 0px 60px;
    }

    .contact_link_main_box_inner {
        padding: 0px 60px 0px 60px;
    }

    .contact_detail_icon_box {
        padding: 10px 10px 10px 0;
    }

    .contact_col_2:after {
        height: 675px;
    }

    /* ----------- about us section ------------- */
    .about_right_img_box_inner {
        left: 50px;
    }

    .about_us_title_main_box {
        width: 55%;
    }

    .about_img_code {
        position: absolute;
        right: 160px;
        bottom: -102px;
        left: -370px;
    }

    .about_right_img_box_inner img {
        width: 328px;
        height: 328px;
    }

    .about_right_img_box_inner:after {
        height: 328px;
        width: 328px;
    }

    .about_us_col_1 {
        padding: 50px 0;
    }

    .arrow_img_box_inner svg {
        left: 80px;
    }
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
    .site_row {
        width: 100% !important;
        max-width: 1200px !important;
    }

    .banner_section {
        height: 740px;
    }

    .banner_row {
        max-width: 1100px !important;
    }

    .fs32 {
        font-size: 28px;
    }

    /* ------- testimonial ------- */
    .last_btn {
        left: -30px;
    }

    .next_btn {
        right: -30px;
    }

    /* -------- product section ------------- */
    .our_product_row {
        max-width: 1250px !important;
    }

    .our_product_img_box_inner img {
        height: 220px;
    }

    .our_product_img_box_inner {
        padding: 10px 0px;
    }

    /* ----------- contact detail section ------- */
    .contact_detail_row:before {
        right: -490px;
    }

    /* ----------- about us section ------------- */
    .about_right_img_box_inner {
        left: 100px;
    }

    .about_us_title_main_box {
        width: 45%;
    }

    .about_img_code {
        bottom: -85px;
    }

    .arrow_img_box_inner svg {
        left: 80px;
    }
}

@media all and (min-width: 1441px) and (max-width: 1680px) {
    .banner_section {
        height: 740px;
    }

    .banner_row {
        max-width: 1200px !important;
    }

    /* -------- product section ------------- */
    .our_product_row {
        max-width: 1400px !important;
    }
}

@media all and (min-width: 1681px) and (max-width: 1880px) {}