/* Ajeesh */
.main-header *,
.brochure-download *,
.certificate-list a,
.certificate-list a > span span:last-child,
.feature-slider .image img,
.main-footer .nav-link i,
.main-footer form input,
.main-footer .social-media a,
.our-brands .logo img,
.category-list > .item *,
.product-list .item,
.product-list .item  *,
.filter__item i,
.services-list .icon img,
.blog-single .image img{
    transition: all cubic-bezier(0.32, 0.15, 0.18, 1.46) .3s;
    -webkit-transition: all cubic-bezier(0.32, 0.15, 0.18, 1.46) .3s;
    -moz-transition: all cubic-bezier(0.32, 0.15, 0.18, 1.46) .3s;
    -ms-transition: all cubic-bezier(0.32, 0.15, 0.18, 1.46) .3s;
}
.avp .company,
.dropdown-content a{
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
}
.product-list .item .image-slider *{
    transition: 0s;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -ms-transition: 0s;
}
body{
    background: #f3f3f3;
    font-family: 'Lato', sans !important;
    margin-bottom: 0 !important;
    overflow-x: hidden;
}
.tbox {
    padding: 14px 20px;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding-right: 11px !important;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5);
    /* border: 1px solid #ebebeb; */
    margin-bottom: 6px;
    border: 0;
}
img{
    max-width: 100%;
    height: auto;
}
.jumbotron{
    background: #c7dddf;
    max-width: 1440px;
    margin: auto;
}
.inner{
    max-width: 1440px;
    margin: auto;
    /* padding: 30px; */
}
.padding-reduce{
    padding-left: 0;
    padding-right: 0;
}
a:focus,
a:hover {
    color: #ac3b2f;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6,
p, input, button, a{
    font-family: 'Lato', sans;
    border: 0;
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.title-1{
    font-size: 25px;
    font-weight: 600;
}
.title-2{
    font-size: 22px;
    padding: 0;
    border: 0;
    font-weight: bold;
}
.title-3{
    font-size: 21px;
    font-weight: 600;
}
.title-4{
    font-size: 19px;
    font-weight: 600;
}
.title-4{
    font-size: 19px;
    font-weight: 600;
}
.title-5{
    font-size: 19px;
    font-weight: 600;
    padding: 0;
    border: 0;
    display: block;
}
.btn-1,
.btn-2,


.btn-1:hover,
.btn-2:hover,
.btn-1:focus,
.btn-2:focus{
    text-decoration: none;
    outline: 0;
    color: inherit;
}
.btn-1{
    padding: 10px 30px;
    border: 0;
    background: #bb3237;
    color: #fff;
    text-transform: uppercase;
}
.btn-1:hover{
    background: #cd3b41;
}
.btn-2{
    padding: 10px 30px;
    background: #fff;
    color: #bb3237;
    text-transform: uppercase;
}
.first-letter:first-letter{
    font-size: 19px;
    font-weight: bold;
}
.checkbox {
    padding-left: 20px;
}

.checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
}

input:focus,
input:focus{
    outline: 0;
}

.checkbox input[type="checkbox"] {
    opacity: 0;
    z-index: 1;
}

.checkbox input[type="checkbox"]:focus + label::before {
    /* outline: thin dotted; */
    outline: 2px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c";
}

.checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}

.checkbox.checkbox-inline {
    margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #428bca;
    border-color: #428bca;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.radio {
    padding-left: 20px;
}

.radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
}

.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}

.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
    opacity: 0;
    z-index: 1;
}

.radio input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.radio input[type="radio"]:disabled + label {
    opacity: 0.65;
}

.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed;
}

.radio.radio-inline {
    margin-top: 0;
}

.radio-primary input[type="radio"] + label::after {
    background-color: #428bca;
}

.radio-primary input[type="radio"]:checked + label::before {
    border-color: #428bca;
}

.radio-primary input[type="radio"]:checked + label::after {
    background-color: #428bca;
}

.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
    background-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
    background-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c;
}
.main-header{
    position: relative;
    z-index: 500;
    font-family: 'Lato';
}
.main-header,
.main-header a{
    color: #616161;
}
.main-header:before{
    content: '';
    height: 25px;
    background: #bed800;
    position: absolute;
    width: 100%;
}
.main-header a{
    letter-spacing: .04em;
}
.main-header .inner{
    background: #fff;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.04);
    padding: 30px;
    padding-bottom: 0;
    position: relative;
}
.main-header .logo{
    margin-left: -10px;
}
.main-header .contact{
    margin-bottom: 20px;
}
.main-header .contact span{
    margin-left: 20px;
}
.main-header i[class*=fa-]{
    margin-right: 10px;
    font-size: 19px;
    color: #616161;
}
.main-header a:hover i[class*=fa-]{
    color: #b33733;
}
.main-nav{
    text-align: center;
    margin-top: 15px;
}
.main-nav .nav-link,
.main-nav .nav-item{
    float: none;
    display: inline-block;
    font-size: 14px;
}
.main-nav .__submenu .nav-item{
    left: 160px;
    top: -14px;
    margin-bottom: 0;
    padding: 0;
    margin: 0;
    display: none;
}
.main-nav .dropdown .dropdown-content a:hover + .nav-item,
.main-nav .dropdown .dropdown-content a + .nav-item:hover{
    display: block;
}
.main-nav .nav-item .nav-item + a{
    /*     margin-top: -20px */
}
.main-nav .nav-link{
    padding: 12px 15px;
    text-transform: uppercase;
    color: #5a5a5a;
    font-weight: 700;
}
.main-nav .nav-link.menu-active{
    color: #bb3237;
    box-shadow: 0 4px;
    font-weight: bold;
}
.main-nav .nav-link:hover{
    color: #bb3237;
}
.main-nav .dropdown:hover .dropdown-content {
    display: block;
    margin-left: 0;
    margin-top: 0;
    text-align: left;
}
.main-nav .dropdown .dropdown-content a{
    padding: 6px 10px;
    box-shadow: 0 1px rgba(0, 0, 0, 0.03);
}
.search-bar{
    display: inline-block;
    position: relative;
}
.search-bar .search-bar-trigger{
    font-size: 15px;
    display: block;
    cursor: pointer;
    outline: 0;
}
.search-bar input{
    background: rgb(255, 255, 255);
    position: absolute;
    right: 50px;
    top: 0;
    margin: -14px -5px;
    width: 0px;
    border-radius: 5px;
    height: 49px;
    padding: 0 15px;
    visibility: hidden;
}
.search-bar-opened .search-bar input{
    width: 370px;
    box-shadow: 0px 23px 63px rgba(0, 0, 0, 0.28);
    border: 2px solid rgb(255, 255, 255);
    visibility: visible;
}
.search-bar-opened .search-bar input:focus,
.search-bar-opened .search-bar input:hover{
    border: 2px solid rgb(179, 55, 51);
}
.search-bar-opened .search-bar .search-bar-trigger i{
    color: rgb(179, 55, 51);
}
.main-slider .inner{
    padding: 0;
}
.main-slider .slick-dots{
    bottom: 25px;
}
.main-slider .slick-dots li button:before{
    font-size: 11px;
}
.brochure-download{
    background: #c7dce1;
    text-align: center;
    color: #2d6689;
    position: relative;
    padding-bottom: 65px;
}
.brochure-download .in{
    max-width: 57%;
    margin: auto;
}
.brochure-download input{
    width: 100%;
    text-align: center;
    border: 0;
    outline: 0;
    padding: 10px;
    background: rgba(255, 255, 255, 0.4);
    color: #000;
}
.brochure-download input:hover,
.brochure-download input:focus{
    background: rgba(255, 255, 255, 0.7);
}
.brochure-download p{
    font-size: 14px;
    color: #263c48;
    margin-bottom: 15px;
}
.brochure-download button{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.brochure-download button i{
    margin: 0 8px;
}
.brochure-download .checkbox{
    text-align: left;
}
.brochure-download .checkbox label{
    color: #646b6f;
}
.brochure-download .checkbox input{
    font-size: 16px;
    cursor: pointer;
    display: none;
}
.brochure-download .checkbox label:before{
    top: 3px;
    outline: 0 !important;
    border: 0;
    border-radius: 0;
    background: #deeaec;
}
.brochure-download .checkbox label:after{
    top: 3px;
}
.brochure-download .checkbox input:checked + label{
    color: #b33733
}
.brochure-download .checkbox input:checked + label:before{
    background: #b33733;
}
.brochure-download .checkbox input:checked + label:after{
    color: #fff
}
.feature-slider{
    background: #c9dce0;
    margin: 60px 0;
}
.feature-slider .inner .row{
    display: table !important;
}
.feature-slider .image{
    text-align: center;
    /* display: table-column; */
    vertical-align: middle;
    overflow: hidden;
    height: 100%;
}
.feature-slider .image img{
    box-shadow: 0 0 0 0px #b33733;
    display: inline-block;
    background: #fff;
    transform: rotate(0deg);
    transition: all cubic-bezier(0.32, 0.15, 0.18, 1.46) .5s .3s, box-shadow cubic-bezier(0.32, 0.15, 0.18, 1.46) 3s .3s;
    margin: 60px 0;
}
.feature-slider .slick-active .image img{
    transform: rotate(13deg);
    box-shadow: 0 0 0 30px #b33733;
}
.feature-slider .info{
    padding: 60px 0;
    max-width: 550px;
    padding-left: 40px;
}
.feature-slider .info p{
    margin-bottom: 20px;
}
.feature-slider .info .btn-1{
    margin-left: 15px;
}
.feature-slider .arrow-left,
.feature-slider .arrow-right{
    position: absolute;
    width: 32px;
    height: 32px;
    z-index: 10;
    right: 0;
    top: 50%;
    margin-top: -16px;
    background: transparent;
    border: 0;
    font-size: 33px;
    color: #fff;
    outline: 0;
    line-height: 0;
}
.feature-slider .arrow-left{
    left: 0
}
.feature-slider .pinquery,
.feature-slider .info a{
    position: relative;
    display: inline-block;
    float: none;
    padding: 0;
    font-size: 14px;
    margin: 2%;
    height: auto;
    padding: 10px 20px;
    line-height: inherit !important;
    font-weight: 600;
    margin: 0;
    height: 42px;
}
.feature-slider .pinquery span{
    font-weight: normal;
}
.our-brands{text-align: center;}
.our-brands .logo{
    display: inline-block;
    width: 12%;
    width: 16.6%;
    width: 14.22%;
    padding: 30px 20px;
}
.blog-list > .col-md-3{
}

.blog-list .in{
    background: #fff;
    padding: 22px;
    margin-bottom: 20px;
}
.blog-list .image{
    margin: -22px;
    margin-bottom: 25px;
}
.blog-list .image img{
    width: 100%;
}
.blog-list p{
    font-size: 14px;
    margin-bottom: 15px;
}
.blog-list .date{
    margin: -10px 0px 10px;
    color: #8a8a8a;
    font-size: 15px;
}
.blog-list .btn-1{
    font-size: 14px;
    padding: 5px 15px;
}
.blog-single .image {
    text-align: center;
}
.blog-single .image .image-wrap {
    display: inline-block;
    position: relative;
}
.blog-single .image img{
    width: auto;
}
.blog-single .image .image-wrap .fas{
    position: absolute;
    top: 0;
    right: 0;
    background: #b33733;
    cursor: pointer;
    padding: 10px;
    color: #fff;
}
.blog-side,
.blog-side-wrap{
    padding-right: 0;
}
.blog-side-wrap{
}
.blog-side .image{
    float: left;
    margin: 0;
    margin-right: 20px;
}
.blog-side .date{
    margin-top: 0;
    margin-bottom: 5px;
}
.blog-side .title-4{
    font-size: 15px;
    line-height: 20px;
}
.main-footer{
    background: #c4dde0 !important;
    height: auto !important;
    position: relative !important;
    bottom: 0 !important;
    padding-top: 45px;
    line-height: initial !important;
    margin-top: 30px;
    border: 0 !important;
}
.main-footer p{
    line-height: 20px;
    font-size: 15px;
}
.main-footer .title-2{
    font-size: 20px;
    color: #2e2e2e;
}
.main-footer form{
    margin-bottom: 20px;
    max-width: 290px;
    position: relative;
}
.main-footer form input{
    width: 100%;
    padding: 10px;
    outline: 0;
    border: 0;
    background: rgba(255, 255, 255, 0.6);
}
.main-footer form input:hover{
    background: rgba(255, 255, 255, 0.9);
}
.main-footer form button{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: #bb3237;
    border: 0;
    color: #fff;
    padding: 0 13px;
}
.main-footer .nav-link{
    width: 25%;
    padding: 4px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 0px;
    font-size: 15px;
}
.main-footer .nav-link i,
.filter__item i{
    padding-right: 0px;
    transform: scale(0);
}
.main-footer .nav-link:hover{
    font-weight: bold;
}
.main-footer .nav-link:hover i,
.filter__item:hover i,
.filter__item.filter__item--selected i{
    padding-right: 6px;
    transform: scale(1);
}
.main-footer .social-media a:hover,
.main-footer .nav-link:hover{
    color: #bb3237;
}
.main-footer .social-media a{
    font-size: 24px;
    padding: 8px;
}
.main-footer .social-media{
    margin-left: -8px;
}
.main-footer .bottom{
    text-align: center;
    background: #b33733;
    color: #fff;
    margin-top: 30px;
}
.main-footer .bottom .inner{
    padding: 15px;
}
.main-footer .bottom a{
    color: #fff;
    font-weight: bold;
}
.certificate-list{
    /* display: table; */
}
.certificate-list a{
    display: block;
    vertical-align: middle;
    padding: 10px;
    text-align: left;
}
.certificate-list:not(.column-2) a{
    width: 16.66%;
}
.certificate-list a:nth-child(3n+1){
    /* clear: left; */
}
.certificate-list a:hover{
    text-decoration: none;
    background: #b33733;
    color: #fff;
}
.certificate-list a img{
    float: left;
    /* width: 35%; */
    margin-right: 15px;
    margin-bottom: 13px;
}
.certificate-list a > span{
    display: block;
    vertical-align: middle;
    padding-top: 50px;
    font-size: 15px;
}
.certificate-list a > span span:last-child{
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    margin-top: 5px;
    opacity: .5;
}
.certificate-list a:hover > span span:last-child{
    letter-spacing: 3px;
}
.certificate-list.column-2 a{
    width: 50%;
}
.certificate-list.column-2 a:nth-child(2n+1){
    clear: left;
}
.certificate-center{
    text-align: center;
}
.certificate-center a{
    display: inline-block;
    float: none;
}
.certificate-list a ._download_trigger{
    padding: 7px 11px;
    margin-top: 10px;
    width: auto;
    font-size: 13px;
    display: inline-block;
    cursor: pointer;
}
.certificate-list a:hover ._download_trigger {
    background: #fff;
    color: #5d5d5d;
}
.certificate-list a ._download_trigger:hover{
    color: #bb3237;
}

.ekko-lightbox-nav-overlay a{
    color: #bb3237;
}
.container.inner{
    margin-top: 30px;
    padding: 0;
}
.entry-content p{
    text-align: justify;
}
.our-brands .logo img {
    -webkit-filter: grayscale(.5);
    filter: grayscale(.5);
}
.our-brands .logo:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
#sticky.stick{
    position: relative !important;
    top: 0 !important;
}
.filter__item{
    border-radius: 8px;
}
.filter-img-list a{
    font-size: 16px;
    border: 0;
    padding: 10px;
}
.filter-img-list a .filter-title{
    position: relative;
    top: -40px;
    padding: 15px;
}
.filter-img-list a .img-bg{
    width: 70px;
    height: 70px;
    border-radius: 6px;
    display: inline-block;
    margin-right: 8px;
    background: center no-repeat #fff;
    background-size: contain;
    box-shadow: 0 0 0 4px #fff;
    margin: 10px;
    margin-bottom: 5px;
}
.bk-btn{
    display: none;
}
.avp{

}
.avp h3{
    border: 0;
    font-size: 22px;
    font-weight: 700;
    color: #ac3b2f;
}
.avp .nav-tabs .nav-link,
.avp .nav-tabs .nav-link:hover{
    border: 0 !important;
}
.avp .nav-tabs{
}
.avp .nav-tabs .nav-link.active{
    color: #fff;
    background: #ac3b2f;
}
.avp .nav-tabs .nav-link:hover{
    /*     background: #fff; */
}
.avp .company{
    margin-top: -6px;
    margin-bottom: 12px;
    background: rgba(0, 0, 0, 0.05);
    padding: 6px 24px;
    border-radius: 5px;
    display: inline-block;
    text-decoration: none;
    color: #908f8f;
    letter-spacing: 2px;
}
.avp .company:hover{
    background: rgb(199, 221, 223);
    color: #000;
    letter-spacing: 4px;
}
.avp .company .by{
    /* display: block; */
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 5px;
    margin-right: 10px;
}
.avp .company img{
    height: 27px;
}
.avp .btn-data-sheet{
    padding: 6px 16px;
    display: inline-block;
    text-transform: capitalize;
}
.avp .btn-data-sheet i{
    margin-right: 8px;
}
/* Paragraph, Typography */
.paragraph{

}
.paragraph h1{
    font-size: 20px;
}
.paragraph h2{
    font-size: 19px;
}
.paragraph h3{
    font-size: 18px;
}
.paragraph h4{
    font-size: 18px;
}
.paragraph h5{
    font-size: 16px;
}
.paragraph h6{
    font-size: 16px;
}
.paragraph .nbsp{
    height: 15px;
}
.paragraph iframe{
    width: 100%;
    border: 0;
}
.paragraph table{
    width: 100%;
    border: 1px solid #b9b9b9;
}
.paragraph table thead{
    width: 100%;
    background: #c9c9c9;
}
.paragraph table th,
.paragraph table td{
    padding: 7px 14px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.paragraph table tr{
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.simpleLens-container{
    border: 0 !important;
}
.pinquery{
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #fff;
    background: #ac3b2f;
    width: 42px;
    height: 42px;
    font-size: 17px;
    text-align: center;
    line-height: 40px !important;
}
.pinquery,
.pinquery span{
    transition: ease all .3s;
}
.pinquery-large{
    width: auto;
    padding:0 20px;
}
.pinquery-large span{
    margin-left: 10px;
    font-family: 'Lato';
}
.pinquery-large:hover span{
    /* letter-spacing: .05em; */
}
li:hover .pinquery{
    /* 	background: #fff;
        color: #4230a1; */
}
.pinquery:hover{
    background: #ac3c1b;
}
.product_enquiry{
}
.product_enquiry .title{
    font-size: 20px;
    padding-top: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}
.product_enquiry .qty_box{
    margin-bottom: 10px;
    color: #b33733;
}
.product_enquiry .qty_label{
    float: left;
    width: auto;
    font-size: 15px;
    padding-top: 8px;
    margin-right: 10px;
}
.product_enquiry .qty_tbox{
    float: left;
    width: 50px;
    height: 40px;
    background: rgba(255, 255, 255, 0.43);
    font-size: 16px;
    padding: 6px 0 !important;
    margin-left: 10px;
    border-bottom: 2px solid;
    font-family: 'Open Sans';
    text-align: center;
    margin: 0;
    -webkit-appearance: textfield;
    border: 1px solid #000;
    border-left: 0;
    border-right: 0;
    -moz-appearance: textfield;
    -webkit-appearance: none;
    margin: 0;
    border: 0;
}
.product_enquiry .qty_tbox::-webkit-inner-spin-button,
.product_enquiry .qty_tbox::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.product_enquiry .qty_sub,
.product_enquiry .qty_add{
    float: left;
    /* top: 15px; */
    position: relative;
    background: rgba(255, 255, 255, 0.44);
    width: 30px;
    height: 40px;
    cursor: pointer;
    border: 1px solid;
    border-left: 0;
    border: 0;
}
.product_enquiry .qty_sub,
.product_enquiry .qty_add,
.product_enquiry .qty_sub i,
.product_enquiry .qty_add i{
    transition: color 0ms !important;
    outline: 0;
}
.product_enquiry .qty_sub:active,
.product_enquiry .qty_add:active{
    background: #b33733;
    color: #fff;
    border-color: #000;
}
.product_enquiry .qty_sub{
    /* border: 1px solid; */
    border-right: 0;
}
.pinquery-popup .error{
    color: red;
    margin-bottom: 15px;
    display: block;
    margin-top: -12px;
}
#pinqueryForm .tbox:not([name="qty"]){
    width: 100%;
}
#pinqueryForm .btn-1{
    width: 100%;
}
.modal-content{
    background: #c7dddf
}
.modal-title{
    border: 0;
}
.category-list{
    text-align: center;
}
.category-list > .item{
    width: 20%;
    display: inline-block;
    padding: 20px;
}
.category-list > .item a,
.product-list .item{
    display: block;
    background: #fff;
    border-radius: 5px;
    text-decoration: none;
    overflow: hidden;
    box-shadow: 0 5px 0px rgba(0, 0, 0, 0.0),  0 20px 50px rgba(0, 0, 0, 0.0);
}
.category-list > .item .title{
    display: block;
    font-weight: 600;
    padding: 10px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.category-list > .item .img-bg{
    display: block;
    height: 240px;
    background: no-repeat center;
    background-size: contain;
    margin: 0 30px;
}
.category-list > .item a .title i{
    transform: scale(0);
    margin-left: -10px;
    margin-right: 0px;
}
.category-list > .item a:hover,
.product-list .item:hover,
.grid__item:hover{
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1),  0 20px 45px rgba(0, 0, 0, 0.2);
}
.category-list > .item a:hover .title{
    background: #ac3b2f;
    color: #fff;
}
.category-list > .item a:hover .title i{
    transform: scale(1);
    margin-left: 0px;
    margin-right: 10px;
}
.category-list > .item a:hover .img-bg{
    /* background-size: 55px; */
}
.breadcrumb{
    font-size: 15px;
}
.breadcrumb{
    font-size: 14px;
    background: #f3f3f3;
    border-radius: 0;
    /* border-bottom: 1px solid #eee; */
}
/* .breadcrumb>li+li::before{
    content: "\02F2";
    font-size: 37px;
    line-height: 0;
    position: relative;
    top: -10px;
    padding: 0 9px;
    color: rgb(191, 191, 191);
} */
.breadcrumb>li+li::before{
    content: ">";
    transform: scale(.8,1.1);
    display: inline-block;
    font-size: 15px;
}
.breadcrumb a{
    text-decoration: none;
}
.breadcrumb a:hover{
    color: #ac3b2f;
}
.pagination{
}
.pagination .disabled a.page-link{
    background: #c7dddf;
}
.product-list{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: center;
    margin: 0 -30px;
}
.product-list .item{
    width: 18%;
    margin: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.product-list .image-slider .slider-item{
    height: 200px;
    background: no-repeat center;
    background-size: contain;
}
.product-list .image-slider img{
    display: none;
}
.product-list .meta{
    margin-top: auto;
    padding: 20px;
}
.product-list .meta-title{
    font-size: 16px;
    border: 0;
    font-weight: bold;
}
.product-list .slick-dots{
    /* position: absolute; */
    /* bottom: 10px; */
    left: 0;
}
.product-list .slick-dots li{
    margin: 0;
}
.product-list .item .image-slider{
    padding: 20px;
}
.product-list a{
    text-decoration: none;
}
.product-list a:hover{
    color: #ac3b2f;
}
.product-list .meta-links{
    margin: -20px;
    margin-top: 0;
}
.product-list .meta-links .meta-link,
.product-list .pinquery{
    position: relative;
    display: block;
    float: left;
    width: 46%;
    width: 50%;
    background: #bed800;
    background: #329ba6;
    background: #ebf2f2;
    background: #ffffff;
    /* border-radius: 4px; */
    color: #ac3b2f;
    padding: 0;
    font-size: 14px;
    margin: 2%;
    height: auto;
    padding: 10px;
    white-space: nowrap;
    line-height: inherit !important;
    font-weight: 600;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0);
    /* color: #fff; */
    margin: 0;
    height: 42px;
}
.product-list .meta-links .meta-link i{
    margin-right: 5px;
}
.product-list .pinquery{
    /* background: #b33733; */
    /* background: #329ba6; */
    background: #fcfcfc;
    /* color: #fff; */
}
.product-list .meta-links .meta-link:hover ,
.product-list .pinquery:hover {
    background: #b33733;
    color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.bar{
    background: transparent;
}
.filter__item{
    border: 0;
    border-radius: 5px;
    padding: 4px 15px;
    margin: 0;
    user-select: none;
    margin-bottom: 15px;
    float: none;
}

.filter__item:hover, .filter__item:focus, .filter__item--selected:hover {
    color: #b33733 !important;
    border-color: #b33733 ;
    background: rgba(0, 0, 0, 0);
    text-decoration: none;
}

.filter__item--selected{
    color: #FFFFFF;
    background: #b6c522 !important;
    border-color: #e8f1f2;
    user-select: none;
    font-weight: 600;
}
.filter__item_separate.filter__item--selected{
    background: #b33733 !important;
}

.filter__item:hover,
.filter__item:focus{
    color: #b33733 !important;
}
.filter__item:hover{
    color: #7e8a05 !important;
}
.filter__item_separate.filter__item:hover {
    color: #b33733 !important;
}
.filter__item_separate.filter__item.filter__item--selected:hover{
    color: #fff !important;

}
.filter__item--selected:focus{
    color: #fff !important;
}
.grid__item{
    border: 0;
    padding: 0 !important;
    border-radius: 3px;

    transition: box-shadow cubic-bezier(0.32, 0.15, 0.18, 1.46) .3s;
    -webkit-transition: box-shadow cubic-bezier(0.32, 0.15, 0.18, 1.46) .3s;
    -moz-transition: box-shadow cubic-bezier(0.32, 0.15, 0.18, 1.46) .3s;
    -ms-transition: box-shadow cubic-bezier(0.32, 0.15, 0.18, 1.46) .3s;
}
.grid{
    overflow: visible;
}
.filter__item i{

}
.contact.social-media{
    font-size: 25px;
}
.contact.social-media a{
    margin-right: 10px;
}
.dbox {
    text-align: center;
    background-color: #c7dddf;
    /* margin-bottom: 15px; */
    margin: 15px 15px;
    padding: 21px 25px;
    color: #fff;
    border-left: 0;
}
.dbox b {
    font-weight: 600;
    margin-right: 13px;
    font-size: 20px;
    color: #a53f29;
}
.dbox b,
.bbox h4 {
    font-family: 'Lato', sans-serif;
}
.dbox a.btn {
    background-color: #ac3b2f;
    color: #fff;
}
.cert img {
    border: 2px solid #ac3b2f;
}
.services-list{
    text-align: center;
    border: 0;
}
.services-list > div{
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: center;
    margin: 0 -30px;
}
.services-list > div > div{
    padding: 70px;
    padding-bottom: 20px;
    width: 42%;
    margin: 2%;
    text-align: left;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 15px;
    overflow: hidden;
}
.services-list > div > div .in{
    /* margin: auto; */
}
.services-list .header{
    margin: -70px;
    margin-bottom: 80px;
    height: 310px;
    clear: left;
    position: relative;
}
.services-list .icon{
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 50%;
    height: 100px;
    width: 100px;
    bottom: 0;
    margin: -50px;
    background: #fff;
}
.services-list .title-1{
    clear: both;
    text-align: center;
    margin-bottom: 15px;
}
.services-list .icon ~ .row{
    text-align: left;
}
.services-list .icon img{
    max-width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 0);
    padding: 25px;
}

.services-list > div > div:hover .icon{
    -webkit-animation: zoomIn .2s linear;
    animation: zoomIn .2s  linear;
}
.services-list > div > div:hover img{
    filter: invert(10);
    background: #6fcbc9;
}
.services-list > div > div.service-electrical:hover img{
    background: #b43d17;
}
.services-list > div > div.service-mechanical:hover img{
    background: #77911c;
}
.services-list > div > div.service-thermal:hover img{
    background: #295ad0;
}
.services-list > div > div.service-environmental:hover img{
    background: #af3eaa;
}
.service-single-certificate{
    padding: 20px 0;
    padding-bottom: 40px;
    text-align: center;
}
._alert {
    background: #e1e1e1;
    padding: 0 20px;
    margin: 20px auto;
    padding: 20px 30px;
    position: relative;
    box-shadow: 0px 30px 90px rgba(0, 0, 0, 0.37);
    z-index: 20;
    color: #000;
}
._alert.green {
    background: #bdd900;
}
._alert.red {
    background: #f49895;
}
._alert.orange {
    background: #FF9800;
}
._alert .fa{
    position: absolute;
    right: 0;
    top: 0;
    margin: 10px;
    background: rgba(255, 255, 255, 0.62);
    padding: 8px 10px;
    font-size: 13px;
    cursor: pointer;
    border-radius: 5px;
}
._alert .fa:hover{
    background: white;
}
._alert a{
    color: inherit;
    font-weight: bold;
}
._alert a:hover{
    border-bottom: 1px
}
@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@media (max-width: 1440px){
    .inner:not(.no-pad){
        padding: 0 20px;
    }
    .product-list{
        margin-left: -20px;
        margin-right: 0;
    }
    .product-list .item{

    }
    .inner {
        margin: 0 20px;
    }
}
@media (max-width: 1024px){
    .our-brands .logo{
        width: 16%;
    }
    .category-list > .item{
        width: 25%;
    }
    .product-list .item{
        width: 22.5%;
    }
    .certificate-list:not(.column-2) a{
        width: 33.33%;
    }
    .certificate-list:not(.column-2) a:nth-child(3n+1){
        clear: left;
    }
}
@media (max-width: 992px){

    .main-footer .nav-link{
        width: 33.33%;
    }
    .main-nav .nav-link.menu-active{
        box-shadow: 0 0 0 3px;
    }
    .main-nav .nav-link{
        padding: 6px 12px;
    }
    .main-nav {
        margin-bottom: 20px;
        margin-top: -30px;
    }
    .navbar-toggler{
        outline: 0 !important;
    }
}

@media (max-width: 768px){
    .main-header .inner{

    }
    .main-header .inner > .row > .col-md-6{
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .feature-slider .info a{
        display: block;
        margin-left: 0 !important;
        width: 146px;
        margin-bottom: 10px;
        padding: 5px 12px;
    }
    .category-list > .item{
        width: 50%;
    }
    .product-list .item{
        width: 30.25%;
    }
    .breadcrumb{
        white-space: nowrap;
        overflow: scroll;
        position: relative;
    }
    .breadcrumb:before{
        content: '';
        position: absolute;
        left: 0;
        right: -1px;
        top: 0;
        bottom: 0;
        z-index: 1;
        margin: -11px -1px;
        box-shadow: 0 0 10px 22px rgb(243, 243, 243) inset;
        pointer-events: none;
        display: none;
    }
    .breadcrumb>li{
        float: none;
        display: inline-block;
    }

    .certificate-list:not(.column-2) a{
        width: 50%;
    }
    .certificate-list:not(.column-2) a:nth-child(3n+1){
        clear: none;
    }
    .certificate-list:not(.column-2) a:nth-child(2n+1){
        clear: left;
    }
    .services-list > div > div{
        width: 95%;
        padding: 40px;
    }
    .inner {
        margin: 0;
    }
}
@media (max-width: 425px){
    .our-brands .logo{
        width: 45%;
    }
    .main-footer nav{
        margin-bottom: 20px;
    }
    .main-footer .nav-link{
        width: 50%;
    }
    .main-nav .nav-link{
        width: 100%;
    }
    .main-nav .nav-link.menu-active{
        background: #b33733;
        color: #fff;
    }
    .main-header .contact span{
        display: block;
    }
    .product-list{
        margin: 0;
    }
    .product-list .item,
    .category-list > .item{
        width: 100%;
    }
    .certificate-list:not(.column-2) a{
        width: 50%;
        float: left;
    }
}