@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css");
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.custom_container {
    max-width: 90%;
    margin: auto;
}

@media (min-width: 1300px) {
    .custom_container {
        width: 1300px;
        margin: auto;
    }
}

a {
    text-decoration: none;
}

p {
    margin-block-start: 0em !important;
    margin-block-end: 0em !important;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    line-height: 26px;
    font-size: 18px;
    color: rgb(51, 51, 51);
}

ul {
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}

h1 {
    margin-block-start: 0em !important;
    margin-block-end: 0em !important;
}



body {
    margin: 0;
    padding: 0;
    color: #383838;
    font-family: "Roboto", sans-serif;
}

:root {
    --brand_color_1: #21417F;
}

:focus {
    outline: 0;
}

li {
    list-style: none;
}


/*==================
Header part start
==================*/
.header_ground__ytplo {
    width: 100%;
}

.top_section_header_iwp {
    width: 100%;
    /* padding-top: 8px; */
    padding-bottom: 8px;
    background-color: var(--brand_color_1);
}

.item_ground__s9mlo {
    width: 100%;
    display: grid;
    grid-template-columns: 160px 160px 200px;
    grid-gap: 10px;
    justify-content: right;
}

.item__lisy {
    width: 100%;
}

.item__lisy a {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.500px;
    margin-top: 8px;
    display: block;

}

.item__lisy a:hover {
    text-decoration: underline;
}

form.woocommerce-product-search.search__js9 {
    display: flex;
}

.search_form__sj {
    font-weight: 400;
    color: #fff !important;
    font-size: 12px;
    line-height: normal !important;
    text-shadow: 0 0 0 rgba(255, 255, 255, 0);
    border: 0;
    box-shadow: none;
    height: 34px;
    padding-left: 6px;
    font-size: 13px;
    font-weight: 600;
    /* padding-right: 6px; */
    background-color: rgba(0, 0, 0, 0.15);
}

.search_form__sj::placeholder {
    color: #ffffffad;
    font-size: 13px;
    font-weight: 600;
}

.submit__pxr {
    border: 0;
    border-radius: 2px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.15);
}

.search__uso {
    color: #fff;
}

.header_2nd_ground__s9mlp {
    width: 100%;
    padding: 1rem 0rem 1rem 0rem;
    background-color: #fff;
}

.logo_menu_grid_ground {
    width: 100%;
    display: grid;
    grid-template-columns: 200px auto;
    grid-gap: 15px;
}

.item_ttepl {
    width: 100%;

}

.header_Nav_ground__9mlpo {
    float: right;
}

.header_mobile_nav_ground {
    display: none;
}

.header_mobile_nav_ground {
    text-align: right;
    cursor: pointer;
}

/* pages start */
.pages_template__ground__s9mlp {
    width: 100%;
}

.banner__smlp {
    width: 100%;
    position: relative;
    height: 300px;
    overflow: hidden;
}

.banner__smlp img {
    width: 100%;
    height: inherit;
}

.title__s8nlp {

    position: absolute;
    bottom: 70px;
    left: 30px;

    line-height: 1em !important;
    background: #fff;
    padding: 10px 25px;
    margin-left: 0;
    display: inline-block;
    box-shadow: 0 4px 10px #00113333;
    font-family: roboto, helvetica, sans-serif !important;
    color: #2776BC !important;
    font-weight: 400 !important;
    font-size: 36px !important;
}

.breadcrumb_ystp {
    padding-bottom: 5px !important;
}

.single__9sml_ground {
    width: 100%;
    padding-bottom: 10px;
}

/* pages End */

/* blog start */
.blog_ground__s8nlo {
    width: 100%;
    padding-bottom: 2rem;
}

.blog_grid__ground_s8ml {
    width: 100%;
    display: grid;
    grid-template-columns: 250px auto;
    grid-gap: 15px;
}

.part__S9mlp {
    width: 100%;
}

.blog_sidebar__tsy {
    width: 100%;
    background-color: #f5f5f5;
    border-bottom: 5px solid #bab9b9;
}

.title__s9mlpo {
    color: var(--brand_color_1);
    font-size: 40px;
    font-weight: 500;
}

.blog_card_ground__s9mlp {
    width: 100%;
    padding-top: 1rem;
    display: grid;
    grid-template-columns: 49% 49%;
    grid-gap: 15px;
}

.blog_card__s8jk {
    width: 100%;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #BDBDBD;
}

.images__gwppn_blog {
    width: 100%;
    height: auto;
}

.images__gwppn_blog img {
    width: 100%;
    height: inherit;
    object-fit: contain;
}

.content__s8mnlp__s9mlp {
    width: 90%;
    margin: auto;
}

.title__s8nlpo {
    width: 100%;
    color: #555;
    font-size: 22px;
    line-height: 1.25em;
    font-weight: 500;
    padding-top: 15px;
    padding-bottom: 15px;
}

.dec__s8nlpi {
    color: #555;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 15px;
    text-align: justify;
}

.more__btn__s9mlp {
    margin: auto;
    width: 130px;
    text-align: center;
    display: block;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    fill: #095;
    padding: 12px 24px;
    color: #095;
    background-color: #0950;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #095;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 35px;

}

.more__btn__s9mlp:hover {
    background-color: #095;
    color: #fff;
}

.tum__s9mlp_sdol {
    width: 100%;
    margin-bottom: 10px;
}

.tum__s9mlp_sdol img {
    width: 100%;
    height: inherit;
    object-fit: contain;
}

.sidebar_content_9asl {
    width: 95%;
    margin: auto;
}

.title__s8nbdlp {
    color: #919191;
    font-size: 14px;
    text-transform: uppercase;
}

.form_col__s9mlp {
    width: 100%;
    margin-bottom: 15px;
}

.custom-dropdown {
    width: 200px;
    height: 40px;
    font-size: 16px;
    padding: 5px;
    cursor: pointer;
    color: #555;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #D3D3D3;
    border-radius: 4px 4px 4px 4px;
}

.custom-option {
    width: 200px;
    height: 40px;
    padding: 5px;
    background-color: #f0f0f0;
    /* Optional: Change background color */
    /* Other styling like font, color, etc. */
    cursor: pointer;
    color: #555;
}

.form_col__s9mlp {
    width: 100%;
    margin-top: 10px;
}

.btn__s9mp0_s9ml {
    width: 180px;
    text-align: center;
    /* margin: auto; */
    padding: 10px 7px 10px 7px;
    background-color: var(--brand_color_1);
    color: #fff;
    font-weight: 700;
    border-radius: 6px;
    cursor: pointer;
}


/* blog end */

/* FOOTER */
.footer_ground__8snlp {
    padding-top: 3rem;
    padding-bottom: 25px;
    background-size: cover;
    /* background-position: center;
    background-repeat: no-repeat;
    background-image: url(https://www.sensoscientific.com/wp-content/themes/ct-theme/assets/images/footer-bg.png); */
    color: #fff;
    font-size: 0.938rem;
    /* font-family: "Kumbh Sans", sans-serif; */
    background-color: #2d2c32;
}

.footer_grid_ground__9snnnpo {
    width: 100%;
    display: grid;
    grid-template-columns: 24% 23% 23% 23%;
    grid-gap: 2%;
}

.content__8snlop {
    width: 100%;
}

.content__8snlop a {
    width: 100%;
    display: block;
    margin-bottom: 5px;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    position: relative;
}

.content__8snlop a:hover {
    color: #fff;
}

.content__8snlop img {
    width: 200px;
    margin-bottom: 20px;
}

.icom__8anlp__8asml {
    position: absolute;
    left: -27px;
    top: 4px;
    color: #fff;
}

svg.icon__ropli__8snl {
    color: #fff;
    margin-right: 5px;
}

.title__9snlpol {
    color: #fff;
    line-height: 24px;
    font-weight: 900;
    letter-spacing: 1px;
    font-size: 19px;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.footer_2nd__8snlp {
    width: 100%;
    margin: auto;
    padding-top: 42px;
    padding-bottom: 12px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #2d2c32;
}

.footer_container__s9mlo {
    width: 60%;
    margin: auto;
}

.logo__s8nwp {
    display: flex;
}

.logo__s8nwp img {
    margin-right: 8px;
    width: 120px;
    height: 120px;
}

/* Footer end */