@charset "UTF-8";

@import url('fonts/stylesheet.css');





body {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #8a8a8a;
}


h1{
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 25px;
    color: #ffffff;
}

h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
    font-size: 50px;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
}

h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
    color: #000000;
}

h4 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    color: #333333;
}

h5 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 24px;
    color: #000000;
}




footer h5 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    padding-top: 30px;
}

footer h5::before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    height: 28px;
    width: 250px;
    background: url(../../../../../image/catalog/Home/footer-title.png) no-repeat center top;
    background-size: contain;
}




body:not(.cke_editable) h2:not(.swal2-title):not([style]) {
    margin-bottom: 0px;
}

body:not(.cke_editable) h2:not(.swal2-title):not([style])::after {
    display: none;
}


body:not(.cke_editable) h2:not(.swal2-title):not([style]) span {
    display: inline-block;
    position: relative;
    line-height: 1;
}

body:not(.cke_editable) h2:not(.swal2-title):not([style]) span:before {
    position: absolute;
    content: '';
    top: 0;
    left: -20px;
    width: 14px;
    height: 120%;
    background: url(../../../../../image/catalog/Home/heading-element-1.png) no-repeat center center;
    background-size: contain;

}

body:not(.cke_editable) h2:not(.swal2-title):not([style]) span:after {
    position: absolute;
    content: '';
    top: 0;
    right: -20px;
    width: 14px;
    height: 120%;
    background: url(../../../../../image/catalog/Home/heading-element-2.png) no-repeat center center;
    background-size: contain;

}









a{
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
}

a:hover{
    opacity: 0.6;
}

img{
    display: block;
    width: 100%;
}

.container{
    width: 90%;
    max-width: 1450px;
    padding: 0;
}

ul{
    padding: 0;
}


.page-banner .page-banner-title {
    display: none;
}






.breadcrumb {
    border: none;
    text-align: center;
    background: transparent;
    margin: 0;
    padding: 20px 0;
}

.breadcrumb > li {
    padding: 0 10px;
}

.breadcrumb > li a{
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #8a8a8a;
    text-transform: uppercase;
}

.breadcrumb li::after {
    content: '>';
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #8a8a8a;
    font-size: 12px;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    top: 0;
}


.button{
    display: inline-block;
    line-height: 1;
    padding: 13px 35px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px;
    color: #ffffff;
    background: #c92823;
    -webkit-clip-path: polygon(calc(100% - 12px) 0, 100% 50%, calc(100% - 12px) 100%, 12px 100%, 0 50%, 12px 0);
    clip-path: polygon(calc(100% - 12px) 0, 100% 50%, calc(100% - 12px) 100%, 12px 100%, 0 50%, 12px 0);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    border: none;
}

.button:hover{
    opacity: 1;
    background: #911d19;
    color: #ffffff;
}


























/* header  */

header .container{
    width: 90%;
    max-width: 1450px;
    padding: 0;
}

.fixed-header {
    border-bottom: 5px solid #000000;
}


.top-header{
    position: relative;
    background: #c92823;
}

.top-header .container{
    padding: 10px 0;
    text-align: center;
}

.top-header .container .content{
font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
    color: #ffffff;
    font-size: 11px;
    text-transform: unset;
    letter-spacing: 0;
    line-height: 1;
}

.top-header .container .content marquee{
    display: block;
    padding-top: 3px;
}

.header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-template-columns: unset;
    -ms-grid-columns: unset;
    grid-template-rows: unset;
    -ms-grid-rows: unset;
}

.header-container .header-logo {
    grid-column: unset;
    grid-row: unset;
    -ms-grid-column: unset;
    -ms-grid-row: unset;
    -ms-grid-column-span: unset;
    -ms-grid-row-span: unset;
    flex-direction: unset;
    width: 15%;
    position: relative;
}

.header-container .header-logo .header-logo-image{
    position: absolute;
    width: 100%;
    max-width: 180px;
    top: 10px;
    left: 0;
}

.header-container .header-logo .header-logo-image img{
    width: 100%;
}

.header-container .header-menu {
    grid-column: unset;
    grid-row: unset;
    -ms-grid-column: unset;
    -ms-grid-row: unset;
    -ms-grid-column-span: unset;
    -ms-grid-row-span: unset;
    flex-direction: unset;
    justify-content: center;
    width: 70%;
}

.header-container .header-menu .content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-container .header-menu #main-menu>li>a {
    padding: 15px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
    color: #000000;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    line-height: 1;
}

.header-container #enquiry>a .badge, .header-container #cart>a .badge {
    position: relative;
    top: unset;
    left: unset;
    background: transparent;
    padding: 0px 10px;
    transform: unset;
    color: #000000;
    display: table-cell;
    font-weight: bold;
}

.header-container #enquiry>a .badge>span, .header-container #cart>a .badge>span {
    font-size: 14px;
}

.header-container .header-menu #main-menu>li {
    position: relative;
}

.header-container .header-menu #main-menu>li::before {
    position: absolute;
    content: '';
    bottom: -5px;
    left: 0;
    right: 0;
    width: 100%;
    height: 5px;
    background: rgb(221,38,33);
    background: -moz-linear-gradient(90deg, rgba(221,38,33,0) 0%, rgba(221,38,33,1) 35%, rgba(221,38,33,1) 65%, rgba(221,38,33,0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(221,38,33,0) 0%, rgba(221,38,33,1) 35%, rgba(221,38,33,1) 65%, rgba(221,38,33,0) 100%);
    background: linear-gradient(90deg, rgba(221,38,33,0) 0%, rgba(221,38,33,1) 35%, rgba(221,38,33,1) 65%, rgba(221,38,33,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dd2621",endColorstr="#dd2621",GradientType=1);
    opacity: 0;
}

.header-container .header-menu #main-menu>li.active::before {
    opacity: 1;
}


.header-container .header-right {
    width: 15%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
}

#fullpage-search-open{
    width: 50px;
}

#fullpage-search-open i{
    color: #000;
}

.header-right a img{
    width: 16px;
    margin: auto;
}

.header-right #account a img{
    width: 13px;
}

.header-container .header-links>a, .header-container #account>a[data-toggle="dropdown"], .header-container #enquiry>a, .header-container #cart>a, .header-container ._search>a {
    padding: 10px 5px;
    width: 30px;
}




/* footer  */

footer {
    background: url(../../../../../image/catalog/Home/footerbg.jpg) no-repeat center center;
    background-size: cover;
    border-top: 1px solid #ddd;
    color: #000000;
    padding-bottom: 0;
}

body #footer-area {
    margin-top: 0;
}

footer .container {
    width: 90%;
    max-width: 1450px;
    padding: 0;
}

footer .container .footer-upper-contet {
    padding-bottom: 30px;
}

footer a {
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
}

footer a:hover {
    color: #000000;
}

footer .list-unstyled li {
    padding: 5px 0;
}

footer .footer-btm {
    background: #919191;
    padding-top: 10px;
}



.bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




/* home  */

.home_page > .row {
    margin-right: 0;
    margin-left: 0;
}

.home_page #content {
    padding-right: 0;
    padding-left: 0;
}

.home_10{
    position: relative;
 height: 65vh;
}

.home_10 .img-container{
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.home_20{
    position: relative;
    padding-bottom: 50px;
}

.home_20 .bg{
    background: url(../../../../../image/catalog/Home/homebg-1.jpg) no-repeat center center;
    background-size: cover;
}

.home_20 .content{
    position: relative;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.home_20 .content:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../../../../image/catalog/Home/bg-services.png) no-repeat center center;
    background-size: contain;
}

.home_20 .content .container{
    position: relative;

}

.home_20 .content .container ul{
    list-style: none;
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*grid-auto-rows: 1fr;*/
    /*-ms-flex-wrap: wrap;*/
    /*flex-wrap: wrap;*/
    margin-bottom: 0;
}

.home_20 .slick-prev:before,.home_20  .slick-next:before {
    font-size: 50px;
}

.home_20 .slick-prev, .home_20 .slick-next {
    width: 50px;
    height: 50px;
}

.home_20 .slick-prev {
    left: -55px;
}

.home_20 .slick-next {
    right: -55px;
}

.home_20 .content .container ul li{
    /*width: 33.33%;*/
    display: block;
    padding: 15px 0;
}

.home_20 .content .container ul li a{
    position: relative;
    display: block;
    height: 100%;
    z-index: 2;
}

.home_20 .content .container ul li .li-container{
    height: 200px;
    width: 96%;
    max-width: 460px;
    position: relative;
    margin: auto;
}

.home_20 .content .container ul li .li-container .img-container{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    border: 6px solid #414042;
}

.home_20 .content .container ul li .li-container .text-container{
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 18px;
    width: 100%;
    padding: 12px 25px;
    background: hsla(270, 2%, 25%, 0.8);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
}

.home_20 .content .container ul li .li-container a:hover{
    opacity: 1;
}

.home_20 .content .container ul li .li-container a:hover .text-container{
    background: hsla(2, 76%, 47%, 0.8);
}

.home_20 .content .container ul li .li-container .text-container h1{
    line-height: 1;
    margin: 0;
}

.home_20 .content .container .title{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    padding-top: 20px;
}

.home_30{
    position: relative;
}

.home_30 .bg{
    background: url(../../../../../image/catalog/Home/homebg-2.jpg) no-repeat center top;
    background-size: cover;
}

.home_30 .bg::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: #414042;
}

.home_30 .content{
    position: relative;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.home_30 .content .container{
    position: relative;
}

.home_30 .content .container ul{
    list-style: none;
}

.home_30 .content .container ul .slick-list{
    border: 8px solid #414042;

}

.home_30 .content .container ul li{
    outline: none;
    position: relative;
}

.home_30 .content .container ul li .li-container{
    border: 3px solid #414042;
}

.home_30 .content .container ul li .li-container a{
    display: block;
    opacity: 1;
}

.home_30 .content .container ul li .li-container .img-container{
    height: 280px;
    position: relative;
        background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home_30 .content .container ul li .li-container .img-container:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 0%, 0.5);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.home_30 .content .container ul li:hover .li-container a .img-container:before{
    opacity: 0;
}

.home_30 .content .container ul li .li-container .text-container{
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 22px;
    width: 90%;
    padding: 8px 25px 8px 10px;
    pointer-events: none;
}

.home_30 .content .container ul li .li-container .text-container:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #d3221d;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-clip-path: polygon( calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%, 0 0);
    clip-path: polygon( calc(100% - 20px)0, 100% 50%, calc(100% - 20px) 100%, 0 100%, 0 0);
    opacity: 0;
}

.home_30 .content .container ul li:hover .li-container .text-container:before{
    opacity: 1;
}

.home_30 .content .container ul li .li-container .text-container .text-content{
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-auto-rows: 1fr;
    position: relative;
}

.home_30 .content .container ul li .li-container .text-container .text-content .left{
    width: 50px;
    padding-right: 10px;
    height: 100%;
    margin: auto;
}

.home_30 .content .container ul li .li-container .text-container .text-content .left img{
    width: 100%;
    display: block;

}

.home_30 .content .container ul li .li-container .text-container .text-content .right{
    width: calc(100% - 50px);

}

.home_30 .content .container ul li .li-container .text-container .text-content .right h1{
    margin-bottom: 0;
    color: #fffefe;
}

.home_30 .content .container ul li .li-container .text-container .text-content .right a{
    text-transform: uppercase;
    color: #fffefe;
    font-weight: 600;
    padding-top: 5px;
    pointer-events: auto;
}


.slick-dots li button:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    content: '';
    opacity: 1;
    background: #414042;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 0.75;
    background: #c92823;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    background: #c92823;
}






















/* about  */

.about_page{
    background: url(../../../../../image/catalog/About/aboutbg.jpg) no-repeat center center;
    background-size: cover;
        min-height: 65vh;
            font-size: 14px;
}

.about-10{
    text-align: center;
    padding-top: 40px;
    max-width: 1000px;
    margin: auto;
}

.about-10 strong{
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    font-style: italic;
}

.about-10 p{
    
}

.about-10 .img-container{
    padding-top: 45px;
    max-width: 750px;
    margin: auto;
}

.about-10 .img-container img{
    
}

.about-20{
    padding-top: 25px;
    text-align: center;
    width: 80%;
    max-width: 420px;
    margin: auto;
}

.about-20 h4{
    
}

.about-20 p{
    font-size: 20px;

}

.about-30{
    padding-top: 45px;
    text-align: center;
    padding-bottom: 125px;
}

.about-30 h4{
    
}

.about-30 .img-container{
    padding: 0 5%;
}

.about-30 .img-container img{
    
}

.about-30 .flex{
    list-style: none;
    padding-top: 5px;
}

.about-30 .flex li{
    width: 16.66%;
}

.about-30 .flex li .li-container{
    width: 90%;
    margin: auto;
}

.about-30 .flex li .li-container p{
    line-height: 1.2;
}






/* projects */

.news-ncategory .news-listing{
    background: url(../../../../../image/catalog/Project/projectbg-1.jpg) no-repeat center top;
    background-size: cover;
    padding-bottom: 50px;
}

.news-article .news-listing{
    background: url(../../../../../image/catalog/Project/inner-bg.jpg) no-repeat center top;
    background-size: cover;
}


.bnews-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
     -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 50px;
}


.bnews-list .artblock{
    width: 25%;
}

.bnews-list .artblock .img-container{
    position: relative;
    border: 2px solid #414042;
}

.bnews-list .artblock .img-container a{
    opacity: 1;
}

.bnews-list .artblock .img-container .name{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.bnews-list .artblock .img-container .name:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 75%;
    -webkit-clip-path: polygon(92% 0, 100% 50%, 92% 100%, 0 100%, 0 0);
    clip-path: polygon(92% 0, 100% 50%, 92% 100%, 0 100%, 0 0);
    background: #c92823;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    opacity: 0;
}

.bnews-list .artblock:hover .img-container .name:before{
    opacity: 1;
}

.bnews-list .artblock .img-container .name a{
    max-width: 60%;
    display: inline-block;
    position: relative;
    z-index: 1;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    color: #ffffff;
    padding: 15px 18px;
    line-height: 1;
    text-decoration: none;
}

.bnews-list .artblock .article-image {
    margin-right: 0;
    margin-bottom: 0;
}

.bnews-list .artblock .description a {
    display: block;
    padding-top: 5px;
    color: #aaaaaa;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    opacity: 1;
}

.bnews-list .artblock:hover .description a {
    color: #333333;
}

.article-content{
    padding-top: 40px;
}

.project_name{
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    color: #ffffff;
    line-height: 1;
    padding: 12px 110px 12px 16px;
    position: relative;
    display: inline-block;
    background: #c92823;
    -webkit-clip-path: polygon(calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 0 100%, 0 0);
    clip-path: polygon(calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 0 100%, 0 0);
    margin-top: 25px;
    margin-bottom: 10px;
}

.article-content p{
    color: #333333;
}

.article-content .product-image-main img{
    border: 1px solid #414042;
}

.article-content .slick-next {
    right: 10px;
}

.article-content .slick-prev {
    left: 10px;
}

.article-content .slick-prev:before, .article-content .slick-next:before {
    color: #414042;
}

.article-content .slick-prev, .article-content .slick-next {
    z-index: 2;
}

.article-content .product-image-additional {
    padding-top: 20px;
}

.article-content .product-image-additional img{
    border: 1px solid #414042;
}

.article-content .product-image-additional .img-container{
    position: relative;
}

.article-content .product-image-additional .img-container::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 0%, 0.7);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;

}

.article-content .product-image-additional .img-container.slick-current::before{
    opacity: 0;
}

.article_btn_cotnainer{
    margin-top: 30px;
    position: relative;
    padding-top: 30px;
    border-top: 1px solid #b1b1b1;
    width: 100%;
    padding-bottom: 110px;
}

.article_btn_cotnainer .back_btn{
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    color: #ffffff;
    line-height: 1;
    padding: 12px 30px 12px 45px;
    position: relative;
    display: inline-block;
    background: #000000;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 15px 100%, 0 50%, 15px 0);
    clip-path: polygon(100% 0, 100% 100%, 15px 100%, 0 50%, 15px 0);
    margin-top: 25px;
    margin-bottom: 10px;
}

.article_btn_cotnainer .next_btn{
    float: right;
    margin-top: 25px;
    margin-bottom: 10px;
    color: #ffffff;
}

.next_btn{
    border: none;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    color: #ffffff;
    line-height: 1;
    padding: 12px 45px 12px 30px;
    position: relative;
    display: inline-block;
    background: #c92823;
    -webkit-clip-path: polygon(calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 0 100%, 0 0);
    clip-path: polygon(calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 0 100%, 0 0);

}





/* product  */

@media (min-width: 768px){
    .product_page .col-sm-3 {
        width: 18%;
    }

    .product_page .col-sm-9 {
        width: 82%;
    }


}

.featured-module{
    padding-top: 30px;
}


.product_page{
    background: url(../../../../../image/catalog/Product/listings-bg.jpg) no-repeat center top;
    background-size: cover;
}

#product-filter-replace .col-md-6{
    float: right;
}

#product-filter-replace .input-group-b4 {
    display: block;
    -ms-flex-wrap: unset;
    flex-wrap: unset;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
}

#product-filter-replace .input-group-b4 > .form-control {
    width: auto;
    float: right;
}

#side-categories .item-header {
    border-bottom: 2px solid #000000;
}

#side-categories .group .level-1 {
    display: none;
}

#side-categories .group .item.active+.sub {
    border-top: none;
}

#side-categories .side-categories-level-1 > .group{
    border-bottom: none;
}

#side-categories .group .sub.level-2 {
    display: none;
}

#side-categories .group .item a {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
    color: #aaaaaa;
    font-size: 15px;
    padding: 18px 0;
    
}

#side-categories .group .level-2.active0.item a {
    color: #000000;
    
}

#side-categories .group:not(:last-child) {
    border-bottom: 1px solid #eeeeee;
}

#side-categories .group{
    border-bottom: 1px solid #eeeeee;
}



.list-group-item {
    padding: 10px 0px;
    background-color: unset;
}


#side-price #price_max, #side-price #price_min {
    background: unset;
    color: #000000;
}

#side-price #price_min {
    text-align: left;
}


.product-block .more-options-text {
    display: none;
}

.oos-sticker {
    color: #ffffff;
    background-color: #999999;
}

.sticker, .special-sticker {
    padding: 5px 3px 3px 13px;
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
    -webkit-clip-path: polygon(10px 0, 100% 0, 100% 100%, 10px 100%, 0 50%);
    clip-path: polygon(10px 0, 100% 0, 100% 100%, 10px 100%, 0 50%);
    line-height: 1;
    top: 8px !important;
    right: -5px;
}

.product-block .product-name h3{
    margin-bottom: 0;
}

.product-block .product-name h3 a{
    color: #000000;
}

.product-block .product-details .price {
    font-size: 14px;
    color: #777777;
}

.product-block .product-details .price .price-old {
    font-size: 14px;
    color: #cccccc;
    opacity: 1;
    text-decoration: line-through;
}

.product-block {
    max-width: 260px;
    margin: auto;
    padding-bottom: 0;
    border: 2px solid #606061;
    padding-bottom: 30px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    position: relative;
}

.product-block:hover {
    border: 2px solid #d3221d;
}

.product-view>.product-gutter {
    padding-bottom: 70px;
    padding-left: calc(40px / 2);
    padding-right: calc(40px / 2);
    position: relative;
}

.product-view {
    margin-left: calc(-40px / 2);
    margin-right: calc(-40px / 2);
}

.product-view>.product-gutter:before {
    position: absolute;
    content: '';
    bottom: 70px;
    right: 0;
    height: calc(100% - 120px);
    width: 1px;
    background: #e5e5e5;
}

.product-view>.product-gutter:nth-of-type(4n+4):before {
    display: none;
}

.product-block .btn-container{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
}







/* single product  */


.single_product{
    background: url(../../../../../image/catalog/Product/listings-bg.jpg) no-repeat center top;
    background-size: cover;
    padding-bottom: 100px;
}

.single_product .breadcrumb{
    padding-bottom: 60px;
}


.product-product .product-image-main-container {
    margin-bottom: 0px;
    border: 2px solid #636263;
    background: #ffffff;
}

.product-product .product-image-additional-container img {
    border: 2px solid #636263;
    background: #ffffff;
}

.product-product .product-image-additional-container {
    padding: 0px 50px;
    position: relative;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.single_product .list-unstyled{
    font-size: 14px;
    color: #777777;
}

.single_product .list-unstyled .product-description p{
    color: #000000;
}

.product-product #product {
    max-width: 380px;
    padding-top: 40px;
}

.single_product .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-auto-rows: 1fr;
}

.single_product .form-group .input-group-addon , .single_product .form-group .control-label {
    width: 105px;
    display: block;
    color: #000000;
    padding: 0;
    line-height: 40px;
    font-size: 15px;
    text-align: left;
    background-color: transparent;
    border: none;
    border-radius: 0;
}

div.required .control-label:before {
    display: none;
}

div.required .control-label:after {
    content: ' *';
    color: #000000;
    /* font-weight: bold; */
}

.single_product .form-group .input-group , .single_product .form-group .form-control{
    width: calc(100% - 105px);
    height: 40px;
}

.single_product .form-group .quantity_container{
    max-width: 155px;
}

.quantity_container .btn-number{
    width: 40px;
    position: relative;
    background: #000000;
    color: #ffffff;
}

.single_product .form-group .quantity_container .form-control{
    width: auto;
}

.single_product .form-group .button {
    padding: 13px 70px;
    white-space: nowrap;
}

.glyphicon {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    font-family: 'Josefin Sans', sans-serif;
    font-weight: normal;
}


.form-control {
    border: none;
}

select.form-control {
    color: #000000;
    text-align-last: center;
}

.featured-module .slick-track{
    padding-bottom: 50px;
}

.featured-module .target-heading{
    padding-bottom: 40px;
}


/* services  */

.services_page{
    
}

.services_page #content{
    padding-right: 0;
    padding-left: 0;
}

.services_page > .row{
    margin-right: 0;
    margin-left: 0;
}

.services_page .services_10{
    position: relative;
    background: url(../../../../../image/catalog/Services/servicebg-1.jpg) no-repeat center center;
    background-size: cover;
    padding-bottom: 50px;
}

.services_page .services_20{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 40px 0;
}

.services_page .services_20 .container{

}

.services_page .container .decription-container{
    width: 28%;
    color: #ffffff;
}

.services_page .container .decription-container .decription-content{
    width: 96%;
    max-width: 320px;
}

.services_page .container .content-container{
    width: 72%;
}

.services_page .container .content-container ul{
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-auto-rows: 1fr;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.services_page .container .content-container ul li{
    width: 33.33%;
    padding: 10px 0;
}

.services_page .container .content-container ul li .li-container{
    width: 96%;
    max-width: 315px;
    margin: auto;
    height: 200px;
    position: relative;
}

.services_page .container .content-container ul li .li-container > a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}


.services_page .container .content-container ul li .li-container .img-container{
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.services_page .container .content-container ul li .li-container .text-container{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 10px;
    text-align: center;

}

.services_page .container .content-container ul li .li-container .text-container .services_button{
    width: 80%;
    max-width: 180px;
    margin: auto;
    position: relative;
    display: block;
    opacity: 1;
    color: #ffffff;
    padding: 7px 0;
    line-height: 1;
}

.services_page .container .content-container ul li .li-container .text-container .services_button span{
    display: block;
    position: relative;
    z-index: 2;
    
}

.services_page .container .content-container ul li .li-container .text-container .services_button:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../../../../image/catalog/Services/btn-bg.png) no-repeat center center;
    background-size: contain;
}

.services_page .services_30{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 40px 0;
}


.services_page .services_30 .container .decription-container{
    order: 2;
    color: #333333;
}

.services_page .services_30 .container .decription-container .decription-content{
    float: right;
}

.services_page .services_30 .container .content-container{
    order: 1;

}



/* contact  */
.information-contact .row{
    margin-right: 0;
    margin-left: 0;
}

.information-contact #content {
    padding: 0;
}

.information-contact .breadcrumb {

}

.contact-page{
    background: url(../../../../../image/catalog/Contact/contact-bg.jpg) no-repeat center center;
    background-size: cover;
}

.contact-page .panel {
    margin-bottom: 0;
    margin-top: 40px;
    margin-bottom: 70px;
    padding: 0 4% 0px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    background: url(../../../../../image/catalog/Contact/bg-map.png) no-repeat center center;
    background-size: contain;
}

.contact-page .panel .panel-body {
    padding: 0;
}

.contact-page .panel .iframe-wrap{
    border: 7px solid #414042;
}

.contact-page .panel .iframe-wrap iframe {
    width: 100%;
    display: block;
}


.contact_20{
    padding-bottom: 100px;
}

.contact_20 .container{
    max-width: 1000px;
}

.contact_20 .container .left{
    width: 50%;
}

.contact_20 .container .left .left-container{
    width: 80%;
    max-width: 300px;
}

.contact_20 .container .left .left-container .row1{
    padding-bottom: 35px;
    font-size: 20px;
    color: #8a8a8a;
}

.contact_20 .container .left .left-container .row1 span{
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    padding-bottom: 5px;
}

.contact_20 .container .left .left-container .row2{

}

.contact_20 .container .left .left-container .row2 ul{
    list-style: none;
    padding-left: 20px;
    position: relative;
}

.contact_20 .container .left .left-container .row2 ul::before{
    position: absolute;
    content: '';
    top: 0;
    left: 6px;
    width: 3px;
    height: calc(100% - 3em);
    background: #dddddd;
}

.contact_20 .container .left .left-container .row2 ul li{
    padding-bottom: 40px;
    position: relative;
}

.contact_20 .container .left .left-container .row2 ul li::before{
    position: absolute;
    content: '';
    top: 0;
    left: -20px;
    width: 14px;
    height: 14px;
    background: url(../../../../../image/catalog/Contact/dot.png) no-repeat center center;
    background-size: contain;
}

.contact_20 .container .left .left-container .row2 ul li:nth-last-of-type(1){
    padding-bottom: 0;
}

.contact_20 .container .left .left-container .row2 ul li .li-container{

}

.contact_20 .container .left .left-container .row2 ul li .li-container span{
    color: #8a8a8a;
}

.contact_20 .container .left .left-container .row2 ul li .li-container a{
    color: #8a8a8a;
}

.contact_20 .container .right{
    width: 50%;
}

.contact_20 .container .right .right-container{

}

.contact-body> .form-group.full {
    flex: unset;
    min-width: calc(100% - 15px);
}

div.required .control-label:after {
    color: #8a8a8a;
}

.form-control {
    color: #000000;
    background-color: transparent;
    background-image: none;
    border: 2px solid #656465;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;

}



.information-career .row{
    margin-right: 0;
    margin-left: 0;
}

.information-career #content {
    padding: 0;
}

.career-page{
    background: url(../../../../../image/catalog/Career/career-bg.jpg) no-repeat center center;
    background-size: cover;
}


.career_10{
    padding-bottom: 100px;
    padding-top: 45px;
}

.career_10 .container{
    max-width: 1250px;
}

.career_10 .container .left{
    width: 50%;
}

.career_10 .container .left .left-container{
    width: 90%;
    max-width: 600px;
}

.career_10 .container .right{
    width: 50%;
}

.career_10 .container .right .right-container{

}

.career_10 .container .right .right-container h5{
    font-size: 27px;
    padding-bottom: 20px;
}

.career_10 .container .right .right-container .panel-group {
    margin-bottom: 100px;
}

.panel-default>.panel-heading {
    color: #000000;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #da7976;
    border-radius: 0;
}

.panel-group .panel {
    border-radius: 0;
}

.panel {
    margin-bottom: 20px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-title>a {
    padding: 10px 0;
}

.panel-body {
    padding: 15px 0;
}

textarea.form-control {
    height: 100px;
}

.enquiry-block{
    display: none;
}


.enquiry_form{
    padding-top: 60px;
}


.single_product .enquiry_form .form-group .input-group-addon, .single_product .enquiry_form .form-group .control-label {
    width: 180px;
}
.single_product .enquiry_form  .form-group .input-group, .single_product .enquiry_form  .form-group .form-control {
    width: calc(100% - 180px);
}

.button-wishlist img {
    width: 16px;
    display: inline-block;
    vertical-align: middle;
}

.button-wishlist {
    padding: 6px 20px;
    border: none;
    background: none;
    vertical-align: middle;
    color: #000000;
}

.button-wishlist span{
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    padding-top: 2px;
    padding-left: 3px;
}

.btn.active, .btn:active {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
}

.form-control:focus {
    border-color: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#product .form-control {
    border: none;
    background-color: #ffffff;
}




.pagination {
        text-align: center;
}

.pagination>li {
    display: inline-block;
    padding: 0 calc(5px + (10 - 5) * (100vw - 375px) / (1900 - 375));

}

.pagination>li>a, .pagination>li>span {
    padding: 0;
    line-height: 23px;
    width: 25px;
    height: 25px;
    font-size: calc(10px + (13 - 10) * (100vw - 375px) / (1900 - 375));
    border-radius: 0 !important;
    background: #aaaaaa;
    border: 2px solid #aaaaaa;
    color: #ffffff;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #ffffff;
    border: 2px solid #000000;
    color: #000000;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #ffffff;
    background-color: #aaaaaa;
    opacity: 0.7;
}




.services_page .modal.fade .modal-dialog {
        top: 50%;
    -webkit-transform: translate(0,-75%);
    -ms-transform: translate(0,-75%);
    -o-transform: translate(0,-75%);
    transform: translate(0,-75%);
}

.services_page .modal.fade.in .modal-dialog {
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}


