@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Science+Gothic:wght@100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-shadow: none;
    box-sizing: border-box;
}

:root {
    --primary-color: #002e5d;
    --secondry-color: #f4d8ca;
    --third-color: #084889;
    --white-color: #fff;
    --black-color: #000;
    --black-color2: #222222;
    --black-color3: #2C2C2C;
    --black-color4: #3D3D3D;
    --gray-color: #E5E4E2;
    --gray-color2: #f5f5f5;
    --gray-color3: #f7f7f7;
    --facebook-color: #3b5998;
    --instagram-color: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    --youtube-color: #c4302b;
    --background-color: #f9f6f0;
    --rating-color: #FDCC0D;
    --rating-color2: #FF9529;
}


img {
    max-width: 100% !important;
}


body {
    font-family: "Lexend Deca", sans-serif;
    overflow-x: hidden !important
}

body,
html {
    scroll-behavior: smooth;
    font-family: "Lexend Deca", sans-serif;
}

a {
    text-decoration: none !important;
}

a:focus {
    outline: none;
    text-decoration: none;
}


textarea {
    resize: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Science Gothic", sans-serif;

}

.split-heading,
.split-heading *,
.split-heading .char {
    text-transform: none !important;
    display: inline-block !important;

}


.slider_section2 {
    display: none;
}

/* css  */
.shaktiengg_three_point_section {
    background-color: var(--gray-color4);
    padding: 50px 0px 35px 0px;
}

.shaktiengg_three_point_main_div {
    background-color: var(--secondry-color);
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid var(--gray-color5);
    background-repeat: no-repeat;
    background-size: contain;
}

.shaktiengg_three_point_media_object_main_div>.d-flex>.flex-shrink-0>img {
    width: 50px;
    filter: brightness(0%) invert(1);
}

.shaktiengg_three_point_media_object_main_div>.d-flex>.flex-shrink-0 {
    /* background-color: var(--primary-color); */
    border-radius: 1px;
    padding: 20px 12px;
    position: relative;
    overflow: hidden;
}


.three_points_overlay_number_div {
    position: absolute;
    bottom: 3px;
    left: 0px;
    right: 0px;
    text-align: center;
}

.three_points_overlay_number_div>h4 {
    font-size: 23px;
    line-height: 1;
    font-weight: 400;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--white-color);
    background-color: var(--four-color);
    display: inline-block;
    border-radius: 100px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}


.three_point_flex_content_div {
    padding: 20px 6px 20px 0px;
}

.three_point_flex_content_div>h2 {
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--white-color);
    margin-bottom: 4px !important;
    border-bottom: 1px dashed var(--gray-color5);
    padding-bottom: 3px;

}

.three_point_flex_content_div>p {
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 0px !important;
    color: var(--white-color);
}


/* end */


/*  css start */
.about_us_section {
    padding: 40px 0px;
}

.about_us_image_main_div {
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
    position: relative;
}

.about_us_shape_div {
    background-color: var(--primary-color);
    height: 400px;
    width: 200px;
    border-radius: 3px;
    border-right: 30px solid var(--third-color);
}

.image_div_about_us {
    position: absolute;
    top: 15px;
    right: 170px;
}


.image_div_about_us>img {
    width: 250px;
    height: 250px;
    border-radius: 100%;
    object-fit: cover;
    border: 4px solid var(--white-color);
}


.image_div_about_us2 {
    position: absolute;
    bottom: 15px;
    right: 170px;
}


.image_div_about_us2>img {
    width: 250px;
    height: 250px;
    border-radius: 100%;
    object-fit: cover;
    border: 4px solid var(--white-color);
}


.image_div_about_us3 {
    position: absolute;
    top: 67px;
    right: 10px;
    z-index: -9;
}


.image_div_about_us3>img {
    width: 250px;
    height: 250px;
    border-radius: 100%;
    border: 5px solid var(--primary-color);
}

.company_name_div {
    position: absolute;
    top: 35px;
    left: 25px;
}

.company_name_div>h4 {
    text-transform: capitalize;
    writing-mode: sideways-rl;
    font-size: 24px;
    line-height: 1;
    font-weight: 400;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--white-color);
    background-color: var(--four-color);
    text-align: center;
}


.about_us_content_div>h1 {
    color: var(--black-color3);
    font-size: 28px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 6px !important;
}



.about_us_content_div>h2 {
    color: var(--black-color);
    font-size: 25px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 8px !important;
}

.about_us_content_div>p {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 8px !important;
}

.about_us_content_div>p>strong {
    color: var(--primary-color);
}

/* css end */

/*  */

.brouchure_section {
    padding: 50px 0px 60px 0px;
}

.brochure_main_div {
    background: linear-gradient(to bottom, #f3f5f5 0%, rgba(236, 238, 239, 0.162) 100%), url('../images/probg02.svg');
    padding: 20px 20px 20px 20px;
    border-radius: 10px;
    height: 310px;
}

.brouchure_flex_main_div {
    display: flex;
    gap: 20px;
    align-items: center;
}

.brouchure_img_div {
    width: 170px;
    height: 270px;
    object-fit: contain;
    border-radius: 10px;
    flex-shrink: 0;
}

.brouchure_img_div>img {
    width: 170px;
    height: 270px;
    object-fit: contain;
    border-radius: 10px;
}

.brohure_content_div>h4 {
    color: var(--primary-color);
    text-transform: capitalize;
    font-weight: 700;
    font-size: 30px;
}

.brohure_content_div>p {
    font-size: 15px;
    color: var(--black-color3);
    font-weight: 400;
}

.brohure_content_div>a {
    background-color: var(--secondry-color);
    padding: 10px 20px;
    color: var(--white-color);
    font-weight: 500;
    text-transform: capitalize;
    font-size: 15px;
    border-radius: 100px;
    display: inline-block;
    margin-top: 5px;
    transition: .4s ease-in-out;
}

.brohure_content_div>a:hover {
    background-color: var(--primary-color);
}

/*  */

/* lmeuos css end */

.products_section {
    background-color: var(--gray-color3);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-position: left;
    padding: 30px 0px 30px 0px;
    position: relative;
    background-attachment: fixed;

}

.products_title_div {
    margin-bottom: 25px;
    will-change: transform;
}

.products_title_div>h3 {
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--black-color3);
}

.products_title_div>p {
    font-size: 14px;
    line-height: 24px;
    color: var(--black-color3);
}

.view_all_product {
    display: flex;
    align-items: center;
    gap: 5px;
}

.view_all_product>a {
    background-color: var(--secondry-color);
    padding: 10px 20px;
    color: var(--white-color);
    font-size: 14px;
    font-weight: 600;
    border-radius: 100px;
}

.view_all_product>a:hover {
    color: var(--white-color);
    background-color: var(--primary-color);
}

.nested_product_main_div {
    background-color: var(--white-color);
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: .4s ease-in-out;
    position: relative;
    overflow: hidden;

}

.nested_product_main_div>.nested_pro_img_div {
    margin-bottom: 10px;
    border-bottom: 1px solid var(--gray-color);
    transition: .4s ease-in-out;
    position: relative;
    overflow: hidden;
    height: 240px;
    width: 100%;
    display: flex;
    align-items: center;

}

.nested_product_main_div:hover>.nested_pro_img_div {
    border-bottom: 1px solid var(--secondry-color);
    transition: .4s ease-in-out;

}

.nested_product_main_div>.nested_pro_img_div>img {
    border-radius: 5px;
    transition: .4s ease-in-out;
    width: 100%;
    /* object-fit: c; */
}

.nested_product_main_div:hover>.nested_pro_img_div>img {
    transform: scale(1.1, 1.1);
    transition: .4s ease-in-out;
}

.nested_product_main_div>h4 {
    margin-bottom: 3px !important;
    font-size: 17px;
    text-transform: capitalize;
    color: var(--black-color3) !important;
    padding: 0px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .2s ease-in-out;
    line-height: 23px;
    font-weight: 700;
}

.nested_product_main_div>h4>i {
    font-size: 14px;
    background-color: var(--secondry-color);
    height: 27px;
    width: 27px;
    line-height: 27px;
    text-align: center;
    border-radius: 100px;
    color: var(--white-color) !important;
    font-size: 12px;
    transition: .2s ease-in-out;

}


.nested_product_main_div:hover>h4 {
    color: var(--third-color) !important;
    transition: .2s ease-in-out;

}

.nested_product_main_div:hover>h4>i {
    background-color: var(--primary-color);
}

.nested_product_main_div>p {
    margin-bottom: 0px !important;
    padding: 0px 10px;
    color: var(--black-color4);
    font-size: 14px;
}

.nested_product_main_div>p>span {
    display: block;
    color: var(--third-color);
    text-decoration: underline !important;
    font-size: 14px;
    font-weight: 600;
}

/*  */

/*  */

.products_details_section {
    padding: 50px 0px 30px 0px;
}


.prodcts_dt_image_main_div {
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
    position: relative;
}

.prodcts_dt_shape_div {
    background-color: var(--four-color);
    height: 400px;
    width: 200px;
    border-radius: 3px;
    border-right: 30px solid var(--secondry-color);
}

.pro_dt_img {
    position: absolute;
    top: 28px;
    right: 80px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    filter: brightness(96%);
    border-radius: 5px;
}


.pro_dt_img>img {
    width: 350px;
    border-radius: 5px;
    object-fit: contain;
}

.prodcts_dt_name_div {
    position: absolute;
    top: 90px;
    left: 20px;
}

.prodcts_dt_name_div>h4 {
    text-transform: capitalize;
    writing-mode: sideways-rl;
    font-size: 24px;
    line-height: 1;
    font-weight: 400;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--white-color);
    background-color: var(--four-color);
    text-align: center;
}

.product_dt_content_inner_pg>h2 {
    color: var(--third-color);
    font-weight: 700;
    font-size: 26px;
}

.product_dt_content_inner_pg>p {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 8px !important;
}

.product_dt_content_inner_pg>ul {
    list-style: square !important;
    padding: 0px 20px !important;
}

.product_dt_content_inner_pg>ul>li {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 8px !important;
}

/*  */


/*  */
.products_section {
    padding: 50px 0px 50px 0px;
    background-color: var(--gray-color3);
}

.products_title_div {
    margin-bottom: 40px;
    position: relative;
}

.products_title_div>h4 {
    color: var(--primary-color);
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 800;
}

.products_title_div>p {
    font-size: 14px;
    line-height: 23px;
}

.swiper-button-prev:after {
    display: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none !important;
}

.products_swiper_slider {
    position: relative;
}

.custom-swiper-btns {
    position: absolute;
    bottom: -34px;
    left: 35px;
    display: flex;
    gap: 2px;
}

.custom-swiper-btns button {
    background: transparent;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: var(--primary-color);
    border-radius: 1px;
}

.products_slide_box_main_div {
    background-color: var(--gray-color);
    position: relative;
    overflow: hidden;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 4px;
}

.products_slide_image_box {
    text-align: center;
    margin-bottom: 10px;
    height: 250px;
    width: 100%;
    background-color: var(--white-color);
    position: relative;
    overflow: hidden;
}


.products_slide_image_box>img {
    height: 250px;
    width: 100%;
    margin: auto;
    display: block;
    object-fit: contain;
}

.products_slide_content_div {
    padding: 0px 5px 0px 10px;
}

.products_slide_content_div>h3 {
    text-transform: capitalize;
    color: var(--third-color);
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 6px !important;
}

.products_slide_content_div>p {
    color: var(--black-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
}


.products_slide_content_div>p>span {
    display: block;
    font-size: 15px;
    font-weight: 700;
    text-decoration: underline;
    color: var(--primary-color);
    margin-top: 5px;
}

/*  */

/* category section */

.category_section {
    background-color: var(--gray-color3);
    padding: 50px 0px 30px 0px;
}

.category_box_main_div {
    background-color: var(--gray-color);
    position: relative;
    overflow: hidden;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.category_image_box {
    text-align: center;
    margin-bottom: 10px;
    height: 250px;
    width: 100%;
    background-color: var(--white-color);
    position: relative;
    overflow: hidden;
}


.category_image_box>img {
    height: 250px;
    width: 100%;
    margin: auto;
    display: block;
    object-fit: contain;
}

.category_content_div {
    padding: 0px 5px 0px 10px;
}

.category_content_div>h3 {
    text-transform: capitalize;
    color: var(--third-color);
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 6px !important;
}

.category_content_div>p {
    color: var(--black-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
}


.category_content_div>p>span {
    display: block;
    font-size: 15px;
    font-weight: 700;
    text-decoration: underline;
    color: var(--primary-color);
    margin-top: 5px;
}

/* end */

/*  */


/*  */
.testimonials_section {
    padding: 50px 0px 50px 0px;
}

.testimonials_title_div {
    margin-bottom: 20px;
    position: relative;
}

.testimonials_title_div>h4 {
    color: var(--primary-color);
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 800;
}

.testimonials_title_div>p {
    font-size: 14px;
    line-height: 23px;
}

.swiper-button-prev:after {
    display: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none !important;
}

.products_swiper_slider {
    position: relative;
}

.custom-swiper-btns {
    position: absolute;
    bottom: -34px;
    left: 35px;
    display: flex;
    gap: 2px;
}

.custom-swiper-btns button {
    background: transparent;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: var(--primary-color);
    border-radius: 1px;
}

.testimonilas_items_main_div {
    background-color: var(--gray-color2);
    padding: 20px 20px;
    border-radius: 10px;

}

.rating_box {
    margin-bottom: 5px;
}

.rating_box>i {
    color: var(--rating-color2);
    font-size: 14px;
}

.testimonial_img_main_div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testimonial_img_main_div>img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    border: 2px solid var(--white-color);
    border-radius: 100px;
    padding: 3px;

}


.content_testimonials_div>p {
    font-size: 14px;
    color: var(--black-color);
    line-height: 24px;
    margin-bottom: 10px !important;
}

.content_testimonials_div>h6 {
    font-size: 14px;
    color: var(--primary-color);
    line-height: 20px;
    margin-bottom: 5px !important;
}

.testimonial_client_div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.testimonial_client_div>h4 {
    color: var(--primary-color);
    font-weight: 700;
    text-transform: capitalize;
    font-size: 17px;
    margin-bottom: 0px !important;
}

/*  */


/* pagetitle css */
.breadcrumb_section {
    position: relative;
    background-position: center center;
    background-size: cover;
    background-color: var(--gray-color5);
    background-repeat: no-repeat;
}

.breadcrumb_overlay {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 7px 0px 7px 0px;

}


.breadcrumb_navigation_div {
    text-align: center;
    display: inline-block;
    padding: 7px 5px 7px 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.breadcrumb_navigation_div h1 {
    color: var(--black-color);
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 900;
    display: none !important;
}

.breadcrumb_navigation_div ul {
    list-style: none;
    padding: 4px 20px;
    background-color: var(--white-color);
    border-radius: 100px;
    margin-bottom: 0px !important;
}

.breadcrumb_navigation_div li a {
    color: var(--black-color);
    font-weight: 700;
}

.breadcrumb_navigation_div span {
    margin: 0px 5px 0px 5px;
}

.breadcrumb_navigation_div li {
    display: inline-block;
    color: var(--secondry-color);
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 700;
}

/* page titile css end */


/* css start */
.contact_us_page_section {
    padding: 40px 0px 20px 0px;
}

.contact_page_frm_main_div {
    margin-bottom: 30px;
}

.contact_page_frm_main_div>span {
    color: var(--secondry-color);
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.contact_page_frm_main_div>h1 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 10px;
    color: var(--primary-color);
    letter-spacing: .4px;
    margin-bottom: 20px;
}

.contact_page_frm_main_div input {
    margin-bottom: 20px;
    padding: 20px 20px;
    outline: 0;
    background-color: #f4f5f8;
    border: 1px solid #f4f5f8;
    color: #686a6f;
    font-size: 0.9rem;
    width: 100%;
    box-shadow: none !important;
    outline: none !important;
}

.contact_page_frm_main_div textarea {
    margin-bottom: 20px;
    padding: 20px 20px;
    outline: 0;
    background-color: #f4f5f8;
    border: 1px solid #f4f5f8;
    color: #686a6f;
    font-size: 0.9rem;
    width: 100%;
    box-shadow: none !important;
    outline: none !important;
}

.contact_page_frm_main_div button {
    border: 1px solid var(--primary-color) !important;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 2px !important;
    padding: 15px 20px;
    font-weight: 500;
    background-color: var(--primary-color);
    font-size: 15px;
    color: var(--white-color);
}

.main_div_contact_us_numbers>span {
    color: var(--secondry-color);
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.main_div_contact_us_numbers>h1 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 10px;
    color: var(--primary-color);
    letter-spacing: .4px;
    margin-bottom: 20px;
}


.main_div_contact_us_numbers .d-flex {
    margin-bottom: 30px;
}

.main_div_contact_us_numbers .d-flex>.flex-shrink-0 {
    background-color: var(--primary-color);
    height: 50px;
    width: 50px;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
    color: var(--white-color);
    border-radius: 100px;
}

.main_div_contact_us_numbers .d-flex>.flex-shrink-0>img {
    filter: invert(1) brightness(2);
    width: 24px;
}


.main_div_contact_us_numbers .d-flex>.flex-grow-1 h2 {
    font-size: 15px;
    font-weight: 600;
    margin-top: 0px;
    color: var(--primary-color);
    letter-spacing: .4px;
    margin-bottom: 1px;
}

.main_div_contact_us_numbers .d-flex>.flex-grow-1 a {
    display: block;
    color: var(--black-color4);
    font-weight: 500;
    font-size: 15px;
    line-height: 27px;
}

.main_div_contact_us_numbers .d-flex>.flex-grow-1 a:hover {
    color: var(--secondry-color);
}


.main_div_contact_us_numbers .d-flex>.flex-grow-1 p {
    display: block;
    color: var(--black-color4);
    font-weight: 500;
    font-size: 15px;
    line-height: 27px;
}

/* css end */

/* sitemap css start */
.site_section {
    padding: 20px 0px 20px 0px;
}

.sitemap_main_div_list {
    margin-bottom: 20px;
}

.kozik_collapse_div>li {
    background-color: var(--lightgray-color);
    margin-bottom: 0px;
    border: 1px solid var(--gray-color);
    padding: 12px 20px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px;
    border-radius: 6px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: capitalize;


}

.kozik_collapse_div>li>span {
    cursor: pointer;
    background-color: var(--white-color);
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 600;
    color: var(--black-color);
    text-transform: capitalize;

}

.kozik_collapse_div>li:hover {
    background-color: var(--secondry-color);
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    text-transform: capitalize;

}


.kozik_collapse_div>li>a {
    color: var(--primary-color);
    text-decoration: none;
    transition: color 0.3s ease-in-out;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    padding-right: 20px;
    font-weight: 600;
    text-transform: capitalize;


}

.kozik_collapse_div>li:hover>a {
    color: var(--white-color);
    text-transform: capitalize;

}

.collpase_list_ul_div {
    max-height: 280px;
    overflow: auto !important;
}

.collpase_list_ul_div>ul {
    padding: 0px 0px !important;
}

.collpase_list_ul_div>ul {
    padding: 0px 10px !important;
    list-style: none !important;
}

.collpase_list_ul_div>ul>li {
    border-bottom: 1px dashed var(--black-color5);
    padding: 7px 0px 7px 0px;
    text-transform: capitalize;
}

.collpase_list_ul_div>ul>li>a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: var(--black-color);
    text-transform: capitalize;

}



/* sitemap css end */

/* counter css */
.counter_state_section {
    padding: 50px 0px 40px 0px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-color: var(--primary-color);
}

.counter_title_div {
    text-align: center;
    margin-bottom: 100px;
}

.counter_title_div>h3 {
    color: var(--white-color);
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 10px !important;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--white-color);
    background-color: var(--four-color);
}

.counter_title_div>p {
    font-size: 15px;
    font-weight: 400;
    max-width: 900px;
    margin: auto;
    color: var(--white-color);
}

.counter_main_div {
    text-align: center;
    border-radius: 3px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.counter_icon_div {
    background-color: var(--gray-color3);
    display: inline-block;
    border-radius: 100px 10px 100px 100px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    flex-shrink: 0;
}



.counter_icon_div>img {
    width: 50px;
    height: 85px;
    object-fit: contain;
    margin: auto;
    display: block;
    /* filter: brightness(0%) invert(1); */
}

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

.counter_number_div>h3 {
    font-size: 35px;
    font-weight: 800;
    text-transform: capitalize;
    margin-bottom: 1px !important;
    color: var(--white-color);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--white-color);
    background-color: var(--four-color);

}

.counter_number_div>span {
    color: var(--white-color);
    font-weight: 600;
    text-transform: capitalize;
    font-size: 30px;
    margin: 0px 0px 0px 8px;
}

.counter_number_name_div>h4 {
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 600;
    color: var(--secondry-color);
    margin-bottom: 0px !important;
    text-align: left !important;


}

.number_count_section {
    margin-top: -100px;
    position: relative;
}

.number_count_section .container {
    background-color: var(--third-color);
    border-radius: 100px;
    padding: 20px 30px 10px 30px;
}

/* counter css end */



/* pagetitle css */
.page_title_lmeuo_section {
    background-image: url('../images/counterbg01.webp');
    position: relative;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}

.page_ti_overly_lmeuo_div {
    background-color: rgba(255, 255, 255, 0.9);
    padding-top: 30px;
}

.page_title_tax_lmeuo_main_div {
    text-align: center;
    margin: auto;
}

.page_title_tax_lmeuo_div {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    padding: 7px 5px 0px 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.page_title_tax_lmeuo_div h1 {
    color: var(--primary-color);
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 600;
}

.page_title_tax_lmeuo_div h1 img {
    width: 20px;
    text-align: center;
    align-items: center;
    margin-top: -12px;
    animation: mover 1s infinite alternate;
}

.page_title_tax_lmeuo_div ul {
    list-style: none;
    padding: 0px 6px;
    margin-top: -7px;
}

.page_title_tax_lmeuo_div li a {
    color: var(--black-color);
    font-weight: 700;
}

.page_title_tax_lmeuo_div li {
    display: inline-block;
    margin: 0px 10px 0px 0px;
    color: var(--secondry-color);
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 700;
}

.page_title_tax_lmeuo_div li:before {
    position: relative;
    content: "\2059";
    margin-right: 4px;
    font-weight: bold;
    color: var(--secondry-color);
    top: -1px;
    font-size: 20px;
}

/* page titile css end */

/* ==============contact us page css start=============================*/
.contact_us_page_section {
    padding-top: 30px;
    padding-bottom: 50px;
}


.contact_page_title_div {
    text-align: center;
    padding-bottom: 34px;
}

.contact_page_title_div h2 {
    color: var(--black-color4);
    font-weight: 700;
    font-size: 35px;
    text-transform: capitalize;
}

.contact_page_title_div h2 span {
    color: var(--secondry-color);
}

.main_div_contactus_page {
    margin-bottom: 20px;
}

.main_div_contactus_page>h1 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 10px;
    color: var(--black-color2);
    letter-spacing: .4px;
    margin-bottom: 20px;
}

.contact_us_flx_div_main {
    margin-bottom: 15px;
}

.contact_us_flx_div_main .d-flex .flex-shrink-0 i {
    background-color: var(--third-color);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: var(--white-color);
    border-radius: 5px;
    font-size: 20px;
}

.contact_us_flx_div_main .contact_page_num_div b {
    color: var(--secondry-color);
    font-size: 17px;
    text-transform: capitalize;
}

.contact_us_flx_div_main .contact_page_num_div a {
    display: block;
    color: var(--black-color5);
    font-size: 15px;
    font-weight: 500;
    line-height: 27px;

}

.contact_us_flx_div_main .contact_page_num_div p {
    color: var(--black-color5);
    font-size: 15px;
    font-weight: 500;
    line-height: 27px;
}


.contact_page_frm_main_div {
    margin-bottom: 30px;
}

.contact_page_frm_main_div>span {
    color: var(--black-color3);
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.contact_page_frm_main_div>h2 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 10px;
    color: var(--black-color2);
    letter-spacing: .4px;
    margin-bottom: 20px;
}

.contact_page_frm_main_div input {
    margin-bottom: 20px;
    padding: 20px 20px;
    outline: 0;
    background-color: #f4f5f8;
    border: 1px solid #f4f5f8;
    color: #686a6f;
    font-size: 0.9rem;
    width: 100%;
    box-shadow: none !important;
    outline: none !important;
}

.contact_page_frm_main_div textarea {
    margin-bottom: 20px;
    padding: 20px 20px;
    outline: 0;
    background-color: #f4f5f8;
    border: 1px solid #f4f5f8;
    color: #686a6f;
    font-size: 0.9rem;
    width: 100%;
    box-shadow: none !important;
    outline: none !important;
}

.contact_page_frm_main_div button {
    border: 1px solid var(--gray-color) !important;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 2px !important;
    padding: 12px 30px;
    font-weight: 500;
    background-color: var(--primary-color);
    font-size: 15px;
    color: var(--white-color);
}

.contact_page_frm_main_div button:hover {
    background-color: var(--secondry-color) !important;
    color: var(--white-color) !important;
}

/* ==============contact us page css end =============================*/

/*sitemap s */

.sitemap_section {
    background-color: var(--white-color);
    padding: 30px 0px 30px 0px;
}

.sitemap_main_div {
    background-color: var(--gray-color3);
    padding: 10px 15px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.sitemap_main_div>h3 {
    color: var(--black-color);
    font-weight: 700;
    text-transform: capitalize;
    font-size: 23px;
}

.sitemap_lists_div>a {
    color: var(--black-color4);
    font-weight: 500;
    display: block;
    text-transform: capitalize;
    padding: 8px 0px;
    font-size: 15px;
}

.sitemap_lists_div>a:hover {
    color: var(--third-color);
}

/*sitemap e*/

/*  */
.application_section {
    padding: 40px 0px 40px 0px;
    background-color: var(--gray-color3);
}

.application_title_div {
    text-align: center;
    margin-bottom: 20px;
}

.application_title_div>h3 {
    font-weight: 700;
    text-transform: capitalize;
    color: var(--black-color2);
}

.application_mian_div {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 6px;
    background: #000;
    transition: transform .45s cubic-bezier(.19, 1, .22, 1),
        box-shadow .45s cubic-bezier(.19, 1, .22, 1);
}

.application_image_div {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 6px;
}

.application_image_div>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.08);
    filter: brightness(96%) saturate(102%);
    transition: transform 1s cubic-bezier(.19, 1, .22, 1),
        filter .6s ease;
}

.application_image_div::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(0, 0, 0, .45),
            rgba(0, 0, 0, .05),
            transparent);
    z-index: 1;
}

.overlay_application_name {
    position: absolute;
    bottom: 16px;
    left: 16px;
    z-index: 2;
    transform: translateY(18px);
    opacity: 0;
    transition: .6s cubic-bezier(.19, 1, .22, 1);
}

.overlay_application_name h4 {
    background: rgba(255, 255, 255, .12);
    backdrop-filter: blur(6px);
    color: var(--white-color);
    padding: 7px 14px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .4px;
    border-radius: 3px;
}

.application_mian_div::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, .15);
    opacity: 0;
    transition: .4s ease;
}


.application_mian_div:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, .25);
}

.application_mian_div:hover .application_image_div>img {
    transform: scale(1.18);
    filter: brightness(85%) saturate(105%);
}

.application_mian_div:hover .overlay_application_name {
    transform: translateY(0);
    opacity: 1;
}

.application_mian_div:hover::after {
    opacity: 1;
}

/*  */

/*  */
.process_flow_diagram_section {
    background-color: var(--primary-color);
    padding: 45px 0px 35px 0px;

}

.process_title_div {
    text-align: center;
    margin-bottom: 30px;
}

.process_title_div>h4 {
    color: var(--white-color);
    font-weight: 700;
    font-size: 35px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--white-color);
    background-color: var(--four-color);
    margin-bottom: 30px !important;
}

.process_flow_main_div {
    text-align: center;
    margin-bottom: 20px;

}

.proces_flow_img_div {

    margin-bottom: 17px;
    text-align: center;
}

.proces_flow_img_div>span {
    background-color: var(--third-color);
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 100px;
    margin: auto;
    position: relative;
}

.proces_flow_img_div>span>img {
    width: 50px;
    filter: brightness(0%) invert(1);

}

.overlay_process_number {
    position: absolute;
    bottom: -7px;
    left: 0px;
}

.overlay_process_number>h5 {
    background-color: var(--secondry-color);
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 100px;
    color: var(--primary-color);
}

.process_flow_main_div>h4 {
    color: var(--white-color);
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 1px !important;
}

/*  */



/* footer css */
.footer {
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--primary-color);
    padding: 50px 0px 30px 0px;
    background-attachment: fixed;

}



.main_div_footer {
    margin-bottom: 20px;
}

.main_div_footer img {
    width: 200px;
    margin-bottom: 8px;
}

.main_div_footer .fa {
    background-color: var(--third-color);
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    color: var(--white-color);
    border-radius: 4px;
    margin-right: 10px;
    font-size: 14px;
}

.footer_num_div>h6 {
    color: var(--white-color);
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 3px !important;
}

.footer_num_div a {
    color: var(--white-color);
    display: block;
    font-size: 14px;
    line-height: 24px;

}


.footer_num_div a:hover {
    color: var(--white-color);
    display: block;
    font-size: 14px;
}

.footer_num_div p {
    color: var(--white-color);
    font-size: 14px;
    margin-bottom: 0px !important;

}

.main_div_footer h5 {
    color: var(--white-color);
    text-transform: capitalize;
    padding-bottom: 20px;
    font-size: 22px;
    font-weight: 700;

}

.footer_usefull_link {
    margin-bottom: 20px;
}

.footer_usefull_link h5 {
    color: var(--white-color);
    text-transform: capitalize;
    padding-bottom: 13px;
    font-size: 20px;
    font-weight: 700;

}

.footer_usefull_link ul {
    list-style: none;
    padding: 0px;
}

.footer_usefull_link li {
    line-height: 45px;
    border-bottom: 1px dotted var(--third-color);
}

.footer_usefull_link li a {
    color: var(--white-color);
    font-size: 14px;
    letter-spacing: .3px;
    text-transform: capitalize;

}


.footer_usefull_link li a:hover {
    color: var(--gray-color);
    font-size: 14px;
    letter-spacing: .3px;
}


.footer_usefull_link li:before {
    position: relative;
    content: '\279D';
    margin-right: 4px;
    font-weight: bold;
    color: var(--white-color);
    top: 1px;
    font-size: 15px;
}

.footer_usefull_link b {
    letter-spacing: 1px;
    color: var(--white-color);
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
}

.footer_usefull_link p {
    margin-bottom: 4px !important;
}

.footer_usefull_link p iframe {
    border-radius: 10px;
    margin-bottom: 10px;
}

.footer_social_icon {
    margin-top: 5px;
    margin-bottom: 20px;
}

.footer_social_icon>b {
    display: block;
    color: var(--white-color);
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 4px;
}

.footer_social_icon a {
    background-color: var(--secondry-color);
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    color: var(--white-color);
    border-radius: 5px;
    margin: 0px 2px;
    font-size: 14px;
}


.app_side_bar_div2 {
    margin-top: 10px;
}

.app_side_bar_div2>h6 {
    color: var(--white-color);
    margin-bottom: 5px;
}

.app_side_bar_div2>a>img {
    width: 130px;
}

/*  */

.copy_right_section {
    background-color: var(--third-color);
    text-align: center;
    padding: 7px 1px;
}

.copyright_content_div>p {
    margin-bottom: 0px !important;
    color: var(--white-color);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .3px;
}

.copyright_content_div>p>a {
    color: var(--white-color);
    text-decoration: underline !important;
}

/**/

.mobile_call_whatsapp_fixed_main_div {
    position: fixed;
    bottom: 120px;
    right: 10px;
    z-index: 99999;
}

.mobile_whatsapp {
    display: none;
}


.call_icon_div {
    text-align: center;
}

.call_icon_div>a {
    background-color: #dc3545;
    height: 60px;
    line-height: 57px;
    width: 60px;
    text-align: center;
    border-radius: 100px;
    animation: moveUpDown 2s ease-in-out infinite;
    display: inline-block;
    margin-bottom: 8px;

}

@keyframes moveUpDown {

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

    50% {
        transform: translateY(-8px);
        /* Adjust the distance */
    }
}

.call_icon_div>a>img {
    width: 32px !important;
    filter: brightness(0%) invert(1);
    height: 60px;
    line-height: 60px;
    width: 60px;
    object-fit: contain;
}

.whatsapp_icon_div {
    text-align: center;
}


.whatsapp_icon_div>a {
    background-color: #008000;
    height: 60px;
    line-height: 57px;
    width: 60px;
    text-align: center;
    border-radius: 100px;
    animation: zigzag 0.5s ease-in-out infinite;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-duration: 10s;
    animation-timing-function: steps(1, end);
    position: relative;
    animation: zigzag 8s infinite;
    display: inline-block;

}



@keyframes zigzag {
    0% {
        left: 0px;
    }

    1% {
        left: -5px;
    }

    2% {
        left: 5px;
    }

    3% {
        left: -5px;
    }

    4% {
        left: 5px;
    }

    5% {
        left: 0px;
    }

    100% {
        left: 0px;
    }
}



.whatsapp_icon_div>a>img {
    width: 32px !important;
    filter: brightness(0%) invert(1);
    height: 60px;
    line-height: 60px;
    width: 60px;
    object-fit: contain;
}

/* css end */

.enquiry_modal_section>.modal>.modal-dialog>.modal-content {
    border-radius: 7px !important;
    outline: none !important;
    box-shadow: none !important;
    background-color: var(--white-color) !important;
}

.enquiry_modal_section>.modal>.modal-dialog>.modal-content>.modal-header {
    padding: 7px 10px !important;
}

.enquiry_modal_section>.modal>.modal-dialog>.modal-content>.modal-header>.modal-title {
    font-size: 20px;
    color: var(--black-color);
    font-weight: 800;
    text-transform: capitalize;
}


.enquiry_modal_section>.modal>.modal-dialog>.modal-content>.modal-header>button {
    background-color: var(--primary-color) !important;
    color: var(--white-color) !important;
    outline: none !important;
    border: none !important;
    border-radius: 100px !important;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 13px;
    font-weight: 500 !important;
}

.enquiry_modal_section .modal-body {
    padding: 10px 10px !important;
}

.popup_enquiry_div_main .enquiry_popup_input_div>label {
    font-size: 14px;
    color: var(--black-color3) !important;
    font-weight: 600;
    margin-bottom: 2px !important;
}

.popup_enquiry_div_main .enquiry_popup_input_div>input {
    margin-bottom: 10px !important;
    border: none !important;
    outline: none !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    font-size: 14px !important;
    color: var(--black-color3) !important;
    border: 1px solid #d7d7d7 !important;
    padding: 6px 4px !important;
}

.popup_enquiry_div_main .enquiry_popup_input_div>textarea {
    margin-bottom: 10px !important;
    border: none !important;
    outline: none !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    font-size: 14px !important;
    color: var(--black-color3) !important;
    border: 1px solid #d7d7d7 !important;
    padding: 6px 4px !important;

}

.popup_enquiry_div_main .enquiry_popup_input_div ::placeholder {
    font-size: 14px !important;
    color: var(--black-color2) !important;

}


.enquiry_popup_btn_div>button {
    background-color: var(--primary-color);
    color: var(--white-color) !important;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    padding: 6px 12px !important;
    border-radius: 5px !important;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
}




/* new css */

.working-process-one__single {
    position: relative;
    display: block;
    padding: 0px 15px 0px;
    margin-bottom: 30px;
    z-index: 1;
}

.working-process-one__single .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.06);
    margin: 0 auto 24px;
}

.working-process-one__single .icon::before {
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    border: 1px dashed #606060;
    border-radius: 50%;
    animation: rotated 10s infinite linear;
    transition: 500ms all ease;
    content: "";
}

@keyframes rotated {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.working-process-one__single .icon .count-box {
    position: absolute;
    top: -5px;
    right: -8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: var(--secondry-color);
    color: #000;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    border-radius: 50%;
}

.working-process-one__single .icon span {
    position: relative;
    display: inline-block;
    color: #004a94;
    font-size: 50px;
    line-height: 50px;
    transition-delay: 0.1s;
    transition: all 500ms ease;
}

.working-process-one__single .icon span img {
    width: 60px;
}


.process_flow_diagram_section .shape1 {
    position: absolute;
    top: 155px;
    left: 150px;
    right: 150px;
    border-top: 1px dashed #fff;
    z-index: 1;
}

.process_flow_diagram_section .container {
    position: relative;
}

.content-box h4 {
    color: var(--white-color);
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 1px !important;
}

.product-service-block-card {
    position: relative;
    margin-bottom: 80px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.product-block_img {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.product-service-block-card:hover .product-block_img img {
    transform: scale(1.1, 1.1);
    transition: 0.4s ease-in-out;
}

.product-block_content {
    position: absolute;
    background: #fff;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.06);
    bottom: -50px;
    padding: 18px 4px;
    left: 17px;
    border-radius: 5px;
    width: calc(100% - 16px * 2);
    text-align: center;
    -webkit-transition: all 1.3s ease;
    transition: all 1.3s ease;
    z-index: 3;
    margin-bottom: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.product-title {
    margin-bottom: 3px !important;
    font-size: 17px;
    text-transform: capitalize;
    color: var(--black-color3) !important;
    padding: 0px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s ease-in-out;
    line-height: 23px;
    font-weight: 700;
}

.product-title a {
    color: var(--black-color);
}

.product-service-block-card .product-block_content.product2 {
    bottom: -80px;
    opacity: 0;
    visibility: hidden;
}

.product-block_content {
    position: absolute;
    background: #fff;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.06);
    bottom: -50px;
    padding: 20px 10px;
    left: 25px;
    border-radius: 5px;
    width: calc(100% - 25px * 2);
    text-align: center;
    -webkit-transition: all 1.3s ease;
    transition: all 1.3s ease;
    z-index: 3;
    margin-bottom: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.product-service-block-card:hover .product-block_content.product2 {
    bottom: -40px;
    opacity: 1;
    visibility: visible;
}

.product-service-block-card:hover .product-block_content {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
}

.product-disicrption {
    margin-bottom: 5px !important;
    padding: 0px 10px;
    color: var(--black-color4);
    font-size: 14px;
}

.th-btn {
    display: block;
    color: var(--third-color);
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline !important;
}

.th-btn:hover {
    text-decoration: none !important;
    color: var(--third-color);
}

.about-bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 30px;
}

.about-phone {
    display: flex;
    align-items: center;
    gap: 12px;
}

.about-phone .icon {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: var(--primary-color);
    color: var(--white-color);
    border-radius: 50px;
    text-align: center;
    font-size: 19px;
    box-shadow: -5px 5px 0 var(--theme-color-light);
}

.about-phone .number {
    line-height: 1;
}

.about-phone .number span {
    color: var(--theme-color2);
    font-weight: 500;
    display: block;
    margin-bottom: 5px;
}


.about-phone .number h6 {
    font-size: 17px;
    margin-top: 4px;
    font-weight: 500;
}

.about-phone .number h6 a {
    color: var(--primary-color);
}

.theme-btn {
    font-size: 15px;
    color: var(--white-color);
    padding: 10px 20px;
    transition: var(--transition);
    text-transform: capitalize;
    position: relative;
    border-radius: 50px 50px 50px 0;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border: none;
    background: var(--primary-color);
    box-shadow: var(--box-shadow);
    z-index: 1;
}

.theme-btn:hover {
    color: var(--white-color);
}


.why-choose-us-sec-home{
    position: relative;
    width: 100%;
    padding: 40px 0px 40px;
}



.choose-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 20px;
}

.choose-icon {
    width: 70px;
    height: 70px;
    line-height: 65px;
    background: var(--primary-color);
    border-radius: 15px;
    text-align: center;
    color: var(--primary-color);
    font-size: 40px;
}

.site-title {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 25px;
    color: var(--black-color2);
    margin-bottom: 6px;
}

.site-title span {
    color: var(--primary-color);
}

.choose-img {
    position: relative;
}

.choose-img::before {
    content: "";
    position: absolute;
    border: 10px solid var(--primary-color);
    width: 250px;
    height: 500px;
    border-radius: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.choose-img img {
    border-radius: 80px;
}

.choose-img .img-2 {
    margin-top: 170px;
}

.choose-icon img {
    width: 50px;
    filter: brightness(0) invert(1);
}

.choose-item-content {
    flex: 1;
}

.choose-item-content h4 {
    font-size: 20px;
    margin: 0;
}

.choose-item-content p {
    margin-top: 5px;
    font-size: 15px;
    color: var(--black-color);
    font-weight: 400;
}

.choose-item.active {
    background: var(--white-color);
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 15%);
    border: none;
}

.choose-item:nth-child(2) {
    margin-left: 30px;
}

.choose-item:nth-child(4) {
    margin-left: 30px;
}

.choose-img {
    position: relative;
}
.choose-img .img-2 {
    margin-top: 170px;
}
.choose-img img {
    border-radius: 80px;
}
