.listing-prod-box h4ul,
ol {
    margin: 0px;
    padding: 0px;
}

li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

a {
    text-decoration: none !important;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    padding: 0px;
    margin: 0px;
}

p {
    margin: 0px;
    padding: 0px;
}

/*
.clearfix {
    display: block;
    float: none !important;
    clear: both;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
*/


img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none
}

button {
    border: 0;
    border-style: none;
    outline: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
label {
    font-weight: normal;
}


/* centered columns styles */

.row-centered {
    text-align: center;
}

.col-centered {
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: left;
    /* inline-block space fix */
    margin-right: -3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus {
    /*    outline: 0;*/
    /*    box-shadow: none;*/
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

input,
textarea {
    /*    -webkit-appearance: none;*/
    -webkit-border-radius: 0;
    border-radius: 0;
    outline: none;
}

textarea {
    resize: none;
}
.img-wrapper {
    overflow: hidden;
}
.slick-slider * {
    outline: none !important;
}


/*```````````````````` Buttter Style Starts`````````````````````````*/

.butter, .butter-s {
    outline: none !important;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
}

.butter:hover {
    -moz-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.20);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}
.butter-s:hover {
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}

.butter:focus, .butter-s:focus {
    outline: none !important;
}

.butter:active {
    outline: none !important;
    -moz-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.15);
}
.butter-s:hover {
    outline: none !important;
}


/*```````````````````` Buttter Style Ends`````````````````````````*/

/*```````````````` Material Slide Line Style Starts``````````````````*/

.material-slide-line .input {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 0;
    width: 100%;
    height: 60px;
    padding-top: 20px;
    margin-bottom: 20px;
    vertical-align: top;
    overflow: hidden;
    -moz-transition: height 0.3s;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
}
.material-slide-line .input.input-half {
    width: calc(50% - 15px);
    display: inline-block;
    vertical-align: top;
}
.material-slide-line .input.input-half:nth-child(even) {
    float: right;
}

.material-slide-line .input__field {
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
}

.material-slide-line .input__field:focus {
    outline: none;
}

.material-slide-line .input__label {
    display: inline-block;
    float: right;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.material-slide-line .input__label-content {
    position: relative;
    display: inline-block;
    padding: 0 0;
    font-size: 16px;
    font-weight: normal;
    color: #100e0e;
}

.material-slide-line .graphic {
    position: absolute;
    top: 0;
    left: 0;
    fill: none;
}

.material-slide-line .icon {
    color: #ddd;
    font-size: 150%;
}

.material-slide-line .input__field--akira {
    position: absolute;
    top: initial;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: block;
    padding: 0;
    width: 100%;
    height: calc(100% - 20px);
    background: transparent;
    border-bottom: 2px solid #eeeeee;
    font-size: 18px;
    font-family: open_sansregular;
    font-weight: normal;
    color: #100e0e;
    -moz-transition: height 0.3s;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
}
.material-slide-line .input.input--textarea.input--filled {
    height: 95px;
}
.material-slide-line .input.input--textarea.input--filled .input__field--akira {
    height: calc(100% - 30px);
}
.material-slide-line .input__label--akira .select__option {
    width: 100%;
    background: none;
    border: none;
    font-size: 18px;
    font-family: open_sansregular;
    font-weight: normal;
    color: #100e0e;
    outline: none;
}
.material-slide-line .input__label--akira.select__label {
    border-bottom: 2px solid #eeeeee;
}

.material-slide-line .input__label--akira {
    padding: 0;
    width: 100%;
    background: none;
    color: #100e0e;
    font-size: 18px;
    font-family: open_sansregular;
    cursor: text;
    height: 100%;
    margin: 0;
    padding-top: 5px;
}
.material-slide-line .input.input-inline {
    width: initial;
    vertical-align: middle;
    margin-left: 20px;
    padding-top: 25px;
    height: 65px;
}

.material-slide-line .input__label--akira::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #79b628;
    -moz-transform: translate3d(-101%, 0, 0);
    -webkit-transform: translate3d(-101%, 0, 0);
    transform: translate3d(-101%, 0, 0);
    -moz-transition: -webkit-transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    z-index: 10;
}

.material-slide-line .input__label-content--akira {
    -webkit-transition: -webkit-transform 0.3s, opacity .3s;
    transition: transform 0.3s, opacity .3s;
}

.material-slide-line .input__field--akira:focus+.input__label--akira::before,
.material-slide-line .input--filled .input__label--akira::before {
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.material-slide-line .input__field--akira:focus+.input__label--akira,
.material-slide-line .input--filled .input__label--akira {
    cursor: default;
    pointer-events: none;
}

.material-slide-line .input__field--akira:focus+.input__label--akira .input__label-content--akira,
.material-slide-line .input--filled .input__label-content--akira {
    -moz-transform: translate3d(-10%, -20px, 0) scale3d(0.8, 0.8, 1);
    -webkit-transform: translate3d(-10%, -20px, 0) scale3d(0.8, 0.8, 1);
    transform: translate3d(-10%, -20px, 0) scale3d(0.8, 0.8, 1);
    opacity: 0.65;
}


/*```````````````` Material Slide Line Style Ends``````````````````*/


/*================================== Home Page Starts ================================*/

/*-------------------Header starts--------------------*/

/*```````````````` Search Style Starts``````````````````*/

.search-large-btn {
    display: none;
}
.header-search .input {
    max-width: 360px;
    width: 100%;
    height: 25px;
    padding-top: 0;
    margin-bottom: 0;
    float: right;
}

.header-search .input__field--akira {
    padding: 0px 30px 0 2px;
    font-size: 13px;
    font-family: open_sansregular;
    color: #676767;
    border-bottom: 1px solid #676767;
    height: 100%;
}

.header-search input::-webkit-input-placeholder {
    font-size: 11px;
    font-family: open_sansregular;
    color: #676767;
    text-transform: uppercase;
}

.header-search input:-moz-placeholder {
    font-size: 11px;
    font-family: open_sansregular;
    color: #676767;
    text-transform: uppercase;
}

.header-search input::-moz-placeholder {
    font-size: 11px;
    font-family: open_sansregular;
    color: #676767;
    text-transform: uppercase;
}

.header-search input:-ms-input-placeholder {
    font-size: 11px;
    font-family: open_sansregular;
    color: #676767;
    text-transform: uppercase;
}


.header-search .input__label--akira::before {
    background: #ab090c;
}
.header-search button.search-submit {
    position: absolute;
    background: none;
    z-index: 10;
    right: 0;
    top: 0;
    font-size: 11px;
    color: #676767;
}

/*```````````````` Search Style Ends``````````````````*/

.top-contact {
    float: right;
}
.top-contact li a {
    font-size: 13px;
    color: #676767;
    letter-spacing: 1px;
}
ul.top-contact-ul li a i {
    margin-right: 10px;
}
ul.top-contact-ul li {
    padding: 0 20px;
}
ul.top-contact-ul li:last-child, .main-menu .navbar-nav>li:last-child>a {
    padding-right: 0;
}
ul.top-social-ul {
    float: right;
    margin-bottom: 15px;
}
ul.top-contact-ul {
    margin-bottom: 15px;
}
.main-logo {
    display: block;
    position: relative;
    margin-top: -110px;
    margin-left: -55px;
}

/*```````````````` Main Menu Starts ```````````````*/

.main-menu .navbar-default {
    background: none;
    border: none;
    margin: 0;
    min-height: initial;
}

.main-menu .navbar-collapse,
.main-menu .container-fluid {
    padding: 0;
}

.main-menu .navbar-nav>li {
    margin-right: 20px;
}

.main-menu .navbar-nav>li>a {
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    padding: 10px 15px;
}
.main-menu .navbar-nav>li>a>i {
    margin-left: 8px;
}

.main-menu .navbar-nav>li>a span {
    position: relative;
}

.main-menu .navbar-nav>li>a:hover {
    background: none;
    color: #000000;
}

.main-menu .navbar-nav>li:last-child {
    margin-right: 0;
}

.main-menu .navbar-default .navbar-nav>.active>a,
.main-menu .navbar-default .navbar-nav>.active>a:focus,
.main-menu .navbar-default .navbar-nav>.active>a:hover {
    color: #000000;
    background: none;
}

.main-menu {
    background: #b80004;
    padding: 15px 0 20px;
    width: calc(100% - 59px);
    float: right;
    position: relative;
}
.main-menu::before {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    background: #b80004;
    width: 100%;
    height: 100%;
}
.main-menu::after {
    content: '';
    position: absolute;
    top: 0;
    left: -48px;
    width: 48px;
    height: 100%;
    border-top: 68px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 48px solid #b80004;
}

.main-menu .navbar-collapse {
    text-align: center;
}

.main-menu .navbar-nav {
    float: right;
    display: inline-block;
    margin-bottom: -7px;
}


/*```````````````` Main Menu Ends ```````````````*/


/*-------------------Header Ends--------------------*/



/*-------------------Carosuel Starts--------------------*/

section.banner-wrp .carousel-caption {
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: left;
    padding: 50px 0;
    background: rgba(22, 22, 22, 0.58);
}
section.banner-wrp {
    height: calc(100% - 193px);
    height: calc(100vh - 193px);
}
section.banner-wrp .carousel-control.left {
    cursor: url(/web/20190122023624im_/http://wiltzgroup.com/wp-content/themes/wiltz/images/carousel-left.png), auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .15)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, .0001) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

section.banner-wrp .carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .15) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .15) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .15)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .15) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

section.banner-wrp .carousel-control.right {
    cursor: url(/web/20190122023624im_/http://wiltzgroup.com/wp-content/themes/wiltz/images/carousel-right.png), auto;
}

section.banner-wrp .carousel-control {
    width: 9%;
}

section.banner-wrp .carousel-control:hover {
    opacity: .6;
}
section.banner-wrp .carousel, section.banner-wrp .carousel-inner, section.banner-wrp .carousel-inner .item {
    height: 100%;
}
section.banner-wrp .carousel-caption h2 {
    font-size: 46px;
    color: #fff;
    font-family: open_sansextrabold;
    line-height: 42px;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 80px;
    max-width: 625px;
}
a.knowmore-btn {
    font-size: 14px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    max-width: 247px;
    width: 100%;
    height: 64px;
    background: #b5121b;
    text-align: center;
    line-height: 64px;
    vertical-align: bottom;
}
section.banner-wrp .item .carousel-caption h2 {
    transform: translateX(50px);
    transition: all .3s, opacity .3s, transform .6s;
    opacity: 0;
}
section.banner-wrp .item.active .carousel-caption h2 {
    transform: translateX(0px);
    opacity: 1;
}
section.banner-wrp .item .carousel-caption a {
    transform: translateX(50px);
    transition: all .3s .2s, opacity .3s .2s, transform .6s .2s;
    opacity: 0;
}
section.banner-wrp .item.active .carousel-caption a {
    transform: translateX(0px);
    opacity: 1;
}


/*-------------------Carosuel Ends--------------------*/


/*-------------------Welcome Wiltz Starts--------------------*/

.welcomewiltz-det h3 {
    font-size: 25.41px;
    color: #404040;
    font-family: open_sansextrabold;
    text-transform: uppercase;
    line-height: 28.84px;
}
.welcomewiltz-det h1 {
    font-size: 61px;
    color: #b5121b;
    font-family: open_sansextrabold;
    text-transform: uppercase;
    line-height: 50px;
}
.welcomewiltz-det h4 {
    font-size: 14px;
    color: #121214;
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 2px;
    margin-bottom: 22px;
}
.welcomewiltz-det p {
    font-size: 14px;
    color: #121214;
    line-height: 34px;
    margin-bottom: 22px;
}
.welcomewiltz-det {
    padding-top: 40px;
}
.welcomewiltz-det a {
    font-size: 14px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    max-width: 193px;
    width: 100%;
    height: 50px;
    background: #b5121b;
    text-align: center;
    line-height: 50px;
    vertical-align: bottom;
}
section.welcomewiltz-wrp {
    padding: 50px 0 40px;
}
.welcomewiltz-img {
    max-width: 378px;
    width: 100%;
}
.welcomewiltz-img img {
    width: 100%;
}
.welcomewiltz-main {
    padding: 25px 10px 0 50px;
    position: relative;
}
.welcomewiltz-main::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/web/20190122023624im_/http://wiltzgroup.com/wp-content/themes/wiltz/images/welcome-line.png) no-repeat;
    background-size: contain;
}

/*-------------------Welcome Wiltz Ends--------------------*/


/*-------------------Our Product Range Starts--------------------*/

.page-pro-main h2 {
    font-size: 46px;
    color: #fff;
    font-family: open_sansextrabold;
    line-height: 42px;
    text-transform: uppercase;
}
.page-pro-main {
    padding: 20px 0;
    background: url(/web/20190122023624im_/http://wiltzgroup.com/wp-content/themes/wiltz/images/page-product-bg.jpg) no-repeat;
    background-size: cover;
}
.home-product-head {
    background: #b5121b;
    margin-bottom: 70px;
}
.home-product-head .nav-tabs>li>a {
    font-size: 11px;
    color: #fff;
    font-family: open_sansbold;
    text-transform: uppercase;
    border-radius: 0;
    padding: 13px 10px;
}
.home-product-head .nav-tabs>li>a:hover {
    color: #b5121b;
}
.home-product-head .nav-tabs>li.active>a {
    color: #b5121b;
}
.home-product-head .nav-tabs {
    border: none;
    padding-top: 3px;
}
.home-product-head .nav-tabs>li {
    margin-bottom: 0px;
}
.page-prod-box {
    max-width: 263px;
    width: 100%;
    display: inline-block;
}
.page-prod-box .page-pro-img {
    width: 100%;
    height: 240px;
    margin-bottom: 20px;
    position: relative;
}
.page-prod-box .page-pro-img img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.page-prod-box .page-pro-det {
    padding: 20px 20px 33px;
    background: #f3f3f3;
    position: relative;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.page-prod-box:hover .page-pro-det {
    -moz-transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
}
.page-prod-box .page-pro-det::before, .page-prod-box .page-pro-det::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 8px;
    background: #b5121b;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.page-prod-box .page-pro-det::after {
    width: 0;
    background: #d01620;
}
.page-prod-box:hover .page-pro-det::after {
    width: 100%;
}
.page-prod-box h4 {
    font-size: 15px;
    color: #b5121b;
    font-family: open_sansbold;
    margin-bottom: 10px;
}
.page-prod-box p {
    font-size: 13px;
    color: #252525;
    font-family: open_sansregular;
    margin-bottom: 12px;
    line-height: 20px;
}
.page-prod-box span {
    font-size: 15px;
    color: #252525;
    font-family: open_sansregular;
}
.page-prod-box span i {
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.page-prod-box:hover span i {
    margin-left: 15px;
}
section.page-product-wrp {
    padding-bottom: 85px;
}
.page-prod-slider .item {
    padding: 0 10px;
}
.page-prod-slider-main {
    width: calc(100% - ((100% - 1140px) / 2));
    margin-left: auto;
}
.page-prod-slider .slick-prev, .page-prod-slider .slick-next {
    width: 49px;
    height: 49px;
    background: #fff;
    border-radius: 50%;
    -moz-box-shadow: 4px 2px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 4px 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1;
}
.page-prod-slider .slick-next {
    right: 25px;
}
.page-prod-slider .slick-prev {
    left: 25px;
}
.page-prod-slider .slick-prev:hover, .page-prod-slider .slick-next:hover {
    -moz-box-shadow: 4px 2px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 4px 2px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 2px 10px rgba(0, 0, 0, 0.2);
}
.page-prod-slider .slick-prev::before, .page-prod-slider .slick-next::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 25px;
    color: #b5121b;
}
.page-prod-slider .slick-prev::before {
    content: "\f104";
}
.page-prod-slider .slick-next::before {
    content: "\f105";
}

/*-------------------Our Product Range Ends--------------------*/


/*-------------------What Our client Starts--------------------*/

.what-client-say {
    width: 50%;
    float: left;
    background: url(/web/20190122023624im_/http://wiltzgroup.com/wp-content/themes/wiltz/images/what-client-bg.jpg) no-repeat;
    background-size: cover;
    padding: 0 15px;
    padding-top: 40px;
    height: 100%;
}
.news-update {
    width: 50%;
    float: left;
    max-width: calc(1170px / 2);
    height: 100%;
    padding-right: 15px;
    padding-left: 42px;
    padding-top: 40px;
}
.what-client-sayslider {
    padding: 0px 70px 60px 15px;
    max-width: calc(1170px / 2);
    width: 100%;
    margin-left: auto;
}
.what-client-saysbox h4 {
    font-size: 22px;
    color: #fff;
    font-family: open_sansextrabold;
    text-transform: uppercase;
}
.what-client-say h4 {
    font-size: 22px;
    color: #fff;
    font-family: open_sansextrabold;
    text-transform: uppercase;
    line-height: 56px;
    margin-bottom: 90px;
    background: url(/web/20190122023624im_/http://wiltzgroup.com/wp-content/themes/wiltz/images/what-client-brace.png) no-repeat center left;
    background-size: contain;
    padding-left: 20px;
    max-width: calc(1170px / 2);
    width: 100%;
    margin-left: auto;
}
.what-client-saysbox p {
    font-size: 13px;
    color: #fff;
    margin-bottom: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 22px;
    max-height: 110px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.what-client-bot {
    padding-top: 35px;
    background: url(/web/20190122023624im_/http://wiltzgroup.com/wp-content/themes/wiltz/images/client-bot.png) no-repeat;
    background-size: contain;
}
.what-client-img {
    max-width: 71px;
    height: 63px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 18px;
}
.what-client-det {
    display: inline-block;
    vertical-align: middle;
}
.what-client-det h5 {
    font-size: 13px;
    color: #ffffff;
    font-family: open_sansbold;
    margin-bottom: 3px;
}
.what-client-det h6 {
    font-size: 13px;
    color: #ffffff;
}
.what-client-sayslider .slick-next {
    right: 15px;
}
.news-update h4 {
    font-size: 22px;
    color: #1a2930;
    font-family: open_sansextrabold;
    text-transform: uppercase;
    line-height: 56px;
    margin-bottom: 90px;
    padding-left: 30px;
    background: url(/web/20190122023624im_/http://wiltzgroup.com/wp-content/themes/wiltz/images/what-client-brace2.png) no-repeat center left;
    background-size: contain;
}
.news-update-inner {
    width: 50%;
    padding-right: 25px;
}
.news-update-box {
    display: inline-block;
    padding: 16px 0 18px;
    border-bottom: 1px solid #d1d4d6;
    position: relative;
    padding-right: 15px;
}
.news-update-box:first-child {
    padding-top: 0;
}
.news-update-box p {
    font-size: 13px;
    color: #b5121b;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 20px;
    max-height: 40px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-update-box span {
    font-size: 13px;
    color: #17212b;
    display: block;
}
.news-update-box img {
    position: absolute;
    right: 0;
    top: 5px;
}
section.clients-wrp {
    height: 480px;
}


/*-------------------What Our client Ends--------------------*/



/*-------------------Customer Wrp Starts--------------------*/

.page-brand-box {
    display: inline-block;
    min-height: 80px;
    padding: 0 40px;
}
.page-brand-head h4 {
    font-size: 22px;
    color: #1a2930;
    font-family: open_sansextrabold;
    text-transform: uppercase;
    line-height: 56px;
    padding-left: 30px;
    background: url(/web/20190122023624im_/http://wiltzgroup.com/wp-content/themes/wiltz/images/what-client-brace2.png) no-repeat center left;
    background-size: contain;
}
.page-brand-head {
    display: inline-block;
    min-width: 270px;
    vertical-align: middle;
}
.page-brand-slider {
    display: inline-block;
    width: calc(100% - 274px);
    vertical-align: middle;
}
.page-our-brand {
    padding: 46px 0;
}
.customer-service h3 {
    font-size: 37px;
    color: #ffffff;
    line-height: 42px;
    display: inline-block;
    max-width: 320px;
    vertical-align: middle;
}
.customer-service h5 {
    font-size: 28px;
    color: #ffffff;
    display: inline-block;
    letter-spacing: 2.4px;
    width: calc(100% - 324px);
    text-transform: uppercase;
    vertical-align: middle;
    padding-left: 115px;
    position: relative;
}
.customer-service h5 span {
    display: block;
    margin-bottom: 10px;
}
.customer-service h5::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 88px;
    background: #fff;
    left: 10px;
    top: 3px;
    bottom: 0;
    margin: auto;
    -moz-transform: rotate(37deg);
    -webkit-transform: rotate(37deg);
    transform: rotate(37deg);
}
.customer-service {
    padding: 50px 0;
    background: url(/web/20190122023624im_/http://wiltzgroup.com/wp-content/themes/wiltz/images/coustomer-service.jpg) no-repeat;
    background-size: 90% 100%;
}

/*-------------------Customer Wrp Ends--------------------*/

/*-------------------Footer Starts--------------------*/

.footer-main {
    background: url(/web/20190122023624im_/http://wiltzgroup.com/wp-content/themes/wiltz/images/footerbg.jpg) no-repeat;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
}
.footer-bot {
    background: #080808;
    padding: 20px 0;
}
footer h4 {
    font-size: 19px;
    color: #fff;
    letter-spacing: 1.6px;
    margin-bottom: 40px;
}
footer .footer-menu li a {
    font-size: 13px;
    color: #fff;
    letter-spacing: 1.6px;
    position: relative;
    padding-left: 25px;
}
footer .footer-menu li a:hover {
    color: #d40e19;
}
footer .footer-menu li {
    margin-bottom: 10px;
}
footer .footer-menu li a::before {
    content: '-';
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    line-height: 17px;
}
footer .footer-menu.odd li {
    width: 50%;
    float: left;
}
.footer-address p {
    font-size: 13px;
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: 1.6px;
}
.footer-address p i {
    min-width: 30px;
}
.foot-copy li, .foot-copy li a, .footer-bot p a {
    font-size: 13px;
    color: #6b6b6b;
}
.footer-bot p a {
    margin-left: 10px;
}
.foot-copy li a:hover, .footer-bot p a:hover {
    color: #bcbcbc;
}
.footer-bot p {
    font-size: 13px;
    color: #bcbcbc;
    float: right;
}
.foot-copy {
    float: left;
}
a.slide-up {
    font-size: 40px;
    color: #000;
    position: absolute;
    right: 15px;
    top: 20px;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
a.slide-up:hover {
    color: #b5121b;
    animation-name: bounce;
    -moz-animation-name: bounce;
}
.customer-service .container {
    position: relative;
}
@keyframes bounce {
	0%, 100%, 20%, 50%, 80% {
		-webkit-transform: translateY(0);
		-ms-transform:     translateY(0);
		transform:         translateY(0)
	}
	40% {
		-webkit-transform: translateY(-20px);
		-ms-transform:     translateY(-20px);
		transform:         translateY(-20px)
	}
	60% {
		-webkit-transform: translateY(-8px);
		-ms-transform:     translateY(-8px);
		transform:         translateY(-8px)
	}
}

/*-------------------Footer Ends--------------------*/


/*================================== Home Page Ends ================================*/


/*================================== Career Page Starts ================================*/

section.sub-banner-wrp {
    height: 350px;
    position: relative;
    overflow: hidden;
}
.sub-banner-img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.sub-banner-det .container {
    height: 100%;
    position: relative;
}
.sub-banner-det {
    position: relative;
    width: 100%;
    height: 100%;
}
section.sub-banner-wrp h2 {
    font-size: 28px;
    color: #fff;
    font-family: open_sanslight;
    line-height: 40px;
    max-width: 350px;
    position: relative;
    top: 35%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sub-banner-bot {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(22, 22, 22, 0.7);
    padding: 25px 0;
}
.sub-banner-bot h1 {
    font-size: 46px;
    color: #ffffff;
    font-family: open_sansextrabold;
    line-height: 42px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 50px;
    text-transform: uppercase;
}
.sub-banner-bot h6 {
    font-size: 17px;
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
}
.career-cont p, .career-cont a {
    font-size: 14px;
    color: #434343;
    line-height: 24px;
}
.career-cont a {
    color: #b80004;
}
.career-cont {
    padding: 83px 0;
    padding-left: 75px;
    background: url(/web/20190122023624im_/http://wiltzgroup.com/wp-content/themes/wiltz/images/career-line.png) no-repeat left center;
    background-size: contain;
    margin-bottom: 60px;
}
section.career-wrp {
    padding: 65px 0;
}
.career-box {
    padding: 30px 0;
    border-bottom: 1px solid #c9c9c9;
}
.career-box h4 {
    font-size: 25px;
    color: #565656;
    margin-bottom: 15px;
}
.career-box p {
    font-size: 14px;
    color: #434343;
    line-height: 24px;
    margin-bottom: 10px;
}
.career-box .career-icons span {
    font-size: 15px;
    color: #b5121b;
    margin-right: 25px;
}
.career-box .career-icons span img {
    margin-right: 12px;
}
.career-icons {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}
.career-box a {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    max-width: 174px;
    width: 100%;
    height: 41px;
    line-height: 41px;
    background: #b5121b;
    text-align: center;
}

/*````````````````` Career Modal Starts ```````````````````*/


#career_model h4 {
    font-size: 23px;
    color: #b5121b;
    font-family: open_sansbold;
    margin-bottom: 20px;
}
#career_model .material-slide-line .input__label-content {
    position: relative;
    display: inline-block;
    padding: 0 0;
    font-size: 14px;
    font-weight: normal;
    color: #555555;
}
#career_model .material-slide-line .input__field--akira {
    border-bottom: 1px solid #545454;
    font-size: 14px;
    color: #555555;
    font-family: open_sansregular;
}
#career_model .material-slide-line .input__label--akira::before {
    background: #545454;
    height: 2px;
}
#career_model label.file-label {
    width: 100%;
}
#career_model label.file-label .file-input {
    display: inline-block;
    margin-left: 20px;
}
#career_model .material-slide-line .input {
    margin-bottom: 0;
}
#career_model .modal-content {
    background: #ededed;
    border-radius: 0;
}
#career_model button.career-btn {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    max-width: 174px;
    width: 100%;
    height: 41px;
    line-height: 41px;
    background: #b5121b;
    text-align: center;
    margin-top: 12px;
}
#career_model .modal-header {
    border-bottom: none;
    padding: 40px 45px 10px;
}
#career_model .email-box-form .input__label-content--akira {
    background: rgba(255, 255, 255, 0.3);
}
#career_model .email-box-form .input__label--akira {
    background: #fff;
}
#career_model .modal-body {
    padding: 15px 45px 35px;
}
#career_model .close {
    font-size: 40px;
    position: absolute;
    right: 15px;
    top: 5px;
}
#career_model a {
    font-size: 12px;
    color: #4d4d4d;
    font-family: montserratlight;
    text-decoration: underline !important;
}
#career_model .forget-p {
    text-align: right;
    margin-bottom: 5px;
}
#career_model .sign-p button, #career_model .log-fb-p button {
    background: #faa847;
    font-size: 14px;
    color: #ffffff;
    font-family: montserratregular;
    display: block;
    width: 100%;
    padding: 13px 10px;
}
#career_model .log-fb-p button {
    background: #4a90e2;
}
#career_model .log-fb-p button i {
    font-size: 19px;
    margin-bottom: 5px;
}
#career_model .or-line {
    margin: 35px 0 30px;
    position: relative;
    text-align: center;
}
#career_model .or-line::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #b7b7b7;
    width: 100%;
    height: 1px;
}
#career_model .or-line span {
    display: inline-block;
    font-size: 26px;
    color: #023b67;
    font-family: montserratlight;
    padding: 0 10px;
    position: relative;
    background: #efefef;
}

/*````````````````` Career Modal Ends ```````````````````*/

/*================================== Career Page Ends ================================*/


/*================================== Certificate Page Starts ================================*/

.sub-banner-bot.sub-certi {
    padding: 0;
    background: none;
}
.sub-banner-bot.sub-certi .sub-certi-h1 h1 {
    float: right;
}
.sub-banner-bot.sub-certi .sub-certi-h1 {
    padding: 25px 0;
    background: rgba(22, 22, 22, 0.7);
    width: 43%;
    float: left;
    padding-right: 15px;
}
.sub-banner-bot.sub-certi .sub-certi-h5 {
    padding: 25px 0;
    display: inline-block;
    vertical-align: middle;
    background: rgba(181, 18, 27, 0.8);
    padding-left: 65px;
    width: 57%;
}
.sub-banner-bot.sub-certi h5 {
    font-size: 21px;
    color: #ffffff;
    font-family: open_sansextrabold;
    line-height: 42px;
    text-transform: uppercase;
    width: 57%;
    float: left;
}
.certificate-det p {
    font-size: 14px;
    color: #434343;
    line-height: 24px;
}
section.certificate-wrp {
    padding: 40px 0 60px;
}
.certificate-det {
    margin-bottom: 40px;
}
.certificate-head {
    background: #b80004;
    padding: 13px 0;
    margin-bottom: 30px;
}
.certificate-head h3 {
    font-size: 23px;
    color: #fff;
    font-family: open_sansextrabold;
}
.certificate-img {
    max-width: 242px;
    width: 100%;
    height: 320px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    position: relative;
}
.certificate-img img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.certificate-box {
    width: calc(100% / 4);
    float: left;
    margin-bottom: 25px;
    padding: 0 10px;
}

/*================================== Certificate Page Ends ================================*/


/*================================== Company Page Starts ================================*/

.sub-download .container {
    position: relative;
}
.sub-download a {
    width: 200px;
    height: 45px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #b80004;
    padding: 8px 10px;
}
.sub-download a img {
    margin-right: 12px;
}
.sub-download a span {
    font-size: 18px;
    color: #ffffff;
    font-family: open_sansbold;
}
.sub-download a span {
    font-size: 18px;
    color: #ffffff;
    font-family: open_sansbold;
    line-height: 14px;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
}
.sub-download a span i {
    font-size: 14px;
    font-family: open_sansregular;
    display: block;
    font-style: normal;
}
.sub-download a::after {
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    width: 20px;
    height: 100%;
    border-top: 45px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 20px solid #b80004;
}
.sub-download a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    background: #b80004;
    width: 300%;
    height: 100%;
}
section.sub-banner-wrp .sub-red-det h2 {
    color: #b80004;
}
.about-comp-det h1 {
    font-size: 25.5px;
    color: #404040;
    font-family: open_sansextrabold;
    text-transform: uppercase;
    line-height: 29px;
    margin-bottom: 25px;
}
.about-comp-det h1 em {
    font-size: 61px;
    color: #b5121b;
    line-height: 46px;
    display: block;
    font-style: normal;
}
.about-comp-det h1 span {
    font-size: 14px;
    color: #121214;
    line-height: 30px;
    letter-spacing: 2px;
    display: block;
    font-family: open_sansregular;
}
section.company-wrp {
    padding-top: 85px;
}
.about-comp-det {
    padding-left: 10px;
}
.about-comp-det p {
    font-size: 14px;
    color: #121214;
    line-height: 34px;
}
.about-comp-img {
    max-width: 554px;
    width: 100%;
    height: 423px;
}
.about-comp-img img {
    width: 100%;
}
.about-comp-main {
    margin-bottom: 80px;
}
.our-mision-main h3 {
    font-size: 39px;
    color: #b5121b;
    font-family: open_sansextrabold;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.our-mision-main p {
    font-size: 14px;
    color: #121214;
    line-height: 34px;
}
.our-mision-main {
    padding: 40px 0 50px;
    background: #f3f3f3;
}

/*================================== Company Page Ends ================================*/


/*================================== Contact Page Starts ================================*/

section.contact-wrp {
    padding: 80px 0 60px;
}
.contact-address {
    padding: 30px 0;
    padding-left: 46px;
    background: url(/web/20190122023624im_/http://wiltzgroup.com/wp-content/themes/wiltz/images/contact-line.png) no-repeat left center;
    background-size: contain;
}
.contact-address h4 {
    font-size: 23px;
    color: #b5121b;
    font-family: open_sansbold;
    margin-bottom: 40px;
}
.cont-add-box p {
    font-size: 14px;
    color: #434343;
    max-width: 180px;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
}
.cont-add-box p span {
    display: block;
}
.cont-add-box {
    width: calc(100% / 3);
    float: left;
    display: table;
}
.cont-add-box:last-child i {
    -moz-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}
.cont-add-box i {
    font-size: 29.4px;
    color: #b5121b;
    display: inline-block;
    vertical-align: middle;
}
.cont-address-main {
    margin-bottom: 38px;
}
.contact-form {
    width: 43%;
    padding: 40px 0;
    padding-right: 80px;
    padding-left: calc((100% - 1140px) / 2);
    background: #f3f3f3;
    display: table-cell;
    vertical-align: top;
}
.contact-map {
    width: 57%;
    height: 100%;
    display: table-cell;
}
.contact-map iframe {
    width: 100%;
    height: 100%;
}
section.contact-map-wrp {
    display: table;
    width: 100%;
}
.contact-form h4 {
    font-size: 23px;
    color: #b5121b;
    font-family: open_sansbold;
    margin-bottom: 10px;
}
.contact-form button {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    max-width: 174px;
    width: 100%;
    height: 41px;
    line-height: 41px;
    background: #b5121b;
    text-align: center;
    margin-top: 30px;
}
.contact-form .material-slide-line .input {
    margin-bottom: 0;
}
.contact-form .material-slide-line .input__label--akira::before {
    background: #a9a9a9;
}


/*================================== Contact Page Ends ================================*/


/*================================== News Page Starts ================================*/

section.news-wrp {
    padding: 60px 0;
}
.news-box h4 {
    font-size: 18px;
    color: #404040;
    font-family: open_sansbold;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 22px;
    max-height: 44px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-box h6 {
    font-size: 14px;
    color: #949494;
    margin-bottom: 10px;
}
.news-box p {
    font-size: 14px;
    color: #121214;
    margin-bottom: 9px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 32px;
    max-height: 96px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.news-box-img {
    max-width: 154px;
    width: 100%;
    height: 145px;
    display: inline-block;
    vertical-align: top;
}
.news-box-det {
    width: calc(100% - 158px);
    display: inline-block;
    vertical-align: top;
    padding-left: 22px;
}
.news-box a {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    max-width: 174px;
    width: 100%;
    height: 41px;
    line-height: 41px;
    background: #b5121b;
    text-align: center;
}
.news-box {
    padding: 57px 0 20px;
    padding-left: 60px;
    background: url(/web/20190122023624im_/http://wiltzgroup.com/wp-content/themes/wiltz/images/career-line.png) no-repeat left center;
    background-size: contain;
    min-height: 309px;
    margin-bottom: 30px;
}
.news-det-box h4 {
    font-size: 22px;
    color: #404040;
    font-family: open_sansbold;
    margin-bottom: 5px;
}
.news-det-box h6 {
    font-size: 14px;
    color: #949494;
    margin-bottom: 16px;
}
.news-det-box p {
    font-size: 14px;
    color: #121214;
    line-height: 32px;
    margin-bottom: 20px;
}
.news-box-det-img {
    max-width: 436px;
    width: 100%;
    height: 344px;
    display: inline-block;
    vertical-align: top;
}
.news-box-det-cont {
    width: calc(100% - 440px);
    display: inline-block;
    vertical-align: top;
    padding-left: 30px;
}
.news-det-box {
    padding: 57px 0 30px;
    padding-left: 60px;
    background: url(/web/20190122023624im_/http://wiltzgroup.com/wp-content/themes/wiltz/images/newsdet-line.png) no-repeat left center;
    background-size: contain;
    min-height: 577px;
    margin-bottom: 30px;
}

/*================================== News Page Ends ================================*/


/*================================== Product Page Starts ================================*/

section.sub-banner-wrp.no-banner-wrp .sub-banner-bot {
    position: static;
    left: initial;
    bottom: initial;
    width: 100%;
    background: #161616;
    padding: 25px 0;
}
section.sub-banner-wrp.no-banner-wrp {
    height: initial;
}
section.productcat-wrp {
    padding: 50px 0;
}
.productcat-box {
    display: inline-block;
    max-width: 263px;
    width: 100%;
    height: 225px;
    position: relative;
    padding-bottom: 1px;
    border-bottom: 7px solid #b5121b;
    margin-bottom: 40px;
}
.productcat-img {
    width: 100%;
    height: 100%;
}
.productcat-det {
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.57);
    padding: 25px 20px 20px;
    text-align: center;
}
.productcat-det p {
    font-size: 17px;
    color: #ffffff;
    font-family: open_sansbold;
    margin-bottom: 6px;
}
.productcat-det i {
    font-size: 17px;
    color: #ffffff;
}

/*================================== Product Page Ends ================================*/


/*================================== Service Page Starts ================================*/

section.service-banner-wrp .sub-banner-bot h6 {
    font-size: 21px;
    color: #ffffff;
    font-family: open_sansextrabold;
    line-height: 21px;
}
section.service-banner-wrp .sub-banner-bot h6 span {
    display: block;
    font-size: 18px;
    color: #f6ff00;
    font-family: open_sansregular;
}
section.service-banner-wrp .sub-banner-bot h1 {
    margin-right: 100px;
}
section.service-banner-wrp .sub-banner-bot h6:nth-child(2) {
    margin-right: 100px;
}
section.service-wrp {
    display: table;
    width: 100%;
}
.service-addres {
    width: 43%;
    padding: 50px 0 120px;
    padding-right: 80px;
    padding-left: calc((100% - 1140px) / 2);
    display: table-cell;
    vertical-align: top;
}
.service-map {
    width: 57%;
    height: 100%;
    display: table-cell;
}
.service-map iframe {
    width: 100%;
    height: 100%;
}
.service-addres h4 {
    font-size: 19px;
    color: #b5121b;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.service-addres p {
    font-size: 14px;
    color: #434343;
    line-height: 24px;
}
.service-addres a {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    max-width: 174px;
    width: 100%;
    height: 41px;
    line-height: 41px;
    background: #b5121b;
    text-align: center;
}
.service-addres p span {
    font-family: open_sanssemibold;
    color: #b5121b;
}
.service-addres p span i {
    margin-right: 5px;
}
.service-addres-box {
    margin-bottom: 80px;
}

/*================================== Service Page Ends ================================*/


/*================================== Details Page Starts ================================*/

section.detail-ban-wrp .sub-banner-bot h1 {
    font-size: 28px;
}
section.detail-ban-wrp .sub-banner-bot h1 a{
	color: #fff;
}
section.detail-ban-wrp .sub-banner-bot h1 a:hover{
	
}
section.detail-ban-wrp .sub-banner-bot h1 img {
    margin-right: 20px;
}
.product_big_image {
    max-width: 345px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
ul#detail_thumb_ul {
    display: inline-block;
    vertical-align: top;
    float: right;
}
ul#detail_thumb_ul li {
    border: 1px solid #b9b9b9;
}
section.detail-wrp {
    padding: 60px 0;
}
.detail-cont h3 {
    font-size: 23px;
    color: #b5121b;
    font-family: open_sansbold;
    margin-bottom: 20px;
}
.detail-cont h4 {
    font-size: 15px;
    color: #585858;
    font-family: open_sansbold;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.detail-cont p {
    font-size: 13px;
    color: #252525;
    line-height: 19px;
}
.detail-other-cont {
    margin-top: 40px;
    margin-bottom: 30px;
}
.detail-cont p span:first-child {
    min-width: 400px;
    display: inline-block;
}
.detail-cont p span:last-child {
    padding-left: 45px;
    display: inline-block;
    position: relative;
}
.detail-cont p span:last-child::before {
    content: ":";
    position: absolute;
    left: 0;
}
.detail-cont .detail-other-cont p {
    font-size: 12px;
}
.detail-cont a {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    max-width: 210px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #b5121b;
    text-align: center;
}
.detail-top {
    padding-bottom: 60px;
    border-bottom: 1px solid #dddddd;
}
.detail-bot {
    padding-top: 50px;
}
.detail-bot h4 {
    font-size: 15px;
    color: #585858;
    font-family: open_sansbold;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.detail-bot p {
    font-size: 12.25px;
    color: #252525;
    line-height: 19px;
}


/*================================== Details Page Ends ================================*/


/*================================== Listing Page Starts ================================*/

section.detail-ban-wrp .sub-banner-bot .container > a {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    max-width: 250px;
    width: 100%;
    height: 41px;
    line-height: 41px;
    background: #b5121b;
    text-align: center;
    float: right;
}

.listing-prod-box {
    max-width: 250px;
    width: 100%;
    display: inline-block;
}
.listing-prod-box .listing-pro-img {
    width: 100%;
    height: 240px;
    margin-bottom: 20px;
    position: relative;
}
.listing-prod-box .listing-pro-img img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.listing-prod-box .listing-pro-det {
    padding: 20px 20px 33px;
    background: #f3f3f3;
    position: relative;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.listing-prod-box .listing-pro-det::before, .listing-prod-box .listing-pro-det::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 8px;
    background: #b5121b;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.listing-prod-box .listing-pro-det::after {
    width: 0;
    background: #d01620;
}
.listing-prod-box h4 {
    font-size: 15px;
    color: #b5121b;
    font-family: open_sansbold;
    margin-bottom: 10px;
}
.listing-prod-box p {
    font-size: 13px;
    color: #252525;
    font-family: open_sansregular;
    margin-bottom: 12px;
    line-height: 20px;
}
.listing-prod-box a.knosmore {
   font-size: 13px;
   color: #252525;
   font-family: open_sansregular;
   border: 1px solid #b5121b;
   padding: 1px 1px;
   display: inline-block;
}
.listing-prod-box a.knosmore:hover {
   border: 1px solid #ff000e;
}
.listing-prod-box a.knosmore i {
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.listing-prod-box a.knosmore:hover i {
    margin-left: 5px;
}
.listing-prod-box a.enqure-now {
    font-size: 13.25px;
    color: #fff;
    font-family: open_sansregular;
    display: inline-block;
    float: right;
    padding: 2px 10px;
    border-radius: 5px;
    background: #b5121b;
}
.listing-sidemenu {
    max-width: 301px;
    width: 27%;
    display: inline-block;
    vertical-align: top;
}
.listing-main {
    max-width: 805px;
    width: 73%;
    display: inline-block;
    float: right;
    vertical-align: top;
}
.listing-main .item {
    width: calc(100% / 3);
    margin-right: -3px;
    display: inline-block;
    margin-bottom: 50px;
    padding: 0 10px;
}
/*
.listing-main .item:nth-child(2n) {
    text-align: center;
}
.listing-main .item:nth-child(2n+1) {
    text-align: right;
}
*/

section.listing-wrp {
    padding: 41px 0 20px;
    position: relative;
}
section.listing-wrp .container {
    position: relative;
}
.list-menuhead {
    width: 100%;
    height: auto;
    background: url(/web/20190122023624im_/http://wiltzgroup.com/wp-content/themes/wiltz/images/listing-ul.jpg) no-repeat;
    background-size: cover;
    padding: 20px;
}
.list-menuhead h5 {
    font-size: 17px;
    color: #ffffff;
    position: relative;
    top: 50%;
   /* -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);*/
}
.list-menuhead h5 span {
    font-family: open_sansextrabold;
    display: block;
}
ul.side-menu-ul li a {
    font-size: 13px;
    color: #313131;
    display: block;
    padding: 4px 0;
}
ul.side-menu-ul>li.active> a, ul.side-menu-ul li a:hover {
    color: #b5121b;
}
ul.side-menu-ul {
    padding: 20px;
    background: #f3f3f3;
}
.side-menu-ul > li > ul {
    display: none;
}
.side-menu-ul > li > ul {
    padding-left: 32px;
}
ul.side-menu-ul li a i {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    margin-top: 5px;
}
ul.side-menu-ul li a i:before {
    content: "\f054";
}

.newleftmenu{
	padding: 0px !important;
	padding-top: 10px !important;
	
}
.newleftmenu li{
	padding: 4px 12px;
	border-bottom: solid 1px #dcdcdc;
}
.newleftmenu li a{
	display: block;
}


.brands_tab{
	border-bottom: solid 1px #ccc;
	padding: 0px 0px 6px 0px;
}
.brands_tab ul{
	display: block;
	padding: 0px;
	margin: 0px;
}
.brands_tab ul li{
	float: left;
	margin-right: 10px;
}
.brands_tab ul:after{
	clear: both;
	content: '';
	height: 1px;
	display: block;
	
}
.brands_tab ul li a{
	display: block;
	padding: 6px 20px;
	background-color: #444141;
	color: #EBA801;
	border-radius:4px;
}
.brands_tab ul li a:hover, .brands_tab ul li a.active{
	background-color: #b51118;
}


/*================================== Listing Page Ends ================================*/



/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ Fire-Fox Hack Starts $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/

@-moz-document url-prefix() {}


/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ Fire-Fox Hack Ends $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/


/*################################# Media Queries #################################*/

@media (min-width:2400px) {}

@media (min-width:1600px) {}

@media (min-width:1440px) {}

@media (min-width:1350px) {
    
    /*--------------------Header Wrp Starts --------------------------*/
    
    
    /*--------------------Header Wrp Starts --------------------------*/
}
@media (max-width:1302px) and (min-width:1200px) {
    .main-logo {
        margin-top: -115px;
        margin-left: 0;
    }
    .customer-service h3 {
        max-width: 250px;
    }
}

@media screen and (min-width: 1200px) {
    
   
   
}
@media (max-width:1199px) and (min-width:992px) {
    
    /*================ Home Page Starts =================*/
    
    
    /*--------------------Header Starts --------------------------*/
    
    header {
        padding-top: 30px;
    }
    .main-logo {
        margin-top: -100px;
        margin-left: 0; 
    }
    .main-menu .navbar-nav>li>a {
        font-size: 14px;
        letter-spacing: 1.4px;
        padding: 5px 5px;
    }
    .main-menu .navbar-nav>li {
        margin-right: 8px;
    }
    .main-menu {
        padding: 8px 0 15px;
        margin-top: 15px;
    }
    .main-menu::after {
        left: -30px;
        width: 30px;
        border-top: 46px solid transparent;
        border-bottom: 0px solid transparent;
        border-right: 30px solid #b80004;
    }
    
    /*--------------------Header Ends --------------------------*/
    
    
    /*--------------------Carousel Starts --------------------------*/
    
    
    section.banner-wrp .carousel-caption h2 {
        font-size: 36px;
    }
    a.knowmore-btn {
        max-width: 187px;
        height: 50px;
        line-height: 50px;
    }
    
    
    
    /*--------------------Carousel Ends --------------------------*/
    
    
    /*--------------------Footer Starts --------------------------*/
    
    .customer-service h3 {
        max-width: 240px;
        font-size: 32px;
    }
    .customer-service h5 {
        font-size: 22px;
        letter-spacing: 2.4px;
        width: calc(100% - 324px);
        padding-left: 65px;
    }
    
    /*--------------------Footer Ends --------------------------*/
    
    
    
    
    /*================ Home Page Ends =================*/
    
    
    .sub-banner-bot h1 {
        font-size: 32px;
        line-height: 42px;
        margin-right: 20px;
    }
    .certificate-box {
        width: calc(100% / 3);
    }
    .about-comp-det h1 {
        font-size: 22px;
        line-height: 20px;
    }
    .about-comp-det h1 em {
        font-size: 40px;
        line-height: 46px;
    }
    .about-comp-det h1 span {
        font-size: 14px;
        line-height: 26px;
    }
    .our-mision-main h3 {
        font-size: 32px;
        margin-bottom: 28px;
    }
    
    section.contact-map-wrp {
        background: #f3f3f3;
        padding-left: 40px;
    }
    .product_big_image {
        display: block;
        vertical-align: initial;
    }
    ul#detail_thumb_ul {
        display: block;
        vertical-align: initial;
        float: none;
    }
    ul#detail_thumb_ul li {
        border: 1px solid #b9b9b9;
        width: calc(100% / 3);
        float: left;
        text-align: center;
    }
    ul#detail_thumb_ul::before, ul#detail_thumb_ul::after {
        content: '';
        display: table;
    }
    ul#detail_thumb_ul::after {
        clear: both;
    }
    .news-box-det-img {
        max-width: 350px;
    }
    .news-box-det-cont {
        width: calc(100% - 354px);
        display: inline-block;
        vertical-align: top;
        padding-left: 30px;
    }
    section.service-banner-wrp .sub-banner-bot h6:nth-child(2) {
        margin-right: 40px;
    }
    section.service-wrp {
        padding-left: 40px;
    }
    
    
    
    .listing-prod-box a.knosmore {
        margin-bottom: 10px;
        display: inline-block;
    }
    .listing-prod-box a.enqure-now {
        float: none;
    }
    .listing-prod-box .listing-pro-det {
        padding: 20px 20px 15px;
    }
    
}

@media (max-width:991px) and (min-width:768px) {
    
    /*================ Home Page Starts =================*/
    
    
    /*--------------------Header Starts --------------------------*/
    
    header {
        padding-top: 30px;
    }
    .main-logo {
        margin-top: -70px;
        margin-left: 0;
    }
    .main-menu .navbar-nav>li>a {
        font-size: 13px;
        letter-spacing: 1.4px;
        padding: 5px 3px;
    }
    .main-menu .navbar-nav>li {
        margin-right: 8px;
    }
    .main-menu {
        padding: 8px 0 15px;
        margin-top: 15px;
        width: 100%;
    }
    .main-menu::after {
        left: -30px;
        width: 30px;
        border-top: 46px solid transparent;
        border-bottom: 0px solid transparent;
        border-right: 30px solid #b80004;
    }
    ul.top-social-ul {
        display: inline-block;
        margin-bottom: 0px;
        padding-left: 15px;
        vertical-align: middle;
    }
    ul.top-contact-ul {
        margin-bottom: 0px;
        max-width: 210px;
        display: inline-block;
    }
    
    /*--------------------Header Ends --------------------------*/
    
    
    
    /*--------------------Carousel Starts --------------------------*/
    
    
    
    /*--------------------Carousel Ends --------------------------*/
    
    /*--------------------Footer Starts --------------------------*/
    
    .customer-service h3 {
        max-width: initial;
        font-size: 32px;
        display: block;
    }
    .customer-service h5 {
        font-size: 22px;
        letter-spacing: 2.4px;
        width: 100%;
        padding-left: 0;
        padding-top: 15px;
    }
    .customer-service h5::before {
        content: none;
    }
    .customer-service {
        padding: 20px 0;
    }
    
    /*--------------------Footer Ends --------------------------*/
    
    
    /*================ Home Page Ends =================*/
    
    .certificate-box {
        width: calc(100% / 2);
    }
    .sub-banner-bot h1 {
        font-size: 32px;
        line-height: 42px;
        margin-right: 20px;
    }
    .sub-banner-bot.sub-certi h5 {
        font-size: 21px;
        line-height: 42px;
        width: 90%;
    }
    .about-comp-main .col-sm-6 {
        width: 100%;
        float: none;
    }
    .about-comp-img {
        margin-bottom: 30px;
    }
    .about-comp-det h1 {
        font-size: 22px;
        line-height: 20px;
    }
    .about-comp-det h1 em {
        font-size: 40px;
        line-height: 46px;
    }
    .about-comp-det h1 span {
        font-size: 14px;
        line-height: 26px;
    }
    .our-mision-main h3 {
        font-size: 32px;
        margin-bottom: 28px;
    }
    section.contact-map-wrp {
        background: #f3f3f3;
        padding-left: 40px;
    }
    .contact-form {
        padding-right: 30px;
    }
    
    .product_big_image {
        display: block;
        vertical-align: initial;
    }
    ul#detail_thumb_ul {
        display: block;
        vertical-align: initial;
        float: none;
    }
    ul#detail_thumb_ul li {
        border: 1px solid #b9b9b9;
        width: calc(100% / 3);
        float: left;
        text-align: center;
    }
    ul#detail_thumb_ul::before, ul#detail_thumb_ul::after {
        content: '';
        display: table;
    }
    ul#detail_thumb_ul::after {
        clear: both;
    }
    .detail-cont {
        padding-left: 40px;
    }
    .news-box-det-img {
        max-width: 350px;
        display: block;
        margin-bottom: 30px;
    }
    .news-box-det-cont {
        width: 100%;
        display: block;
        vertical-align: top;
        padding-left: 0;
    }
    .news-det-box {
        padding: 50px 0 30px;
        padding-left: 50px;
        margin-bottom: 30px;
    }
    section.service-banner-wrp .sub-banner-bot h6 {
        margin: 10px 0;
        font-size: 18px;
    }
    section.service-banner-wrp .sub-banner-bot h6 span {
        font-size: 15px;
    }
    section.service-banner-wrp .sub-banner-bot h1 {
        display: block;
    }
    section.service-wrp {
        padding-left: 40px;
    }
    .listing-main .item {
        width: calc(100% / 2);
    }
    
}

@media screen and (min-width: 768px) {
    #career_model .modal-dialog {
        width: 467px;
    }
    .listing-sidemenu {
        position: absolute;
        top: 0px;
    }
    
    
}

@media (max-width:767px) and (min-width:200px) {
    
    /*================ Home Page Starts =================*/
    
    
    /*--------------------Header Starts --------------------------*/
    
    header {
        padding-top: 10px;
    }
    .main-logo {
        display: inline-block;
        margin-top: -110px;
        margin-left: 0;
        float: left;
        max-width: 130px;
        width: 100%;
    }
    .main-logo img {
        width: 100%;
    }
    .top-contact {
        padding-top: 10px;
    }
    .top-menu .container {
        padding: 0;
    }
    .main-menu {
        background: #b80004;
        padding: 2px 15px 2px;
        width: 100%;
    }
    .what-client-say {
        width: 100%;
        float: none;
        height: initial;
    }
    section.clients-wrp {
        height: initial;
    }
    .news-update {
        width: 100%;
        float: none;
        max-width: 100%;
        height: initial;
        padding-right: 15px;
        padding-left: 15px;
    }
    .main-menu .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
    }
    
    /*--------------------Header Ends --------------------------*/
    
    /*--------------------Carousel Starts --------------------------*/
    
    section.banner-wrp .carousel-caption h2 {
        font-size: 32px;
        line-height: 38px;
        margin-right: 0px;
        max-width: initial;
        margin-bottom: 15px;
    }
    a.knowmore-btn {
        max-width: 200px;
        height: 44px;
        line-height: 44px;
    }
    .welcomewiltz-det h3 {
        font-size: 18px;
        line-height: 22px;
    }
    .welcomewiltz-det h1 {
        font-size: 50px;
        line-height: 44px;
    }
    .page-pro-main h2 {
        font-size: 32px;
        line-height: 36px;
    }
    
    /*--------------------Carousel Ends --------------------------*/
    
    /*--------------------Footer Starts --------------------------*/
    
    .customer-service h3 {
        max-width: initial;
        font-size: 28px;
        display: block;
    }
    .customer-service h5 {
        font-size: 16px;
        letter-spacing: 2.4px;
        width: 100%;
        padding-left: 0;
        padding-top: 15px;
    }
    .customer-service h5::before {
        content: none;
    }
    .customer-service {
        padding: 20px 0;
    }
    .footer-main .col-sm-4 {
        margin-bottom: 25px;
    }
    .footer-main {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .page-brand-slider {
        display: block;
        width: 100%;
        vertical-align: middle;
    }
    .page-brand-head {
        margin-bottom: 30px;
    }
    
    /*--------------------Footer Ends --------------------------*/
    
    
    /*================ Home Page Ends =================*/
    
    .sub-banner-bot h1 {
        font-size: 26px;
        line-height: 34px;
        margin-right: 0;
    }
    .career-icons {
        display: block;
        margin-bottom: 20px;
        margin-right: 0;
    }
    .career-cont {
        padding: 30px 0;
        padding-left: 35px;
        margin-bottom: 60px;
    }
    .career-box h4 {
        font-size: 22px;
    }
    .certificate-box {
        width: calc(100% / 2);
    }
    .sub-banner-bot.sub-certi .sub-certi-h1 {
        padding: 15px 15px;
        width: 100%;
        float: none;
        padding-right: 0px;
    }
    .sub-banner-bot.sub-certi .sub-certi-h1 h1 {
        float: none;
    }
    .sub-banner-bot.sub-certi .sub-certi-h5 {
        padding: 15px 15px;
        display: block;
        background: rgba(181, 18, 27, 0.8);
        width: 100%;
    }
    .sub-banner-bot.sub-certi h5 {
        font-size: 21px;
        line-height: 42px;
        width: 100%;
        float: none;
    }
    .about-comp-img {
        margin-bottom: 30px;
        height: initial;
    }
    .about-comp-det h1 {
        font-size: 20px;
        line-height: 20px;
    }
    .about-comp-det h1 em {
        font-size: 36px;
        line-height: 46px;
    }
    .about-comp-det h1 span {
        font-size: 14px;
        line-height: 26px;
    }
    .our-mision-main h3 {
        font-size: 28px;
        margin-bottom: 28px;
    }
    .contact-address h4 {
        margin-bottom: 20px;
    }
    .cont-add-box {
        width: 100%;
        float: none;
        display: block;
        margin-bottom: 10px;
    }
    .cont-address-main {
        margin-bottom: 0;
    }
    section.contact-map-wrp {
        display: block;
    }
    .contact-form {
        padding-right: 0px;
        display: block;
        width: 100%;
        padding: 25px 25px;
    }
    .contact-map {
        width: 100%;
        height: auto;
        display: block;
    }
    
    .product_big_image {
        display: block;
        vertical-align: initial;
    }
    ul#detail_thumb_ul {
        display: block;
        vertical-align: initial;
        float: none;
    }
    ul#detail_thumb_ul li {
        border: 1px solid #b9b9b9;
        width: calc(100% / 3);
        float: left;
        text-align: center;
    }
    ul#detail_thumb_ul::before, ul#detail_thumb_ul::after {
        content: '';
        display: table;
    }
    ul#detail_thumb_ul::after {
        clear: both;
    }
    .detail-main {
        margin-bottom: 30px;
    }
    section.detail-ban-wrp .sub-banner-bot h1 {
        font-size: 26px;
        line-height: 24px;
        margin-right: 0;
    }
    section.detail-ban-wrp .sub-banner-bot h1 img {
        margin-right: 10px;
    }
    section.detail-ban-wrp .sub-banner-bot a {
        float: none;
        display: block;
        margin-top: 20px;
    }
    .news-det-box {
        padding: 0px 0 30px;
        padding-left: 0;
        background: none;
        min-height: initial;
        margin-bottom: 30px;
    }
    .news-box-det-img {
        max-width: initial;
        display: block;
        margin-bottom: 30px;
        height: 0;
        padding-bottom: 70%;
    }
    .news-box-det-cont {
        width: 100%;
        display: block;
        vertical-align: top;
        padding-left: 0;
    }
    section.productcat-wrp .col-sm-4 {
        width: 50%;
        float: left;
    }
    section.service-banner-wrp .sub-banner-bot h6 {
        margin: 10px 0;
        font-size: 18px;
    }
    section.service-banner-wrp .sub-banner-bot h6 span {
        font-size: 15px;
    }
    section.service-banner-wrp .sub-banner-bot h1 {
        display: block;
        margin-right: 0;
    }
    .service-addres {
        width: 100%;
        padding: 30px 15px 30px;
        display: block;
        vertical-align: initial;
    }
    section.service-wrp {
        padding-left: 0px;
        display: block;
    }
    .service-map {
        width: 100%;
        height: 340px;
        display: block;
    }
    .service-addres-box {
        margin-bottom: 30px;
    }
    
    
    
    
    .listing-sidemenu {
        max-width: initial;
        width: 100%;
        display: block;
        vertical-align: initial;
        margin-bottom: 30px;
    }
    .listing-main {
        max-width: initial;
        width: 100%;
        display: block;
        float: none;
    }
    ul.side-menu-ul {
        padding: 0 20px;
        height: 0;
        overflow: hidden;
    }
    .listing-sidemenu.open ul.side-menu-ul {
        padding: 20px;
        height: auto;
    }
    .list-menuhead h5 {
        position: relative;
    }
    .list-menuhead h5::before {
        content: "\f107";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 40px;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        right: 20px;
    }
    .listing-sidemenu.open .list-menuhead h5::before {
        content: "\f106";
    }
    .list-menuhead {
        cursor: pointer;
    }
    
    
    
    
    
    .listing-prod-box a.knosmore {
        margin-bottom: 10px;
        display: inline-block;
        vertical-align: top;
    }
    .listing-prod-box a.enqure-now {
        float: none;
    }
    .listing-prod-box .listing-pro-det {
        padding: 20px 20px 15px;
    }
    .listing-main .item {
        width: calc(100% / 2);
    }
    
}

@media (max-width:550px) {
    
    header {
        padding-top: 40px;
    }
    .main-logo {
        margin-top: -80px;
    }
    .header-search {
        display: none;
    }
    ul.top-contact-ul {
        display: none;
    }
    .foot-copy {
        float: none;
    }
    .footer-bot p {
        float: none;
    }
    footer h4 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .home-product-head .nav-tabs>li>a {
        padding: 13px 6px;
    }
    .what-client-say h4 {
        line-height: 40px;
        margin-bottom: 40px;
        max-width: 100%;
    }
    .news-update h4 {
        line-height: 56px;
        margin-bottom: 30px;
    }
    .welcomewiltz-det h4 {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 15px;
    }
    .welcomewiltz-det p {
        line-height: 30px;
    }
    .career-box .career-icons span {
        margin-right: 20px;
    }
    .certificate-box {
        width: 100%;
    }
    .certificate-img {
        margin: auto;
    }
    .news-box {
        padding: 25px 0 30px;
        padding-left: 30px;
        background: url(/web/20190122023624im_/http://wiltzgroup.com/wp-content/themes/wiltz/images/career-line.png) no-repeat left center;
        background-size: contain;
        min-height: 270px;
        margin-bottom: 30px;
    }
    .news-box-img {
        display: block;
        margin-bottom: 10px;
    }
    .news-box-det {
        width: 100%;
        padding-left: 0;
    }
    section.productcat-wrp .col-sm-4 {
        width: 100%;
        text-align: center;
    }
    .listing-main .item {
        width: 100%;
        text-align: center;
    }
    
}

@media (max-width:450px) {
 
    .customer-service .container {
        position: relative;
        padding-right: 110px;
    }
    .customer-service {
        background-size: 100% 100%;
    }
    .customer-service h5 {
        font-size: 14px;
    }
    .customer-service h3 {
        font-size: 24px;
    }
    .career-cont {
        padding: 0;
        padding-left: 0;
        background: none;
        margin-bottom: 20px;
    }
    .career-box .career-icons span {
        margin-right: 0px;
        display: block;
        margin-bottom: 10px;
    }
}
    

@media (max-width:360px) {
    
    
    
    
}
@media (max-width:300px) {
    
   
}
/*
     FILE ARCHIVED ON 02:36:24 Jan 22, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:19:46 Jan 22, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.85
  exclusion.robots: 0.09
  exclusion.robots.policy: 0.073
  esindex: 0.012
  cdx.remote: 113.186
  LoadShardBlock: 178.221 (3)
  PetaboxLoader3.datanode: 147.768 (5)
  PetaboxLoader3.resolve: 103.181 (3)
  load_resource: 161.7 (2)
*/