@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100&display=swap');


.top-nav-bar-diff {
    top: 0em;
    transition: 1s;
}

.navbar-nav>li.active>a {
    color: #7f1416;
}

.megamenu-fw:hover>a {
    color: #7f1416 !important;
}

#header {
    font-weight: 600;
    font-size: 14px;
    font-family: Poppins;
    letter-spacing: .5px;
    color: #000;
}

.header-top {
    position: relative;
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.page-width {
    padding-left: 15px;
    padding-right: 15px;
}

.valign-wrapper {
    display: flex;
    align-items: center;
}

.ishiheadercontactblock {
    cursor: pointer;
    display: inline-block;
    text-align: left;
    white-space: nowrap;

}

@media (max-width:800px) {
    .header-call-info {
        display: none;
    }
}

@media (min-width:801px) {
    .header-call-info {
        display: block;
    }
}

@media (max-width:800px) {
    .westhill {
        margin-top: 15em !important;
        background-color: rgba(0, 0, 0, 0.5) !important;
        padding: 4px !important;
        background-position: left top !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        height: auto !important;
    }

    .westhill h6 {
        font-size: 34px !important;
    }


}

@media (max-width:801px) {
    .hr-1 {
        margin-right: auto !important;
    }
}

@media (max-width:801px) {
    .hr-2 {
        margin-left: auto !important;
    }
}

@media (max-width:801px) {
    .ben {
        padding-left: 0em !important;
    }
}

.call-content {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.call-img {
    width: 55px;
    height: 55px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #ddd;
    border-radius: 50%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    padding: 0;
}

.call-tittle {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding-left: 7px;
    font-family: Poppins !important;
}

.call-text {
    color: #000;
    font-size: 19px;
    line-height: 21px;
    font-family: Poppins !important;
}

.call-num {
    color: #666;
    font-size: 15px;
}

.header-logo-section {
    text-align: center;
    margin: 0 auto;
}

.header__logo {
    margin: 0;
}

.header__logo-image {
    display: inline-block;
    color: #000;
}

.logo-dark {
    width: 137px;
}

.cart-wishlist {
    text-align: right;
    padding-right: 15px;
}

#_desktop_cart {
    text-align: right;
    white-space: nowrap;
    position: relative;
    padding-right: 0;
}

.cart-display {
    display: inline-block;
    vertical-align: middle;
}

#mobile_top_menu_wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    bottom: 0;
    background: white;
    z-index: 999;
    overflow-y: auto;
    overflow-x: auto;
}

#top_menu_closer {
    cursor: pointer;
    color: #000;
    padding: 10px 10px 0;
    text-align: right;
}

.menu-mat-icon {
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
}

#_mobile_top_menu {
    padding: 10px;
}

.nav-menu-bar {
    border-top: 1px solid #e9e0e0 !important;
}

.navbar-collapse>ul>li>a {
    font-weight: 500 !important;
}

/* end menu */

/* carousel */

.carousel {
    width: 80vw;
    height: 250px;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}



.controls {
    opacity: 1;
    display: flex;
    position: absolute;
    top: 50%;
    left: 0;
    justify-content: space-between;
    width: 100%;
    z-index: 99999;
    transition: all ease 0.5s;
    font-size: 4em;
    color: white;
}

.control {
    margin: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border-radius: 50%;

    opacity: .5;
    transition: ease .3s;
    cursor: pointer;

    /* &:hover {
        opacity: 1;
    } */
}



.slides {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    width: 100%;
    transition: 1s ease-in-out all;
}

.slide {
    min-width: 100%;
    min-height: 250px;
    height: auto;
}

@media (max-width: 1000px) {
    .home-carousel {
        height: 55%;
    }
}

@media (min-width: 1000px) {
    .home-carousel {
        height: 90%;
    }
}

@media(max-width:1000px) {

    #ishiservices .services .service-block .service-title,
    #ishiservices .services .service-block .service-desc {
        display: none !important;
    }
}

/* end carousel */

/* start footr */
.footer-section {
    padding: 15px;
    background: center bottom;
    visibility: hidden;
    animation-name: none;
    background-color: honeydew;
    border-bottom: 1px solid #706767;
}

/* end footer */
/* process section */
.process-section {
    padding-top: 0px;
    padding-bottom: 75px;
    visibility: visible;
    animation-name: fadeIn;
    background-color: #ffffff;
}

.process-header {
    background-image: url('');
    background: #862b06;
    background-size: cover;
    padding: 40px 0;
    margin-bottom: 75px;
    border-radius: 3em;
}

.process-header-text {
    width: 100%;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 600;
}

.process-heading-text {
    text-transform: uppercase;
    font-size: 45px;
    color: #353d47;
    line-height: 50px;
    font-weight: bold;
    padding: 0;
    display: inline-block;
}

.process-desc-text {
    font-weight: normal;
    font-size: 17px;
    line-height: 30px;
    color: #111111;
    padding: 35px 0px 50px 0px;
}

/* end process section */

/* certification section */

.certificate-section {

    padding-bottom: 75px;
    visibility: visible;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* end certification section */


/** products section **/
.text_align_center {
    text-align: center;
}

.products {
    background: #fff;
    padding: 0 30px 0 30px;
}


.products .titlepage p {
    padding-top: 5px;
}

.latest {
    margin-top: 30px;
    background: #fff;
    padding: 25px 25px 0px 25px;
    box-shadow: 3px 0 62px rgba(13, 3, 3, 0.20);
    margin-bottom: 70px;
}



@media (min-width: 1000px) {
    .fix {
        min-height: 37em;
    }
}


.latest figure {
    margin: 0;
}

.latest .read_more_btn {
    margin: 0 auto;
    display: block;
    /* position: absolute; */
    z-index: 99999;
    max-width: 174px;
    height: 51px;
    line-height: 51px;
    font-weight: normal;
    bottom: -8%;
    right: 0;
    left: 0;
    bottom: 0;
}

.nostrud h3 {
    color: #151515;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    padding-top: 52px;
}

.nostrud p {
    padding: 5px 0 30px 0;
    color: #0f100d;
    line-height: 28px;
    font-weight: normal;
}

.nostrud {
    position: relative;
}

/* .nostrud::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    background: url(../images/corona_icon.png);
    bottom: -40px;
    width: 80px;
    height: 81px;
    text-align: center;
    margin: 0 auto;
} */
.read_more_btn:hover {
    background: #507804;
    color: #fff !important;
    transition: ease-in all 0.5s;
}

.read_more_btn {
    font-size: 17px;
    background-color: #7f1416;
    color: #fff !important;
    width: 100%;
    max-width: 180px;
    text-align: center;
    display: inline-block;
    transition: ease-in all 0.5s;
    font-weight: bold;
    height: 60px;
    text-transform: uppercase;
    line-height: 60px;
}

.products .titlepage h2 {
    text-transform: uppercase;
    font-size: 45px;
    color: #353d47;
    line-height: 50px;
    font-weight: bold;
    padding: 0;
    display: inline-block;
    margin-bottom: 0;
}

.products .titlepage p {
    margin: 0px;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    padding-top: 5px;
}

@media (max-width:800px) {
    .shopify-section>.page-width>#ishiservices {
        padding: 5px 0 !important;
    }
}

@media (max-width:800px) {
    .products_slides .grid-item a {
        font-size: 16px !important;

    }
}
@media (max-width:800px) {
    .products_slides .blog-post .blog-categories{
        position: inherit;
        bottom: 0;
        left: 0;
        z-index: 25;
        padding: 34px 20px 8px;
    }
}
@media (max-width:1473px){
    #address.margin{
        margin-top: 0px !important;
    }
}
@media (max-width:1473px){
    #address.margin1{
        margin-top: 18px !important;
    }
}
@media (max-width:1440px){
    #address.margin1{
        margin-top: 0px !important;
    }
}
@media (max-width:1440px){
    #address.margin{
        margin-top: -2em !important;
    }
}
@media (max-width:1280px){
    #address.margin1{
        margin-top: -26px !important;
    }
}
@media (max-width:1280px){
    #address.margin{
        margin-top: -4em !important;
    }
}
@media (max-width:1196px){
    #address.margin1{
        margin-top:  0px !important;
    }
}

/** end products section **/