@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.new-header::after {
    content: '';
    background: transparent !important;
}

.w-50per {
    width: 50%;
}

.new-header {
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
}

.new-header .sticky {
    color: #121212;
}

.new-header.sticky .stick-none {
    display: none;
}

.new-header .stick-block {
    display: none;
}

.new-header.sticky .stick-block {
    display: block !important;
}

.new-font {
    font-family: 'Montserrat', sans-serif !important;
}

.new-stickyLinkIcon {
    width: 42px;
    min-width: 42px;
    height: 100%;
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    background-color: #ff7600;
}

.hero-heading {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 7vw !important;
    font-weight: 800 !important;
    font-style: italic !important;
    line-height: 1.1em !important;
    width: 680px !important;
}

.home-hero-section .hero-heading{
    font-size: 3vw !important;
    color: #FFFFFF;
}

.hero-heading span {
    font-size: 7vw !important;
    color: #fff !important;
}

.primary-color {
    color: #ff7600 !important;
}

.primary-bg {
    background: #ff7600 !important;
}

.text-black {
    color: #121212 !important;
}

.mb-150 {
    margin-bottom: 150px;
}

.hero-para {
    font-family: 'Barlow', sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    color: rgb(208, 208, 208);
    margin-top: 20px;
    width: 480px !important;
    letter-spacing: 1px;
}

.new-body-para {
    font-family: 'Barlow', sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    color: rgb(208, 208, 208);
    letter-spacing: 1px;
}

.new-event-title {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1.4rem !important;
    font-weight: 700 !important;
    font-style: italic !important;
    line-height: 1.5em !important;
    letter-spacing: 1.2px;
}

.new-heading {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 3.6vw !important;
    font-weight: 800 !important;
    font-style: italic !important;
    line-height: 1.1em !important;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.new-tab-link {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1.2vw !important;
    font-weight: 800 !important;
    font-style: italic !important;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.testimonial-name {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1.2vw !important;
    font-weight: 700 !important;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.new-tab-link.active {
    background: transparent;
    color: #ff7600 !important;
}

.new-tab-link::after {
    content: '';
    height: 5px;
    width: 90%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    display: none;
    background: #ff7600 !important;
}

.new-tab-link-2 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1.1vw !important;
    font-weight: 800 !important;
    font-style: italic !important;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.new-tab-link-2.active {
    background: #ff7600 !important;
    border-color: #ff7600 !important;
    color: #000;
}

.new-tab-link-2::after {
    content: '';
    height: 0;
    width: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #ff7600 !important;
    left: 0;
    right: 0;
    bottom: -17px;
    margin: auto;
    position: absolute;
    display: none;
}

.new-headingShadow {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 800 !important;
    font-size: 7vw;
    line-height: 1;
    color: #222222;
    opacity: 0.06;
    font-style: italic !important;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.new-subheading {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 800 !important;
    font-size: 3vw;
    font-style: italic !important;
    color: #222222;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    position: absolute;
    bottom: 0px;
}

.new-secHomeAbout {
    background-color: #000000;
    color: #FFF;
    position: relative;
    padding: 125px 50px 220px;
}

.new-secb2b {
    background-color: #fff;
    color: #000;
    position: relative;
    padding: 125px 50px 220px;
}

.new-secHomeCount {
    text-align: center;
    font-family: 'Bebas Neue';
    color: #FFF;
    padding: 60px 0 130px;
    position: relative;
    top: -1px;
}

.new-secHomeWhyChooseUs{
    text-align: center;
    color: #000;
    font-family: 'Bebas Neue';
    padding: 60px 0 130px;
    position: relative;
    top: -1px;
}

.new-secHomeProduct {
    padding: 0px 50px 200px;
}

.new-secHomeTestimonial {
    background-color: #000000;
    color: #FFF;
    position: relative;
    padding: 125px 50px 200px;
}

.new-secHomeContact {
    background-size: cover;
    -webkit-clip-path: polygon(0 0, 100% 80px, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 80px, 100% 100%, 0 100%);
    margin-top: -97px px;
    padding: 120px 0 150px;
    position: relative;
    text-align: center;
}

.new-secRelatedProducts {
    padding: 100px 0 100px;
    position: relative;
    overflow: hidden;
    margin-top: -125px;
    background: #FFF;
}

.new-secHomeProduct img {
    max-height: 400px;
}

.new-secHomeProduct .productImg2 {
    top: 0;
    position: relative;
    left: 45%;
}

.new-secHomeProduct .productImg1 {
    top: 0;
    position: relative;
    left: 45%;
}



.new-secHomeTestimonial .owl-carousel .owl-nav button {
    width: 40px !important;
    height: 20px !important;
    outline: none;
}

.new-secHomeTestimonial .owl-carousel .owl-nav button.owl-prev {
    background: url(../public//img//text-prev.svg) no-repeat;
    background-position: bottom;
}

.new-secHomeTestimonial .owl-carousel .owl-nav button.owl-next {
    background: url(../public/img/text-next.svg) no-repeat;
    background-position: top;
}

.new-secHomeTestimonial .owl-nav button span,
.new-secHomeTestimonial .owl-nav button i {
    display: none;
}

.newletter .new-form-group .form-control:focus {
    border-color: #ff7600 !important;
}



.flex-title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.line {
    width: 150px;
    height: 2px;
    background-color: #fff;
}

.line-primary {
    width: 150px;
    height: 2px;
    background-color: #ff7600;
}

.heading-title {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    font-style: italic !important;
    line-height: 1.1em !important;
    text-transform: uppercase;
    margin-bottom: 0;
}

.new-footerLinks {
    display: flex;
    justify-content: center;
    position: relative;
}

.new-footerLinks a {
    font-family: 'Barlow', sans-serif !important;
    color: #fff;
    margin: 0 20px;
}

.font-barlow {
    font-family: 'Barlow', sans-serif !important;
    letter-spacing: 0.9px;
}

.new-footerLinks a:hover,
.new-footerLinks:focus {
    color: #ff7600 !important;
    text-decoration: none;
}

.hover-primary a:hover {
    color: #ff7600 !important;
}

.new-footerSocial a:hover {
    color: #ff7600 !important;
}

.new-brochuresBoxLinks {
    display: flex;
}

.new-brochuresBoxLinks a:first-child {
    margin-left: 0px;
}

.new-brochuresBoxLinks a {
    line-height: 42px;
    background: transparent;
    color: #fff;
    margin-left: 10px;
}

.newletter .new-form-group button {
    margin-left: 10px;
    background: transparent;
    color: #fff;
    width: 250px;
    padding: 0;
    font-weight: bold;
}

.new-newletter {
    font-family: 'Montserrat', sans-serif !important;
    color: #FFF;
    font-size: 24px !important;
    font-weight: 700 !important;
    margin-bottom: 25px;
    margin: 0;
    white-space: nowrap;
    margin-right: 30px;
    text-transform: uppercase;
}

.new-count {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 4vw !important;
    font-weight: 800 !important;
    font-style: italic !important;
    line-height: 1.1em !important;
    text-transform: uppercase;
    color: #121212;
}

.new-count-type {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1.2vw !important;
    font-weight: 800 !important;
    line-height: 1.1em !important;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #121212;
    margin-top: 20px;
}

.new-hvr-sweep-to-right {
    border-radius: 3px;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    font-style: italic !important;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(0) translateZ(0);
    transform: perspective(0) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border: 1px solid #fff !important;
    border-radius: 30px !important;
    overflow: hidden;
}

.contact-btn-border {
    border: 1px solid #000 !important;
}

.light-field {
    background-color: #f4f4f4 !important;
}

.new-hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff !important;
    color: #121212 !important;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.new-hvr-sweep-to-right:hover,
.new-hvr-sweep-to-right:focus,
.new-hvr-sweep-to-right:active {
    color: #121212 !important;
    border: 1px solid #ff7600;
}

.new-hvr-sweep-to-right:hover:before,
.new-hvr-sweep-to-right:focus:before,
.new-hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.banner-carousel a.btn:hover,
.banner-carousel a.btn:focus {
    border-radius: 30px;
}

.newcontactInfoLeft {
    background: #ff7600;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.newcontactInfoLeft h2 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 34px !important;
    font-weight: 800 !important;
    font-style: italic !important;
    line-height: 1.1em !important;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding-left: 0;
}

.newcontactInfoRight h3 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    font-style: italic !important;
}

.newcontactBanner h4 {
    font-family: 'Barlow', sans-serif !important;
}

.newcontactInfoRight p.location {
    font-family: 'Barlow', sans-serif !important;
}

.newcontactInfoRight a {
    font-family: 'Barlow', sans-serif !important;
}

.newcontactInfoRight p {
    font-family: 'Barlow', sans-serif !important;
}

.contactInfoRight.newcontactInfoRight p a:hover,
.contactInfoRight.newcontactInfoRight p a:focus {
    color: #ff7600;
    text-decoration: none;
}

.new-warranty-sec label.file-input__label.upload-btn {
    border-radius: 30px;
    background-color: #000;
}

.new-warranty-sec .input-block label {
    font-family: 'Barlow', sans-serif !important;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

.new-link-pro {
    text-decoration: none;
    font-weight: 600;
    color: #ff7600;
}

.accept-input label::before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #ff7600;
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
    padding: 6px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}

.accept-input input:checked+label::after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #ff7600;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.event-right .new-icon {
    width: 6rem;
    height: 6rem;
    background: #ff7600;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
}

.event-right .new-icon img {
    width: 3.2rem;
    height: 3.2rem;
}

.aboutWrapper .new-secWhy {
    padding: 100px 0 60px 0;
}

.new-secWhy h2.heading {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 3.6vw !important;
    font-weight: 800 !important;
    font-style: italic !important;
    line-height: 1.1em !important;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.new-secWhy p {
    font-family: 'Barlow', sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px;
}

.new-secHomeProduct p {
    font-family: 'Barlow', sans-serif !important;
    font-size: 16px;
}

.bg-black {
    background: #121212 !important;
}

.new-flex-title .heading-title {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    font-style: italic !important;
}

.headShadow.new-headshadow {
    margin-bottom: 22px;
}

.secCertificates .new-main_certificates .certificateBox {
    width: 20%;
}

.secCertificates .new-main_certificates .certificateBox h4 {
    font-size: 18px;
}

.w-auto {
    width: auto !important;
}

.orange-hover:hover {
    color: #ff7600 !important;
}

.orange-hover:hover h4 {
    color: #ff7600 !important;
}

.pb-150 {
    padding-bottom: 150px !important;
}

.secCategory .owl-carousel.tab-carousel .owl-stage {
    width: 100% !important;
}

.secCategory .owl-carousel .owl-item {
    width: 19.5% !important;
}

.close-video {
    position: absolute;
    top: 5%;
    right: 3%;
    z-index: 99;
    width: 40px;
    height: 40px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    background-color: #fff;
}

.click-to-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.d-desk {
    display: block;
}

.d-mobile {
    display: none;
}

.d-desk-f {
    display: flex;
}

.d-mobile-f {
    display: none;
}

.new-nav li.nav-item.active .nav-link {
    color: #ff7600 !important;
}

.banner-hero-img {
    height: 400px !important;
}

@media only screen and (max-width: 767px) {
    .d-desk {
        display: none;
    }

    .category-tabs .nav-item.active {
        color: #ff7600 !important;
    }

    .category-tabs .nav-item::after {
        background: #ff7600 !important;
    }

    .d-mobile {
        display: block;
    }

    .d-desk-f {
        display: none;
    }

    .d-mobile-f {
        display: flex;
    }

    .hero-heading {
        width: auto !important;
    }

    .new-tab-link-2 {
        font-size: 12px !important;
    }

    .top-100 {
        top: -100px !important;
    }

    .b2b-image {
        height: 100% !important;
        object-fit: cover;
        object-position: right;
    }

    .hero-para {
        width: auto !important;
        height: auto !important;
    }

    .new-secHomeAbout {
        padding: 50px 15px 80px;
    }

    .new-secb2b {
        padding: 50px 15px 80px;
    }

    .new-secHomeCount {
        padding: 60px 15px 60px;
        text-align: left !important;
    }

    .new-secHomeCount .item {
        margin-bottom: 30px;
    }

    .new-secHomeProduct {
        padding: 0px 15px 180px;
    }

    .new-secHomeTestimonial {
        padding: 50px 15px 80px;
    }

    .new-heading {
        font-size: 7vw !important;
        line-height: 10vw !important;
    }

    .new-count {
        font-size: 8vw !important;
    }

    .new-count-type {
        margin-top: 10px;
        font-size: 4vw !important;
    }

    .new-headingShadow {
        font-size: 10vw;
    }

    .new-subheading {
        font-size: 6vw;
    }

    .w-50per {
        width: auto;
    }

    .line,
    .line-primary {
        width: 50px;
    }

    .new-secHomeContact {
        padding: 50px 15px 80px;
    }

    .new-secHomeAbout .container-fluid .row {
        flex-direction: column-reverse;
    }

    .mobile-margin-bot {
        margin-bottom: 50px;
    }

    .secBanner {
        height: auto;
        position: relative;
    }

    .gotoSection {
        bottom: -2px;
    }

    .banner-carousel.owl-carousel .item>img {
        display: none;
    }

    .banner-carousel.owl-carousel .banner-item1 {
        background: url(../img/Hero-banner.png) !important;
        background-size: cover !important;
        background-position: center !important;
    }

    .new-footerLinks {
        flex-direction: column;
    }

    .new-footerLinks a {
        margin: 10px 0;
    }

    .font-barlow .hero-para {
        font-size: 14px !important;
    }

    .newletter .new-form-group button {
        width: 100%;
    }

    .new-brochuresBoxLinks {
        flex-direction: column;
        width: 100%;
    }

    .new-brochuresBoxLinks a {
        margin-top: 15px;
        margin-left: 0px;
    }

    .new-secRelatedProducts {
        margin-top: 0px;
    }

    .f-dir-reverse {
        flex-direction: column-reverse !important;
    }

    .f-dir-column {
        flex-direction: column !important;
    }

    .banner-hero-img {
        height: 200px !important;
        left: -12% !important;
    }

    .f-dir-reverse .aboutHeading {
        right: 0 !important;
        top: 0 !important;
    }

    .mob-mb {
        margin-bottom: 50px !important;
    }

    .secCertificates {
        margin-bottom: 0px !important;
    }

    .secCertificates .new-main_certificates .certificateBox {
        width: 70%;
    }

    .mob-mt-200 {
        margin-top: 200px !important;
    }
    .secBanner{
        height: 500px !important;
    }
}
.new-secHomeTestimonial .owl-carousel .owl-nav button.owl-prev {
    background: url(../img//text-prev.svg) no-repeat;
    background-position: bottom;
}
.new-secHomeTestimonial .owl-carousel .owl-nav button.owl-next {
    background: url(../img/text-next.svg) no-repeat;
    background-position: top;
}
.aboutBanner .aboutBannerTop {
    height: 98vh;
}
ul.navbar-nav li.nav-item.active, ul.navbar-nav li.nav-item:hover {
    background-color: #000 !important;
}
@media only screen and (max-width: 575px){
    .aboutBannerContent, .aboutBannerTop {
        height: 400px !important; 
    }
}

/* form validation error, added by : Pradyumn Dwivedi, Added on 15 Nov 2022 */
.new-form-group button.new-hvr-sweep-to-right.sub-btns {
    background-color: transparent;
    color: #fff;
}
.new-secHomeContact .form-group label {
    display: flex;
    justify-content: flex-start;
    padding-left: 5px;
}
.form-group label.error {
color: red;
}
.new-secHomeContact input.form-control.light-field.error {
border: 1px solid red;
}
.new-secHomeContact  textarea.form-control.light-field.error{
border: 1px solid red;
}
.input-block .input-field label.error {
    color: red;
    text-transform: capitalize;
    font-weight: 400;
}
.input-block .input-field input.error {
    border-bottom: 1px solid #ff000091;
}
.input-block .input-field select.error{
    border-bottom: 1px solid #ff000091;
}


.chekbox-inputs label.error {
    position: absolute;
    bottom: 0px;
    color: red;
    font-weight: 400;
    font-family: 'Barlow', sans-serif !important;
    font-size: 15px;
}
.chekbox-inputs {
    position: relative;
        padding-bottom: 22px;
}
.chekbox-inputs label.hero-para {
    color: #000;
    /*position: relative;*/
}
/*.chekbox-inputs  {*/
/*    font-family: 'Open Sans', sans-serif;*/
/*    font-size: 1rem;*/
/*    font-weight: 400;*/
/*    color: #3d3d3d;*/
/*    position: relative;*/
/*    cursor: pointer;*/
/*}*/
/*.chekbox-inputs label::before {*/
/*    content: '';*/
/*    -webkit-appearance: none;*/
/*    background-color: transparent;*/
/*    border: 2px solid #b10645;*/
/*    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);*/
/*    padding: 6px;*/
/*    display: inline-block;*/
/*    position: relative;*/
/*    vertical-align: middle;*/
/*    cursor: pointer;*/
/*    margin-right: 10px;*/
/*}*/
/*.chekbox-inputs input:checked+label::after {*/
/*    content: '';*/
/*    display: block;*/
/*    position: absolute;*/
/*    top: 2px;*/
/*    left: 9px;*/
/*    width: 6px;*/
/*    height: 14px;*/
/*    border: solid #b10645;*/
/*    border-width: 0 2px 2px 0;*/
/*    transform: rotate(45deg);*/
/*}*/
/*.chekbox-inputs input {*/
/*    display: none;*/
/*}*/

/*.upload-btn .file-input__input {*/
/*    top: 52px;*/
/*    opacity: 1;*/
/*    position: absolute;*/
/*    z-index: 1;*/
/*    left: 23px;*/
/*    width: auto !important;*/
/*}*/
/*.new-warranty-sec .upload-btn label.file-input__label.upload-btn {*/
/*    padding: 9px 9px;*/
/*    font-size: 12px;*/
/*    position: relative;*/
/*    z-index: 99;*/
/*    border-radius: 12px;*/
/*}*/
/*.upload-btn .file-input__label svg {*/
/*    height: 14px;*/
/*}*/

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    color: white;
    border-radius: 50px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    text-decoration: none;
    font-family: 'Arial', sans-serif;
    transition: background-color 0.3s ease;
}
.whatsapp-float:hover {
    background-color: #1ebe5d;
}
.whatsapp-icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}
.whatsapp-label {
    font-size: 14px;
    font-weight: 500;
}
 

