@charset "UTF-8";

:root {
  --white-color: #ffffff;
  --main-brand-color: #ff3c00;
  --brand-secondary-color: #333333;
  --secondary-color: #070707;
  --light-gray: #fbf6ef;
  --text-color: #2a383c;

  --main-brand-gray-color: #555555;
  --main-brand-font-awsm: #555555;

  --submit-btn: #ec800f;
  --text-gray: #515151;

  --graybg: #f3f5f9;
  --white-bg: #ffffff;
  --bg-color: #edeff0;
  --bs-blue: #0d6efd;
  --light-bg: #eeeff1;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --gray-heading: #c0c2c3;
  --main-brand-gray-color: #555555;
  --main-brand-label-color: #030303;

  --Montserrat-fonts: "Montserrat";
  --OpenSans: "Open Sans";
  --main-brand-text-color: #ffffff;
}

body {
  font-family: var(--Montserrat-fonts);
}



h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat";
    margin-bottom: 0;
    color: #f8f0e5;
}

h1, .heading1 {
    font-size: 5.125rem;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--main-brand-color);
}

h2, .heading2 {
    font-size: 2.125;
    font-weight: 700;
    line-height: 2.75rem;
   color: var(--brand-secondary-color);
    position: relative;
    display: inline-block;
}

p {
  font-size: 24px;
  padding: 1.563rem 1.563rem 1.563rem 0;
  color: var(--text-color);
  line-height: 2rem;
  font-weight: 400;
  margin:0
}

a, .anchor {
    font-weight: 500;
    line-height: 1.5rem;
    color: #ff3c00;
    text-decoration: none;
    cursor: pointer;
}

.navbar-expand-lg .navbar-collapse{
    /* display: flex !important; */
    /* flex-basis: auto; */
    justify-content: space-between;
}


.menu-left-h ul li a{
    font-family: "Montserrat" !important ;
}


::placeholder {
  color: #c5c2c2 !important;
}
:-ms-input-placeholder {
  color: #c5c2c2 !important;
}
::-ms-input-placeholder {
  color: #c5c2c2 !important;
}

.section {
  padding: 1.875rem 0;
}

.max-container {
    max-width: 1920px;
    margin: 0 auto;
}

/* Header Css Start */

header {
	background: var(--light-gray);
}

header .navbar-brand {
	max-width: max-content
}

header .navbar {
	padding: 0
}

header .logo {
	max-width: 171px
}

header .HeaderSec {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	display: block
}

.navbar-toggler:focus{
    box-shadow: inherit !important;
}

header .HeaderSec .nav-item {
	padding: .625rem .625rem
}

@media(max-width: 1400px) {
	header .HeaderSec .nav-item {
		padding: .313rem
	}
}

header .HeaderSec .nav-link {
	font-family: "Montserrat";
	font-size: 1rem;
	color: #333;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: -1px
}

@media(max-width: 1560px) {
	header .HeaderSec .nav-link {
		font-size: .875rem;
		font-weight: 400;
		line-height: 1.25rem;
		font-weight: 600;
		margin: 0 .5rem
	}

    header .HeaderSec .btn_sec .btn {
        min-width: max-content;
        font-size: .75rem;
        min-height: 60px;
        font-size: 14px;
        padding: 0 28px !important;
      }
}

@media(max-width: 1400px) {
	header .HeaderSec .nav-link {
		font-size: 14px;
	}
}

@media(max-width: 768px) {
	header .HeaderSec .nav-link {
		font-size: .75rem;
		margin: 0 .5rem;
		float: left
	}

    
}

header .HeaderSec .nav-link:hover {
	color: var(--main-brand-color)
}

header .HeaderSec .select-wrap {
	margin: 0;
	padding: 0;
	border: none
}

header .HeaderSec .btn_sec {
	display: flex
}

@media(max-width: 768px) {
	header .HeaderSec .btn_sec {
		margin-top: 1rem
	}
}

.btn-primary {
	font-size: 1rem;
	font-weight: 700;
	padding: 0 1.875rem;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 120px;
	min-height: 60px;
    border-color:var(--main-brand-color);
    background: var(--main-brand-color);
    border-radius: 0;
}
.btn-secondary {
	font-size: 1rem;
	font-weight: 700;
	padding: 0 1.875rem;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 120px;
	min-height: 60px;
    border-color:var(--brand-secondary-color);
    background: var(--brand-secondary-color);
    border-radius: 0;
}

header .HeaderSec .btn_sec .btn:hover {
	background: #ff8560;
	color: #fff;
	border-color: #ff8560
}

header .HeaderSec .btn_sec .btn:focus {
	background: #ff8560;
	color: #fff;
	border-color: #ff8560
}

header .HeaderSec .btn_sec .btn:focus-visible {
	background: #ff8560;
	color: #fff;
	border-color: #ff8560
}



.pb-30 {
	padding: 0 25px
}

@media(max-width: 768px) {
	.Login a {
		text-align: center !important
	}
}

@media(max-width: 768px) {
	.Signup a {
		text-align: center !important
	}
}

/*  About Css St */
.AboutUs .AboutContent .machine_image {
    margin-top: -10rem;
}

/* Banner Css St */
.BannerSec .BannerContent {
    padding: 2.5rem 5rem 2.5rem 4rem;
}

.BannerSec h6 {
    font-weight: 500;
    font-size: 5.125rem;
    color: #263335;
}

.BannerSec p{
    font-size: 24px;
    max-width: 78%;
}


.BannerSec .BannerContent h1{
    font-family: "Open Sans";
}

.BannerSec .BannerContent .btn {
    background-color: rgba(0, 0, 0, 0);
    color: var(--main-brand-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border:2px solid var(--main-brand-color); 
    height: 65px;
}

.BannerSec .BannerContent .btn:hover {
    background: var(--main-brand-color);
    color: #fff;
    border-color: var(--main-brand-color);
}
.BannerSec .BannerContent .btn span {
    padding-left: 1.125rem;
}
.BannerSec .BannerContent .btn .mdi-arrow-right {
    font-size: 1.5rem;
    padding-left: 1.125rem;
}

/*  Inventory css st */

.InventorySlide {
    padding: 5rem 2.5rem;
}

.InventorySlide h2 {
    padding-bottom: 3.25rem;
}

.InventorySlide .SlideBox {
    padding: 1.563rem .625rem;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,.0588235294);
    border: 1px solid rgba(204, 204, 204, .1411764706);
    cursor: pointer;
    min-height: 370px;
}

.InventorySlide .SlideBox:hover {
    border: 1px solid #ff3c00;
}

.InventorySlide .slick-prev {
    left: inherit;
    right: 30px;
}

.InventorySlide .slick-next, .InventorySlide .slick-prev {
    background: #ff3c00;
    top: -70px;
    width: 40px;
    height: 40px;
}

.InventorySlide .slick-next:hover, .InventorySlide .slick-prev:hover{
    background: #ff3c00;
}


.InventorySlide .slick-next:focus, .InventorySlide .slick-prev:focus{
    background: #ff3c00;
}

.InventorySlide .SlideBox h4 {
    color: #ff3c00;
    font-size: 1.125rem;
    padding-bottom: 1.563rem;
    font-weight: 700;
}

.InventorySlide .slick-slide {
    margin: 0 20px;
}

.InventorySlide .slick-prev:before {
    position:absolute;
    content: "";
    top: 11px;
    right: 7px;
    background-image: url(../images/left-arrow.webp);
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
}

.InventorySlide .slick-next:before {
    position:absolute;
    content: "";
    background-image: url(../images/right-arrow.webp);
    top: 11px;
    right: 4px;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
}

/*  Financing Css ST */
.FinancingSec{
    position: relative;
}

.FinancingSec .container {
    position: relative;
    min-height: 788px;
}

.FinancingSec .ContentBox {
    background-color: #333;
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 744px;
    min-height: 430px;
    padding: 5.125rem 4rem 4rem 5rem;
}

.FinancingSec .ContentBox h4 {
    font-size: 3rem;
    color: #fff;
    padding-bottom: .563rem;
    padding-top: 1.75rem;
    position: relative;
}

.FinancingSec .ContentBox h4:before {
    position: absolute;
    content: "";
    background: #ff3c00;
    height: 10px;
    width: 250px;
    bottom: -24px;
}

.FinancingSec .ContentBox p {
    color: #fff;
    font-size: 1.125rem;
    padding-top: 3.25rem;
    font-weight: 500;
}

/*  Contact Sec Start */
.ContactSec {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.ContactSec h2 {
    padding-bottom: 1.875rem;
    color: #333;
}

.more_btn {
    background-color: rgba(0, 0, 0, 0);
    min-width: auto;
    min-height: auto;
    color: #fff;
    font-weight: 300;
    font-size: .875rem;
    padding: 14px 34px;
    position: relative;
    font-weight: 500;
    display: inline-block;
    text-transform: uppercase;
    border: 2px solid #ff3c00;
}

.more_btn:hover {
    background-color: #ff3c00;
    border: 2px solid #ff3c00;
    color: #fff;
}


.ContactSec .contact_para {
    color: #000;
    font-size: 1.5rem;
    font-weight: 500;
}

.ContactSec .ContactForm label {
    color: #344054;
    font-size: .875rem;
}

.ContactSec .ContactForm .form-group {
    margin-bottom: 1.125rem;
}

.ContactSec .ContactForm .form-control {
    border: 1px solid #d0d5dd !important;
    color: #000;
    border-radius:0;
}
.ContactSec .ContactForm textarea {
    min-height: 150px;
}

.ContactSec .ContactForm .submit_btn {
    background: #ff3c00;
    min-width: auto;
    min-height: auto;
    color: #fff;
    font-weight: 300;
    font-size: .875rem;
    padding: 1rem 2.5rem 1rem 1.25rem;
    position: relative;
    font-weight: 500;
    border-radius: 0;
}

.ContactSec .ContactForm .submit_btn:hover {
    background-color: #333;
}

.ContactSec .ContactForm .submit_btn:before {
    position: absolute;
    content: "";
    background-image: url(../images/right-arrow.webp);
    top: 16px;
    right: 16px;
    width: 15px;
    height: 15px;
}


/*  Footer Css St */
footer {
    padding: 3.125rem .75rem .5rem;
    background-color: #333;
    position: relative;
    z-index: 99;
    display: inline-block;
    width: 100%;
}

footer .footer_menu {
    padding: .313rem 0;
}

footer .footer_menu li {
    list-style: none;
    padding: .313rem 0;
}

footer .footer_menu li a {
    font-size: 15px;
    color: #fff;
    font-weight: 300;
}

footer .footer_menu li a:hover {
    color: #ff3c00;
}

footer h2,
footer h6{
    font-size: 20px;
    font-family: "Montserrat";
    margin-bottom: 0;
    color: #f8f0e5;
    font-weight: 500;
    line-height: 1.2;
}

footer hr {
    border-color: #666;
    margin: 1rem 0 !important;
}

footer .copy_text {
    font-size: .875rem;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
    font-weight: 300;
    padding: 0;
    margin: 0px 0px 10px 0px;
}

footer .bottom {
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .powered p {
    font-size: .875rem;
    text-align: right;
    color: #fff;
    padding: 0;
}

footer .powered a {
    color: #ff3c00;
}

/* =========== Finance Page Css Start =========== */
.Finance_Form_Sec{
    padding: 60px 0;
    background:#2A383C;
    display: inline-block;
    width: 100%;
}

.Finance_Form_Sec h2{
    font-weight: 600;
    font-size: 40px;
    color: #FFFFFF;
    text-align: left;
    display: block;
}

.Finance_Form_Sec p{
    margin:0;
    color: #FFFFFF;
    text-align: left;
    font-size: 16px;
}

.Finance_Form{
    padding: 60px 0;
    display: inline-block;
    width: 100%;
    background-color: #FFFFFF;
}

.Finance_Form hr{
    color:#bfbdbd
}

.Finance_Form h3{
    font-size: 23px;
    font-weight: 500;
    font-family: "Montserrat";
    text-transform: uppercase;
    color: #ff3c00;
    padding-bottom: 20px;
    margin-top: 25px;
}

.Finance_Form .form-control:focus{
    box-shadow: none;
}
.Finance_Form .form-control{
    border: 1px solid #cccccc;
    border-radius: 5px;
    color: #000000;
    font-size: 13px;
    font-family: "Montserrat";
    background:#f9f9f9;
    font-weight: 500;
}

.Finance_Form label{
    color:#000000;
    font-size: 13px;
    text-transform: uppercase;
}

.Finance_Form .form-group{
    margin-bottom: 25px;
}

.select_opt{
    position: relative;
}

.select_opt:before{
    position: absolute;

}

.title_number{
    width: 35px;
    height: 35px;
    background: #fa391c;
    margin-right: 30px;
    border-radius: 50px;
    font-size: 18px;
    text-align: center;
    display: block;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main_radio {
    border: 1px solid #d7d7d7;
    padding: 6px 15px;
    border-radius: 4px;
    background: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: start;
    height: 47px;
}

.main_radio span {
    padding: 0 3px;
    margin-right: 25px;
}
.terms_descp{
    padding-top: 41px;
}

.terms_descp p{
    font-size: 14px;
    font-weight: 500;
 }

 .terms_descp h4{
    color: #263335;
    font-weight: 600;
    font-size: 23px;
 }

 .terms_descp input[type="checkbox"]{
    height: 14px;

    background-color: #FFF;
 }

 .scroll_box{
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: scroll;
 }

 .scroll_box p{
    font-size: 13px;
    line-height: 26px;
    color: #000000;
    font-weight: 500;
    padding-right: 20px;
 }

.terms_descp .submit_btn{
    background: #ff3c00;
    min-width: auto;
    min-height: auto;
    color: #fff;
    font-size: 0.875rem;
    padding: 13px 31px;
    position: relative;
    font-weight: 500;
    border: none;
    border-radius: 3px;
}

.terms_descp .submit_btn:hover{
    background: #333333;
}

.Finance_Form .select2-container--default .select2-selection--single{
    background:#f9f9f9 !important;
    border:1px solid #cccccc;
    font-size: 13px !important;
    height: 33px;
}

.Finance_Form .select2.select2-container .select2-selection__rendered {
    font-size: 13px;
    font-weight: 500;
    line-height: 30px;
}

.Finance_Form .select2-container--default .select2-results>.select2-results__options {
    background: #efefef !important;
}

 .select2-dropdown {
    background-color: #f3f3f3 !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    background: #ff3c00;
}

.select2-container .select2-results .select2-results__option--selected, .select2-container .select2-results .select2-results__option--highlighted{
    background: #ff3c00 !important;
    color:#FFFFFF;
}

.select2-container{
width: 100%;    
}

.radio_sec {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-right: 18px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
  
  /* Hide the browser's default radio button */
  .radio_sec input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  
  /* Create a custom radio button */
  .equipment_info .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #c3c3c3;
    border-radius: 50%;
    border: 1px solid #959393;
  }
  
  /* On mouse-over, add a grey background color */
  .equipment_info .radio_sec:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the radio button is checked, add a blue background */
  .equipment_info .radio_sec input:checked ~ .checkmark {
    background-color: #2196F3;
    border:1px solid #2196F3;
  }
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .equipment_info .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
  .radio_sec input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the indicator (dot/circle) */
  .radio_sec .checkmark:after {
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
  }
/* =========== Finance Page Css End =========== */

/* Privay Page Css Start */
.ContentSec{
    padding: 45px 0;
}

.ContentSec p {
    font-size: 16px;
    padding: 7px 0;
}

.ContentSec li {
    padding: 5px 0;
    font-size: 15px;
}

.ContentSec h3 {
    color: #ff3c00;
    font-size: 20px;
    margin-top: 20px;
    font-weight: 600;
}

/*  MEDIA QUERY  */

@media(max-width: 1560px) {
	header .HeaderSec .btn_sec .btn {
        font-weight: 700;
        padding: 0 10px;
        min-height: 52px;
        font-size: 11px;
	}
    header .logo {
        max-width: 150px;
    }
    .navbar .navbar-collapse .justify-content-end {
		justify-content: flex-start !important
	}
    .BannerSec .BannerContent h1 {
        font-size: 3.5rem;
    }
    .BannerSec h6 {
        font-size: 2.625rem;
    }
    .BannerSec p{
        max-width: 100%;
    }
    header .HeaderSec .nav-link{
        margin: 0;
    }
    .InventorySlide .slick-slide {
        margin: 0 10px;
    }
}

@media (max-width: 1400px){
    .BannerSec .BannerContent p {
        padding-right: 0 !important;
        font-size: 1.25rem;
    }
    p{
        font-size: 1.25rem;
    }
    .AboutUs .AboutContent .machine_image {
        margin-top: 0;
    }
    .FinancingSec .ContentBox h4 {
        font-size: 1.875rem;
    }
    header .HeaderSec .nav-link{
        font-size: 12px !important;
    }
}

@media (max-width: 991px) {
    header .HeaderSec .d-flex {
        align-items: flex-start !important;
	}
    .InventorySlide .slick-slide {
        margin: 0 4px;
    }
    .InventorySlide .SlideBox {
        padding: 1rem .4rem;
    }
    .InventorySlide .SlideBox h4 {
        font-size: 1rem;
    }
}

@media (max-width: 767px){
	header .HeaderSec .btn_sec {
		display: flex
	}
	header .HeaderSec .btn_sec a {
		margin: 0 .625rem
	}
    .BannerSec .d-flex {
        display: block !important;
    }
    .BannerSec .BannerContent {
        padding: 2.5rem 3rem;
    }
    .AboutUs .container {
        max-width: 100%;
        padding: 0 3rem;
    }
    .InventorySlide {
        padding: 2.5rem 3rem;
    }
    .InventorySlide .container {
        max-width: 100%;
        padding: 0;
    }
    .FinancingSec .container {
        max-width: 100%;
        padding: 0 3rem;
    }
    .FinancingSec .ContentBox {
        left: 0;
        max-width: 95%;
        margin: 0 auto;
    }
    .ContactSec .container {
        max-width: 100%;
        padding: 0 3rem;
    }
    footer .container {
        max-width: 100%;
        padding: 0 3rem;
    }
    html{overflow-x: hidden;}
}

@media (max-width: 480px){
    html{overflow-x: hidden;}
    .BannerSec .BannerContent,
    .InventorySlide {
        padding: 2rem 1rem;
    }
    .BannerSec .BannerContent h1 {
        font-size: 2.5rem;
    }
    .AboutUs .container,
    .FinancingSec .container,
    .ContactSec .container,
    footer .container {
        padding: 0 1rem;
    }
    .InventorySlide .slick-next, .InventorySlide .slick-prev {
        top: -32px;
    }
    .InventorySlide .slick-next {
        right: 0;
    }
    .InventorySlide .slick-prev {
        left: inherit;
        right: 48px;
    }
    .FinancingSec .ContentBox {
        bottom: 96px;
        padding: 0 2rem 2rem;
    }
    .ContactSec {
        padding: 0 0 3rem 0;
    }
    .ContactSec h2 {
        padding-bottom: 1rem;
    }
    .ContactSec .contact_para {
        font-size: 1rem;
        line-height: inherit;
        padding: 0 0 2rem;
    }
    footer .footer-logo {
        max-width: 100%;
    }
    footer .float-end {
        float: left !important;
    }
    footer .copy_text {
        text-align: center;
        margin: 0;
    }
    footer .powered p {
        text-align: center;
    }

    .footer-logo {
        width: 80%;
    }
}