/* Reset CSS */
button:focus{
	outline: 0;
}

:root {
    --red: #E00100;
    --blk: #111111;
    --grn: #63D915;
    --plus: "Space Grotesk";
    --font-a: "FontAwesome";
    --black-l: "#000000B2";
}

html {
  scroll-behavior: smooth;
}

ul { 
    margin: 0;
    padding: 0;
    list-style: none;
}
a, a:hover {
    text-decoration: none;
}
figure{
	margin: 0;
}

img{
	max-width: 100%;
	height: auto;
}
body{
	font-family: var(--plus),sans-serif;
	font-size: 16px;
	color: #111111;
}

h1,h2,h3,h4,h5,h6{
    font-weight: 700;
    margin: 0;
}
p{
    margin: 0;
}

.wpcf7-form  .form-row{
    row-gap: 24px;
}
.wpcf7-form-control-wrap{
    display: block;
}
.wpcf7-form  .form-row label{
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 120%;
    width: 100%;
}
input.wpcf7-form-control.wpcf7-text::placeholder,
textarea.wpcf7-form-control.wpcf7-textarea::placeholder{
    font-size: 14px;
    font-weight: 400;
    line-height: 140.625%;
    color: #c1c1c1;
}

input.wpcf7-form-control.wpcf7-text{
    width: 100%;
    padding: 9px 0 12px 0;
    border: 0;
    outline: 0;
    border-bottom: 1px solid #C1C1C1;
    font-size: 14px;
    font-weight: 400;
    line-height: 140.625%;
}

.wpcf7-form  .form-row .checkbox .wpcf7-form-control-wrap .wpcf7-checkbox{
    margin-top: 10px;
    display:flex;
    gap: 15px;
    flex-wrap: wrap;
}

.wpcf7-form  .form-row .checkbox .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item{
    margin: 0;
}
.wpcf7-form  .form-row .checkbox .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label{
    color: #474747;
    font-size: 13px;
    font-weight: 400;
    line-height: 140.625%;
    position: relative;
    padding-left: 21px;
    display: inline-block;
    cursor: pointer;
}

.wpcf7-form  .form-row .checkbox .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    display: inline-block;
}

.wpcf7-form  .form-row .checkbox .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:before{
    content: '';
    position: absolute;
    top: 2px;
    left: 3px;
    border-radius: 2px;
    border: 2px solid #8E8E93;
    height: 14px;
    width: 14px;
}

.wpcf7-form  .form-row .checkbox .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item input:checked ~ .wpcf7-list-item-label:before{

}

.wpcf7-form  .form-row .checkbox .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item input:checked ~ .wpcf7-list-item-label:after{
    content: url(images/checked.svg);
    position: absolute;
    top: -1px;
    left: 0;
}

textarea.wpcf7-form-control.wpcf7-textarea{
    width: 100%;
    padding: 9px 0 12px 0;
    border: 0;
    outline: 0;
    border-bottom: 1px solid #C1C1C1;
    font-size: 14px;
    font-weight: 400;
    line-height: 140.625%;
    height: 83px;
    vertical-align: top;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.sub_btn {
    border: 0;
    border-radius: 3px;
    background-color: #E00100;
    padding: 12px 16px 12px 16px;
    font-size: 15px;
    font-weight: 700;
    line-height: 150%;
    color: #FFFFFF;
}

.banner-btn-holder{
    display: flex;
    align-items: center;
    gap: 20px;
}

.site-btn,
.banner-btn-holder .site-btn{
    display: inline-flex;
    align-items: center;
    padding: 8px 12px 8px 12px;
    gap: 8px;
    border-radius: 3px; 
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
    color: #ffffff;
    background: #000000;
    justify-content: center;
}

.site-btn-secondary{
    display: inline-flex;
    align-items: center;
    padding: 8px 12px 8px 12px;
    gap: 8px;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
    color: #ffffff;
    justify-content: center; 
}

.site-btn.btn-red,
.banner-btn-holder .site-btn.btn-red{
    background-color: var(--red);
    color: #ffffff;
    text-decoration: none !important;
}


/* Header Css*/

.header-box{
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-box .header-left{
    gap: 30px;
}

.header-box .contact{
    gap: 20px;
}

.header-box .contact p{
    color: #ffffff;
	font-size: 13px;
    font-weight: 700;
    line-height: 150%;
	margin-top: -7px;
}

/* Header Css End*/

/* Override Bootstrap Style */
.bg-dark{
    background-color: #160c02 !important;
}


/* Footer Css */

footer .footer-top{
    background: linear-gradient(115deg, #131313 7.26%, #000000 92.8%);
    padding: 80px 0;
    position: relative;
}

footer .footer-top > img{
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: screen;
}
footer .footer-top > img:last-of-type{
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
}

footer .footer-top h2{
    color: #ffffff;
    font-size: 39px;
    font-weight: 700;
    margin-bottom: 20px;
}
footer .footer-top p,
footer .footer-top p a{
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    
}
footer .footer-top .left-box > p{
    margin-bottom: 30px;
}

footer .footer-top .contact-box .white-border-box{
    border: 2px solid #FFF;
    background: rgba(224, 1, 0, 0.00);
    padding: 30px;
}
footer .footer-top .contact-box .white-border-box h4{
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
}
footer .footer-top .contact-box .white-border-box:last-of-type{
    border-top: 0px;
}

footer .footer-top .contact-box .contact-info ul,
footer .footer-bottom .menu-row .contact-info ul{
    display: flex;
    flex-wrap: wrap;
}
footer .footer-top .contact-box .contact-info ul li,
footer .footer-bottom .menu-row .contact-info ul li{
    width: 50%;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 10px;
}
footer .footer-top .contact-box .contact-info ul li a,
footer .footer-bottom .menu-row .contact-info ul li a{
    color: #ffffff;
}

footer .footer-top .contact-box .locations ul{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
footer .footer-top .contact-box .locations ul li{
    width: calc(33.333% - 15px); 
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

footer .footer-top .right-box{
    border-radius: 12px;
    background: #FFF;
    padding: 32px;
}

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

footer .footer-bottom .logo-row{
    padding-bottom: 28px;
}

footer .footer-bottom .menu-row{
    padding: 28px 0;
    display: flex;
    justify-content: space-between;
}

footer .footer-bottom .menu-row .menu-box h5{
    color: var(--red);
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}

footer .footer-bottom .menu-row .contact-info ul{
    gap:15px;
    flex-direction: column;
}

footer .footer-bottom .menu-row .contact-info ul li{
    width: 100%;
    gap: 12px;
}

footer .footer-bottom .menu-row .menu-box.nav-menu ul{
    display:flex;
    flex-direction: column;
    gap: 20px;
}

footer .footer-bottom .menu-row .menu-box.nav-menu ul.sub-menu{
    padding: 0 0 0 20px;
    margin-top: 20px;
}

footer .footer-bottom .menu-row .menu-box.nav-menu ul li{
    line-height: normal;    
}

footer .footer-bottom .menu-row .menu-box.nav-menu ul li a{
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: #ffffff;
}

footer .footer-bottom .menu-row .menu-box.social-box ul{
    display:flex;
    gap: 20px;
}

footer .footer-bottom .location-row{
    padding: 28px 0;
}

footer .footer-bottom .location-row ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 28px;
}
footer .footer-bottom .location-row ul li{
    padding: 20px;
    width: calc(33.333% - 19px);
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 5px;
    gap: 10px;
}
footer .footer-bottom .location-row ul li a{
    color: #ffffff;    
}
footer .footer-bottom .location-row ul li strong{
    color: var(--red);
    font-size: 16px;
    font-weight: 700;
    width: 100%;
}

footer .footer-bottom .copyright-row{
	font-size: 11px;
    padding-top: 28px;
}
footer .footer-bottom .copyright-row a{
	color: #FFF;
}

footer .footer-bottom .copyright-row p{
    font-size: 16px;
    font-weight: 400;
    color: #C1C1C1;
}

footer .footer-bottom .copyright-row ul{
    display:flex;
    gap: 24px;
}

footer .footer-bottom > img{
    position: absolute;
    bottom: 0;
    left: 0;
    mix-blend-mode: screen;
}

.text-us .popup-overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1111;
}

.text-us.popup-open .popup-overlay{
    display: block;
}

.text-us button{
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    outline: none;
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 111;
}

.text-us .btn-holder{
    padding: 20px 23px;
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 13px;
    background: linear-gradient(291deg, #B71618 -4.43%, #4A0001 148.73%);
    transition: .25s ease-in-out;
    height: 70px;
    width: 163px;
}

.text-us .chat-open .btn-holder{
    width: 70px;
    border-radius: 50%;
}

.text-us .btn-holder span{
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    line-height: 150%;
    white-space: nowrap;
}

.text-us .btn-holder .icon-close{
    display: none;
}
.text-us .chat-open .btn-holder .icon-close{
    display: block;
}
.text-us .chat-open .btn-holder span,
.text-us .chat-open .btn-holder .icon-call{
    display: none;
}

.textus-modal{
    position: fixed;
    bottom: 126px;
    right: 40px;
    border-radius: 16px;
    overflow: hidden;
    min-width: 430px;
    max-width: 430px;
    z-index: 1111;
    box-shadow: 0 10px 20px rgba(0,0,0,.5);
    display: none;
}

.textus-modal .popup-dialog{
    /*height: 75vh;*/
    max-height: 640px;
}

.textus-modal .modal-head,
.textus-modal .modal-body{
    padding: 24px;
}

.textus-modal .modal-head{
    display:flex;
    justify-content: space-between;
    background: linear-gradient(110deg, #B71618 0%, #4A0001 100.07%);
    align-items: center;
}

.textus-modal .modal-head .head-left{
    display: flex;
    gap: 8px;
    align-items: center;
}

.textus-modal .modal-head span{
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    color: #fff;
}

.textus-modal .modal-body{
    background-color: #ffffff;
    height: 62vh;
    overflow-y: auto;
    max-height: 640px;
}

.textus-modal .modal-body > p{
    padding: 16px;
    border-radius: 12px;
    background: #E7E7E7;
    max-width: 285px;
    line-height: normal;
}

.textus-modal .wpcf7{
    margin: 24px 0 0 28px;
    border-radius: 12px;
    border: 1px solid #E9E9E9;
    padding: 24px;
}

.textus-modal .modal-body .wpcf7-form-control-wrap{
    margin: 3px 0 0;    
}

.textus-modal .modal-body input.wpcf7-form-control,
.textus-modal .modal-body textarea.wpcf7-form-control{
    border: 0;
    border-bottom: 1px solid #C1C1C1;
    margin-bottom: 0 !important;
    max-height: 90px;
    padding: 6px 0 13px 0;
    vertical-align: top;
}

.textus-modal .modal-body .gform_footer input[type=submit]{
    padding: 12px;
    border-radius: 3px;
    background: #E00100;
    font-size: 15px;
    font-weight: 700;
    line-height: 150%;
    color: #ffffff;
    min-width: 100px;
    border: 0;
    margin-right: 0;
    margin-bottom: 0;
}

.textus-modal .modal-body .wpcf7 form .wpcf7-response-output{
    border-color: #ad1416;
    margin: 1rem 0 0;
    line-height: normal;
    font-size: 14px;
}

.textus-modal .modal-body .wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
}

/* Footer Css End */
/* Home page Section */

.home-banner{
    padding: 180px 0 100px;
    color: #ffffff;
    background-size: cover;
    background-position: center;
}

.home-banner .vc_column-inner > .wpb_wrapper{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.home-banner h1{
    font-size: 49px;
    font-weight: 700;
    line-height: 120%;
}

.home-banner .wpb_text_column > .wpb_wrapper{
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.home-banner p{
    font-size: 14px;
    font-weight: 400;
    line-height: 140.625%;
    color: #C1C1C1;
}

.key-features{
    padding: 25px 0;
    background: var(--red);
}
.key-features ul{
    display: flex;
    gap: 30px;
}
.key-features ul li{
    display: flex !important;
    gap:5px;
    color: #FFF;
    font-size: 13px;
    font-weight: 700;
    align-items: center;
}

.key-features ul .slick-list{
    margin:0 -15px;
}
.key-features ul .slick-slide {
    margin-right:15px;
    margin-left:15px;
}

.eqp-hire{
    padding: 80px 0;
}

.eqp-hire h2,
.about-generent h2{
    font-size: 30px;
    margin-bottom: 35px;
}

.eqp-hire h2 strong,
.about-generent h2 strong{
    color: var(--red);
}

.eqp-hire .cat-box .row{
    row-gap: 8px;
}

.eqp-hire .product_category_box {
	display: block;
    border-radius: 8px;
    background: url(images/bg-lines.svg) #111111 no-repeat;
    min-height: 430px;
    padding-bottom: 15px;
    position: relative;
    overflow: hidden;
    background-size: cover;
}

.eqp-hire .product_category_box a.full-link{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 111;
}

.eqp-hire .product_category_box:before{
    content: '';
    background: linear-gradient(111deg, #B71618 -2.84%, #4A0001 97.82%);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 0.5s all;
}
.eqp-hire .product_category_box:hover:before{
    opacity: 1;
}

.eqp-hire .product_category_box:after{
    content: url(images/bg-lines.svg);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.1;
}

.eqp-hire .product_category_desc{
    padding: 22px 22px 0;
    z-index: 11;
    position: relative;
}

.eqp-hire .product_category_desc .category_title h3 a{
    color: #ffffff;
    font-size: 25px;
    line-height: 120%;
    font-weight: 700;
    margin-bottom: 8px;
}
.eqp-hire .product_category_box .product_category_desc .category_title h3 a img{
    opacity: 0;
    transition: 0.5s all;
}
.eqp-hire .product_category_box:hover .product_category_desc .category_title h3 a img{
    opacity: 1;
}
.eqp-hire .product_category_desc .category_description p {
	color: #ffffff;
    font-size: 13px;
    line-height: 150%;
    font-weight: 600;
	min-height: 78px;
	margin-bottom: 15px;
}

.eqp-hire .category_img{
    text-align: right;
    overflow: hidden;
    z-index: 11;
    position: relative;
}
.eqp-hire .category_img img{
    transform: translateX(10px);
    transition: 0.5s all;
}
.eqp-hire .product_category_box:hover .category_img img{
    transform: translateX(0);
}

.eqp-hire .product_category_box .flare-bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: 0.5s all;
    width: 100%;
    height: 100%;
}
.eqp-hire .product_category_box:hover .flare-bottom{
    opacity: 1;
}

@media all and (max-width: 899px){
    .eqp-hire .product_category_box{
        min-height: 0;
    }
}

.about-generent{
    padding: 20px 0 150px;
}
.about-generent .text-col{
    padding-right: 40px;
    border-right: 1px solid #dcdcdc;
}
.about-generent .col-sm-6:not(.text-col){
    padding-left: 40px;
}
.about-generent h2{
    position: relative;
}
.about-generent h2:after{
    content: '';
    width: 70px;
    height: 2px;
    background: var(--red);
    position:absolute;
    bottom: -12px;
    left: 0;
}
.about-generent h3{
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 20px;
    color: var(--red);
}
.about-generent .text-col p{
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    color: #465A79;
    margin-bottom: 50px;
}


.need-gen .row{
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 35px 75px !important;
    border-radius: 8px;
    background-position: right;
}
.need-gen .row h2{
    color: #63D915;
    font-size: 39px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 10px;
}
.need-gen .row ul{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    max-width: 485px;
    margin-bottom: 50px;
}
.need-gen .row ul li{
    padding: 10px 12px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    line-height: 150%;
    border-radius: 6px;
    border: 1px solid rgba(82, 183, 16, 0.40);
    line-height: 13px;
}
.need-gen .row p{
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
}

.trusted-by{
    padding: 100px 0 86px;
}

.trusted-by h2{
    margin-bottom: 45px;
    color: #2A3342;
    font-size: 30px;
    font-weight: 700;
    line-height: 120%;
}

.trusted-by .trusted-by-logo p{
    display: flex;
    justify-content: space-between;
    align-items:center;
}

.cta-section .row{
    border-radius: 8px;
    background-color: #111111;
}

.cta-section .row .text-col{
    padding: 45px 0 45px 35px;
}

.cta-section .row h2{
    font-size: 39px;
    font-weight: 700;
    line-height: normal;
    color: #ffffff;
    margin-bottom: 15px;
}

.cta-section .row p{
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #ffffff;
    margin-bottom: 25px;
}

.cta-section .row .img-col .vc_column-inner,
.cta-section .row .img-col .wpb_wrapper,
.cta-section .row .img-col .wpb_single_image{
    height: 100%;
    background-size: cover;
    border-radius: 8px;
}

.cta-section .row .img-col .wpb_single_image{
    position: relative;
}

.cta-section .row .img-col .vc_single_image-wrapper{
    position: absolute;
    right: 30px;
    bottom: -25px;
}

.google-review-section{
    padding: 80px 0 26px;
}
.google-review-section h2{
    color: #1C232D;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

.ti-widget .ti-rating-text span.nowrap{
  display: none;
  visibility: none;
  opacity: 0;
}

.faq-sec{
    padding: 100px 0 46px;
}
.faq-sec .wpb_text_column .wpb_wrapper > h2{
    color: #1C232D;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}
.faq-sec .wpb_text_column .wpb_wrapper > p{
    color: #465A79;
    font-size: 14px;
    font-weight: 400;
    max-width: 750px;
    margin: 0 auto 40px;
}

.faq-sec .faqs-box{
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 9px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.10);
}

.faq-sec .faqs-box .slick-track{
    display: flex;
    align-items: center;
}

.faq-sec .faqs-box .faq-item h4{
    color: #2A3342;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 20px;
}
.faq-sec .faqs-box .faq-item p{
    color: #465A79;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 5px;
}
.faq-sec .faqs-box .faq-item p a{
    text-decoration-line: underline;
    color: inherit;
}

.faq-sec .faqs-box .slick-arrow{
    width: 24px;
    height: 24px;
}
.faq-sec .faqs-box .slick-arrow.slick-prev{
    left: -45px;
}
.faq-sec .faqs-box .slick-arrow:before{
    content: url(images/slider-left.svg);
    opacity: 1;
}
.faq-sec .faqs-box .slick-arrow.slick-next{
    right: -45px;
}
.faq-sec .faqs-box .slick-arrow.slick-next:before{
    content: url(images/slider-right.svg);
}

.faq-sec .faqs-box .slick-dots{
    left: 0;
    display: flex;
    justify-content: center;
    gap: 6px;
    align-items: center;
    bottom: -46px;
}

.faq-sec .faqs-box .slick-dots:has(li:only-child){
    display: none;
}

.faq-sec .faqs-box .slick-dots li{
    width: 11px;
    height: 11px;
    margin: 0;
    background: #D9D9D9;
    border-radius: 50%;
}
.faq-sec .faqs-box .slick-dots li.slick-active{
    width: 16px;
    height: 16px;
    background: var(--red);
}
.faq-sec .faqs-box .slick-dots li button{
    padding: 0;
    width: 100%;
    height: 100%;
}
.faq-sec .faqs-box .slick-dots li button:before{
    content: none;
}

.lead-brand{
    padding: 120px 0 80px;
}

.lead-brand h2{
	font-size: 30px;
    margin-bottom: 45px;
    text-align: center;
    color: #111111;
    font-weight: 700;
}

/* Home page End*/

/* Category Page Start */

.category-banner{
    margin-top: -112px;
    padding: 190px 0 160px;
    color: #ffffff;
    background-size: cover;
    background-position: center;
}

.category-banner .category-top{
    padding-left: 80px;
}

.category-banner h1{
    color: #FFF;
    font-size: 39px;
    font-weight: 700;
    margin-bottom: 15px;
}

.category-banner ul{
    display: flex;
    gap: 8px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.category-banner ul li a{
    padding: 10px 12px;
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    white-space: nowrap;
    line-height: 11px;
    display: inline-block;
}

.category-banner .image-box{
    text-align:center;
    margin-top: 40px;
}



.r-gap-70{
    row-gap: 70px;
}

.product-listing{
    padding: 80px 0;
}
.product-listing .r-gap-70:not(:last-of-type){
    margin-bottom: 160px;
}

.product-listing .product-desc{
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
    justify-content: center;
}

.product-listing .product-desc h2 {
    font-size: 30px;
    line-height: 150%;
}
.product-listing .product-desc h2 span{
    color: var(--red);
}

.product-listing .product-desc .sub-feature{
    font-size: 20px;
    font-weight: bold;
    background-color: #F2F2F2;
    padding: 10px 16px;
    border-radius: 6px;
}

.product-listing .product-desc .desc-btn-holder{
    display: flex;
    gap: 16px;
}

.product-listing .product-desc .enquire{
    background-color: var(--red);
    color: #fff;
    padding: 12px 16px;
    border-radius: 3px;
    font-size: 15px;
    line-height: 150%;
    font-weight: 700;
}

.product-listing .product-desc .service-menu button{
    border-radius: 3px;
    border: 1px solid #B91214;
    padding: 12px 16px;
    background-color: transparent;
    color: #111111;
    font-size: 15px;
    line-height: 150%;
    font-weight: 700;
    display: flex;
    align-items:center;
    gap: 8px;
}

.product-listing .product-desc .service-menu button:focus{
    box-shadow: none;
}

.product-listing .product-desc .service-menu button:after{
    content: url(images/dropdown-arrow.svg);
    height: 17px;
}

.product-listing .product-desc .service-menu .dropdown-menu{
    border-radius: 8px;
    border: 0;
    border-left: 3px solid var(--red);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25), 0px 4px 14px 0px rgba(0, 0, 0, 0.25);
    padding: 0;
    overflow: hidden;
}

.product-listing .product-desc .service-menu .dropdown-menu a{
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    padding: 12px 16px;
}

.product-listing .product-desc .service-menu .dropdown-menu a:active{
    background-color: var(--red);
}

.product-listing .product-desc .product-description p,
.product-listing .product-desc .product-description ul li{
    color: #282828;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}
.product-listing .product-desc .product-description p{
	margin-bottom: 15px;
}

.product-listing .product-desc .product-description ul{
    margin-top: 20px;
    padding-left: 20px;
    list-style: disc;
}

.model-viewer-slider {
    /*display: flex;*/
    /*align-items: center;*/
    /*height: 100%;*/
    overflow: hidden;
    /*max-width: 510px;*/
    /*margin: 0 auto;*/
}

.model-viewer-slider .swiper-slider{
    position: relative;
}

.model-viewer-slider .swiper-wrapper{
    align-items: center;
}

model-viewer{
    height: 410px;
    width: 510px;
    border-radius: 13px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    margin-bottom: 1px;
}
.model-viewer-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
}

.model-viewer-wrapper .symbol{
    position: absolute;
    top: 15px;
    right: 60px;
}

.swiper-pagination-bullets.swiper-pagination-horizontal{
    text-align: center;
    margin-top: 40px; 
    position: initial;
}

.model-viewer-slider .swiper-button-prev{
    left: 0;
    width: auto;
    height: auto;
}
.model-viewer-slider .swiper-button-next{
    right: 0;
    width: auto;
    height: auto;
}

.model-viewer-slider .swiper-button-prev:after, 
.model-viewer-slider .swiper-button-next:after{
    display: none;
}

.model-viewer-slider .swiper-pagination-bullet {
    width: 9.946px;
    height: 9.946px;
    background-color: #D9D9D9; 
    margin: 0 5px; 
    border-radius: 50%; 
}

.model-viewer-slider .swiper-pagination-bullet-active {
    width: 13.286px;
    height: 13.286px;
    background-color: #E00100; 
}

.model-viewer-wrapper .product-image{
    border-radius: 8px;
}

.product-listing .product-applications > h3{
    font-size: 25px;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 40px;
}

.product-listing .product-applications h3 span{
    color: var(--red);
}

.product-listing .product-applications .row{
    row-gap: 50px;
    margin: 0 -25px;
}

.product-listing .product-applications .row > *{
    padding: 0 25px
}

.product-listing .product-applications .application-item{
    display: flex;
    gap: 20px;
    flex-direction: column;
    height: 100%;
}

.product-listing .product-applications .application-item .app-image{
    border-radius: 13px;
    overflow: hidden;
}

.product-listing .product-applications .application-item .app-image img{
    border-radius: 13px;    
}

.product-listing .product-applications .application-item .app-desc{
    padding-left: 15px;
    border-left: 1px solid var(--red);
    flex-grow: 1;
}

.product-listing .product-applications .application-item .app-desc .count{
    color: var(--red);
    font-size: 12px;
    font-weight: 600;
    line-height: 150%;
    border-radius: 2px;
    background: #FFF0F0;
    display: inline-block;
    padding: 3px 5px;
    margin-bottom: 5px;
}

.product-listing .product-applications .application-item .app-desc h4{
    color: var(--red);
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 10px;
}

.product-listing .product-applications .application-item .app-desc p:not(.count){
    color: #465A79;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.lead-brand.category{
    padding: 40px 0 80px;
}
.lead-brand.category h2{
    margin-bottom: 40px;
}

.cta-section.category{
    padding: 80px 0 0;
}

.faq-sec.category{
    padding: 80px 0 135px;
}

.faq-sec.category h6{
    margin-bottom: 30px;
    position: relative;
    color: #465A79;
    font-size: 10px;
    font-weight: 700;
    line-height: 140.625%; /* 14.063px */
    letter-spacing: 1px;
    text-transform: uppercase;
}

.faq-sec.category h6:after{
    content: '';
    height: 2px;
    width: 45px;
    background-color: var(--red);
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.faq-tabs .nav-pills{
    justify-content: center;
    gap: 10px;
    padding: 8px;
    display: inline-flex;
    border-radius: 10px;
    background: rgba(85, 105, 135, 0.09);
    margin-bottom: 30px;
}

.faq-tabs .nav-pills button{
    background: transparent;
    border: 0;
    color: #465A79;
    font-size: 15px;
    font-weight: 700;
    line-height: 120%;
    padding: 10px 16px;   
}

.faq-tabs .nav-pills button.active{
    background: var(--red);
}

/* Category Page end */

/* Category page clean energy feature */
.five-step-process{
    background: #F5F5F5;
    padding: 0 20px 20px;
    margin: 0 15px 0 15px !important;
    border-radius: 8px;
}

.five-step-process h5{
    min-height: 60px;
    margin-top: 10px;
    color: #424242;
}
.five-step-process img{
    margin-top: 20px;
}

/* Clean Energy Case Studies */
.clean-energy-case-studies{
    margin: 0 auto !important;
} 
.clean-energy-case-studies .row {
    display: flex;
    flex-wrap: wrap;
}

.clean-energy-case-studies .col-md-6 {
    display: flex;
    flex-direction: column;
}

.clean-energy-case-studies .case-study {
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    flex-grow: 1; /* This ensures equal height */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.clean-energy-case-studies .case-study h5 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 0.8rem;
}

.clean-energy-case-studies .case-study ul {
    padding-left: 18px;
    margin-top: 10px;
    font-size: 16px;
}

.clean-energy-case-studies .case-study ul li {
    margin-bottom: 6px;
    font-size: 16px;
    list-style: disc;
}

.clean-energy-case-studies img {
    max-height: 360px;
    object-fit: cover;
    width: 100%;
    border-radius: 4px;
}

/* Quote Popup */

.get-quote .close{
    position: absolute;
    right: -50px;
    top: 0;
    opacity: 1;
}

.get-quote .modal-content{
    background-color: transparent;
    border: 0;
}

.get-quote .modal-body{
    padding: 32px;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25), 0px 4px 14px 0px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.get-quote .modal-body .wpcf7-submit{
    margin-top: -4px;
}

#req-spec-sheet .wpcf7-spinner{
    display: none;
}

#req-spec-sheet .btn-holder{
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

#req-spec-sheet .btn-holder .input.wpcf7-form-control.wpcf7-submit.has-spinner.sub_btn{
    border: 1px solid #E00100;
}

#req-spec-sheet .btn-holder .btn-white{
    border-radius: 3px;
    border: 1px solid #B91214;
    margin-top: -4px;
    min-width: 132px;
}
#req-spec-sheet .btn-holder input.wpcf7-form-control.wpcf7-submit.has-spinner.sub_btn{
    min-width: 132px;
    border: 1px solid transparent;
}

/* Quote Popup End*/


/* About Us Start */

.about-banner{
    margin-top: -112px;
    padding: 170px 0 0;
    color: #ffffff;
    background-size: cover;
    background-position: center bottom;
}

.about-banner .vc_column-inner > .wpb_wrapper{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about-banner h1{
    font-size: 39px;
    font-weight: 700;
    line-height: 100%;
}

.about-banner .wpb_text_column > .wpb_wrapper{
    display: flex;
    flex-direction: column;
    
}

.about-banner p{
    font-size: 14px;
    font-weight: 400;
    line-height: 140.625%;
    color: #C1C1C1;
}

.about-line-generent{
    padding: 20px 0 20px 0;
}

.about-banner .backdrop-effect {
  backdrop-filter: blur(10px); 
  background-color: rgba(255, 255, 255, 0.5); 
}

.about-line-generent .text-col-line{
    padding-right: 20px;
    border-right: 1px solid #dcdcdc;
}
.about-line-generent .col-sm-6:not(.text-col-line){
    padding-left: 20px;
}

.about-us-generent{
    padding: 80px 0;
}

.about-us-generent h2,
.sustain h2,
.work-with-us h2{
    font-size: 30px;
    margin-bottom: 20px;
}

.about-us-generent h2 strong{
    color: var(--red);
}

.about-us-generent p,
.sustain p,
.work-with-us p{
    color: #465A79;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.about-us-generent .vc_column-inner,
.sustain .vc_column-inner,
.work-with-us .vc_column-inner{
    height: 100%;
    display: flex;
    align-items: center;    
}

.need-gen.about-page .row{
    padding: 80px 185px !important;
}

.need-gen.about-page h2{
    color: #ffffff;
    margin-bottom: 24px;
}

.need-gen.about-page p{
    font-size: 16px;
}

.sustain{
    padding: 80px 0;
}

.sustain h3{
    color: #2A3342;
    font-size: 17px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 20px;
}

.work-with-us{
    padding: 80px 0;    
}

.work-with-us p{
    margin-bottom: 40px;
}

.work-with-us .vc_general.vc_btn3{
    display: inline-block;
    padding: 12px;
    border-radius: 3px;
    background: var(--red);
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
}


/* About Us Close */


/* Contact Us */

.contact-banner{
    margin-top: -112px;
    padding: 140px 0 110px;
    color: #ffffff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.contact-banner .vc_column-inner > .wpb_wrapper{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-banner .vc_column-inner > .wpb_wrapper p,
.contact-banner .vc_column-inner > .wpb_wrapper p a{
    color: #C1C1C1;
}

.contact-form{
    padding: 80px 0;
    background-repeat: no-repeat;    
    background-size: cover;
    background-position: center;
}

.contact-form h2{
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 20px;
}

.contact-form h2:last-child{
    margin-bottom: 10px;
}

.contact-form .contact-us-box{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}

.contact-form .contact-us-box .details{
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.contact-form .contact-us-box .details img{
    margin-top: 4px;
}

.contact-form .contact-us-box .details p,
.contact-form .contact-us-box .details a{
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
}
.contact-form .contact-us-box .details p{
    margin-bottom: 5px;
}

.contact-form .contact-us-box .details a{
    font-weight: 400;
    display: inline-block;
}

.contact-form ul.soc-med{
    display: flex;
    gap: 20px;
}

.contact-form .wpcf7-form .form-row{
    row-gap: 16px;
    margin-right: -8px;
    margin-left: -8px;
}

.contact-form .wpcf7-form .form-row>[class*=col-] {
    padding-right: 8px;
    padding-left: 8px;
}

.contact-form label.post-code{
    margin-bottom: 16px;
}

.contact-form input.wpcf7-form-control.wpcf7-text::placeholder,
.contact-form textarea.wpcf7-form-control.wpcf7-textarea::placeholder{
    font-size: 14px;
    font-weight: 400;
    line-height: 140.625%;
    color: #00000080;
}

.contact-form input.wpcf7-form-control.wpcf7-text,
.contact-form .wpcf7-form-control.wpcf7-textarea{
    width: 100%;
    padding: 8px 16px;
    border: 0;
    border-radius: 4px;
    outline: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 140.625%;
    color: #000000;
}

.contact-form input.wpcf7-form-control.wpcf7-text{
    height: 38px;
}

.contact-form .wpcf7-form .form-row label {
    color: #ffffff;
}

.contact-form .wpcf7-form  .form-row .checkbox .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label{
    color: #ffffff;
}

.contact-form .wpcf7-form  .form-row .checkbox .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:before{
    border: 2px solid #ffffff;
}

.contact-form input.wpcf7-form-control.wpcf7-submit.has-spinner.sub_btn{
    margin-top: 8px;
    background: #ffffff;
    color: var(--red);
}

.contact-form .wpcf7-not-valid-tip{
    color: #ffffff;
}
 
.our-branches{
    padding: 80px 0;
}

.our-branches h2{
    font-size: 30px;
    font-weight: 700;
    line-height: 23px;
    margin-bottom: 70px;
}

.row-gap-2{
    row-gap: 16px;
}

.our-branches .location-box{
    border-radius: 4px;
    border: 1px solid #DCDCDC;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.our-branches .location-box h3{
    font-size: 20px;
    font-weight: 700;
    line-height: 15px;
}

.our-branches .location-box .cont-service{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.our-branches .location-box .cont-service .cont-det{
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: calc(50% - 10px);
}

.our-branches .location-box .cont-service .cont-det .det-cmn{
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.our-branches .location-box .cont-service .cont-det .det-cmn p{
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
}

.our-branches .location-box .cont-service .cont-det .det-cmn a{
    font-weight: 400;
    line-height: 140.625%;
    color: #111111;
    display: inline-block;
    margin-left: 5px;
}

.our-branches .location-box .cont-service .cont-det .det-cmn.mail a,
.our-branches .location-box .cont-service .cont-det .det-cmn.address a{
    text-decoration: underline;
    margin-left: 0;
}

.our-branches .location-box .cont-service .cont-det .det-cmn.address p{
    font-weight: 400;
    text-decoration: underline;
}

.our-branches .location-box .cont-service .services{
    width: calc(50% - 10px);
}

.our-branches .location-box .cont-service .services h4{
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 20px;
}
.our-branches .location-box .cont-service .services ul{
    list-style: disc;
    margin-left: 20px;
}

.our-branches .location-box .cont-service .services li{
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.our-branches .location-box .img-map{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.our-branches .location-box .img-map img{
    border-radius: 4px;
    width: calc(50% - 5px);
}
.our-branches .location-box .img-map iframe{
    width: calc(50% - 5px);
}

/* Contact Us End*/

/* Servcie Page Start */

.service-banner{
    margin-top: -112px;
    padding: 135px 0 45px;
    color: #ffffff;
    background-size: cover;
    background-position: center bottom;
}

.service-banner h1{
    font-size: 39px;
    font-weight: 700;
    margin-bottom: 20px;
}

.service-banner p{
    font-size: 14px;
    font-weight: 400;
    line-height: 140.625%;
    color: #C1C1C1;
    margin-bottom: 40px;
    text-align:center;
}

.service-banner .banner-btn-holder{
    justify-content: center;
}

.fuel-management{
    padding: 80px 0;
}

.fuel-management h2{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 40px;
}

.fuel-management h3{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    max-height: 15px;
}

.fuel-management h3:not(:first-child){
    margin-top: 20px;
}

.fuel-management p{
    font-size: 16px;
    font-weight: 400;
    color: #465A79;
    margin-bottom: 16px;
}

.fuel-management .vc_general.vc_btn3,
.left-right-col .vc_general.vc_btn3,
.emergency-repair .vc_general.vc_btn3{
    display: inline-block;
    padding: 12px;
    border-radius: 3px;
    background: var(--red);
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
}

.left-right-col{
    padding: 80px 0;
    background: linear-gradient(180deg, #FAFAFA 0%, rgba(250, 250, 250, 0.00) 100%);
}

.left-right-col .vc_column-inner{
    height: 100%;
    display: flex;
    align-items: center;
}

.left-right-col .text-col h2{
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
}

.left-right-col .text-col p{
    color: #465A79;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
}

.left-right-col .text-col p:last-child{
    margin-bottom: 50px;    
}

.fuel-management .vc_single_image-wrapper img,
.left-right-col .vc_single_image-wrapper img,
.left-right-col video,
.about-us-generent .vc_single_image-wrapper img,
.sustain .vc_single_image-wrapper img{
    border-radius: 8px;
}

.cta-section.service-page{
    padding: 0 0 80px;
}

.emergency-repair{
    padding: 0 0 80px;
}

.emergency-repair .row{
    max-width: 1240px;
    background-repeat: no-repeat;
    padding: 40px 200px;
    border-radius: 8px;
}

.emergency-repair h2{
    color: #FFF;
    text-align: center;
    font-size: 39px;
    font-weight: 700;
    margin-bottom: 20px;
}

.emergency-repair p{
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 24px;
}

/* Service Page Close */

.grecaptcha-badge{
	display: none !important;
}

/* Page Container */
.page-container{
	width: 100%;
	max-width: 1200px;
	padding: 0 20px;
	margin: 60px auto 100px;
}
