@import url('https://fonts.cdnfonts.com/css/termina');
@import url('https://fonts.cdnfonts.com/css/autography');
.mb-20 {
    margin-bottom: 20px;
}

.mb-50 {
    margin-bottom: 50px;
}

.footer-section h4 {
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: capitalize;
    color: #eee;
}

.pb-50 {
    padding-bottom: 50px;
}

.water-text {
    font-size: 36px;
}

.title-text {
    font-size: 36px
}

.text-align-end {
    text-align: end;
}

.footer-section .ul-li-right>ul {
    float: left;
}

.footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #101010;
}

.footer-social-link {
    display: flex;
    justify-content: center;
}

.breadcrumb-section {
    height: 450px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.breadcrumb-section {
    width: 100%;
    position: relative;
}

.breadcrumb-section .overlay {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.service-default ul li a {
    color: #434343;
    position: relative;
}

.service-default ul li a:before {
    background-color: #434343;
}

.service-default ul li a:before {
    bottom: 0px;
    height: 1px;
    content: "";
    position: absolute;
    background: #434343;
    transition: width 0.3s linear;
}

.service-default ul li a:hover:before {
    left: 0px;
    width: 100%;
    right: auto;
}

.contact-section.text-white .form-item textarea {
    color: #ffffff;
    background-color: transparent;
    border-bottom: 1px solid #646464;
}

.catelouge-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0;
}

.product-name {
    margin-top: 10px;
}

.product-img img:hover {
    transform: scale(1.2);
    transition: all .5s;
}

.catelouge-name h4 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 5px;
}

.product-heading h4 {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 5px;
}

.product-heading p {
    color: #434343;
    font-size: 14px;
    font-weight: 500;
}

.widget-category h3 {
    font-weight: 700;
}

.tag-list.ul-li strong.list-title {
    width: 115px;
}

.tag-list.ul-li li b {
    padding-right: 5px;
}

.product-checkbox li {
    font-size: 12px!important;
}

.product-checkbox a {
    display: flex!important;
    justify-content: space-between;
    align-items: center;
}

.product-checkbox li.form-group {
    white-space: nowrap;
}

.product-checkbox li.form-group label {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.bg-product {
    background: #fbfbfb;
}

.product-checkbox li {
    width: 100%!important;
}

ul.product-checkbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#product-filters {
    overflow-y: scroll;
    height: 70vh;
    background: #fff;
    overflow-x: hidden;
    padding: 20px;
    margin-top: 30px;
}

.mt-20 {
    margin-top: 20px;
}

#product-filters::-webkit-scrollbar {
    width: 12px;
}

#product-filters::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

#product-filters::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

#product-filters::-webkit-scrollbar-thumb:hover {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.8);
}

.product-checkbox li input.input-checkbox {
    webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    box-sizing: border-box;
    width: 20px !important;
    height: 20px;
    background-color: #f2f2f2;
    border: 1px solid #1A161612;
    border-radius: 0;
    position: relative;
    cursor: pointer;
}

.product-checkbox input[type=checkbox] {
    position: relative;
    border: 2px solid #000;
    border-radius: 2px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 0 .6em 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    opacity: .5;
}

.product-checkbox input[type=checkbox]:hover {
    opacity: 1;
}

.product-checkbox input[type=checkbox]:checked {
    background-color: #000;
    opacity: 1;
}

.product-checkbox input[type=checkbox]:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 4px;
    height: 10px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}

.counter-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter-flex span {
    font-size: 36px;
    padding-left: 12px;
}

.year-warrenty {
    position: fixed;
    bottom: 15px;
    left: 10px;
    z-index: 1000;
}

.translate {
    position: fixed;
    bottom: 70px;
    left: 15px;
    width: 50px;
    height: 50px;
    background-color: #000;
    overflow: hidden;
    border-radius: 50%;
    display: -ms-grid;
    display: grid;
    place-content: center;
    cursor: pointer;
    -webkit-box-shadow: 0 0 12px rgb(0 0 0 / 8%);
    box-shadow: 0 0 12px rgb(0 0 0 / 8%);
    z-index: 1000;
}

.translate i {
    color: #fff;
    font-size: 24px;
}

#google_translate_element {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.goog-te-gadget {
    font-family: arial;
    font-size: 11px;
    color: #666;
    white-space: nowrap;
}

.layer-water {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sec-ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.abc {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
    width: 100%;
}

.mt-30 {
    margin-top: 30px;
}

.bg-sub-product {
    background-color: #0a0a0a;
}

@media screen and (max-width: 1500px) {
    .owl-item video {
        height: 100%;
        /* width: 100%; */
    }
}

@media screen and (max-width: 1360px) {
    .ul-li-block>ul>li {
        font-size: 14px;
    }
}

@media screen and (max-width: 1179px) {
    .ul-li-block>ul>li {
        font-size: 12px;
    }
}

@media screen and (min-width: 1100px) {
    .architecture-carousel .item {
        height: 90vh;
    }
   
}

.mob-on {
    display: none;
}

@media screen and (max-width: 1100px) {
     .ul-li-block>ul>li {
        font-size: 11px;
    }
    .ipad-none {
        display: none !important;
    }
    .owl-item:first-child {
        display: none !important;
    }
    .mob-off {
        display: none;
    }
    .mob-on {
        display: block;
    }
}

@media screen and (max-width: 800px) {
    .ipad-mt-30 {
        margin-top: 30px;
    }
    .portfolio-fullimage .item-content .item-title {
        font-size: 16px;
        font-weight: 500;
    }
}

@media screen and (max-width: 600px) {
    .portfolio-fullimage .item-content {
        padding: 10px;
    }
    .portfolio-fullimage .item-content .item-title {
        font-size: 14px;
    }
    .sidebar-section {
        max-width: 100%;
        margin: 0px;
    }
    .footer-section {
        text-align: left;
    }
    .footer-social-link {
        justify-content: left;
    }
    .ul-li-center>ul {
        justify-content: center;
        display: grid;
    }
    .product-heading h4 {
        font-size: 14px;
    }
    .water-text {
        font-size: 21px;
    }
    #product-filters {
        height: 49vh;
    }
    .mob-d-none {
        display: none;
    }
    .breadcrumb-section .breadcrumb-nev>ul>li:last-child {
        margin-right: 20px !important;
    }
    /* .owl-item:nth-child(5) {
        display: none !important;
    } */
    .owl-theme .owl-nav.disabled+.owl-dots {
        display: none!important;
    }
    .architecture-carousel .item .item-content {
        margin-left: 10px;
    }
}