.container {
    width: 100%;
    max-width: 1200px;
}

/*banner*/

.banner-section {
    width: 100%;
    height: auto;
    position: relative;
}

.banner-text {
    font-family: 'itcavantgardestd-demi' !important;
    text-transform: uppercase;
}

.banner-btn a {
    width: 200px !important;
    height: 50px !important;
    line-height: 50px !important;
    display: inline-block !important;
    background-color: #463e3e;
    font-size: 14px !important;
    color: #fff !important;
    text-align: center !important;
    border-radius: 30px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.banner-btn a:hover {
    background-color: #df252a !important;
}

#rev_slider_1_1[data-slideactive="rs-2"] .hesperiden .tp-bullet {
    background: transparent !important;
    border: 1px solid #000 !important;
}

#rev_slider_1_1_wrapper .hesperiden .tp-bullet.rs-touchhover,
#rev_slider_1_1_wrapper .hesperiden .tp-bullet.selected {
    background: #0c0c0c !important;
}

.main-title {
    font-size: 60px;
    line-height: 60px;
    font-family: 'itcavantgardestd-demi' !important;
    color: #e02329;
    letter-spacing: -1px;
}

.hme-brand-section {
    width: 100%;
    height: auto;
    padding: 90px 0px;
}

.hme-brand-title {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.hme-brand-title .main-title {
    margin-bottom: 15px;
}

.hme-brands-slider {
    width: 100%;
    height: auto;
    padding-top: 50px;
}

.hme-brands-box {
    width: 100%;
    height: 100%;
    padding-left: 0px;
    padding-right: 90px;
    box-sizing: border-box;
    border-right: 1px solid #e5e5e5;
}

.hme-brands-box h3 {
    font-size: 26px;
    line-height: 30px;
    color: #000;
    font-family: 'itcavantgardestd-demi';
    margin-bottom: 15px;
}

.hme-brand-logo {
    width: 100%;
    max-height: 65px;
    min-height: 65px;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.hme-brand-logo img {
    width: auto !important;
    max-height: 100%;
}

#hme-brands-slider .owl-item:nth-child(3n) .hme-brands-box {
    border-right: none !important;
}

.btn-with-arrow {
    display: inline-block;
    font-size: 14px;
    font-family: 'itcavantgardestd-demi';
    color: #e02329;
    line-height: 25px;
    position: relative;
}

.btn-with-arrow:hover {
    color: #000;
}

.btn-with-arrow:hover::after {
    background-image: url(../images/arrow-right-hover.png);
}

.btn-with-arrow::after {
    content: "";
    width: 18px;
    height: 10px;
    background-image: url(../images/arrow-right.png);
    position: absolute;
    right: -25px;
    top: 8px;
}

.hme-product-category-section {
    width: 100%;
    height: auto;

}

.hme-product-category-section ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.3%;
    row-gap: 6px;
}

.hme-product-category-section ul li {
    width: 49.84%;
    height: auto;
    min-height: 150px;
    background-color: #f8f8f8;
    list-style: none;
    padding: 40px;
    position: relative;
    text-align: center;

}

.hme-product-category-section ul li h2 {
    font-size: 60px;
    line-height: 80px;
    font-family: 'itcavantgardestd-demi';
    color: #000;
    opacity: 7%;
    width: 100%;
    text-align: center;
}

.hme-product-category-section ul li h3 {
    font-size: 46px;
    line-height: 35px;
    width: 100%;
    text-align: center;
    font-family: 'itcavantgardestd-demi';
    color: #000;
    margin-top: -30px;
    margin-bottom: 20px;
}

.hme-product-category-section ul li .expore-btn {
    margin-top: 5px;
}

.expore-btn {
    min-width: 190px;
    height: 50px;
    line-height: 50px;
    padding: 0px 25px;
    text-align: center;
    background-color: #e02329;
    color: #fff;
    display: inline-block;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    font-size: 14px;
    font-family: 'itcavantgardestd-demi';
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.expore-btn:hover {
    background-color: #000;
    color: #fff;
}

.category-image {
    margin-top: 25px;
    width: 100%;
}

.category-image img {
    max-width: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.hme-featured-section {
    padding: 120px 0px;
}

.hme-featured-menu {
    width: 100%;
    height: auto;
    margin-top: 30px;
}

.hme-featured-menu ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

body:not(.home) .hme-featured-menu ul {
    justify-content: center;
}


.hme-featured-menu ul li {
    width: auto;
    list-style: none;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 10px;
}

.hme-featured-menu ul li a {
    min-width: 190px;
    height: 50px;
    line-height: 50px;
    padding: 0px 15px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #d0c5c5;
    color: #000;
    cursor: pointer;
    display: inline-block;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    font-size: 14px;
    font-family: 'itcavantgardestd-demi';
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.hme-featured-menu ul li.active a {
    background-color: #e02329;
    color: #fff;
}

.hme-featured-menu ul li:hover a {
    background-color: #e02329;
    color: #fff;
}

.hme-featured-product-listing {
    width: 100%;
    height: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.hme-featured-product-listing ul {
    display: flex;
    flex-wrap: wrap;
}

.hme-featured-product-listing ul li {
    width: 25%;
    box-sizing: border-box;
    padding: 30px 50px 40px;
    box-sizing: border-box;
    border: 1px solid #dfd8d8;
    border-left: none;
    list-style: none;
}

.hme-featured-product-listing ul li:nth-child(4)~li {
    border-top: transparent;
}

.featured-image-box {
    width: 100%;
    height: auto;
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px;
}

.featured-image-box img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.featured-content-box {
    width: 100%;
    height: auto;
}

.featured-content-image {
    min-height: 30px;
    margin-bottom: 15px;
}

.featured-content-image img {
    max-height: 30px;
}

.featured-content-box h2 {
    font-size: 17px;
    line-height: 24px;
    text-transform: uppercase;
    font-family: 'itcavantgardestd-demi';
    margin-bottom: 0px;
}

.featured-content-box h3 {
    font-size: 17px;
    line-height: 24px;
    font-family: 'itcavantgardestd-demi';
    margin-bottom: 0px;
}

.featured-content-box p {
    margin-top: 10px;
}

.featured-btn-container {
    text-align: center;
}

.spare-parts-section {
    width: 100%;
    min-height: 640px;
    background-color: #463e3e;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    overflow: hidden;
}

.spare-parts-section-right-image {
    width: 50%;
    height: 100%;
    position: absolute;
    z-index: 2;
    right: 0px;
    top: 0px;
    background-image: url(../images/spare-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.spare-parts-content {
    padding: 50px 0px;
    max-width: 700px;
    position: relative;
    z-index: 5;
}

.spare-parts-content .main-title {
    color: #fff;
    margin-bottom: 20px;
}

.spare-parts-content .expore-btn {
    margin-top: 10px;
}

.spare-parts-content p {
    color: #fff;
    max-width: 500px;
}

.spare-parts-content-logo {
    margin-top: 65px;
}

#hme-spare-slider {
    width: 100%;
    height: auto;
}

.hme-spare-logo {
    width: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.hme-spare-logo img {
    width: auto !important;
}

.hme-about-section {
    width: 100%;
    padding: 110px 0px 100px;
    background-color: #fbf8f8;
    background-image: url(../images/hme-abt-bg.jpg);
    background-position: left bottom;
    background-repeat: no-repeat;
}

.hme-about-left {
    width: 65%;
    padding-right: 175px;
    box-sizing: border-box;
}

.hme-about-left h5 {
    font-size: 16px;
    line-height: 24px;
    color: #463e3e;
    opacity: 0.5;
    font-family: 'itcavantgardestd-demi';
    margin-bottom: 20px;
    margin-top: 10px;
}

.hme-about-left h2 {
    font-size: 30px;
    line-height: 40px;
    font-family: 'itcavantgardestd-demi';
    color: #e02329;
}

.hme-about-left .expore-btn {
    margin-top: 35px;
}

.hme-about-right {
    width: 35%;
}

.hme-about-section-inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.hme-about-right ul {
    width: 100%;
}

.hme-about-right ul li {
    width: 100%;
    padding: 25px 0px;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #c9c6c6;
}

.hme-about-right ul li:last-child {
    border-bottom: 1px solid #c9c6c6;
}

.hme-about-img {
    width: 90px;
}

.hme-about-content {
    width: calc(100% - 90px);
}

.hme-about-content p {
    margin-bottom: 0px;
}

.hme-about-content h3 {
    font-size: 20px;
    font-family: 'itcavantgardestd-demi';
    line-height: 25px;
    color: #463e3e;
    margin-bottom: 8px;
}

.hme-news-section {
    width: 100%;
    height: auto;
    padding: 120px 0px;

}

.hme-news-title {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.hme-news-title .expore-btn {
    margin-left: auto;
}

.hme-news-slider {
    margin-top: 30px;
    width: 100%;
}

.hme-news-image {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.hme-news-image img {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.hme-news-image:hover img {
    transform: scale(1.1, 1.1);
}

.hme-news-content {
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-right: 50px;
    box-sizing: border-box;
}

.hme-news-content span {
    font-size: 14px;
    color: #000000;
    line-height: 22px;
}

.hme-news-content h3 {
    color: #463e3e;
    line-height: 25px;
    font-size: 20px;
    font-family: 'itcavantgardestd-demi';
    margin-top: 10px;
}

.hme-news-content p {
    margin-top: 10px;
}

.main-inner-banner {
    width: 100%;
    min-height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-inner-banner h1 {
    font-size: 82px;
    line-height: 82px;
    margin: 0px 0 0 0;
    color: #e0252a;
    text-transform: uppercase;
    text-align: center;
    font-family: 'itcavantgardestd-demi';
    font-weight: bold;
}

.main-inner-banner .inner-banner-title-main {
    margin: 20px 0 0 0;
}


/*about page*/

.main-inner-banner.about-banner {
    min-height: 710px;
}

.about-main-section {
    padding: 110px 0px 90px;
}

.about-left-content {
    width: 65%;
    padding-right: 200px;
    box-sizing: border-box;
}

.about-left-content .main-title {
    margin-bottom: 30px;
    color: #000;
}

.mission-vision-section {
    width: 100%;
    height: auto;
    background-color: #463e3e;
}

.mission-vision-section ul {
    display: flex;
    flex-wrap: wrap;
}

.mission-vision-section ul li {
    width: 50%;
    padding: 80px 0px;
    box-sizing: border-box;
    border-right: 1px solid #605959;
    list-style: none;
    padding-right: 100px;
}

.mission-vision-section ul li .main-title {
    color: #fff;
    margin-bottom: 25px;
}

.mission-vision-section ul li p {
    color: #fff;
}

.mission-vision-section ul li:nth-child(2) {
    padding-right: 0px;
    padding-left: 60px;
    border-right: none;
    padding-right: 40px;
}

.about-icon {
    min-height: 80px;
    margin-bottom: 25px;
}

.director-msg-section {
    width: 100%;
    padding: 120px 0px;
    overflow: hidden;
}

.director-msg-inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.director-image {
    width: 48%;
}

.director-image img {
    width: 100%;
}

.director-msg-content {
    width: 52%;
    padding: 0px 80px;
    box-sizing: border-box;
    padding-top: 100px;
    background-image: url(../images/msg-quote.png);
    background-repeat: no-repeat;
    background-position: top left 76px;

}

.director-title {
    width: 100%;
    margin-top: 40px;
}

.director-title h3 {
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    font-family: 'itcavantgardestd-demi';
    font-weight: bold;
    margin-bottom: 5px;
}

.director-title p {
    margin-bottom: 0px;
}

.abt-testimonial-section {
    width: 100%;
    padding: 100px 0px;
    background-color: #f8f8f8;
}

.about-testimonial-slider .main-title {
    text-align: center;
    width: 100%;
    color: #000;
}

.about-testimonial {
    width: 100%;
    padding: 80px 110px 0px;
    margin-top: 40px;
    text-align: center;
    background-image: url(../images/testimonial-quote.png);
    background-position: top center;
    background-repeat: no-repeat;
}

.about-testimonial p {
    font-size: 21px;
    line-height: 33px;
}

.about-testimonial h3 {
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    font-family: 'itcavantgardestd-demi';
    font-weight: bold;
    margin-top: 35px;
    margin-bottom: 5px;
}

.about-testimonial span {
    font-size: 14px;
    line-height: 22px;
    font-family: 'itcavantgardestd-bk';
}

.about-testimonial .owl-prev span,
.about-testimonial .owl-next span {
    display: none;
}

.about-testimonial .owl-prev {
    width: 50px !important;
    height: 50px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-image: url(../images/prev-arrow.png) !important;
    background-color: #fff !important;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    left: 0px;
    top: 40%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-size: 0px !important;

}

.about-testimonial .owl-prev:hover {
    background-image: url(../images/prev-arrow-hover.png) !important;
    background-color: #e02329 !important;
}

.about-testimonial .owl-next {
    width: 50px !important;
    height: 50px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-image: url(../images/next-arrow.png) !important;
    background-color: #fff !important;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    right: 0px;
    top: 40%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-size: 0px !important;
}

.about-testimonial .owl-next:hover {
    background-image: url(../images/next-arrow-hover.png) !important;
    background-color: #e02329 !important;
}

.abt-join-section {
    width: 100%;
    padding: 120px 0px;
    background-image: url(../images/abt-career-bg.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
    position: relative;
}

.abt-join-section::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    background: rgb(207, 33, 38);
    background: linear-gradient(82deg, rgba(207, 33, 38, 1) 4%, rgba(22, 22, 22, 0) 100%);
    z-index: 1;
}

.abt-join-inner {
    width: 100%;
    max-width: 440px;
    position: relative;
    z-index: 2;
}

.abt-join-inner .main-title {
    color: #fff;
    margin-bottom: 15px;
}

.abt-join-inner p {
    color: #fff;
    font-size: 16px;
}


.carrer-btn {
    min-width: 160px;
    height: 50px;
    line-height: 50px;
    padding: 0px 25px;
    margin-top: 10px;
    text-align: center;
    background-color: #fff;
    color: #000;
    display: inline-block;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    font-size: 14px;
    font-family: 'itcavantgardestd-demi';
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.carrer-btn:hover {
    background-color: #000;
    color: #fff;
}

.product-listing-section {
    width: 100%;
    padding-top: 70px;
}

.product-listing-section .hme-featured-product-listing {
    margin-bottom: 0px;
}

.spare-parts-section.inner-spare {
    background-color: #e02329;
    min-height: 580px;
}

.banner-brand-logo {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    max-height: 100px;
}

.product-listing-filter {
    width: 100%;
    padding: 0px 50px;
    box-sizing: border-box;
    margin-top: 90px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}

.sort-title {
    width: 90px;
    line-height: 25px;
    font-size: 18px;
    font-family: 'itcavantgardestd-demi';
    font-weight: bold;
}

.product-listing-filter ul {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 90px);
}

.product-listing-filter ul li {
    width: 13%;
    line-height: 22px;
    padding-right: 10px;
    font-size: 14px;
    box-sizing: border-box;
    list-style: none;
    font-family: 'itcavantgardestd-demi';
    font-weight: bold;
}

.product-listing-filter .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.product-listing-filter .form-group label {
    position: relative;
    cursor: pointer;
}

.product-listing-filter .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #d0c5c5;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    top: -1px;
}

.product-listing-filter .form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 8px;
    width: 4px;
    height: 10px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.hme-featured-product-listing.with-filter {
    margin-top: 0px;
}

.barnd-top-section {
    width: 100%;
    height: auto;
    padding: 110px 0px 70px;
    overflow: hidden;
}

.barnd-top-section-inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.barnd-top-section-left {
    width: 50%;
    padding-right: 50px;
    box-sizing: border-box;
}

.barnd-top-section-left .main-title {
    line-height: 65px;
}

.barnd-top-section-right {
    width: 50%;
    padding-top: 10px;
}

.main-inner-banner.custom_banner {
    min-height: 720px;
    align-items: flex-end;
    justify-content: flex-start;
    background-position: center bottom;
    position: relative;
}

.main-inner-banner.custom_banner::after {
    content: "";
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9724264705882353) 9%, rgba(0, 0, 0, 0) 74%);
}

.main-inner-banner.custom_banner h1 {
    color: #ffffff;
    font-size: 50px;
    line-height: 50px;
    text-align: left;
    text-transform: capitalize;
}

.main-inner-banner.custom_banner span {
    color: #ffffff;
    font-size: 18px;
    display: block;
    margin-bottom: 15px;
}

.main-inner-banner.custom_banner .inner-banner-title-main {
    margin: 0 0 55px 0;
    position: relative;
    z-index: 1;
}

.main-inner-banner.power-banner {
    min-height: 710px;
    position: relative;
    padding-top: 150px;
}

.solution-image {
    display: table;
    margin: 0 auto;
    margin-top: -35px;
}

.main-power-solution-container {
    width: 100%;
    height: auto;
}

.power-solution-listing-main {
    width: 100%;
    height: auto;
    padding: 100px 0px;
}

.power-solution-listing-inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.power-solution-content {
    width: 50%;
    padding-right: 50px;
    box-sizing: border-box;
}

.power-solution-image {
    width: 50%;
    padding-left: 30px;
    box-sizing: border-box;
}

.power-solution-content .main-title {
    color: #000;
    margin-bottom: 20px;
}

.power-solution-content .expore-btn {
    margin-top: 20px;
}

.power-solution-content ul {
    margin-left: 20px;
}

.power-solution-content ul li {
    margin-bottom: 5px;
}

.power-solution-image-main {
    width: 450px;
    height: 450px;
    display: flex;
    align-items: center;
    background-color: #463e3e;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    position: relative;
}

.power-solution-listing-wrapper {
    width: 100%;
    height: auto;
}

.power-solution-listing-main:nth-child(2n) {
    background-color: #f8f8f8;
}

.power-solution-listing-main:nth-child(2n) .power-solution-listing-inner {
    flex-direction: row-reverse;
}

.power-solution-listing-main:nth-child(2n) .power-solution-content {
    padding-right: 0px;
}

.power-solution-image-main.center {
    align-items: center;
    justify-content: center;
}

.power-solution-image-main.center .power-solution-image-inner {
    max-width: 70%;
}

.generator-detail-section {
    width: 100%;
    padding: 20px 0px 100px;
    background-color: #f8f8f8;
    margin-top: 135px;
}

.generator-detail-breadcrumbs {
    width: 100%;
    height: auto;
}

.generator-detail-breadcrumbs ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.generator-detail-breadcrumbs ul li {
    list-style: none;
    padding-right: 15px;
    font-size: 13px;
    color: #000;
    position: relative;
}

.generator-detail-breadcrumbs ul li a {
    font-size: 13px;
    color: #000;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.generator-detail-breadcrumbs ul li a:hover {
    color: #e02329;
}

.generator-detail-breadcrumbs ul li:last-child::after {
    display: none;
}

.generator-detail-breadcrumbs ul li::after {
    content: ">";
    position: absolute;
    top: 0px;
    right: 2px;
}

.generator-detail-gallery-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    align-items: flex-start;
}

.generator-detail-gallery-main {
    width: 60%;
    padding-right: 70px;
    box-sizing: border-box;
}

.generator-detail-gallery-content {
    width: 40%;
}

.generator-detail-gallery-content h5 {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    margin-top: 15px;
    font-weight: 500;
    margin-top: 20px;
}

.generator-detail-gallery-content h3 {
    font-size: 32px;
    line-height: 38px;
    color: #000;
    font-family: 'itcavantgardestd-demi';
    margin-bottom: 15px;
}

.generator-detail-related-box {
    width: 100%;
    background-color: #fff;
    padding: 20px 20px 10px;
    box-sizing: border-box;
    margin-top: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.generator-detail-related-inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}



.generator-detail-related-inner label {
    width: 100px;
    font-family: 'itcavantgardestd-demi';
    line-height: 17px;
    padding-right: 5px;
}

.generator-detail-related-inner ul {
    width: calc(100% - 100px);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.generator-detail-related-inner ul li {
    list-style: none;
    width: auto;
    line-height: 22px;

    margin-right: 5px;
    border: 1px solid #e8d9d9;
}

.generator-detail-related-inner ul li a {
    padding: 0px 8px;
    width: 100%;
    height: 100%;
    display: inline-block;
    font-family: 'itcavantgardestd-bk';
    color: #000;
    font-size: 12px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

/* .generator-detail-related-inner ul li:hover {
    background-color: #e02329;
    color: #fff;
}

.generator-detail-related-inner ul li:hover a {
    color: #fff;
} */

.generator-detail-btns-container {
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.request-quote-btn {
    width: 48%;
    height: 48px;
    line-height: 48px;
    background-color: #463e3e;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    font-size: 14px;
    font-family: 'itcavantgardestd-demi';
    border: 1px solid #463e3e;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.request-quote-btn:hover {
    background-color: #e02329;
    border: 1px solid #e02329;
    color: #fff;

}

.download-cateloge-btn {
    width: 49%;
    height: 48px;
    /* line-height: 48px; */
    background-color: #fff;
    color: #000;
    text-align: center;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    font-size: 14px;
    padding-left: 0;
    cursor: pointer;
    font-family: 'itcavantgardestd-demi';
    border: 1px solid #d6c6c7;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    /* background-image: url(../images/pdf-icon.png);
    background-repeat: no-repeat;
    background-position: left 30px center; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.download-cateloge-btn span {
    margin-right: 8px;
}

.download-cateloge-btn:hover {
    background-color: #463e3e;
    border: 1px solid #463e3e;
    color: #fff;
    /* background-image: url(../images/pdf-icon-hover.png); */
}

.download-cateloge-btn:hover span {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(307deg) brightness(104%) contrast(101%);
}

.generator-social-media {
    width: 100%;
    height: auto;
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
}

.generator-social-media label {
    width: 60px;
    font-family: 'itcavantgardestd-demi';
    line-height: 35px;
}

.generator-social-media ul {
    width: calc(100% - 60px);
    display: flex;
    flex-wrap: wrap;
}

.generator-social-media ul li {
    width: 35px;
    height: 35px;
    margin-right: 5px;
    background-color: #fff;
    border: 1px solid #ebe7e7;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    list-style: none;
    overflow: hidden;
}

.generator-social-media ul li a {
    width: 100%;
    text-align: center;
    line-height: 35px;
    display: inline-block;
    font-size: 16px;
    color: #385c8e;
}

.generator-social-media ul li a span.icon-facebook {
    color: #385c8e;
}

.generator-social-media ul li a span.icon-twitter {
    color: #73a1fb;
}

.generator-social-media ul li a span.icon-linkedin2 {
    color: #5082f6;
}

.generator-social-media ul li a:hover span {
    color: #fff !important;
}

.generator-social-media ul li a:hover {
    background-color: #e02329;
    color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.related-product-section {
    padding-top: 110px;
}

.related-product-section .main-title {
    text-align: center;
    color: #000;
}

.related-product-slider {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

#product-related-slider img {
    width: auto !important;
    max-width: 100%;
    display: inline-block;
}

#product-related-slider .item {
    padding: 20px 45px 50px;
    box-sizing: border-box;
    text-align: center;

}

#product-related-slider .owl-item.active .item {
    border-top: 1px solid #dfd8d8;
    border-right: 1px solid #dfd8d8;
}


#product-related-slider .item .featured-content-box {
    text-align: left;
}

/*product detail tab*/

.tabs-nav {
    background: #463e3e;
}

.tabs-nav ul {
    display: flex;
    list-style: none;
    justify-content: left;
    align-items: center;
    column-gap: 25px;
}

.tabs-nav li {
    display: inline-block;
    background: transparent;
    color: #fefefe;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: transparent;
    margin-right: 5px;
}

.tabs-nav a {
    color: #ffffff;
    font-size: 15px;
    line-height: 15px;
    padding: 25px 0px;
    display: block;
    border-bottom: 5px solid transparent;
}

/* Active tab */

.tabs-nav li.active {
    background: transparent;
    color: #fff;


}

.tabs-nav li.active a {
    color: inherit;
    border-bottom: 5px solid #e02329;
    font-family: 'itcavantgardestd-demi';
}

/* Tab content */

.tabs-content {
    padding: 0px;
    background: #FFF;
    margin-top: -1px;
    overflow: hidden;
}



/* Hide all but first content div */

.tabs-content .main-tab:not(:first-child) {
    display: none;
}

.feature-section {
    padding: 60px 0px;
}

.feature-section h3 {
    font-size: 32px;
    font-family: 'itcavantgardestd-demi';
}

.feature-section ul {
    width: 100%;
    max-width: 850px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}

.feature-section ul li {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    margin-bottom: 10px;
    list-style: none;
    position: relative;
}

.feature-section ul li::after {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #463e3e;
    left: 0px;
    top: 6px;
    position: absolute;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#tab3 .feature-section th {
    width: 18%;
}

.feature-section table {
    background: #ffffff !important;
}

.feature-section th {
    text-align: left;
    background: #f7f7f7;
}

.feature-section td {
    background: #ffffff;
}

.product-catelogue-section {
    width: 100%;
    background-color: #f8f8f8;
    padding: 100px 0px 80px;
}

.product-catelogue-section h3 {
    font-size: 32px;
    font-family: 'itcavantgardestd-demi';
}

.product-catelogue-section ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1%;
}

.product-catelogue-section ul li {
    width: 15.83%;
    background-color: #fff;
    padding: 40px 25px;
    text-align: center;
    list-style: none;
    margin-bottom: 20px;
}

.product-catelogue-section ul li p {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin-bottom: 0px;
}

.product-catelogue-section ul li a.link {
    margin-top: 20px;
}

.download-icon {
    width: 40px;
    display: inline-block;
    margin-bottom: 10px;
}

.sps_page {
    overflow: hidden;
}

.spare_offer {
    overflow: hidden;
}


/*404*/

.error-404 {
    width: 100%;
    padding: 80px 0px;
}

.error-404 ul {
    margin-top: 10px;
    margin-bottom: 15px;
}

.error-404 ul li {
    list-style: none;
    margin-bottom: 10px;
    padding-left: 15px;
    position: relative;
}

.error-404 ul li::after {
    width: 7px;
    height: 7px;
    content: "";
    position: absolute;
    left: 0px;
    top: 5px;
    background-color: #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.error-404 .expore-btn {
    margin-top: 20px;
}

.error-404 h4 {
    font-size: 17px;
    font-family: 'itcavantgardestd-demi';
}

.error-404 h3 {
    font-size: 19px;
    font-family: 'itcavantgardestd-demi';
    margin-bottom: 15px;
}

.scroll-up header {
    position: fixed !important;
    background: #fff;
    border-bottom: 1px solid #dfd8d8;
    padding-top: 0px;
    padding-bottom: 0px;
    z-index: 9999;
    top: 0px;
}

.scroll-up header .mega_menu_expand {
    top: 60px;
}

.scroll-down.active_body .header {
    position: fixed;
    top: 0px;
    padding-top: 20px;
    background-color: #fff;
}

.scroll-up .dmenu::after {
    bottom: -7px;
}

.scroll-up header .navbar-brand {
    margin-top: 0;
}

.scroll-up header .navbar_right {
    margin-top: 30px;
}

.scroll-up header .navbar_right .nav>ul>li>a {
    height: 40px;
}

.scroll-up header .navbar_right {
    margin-top: 20px;
}

.scroll-down header {
    background: transparent;
    padding-top: 5px;
    padding-bottom: 5px;
    top: -150px;
}

.scroll-up header .right_search {
    margin-top: -20px;
}

header {
    -moz-transition: all 0.6s linear !important;
    -webkit-transition: all 0.6s linear !important;
    -o-transition: all 0.6s linear !important;
    transition: all 0.6s linear !important;

}

.active.scroll-down header {
    position: fixed;
    top: 0;
}

.mega_menu_expand::after {
    content: "";
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 100%;
    left: 0px;
    pointer-events: none;
}

.location_fliter .location_list li a {
    cursor: pointer;
}

.fancybox-content .nice-select {
    width: 100%;
    height: 55px;
    line-height: 55px;
}

.fancybox-content .nice-select li {
    margin-bottom: 0px;
}

.fancybox-content .nice-select.open .list {
    width: 100%;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #ffd4d5;
}

.top_filter .nice-select {
    width: 100%;
    max-width: 230px;
    padding: 0 20px;
    height: 45px;
    border: 1px solid #d0c5c5;
    border-radius: 30px;
    color: #000;
    font-size: 14px;
    appearance: none;
    background: url(../images/select_arw.png) no-repeat;
    background-position: 90% 50%;
    outline: none;
}

.top_filter .nice-select:after {
    display: none !important;
}

.top_filter .nice-select .list {
    width: 100%;
}

.news_events_page .top_filter {
    z-index: 9;
    position: relative;
}

body:not(.active_body).page-template-template-contact header .navbar_right .nav>ul>li>a,
body:not(.active_body).page-template-template-offer header .navbar_right .nav>ul>li>a {
    color: #fff;
}


body.scroll-up.page-template-template-contact header .navbar_right .nav>ul>li>a,
body.scroll-up.page-template-template-offer header .navbar_right .nav>ul>li>a {
    color: #000000;
}

body:not(.active_body).page-template-template-contact .navbar-brand img,
body:not(.active_body).page-template-template-offer .navbar-brand img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(307deg) brightness(104%) contrast(101%);
}


body.scroll-up.page-template-template-contact .navbar-brand img,
body.scroll-up.page-template-template-offer .navbar-brand img {
    filter:none;
}


.noproduct {
    text-align: center;
    margin-bottom: 105px;
    background: #e02329;
    font-size: 17px;
    color: #fff;
    padding: 15px 0;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 105px;
    border-radius: 10px;
}


/* ------------------------------------------------------------------------------------------------------ */

.feat_outer+.feat_outer {
    border-top: 1px solid #dddddd;
}

.feat_outer .feature-section .block h3 {
    font-size: 18px;
}

.feat_outer .feature-section .block:not(:last-child) {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.feat_outer .feature-section th:first-child {
    width: 30%;
}

.feat_outer .feature-section table {
    margin-bottom: 0;
}

.draggable+.related-product-section {
    border-top: 1px solid #ddd;
}

.related-product-slider .owl-carousel .owl-stage {
    display: flex;
}

.feature-section .container>h3 {
    margin-bottom: 30px;
}

#product-related-slider .item {
    height: 100%;
}