body {
    font-family: 'Poppins', sans-serif;
    background: #fff;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
}

a {
    text-decoration: none;
    color: inherit;
    transition: 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

a:hover {
    outline: none !important;
    text-decoration: none;
}

input[type="text"].form-control,
input[type="password"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="tel"].form-control,
textarea.form-control {
    background: #fff;
    border: 1px solid #e1e1e1;
    padding: 5px 15px;
    height: auto;
    font-size: 16px;
    color: #999999;
    border-radius: 0;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

select.form-control {
    height: auto;
    padding: 5px 15px;
    font-size: 16px;
    color: #999999;
    font-weight: 400;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
}

input[type="submit"] {
    background: #ff9c00;
    color: #fff;
    padding: 13px 55px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    box-shadow: none;
    border: none;
    outline: none;
    transition: 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    font-family: 'Poppins', sans-serif;
}

input[type="submit"]:hover {
    background: #000;
    color: #fff;
}

button {
    outline: none;
    border: none;
}

.form-control:focus,
.form-control:active {
    box-shadow: none;
    border-color: #e1e1e1 !important;
}

.custom-radio {
    margin-bottom: 30px;
    padding-left: 40px;
    cursor: pointer;
}

.custom-radio .custom-control-label::after {
    width: 12px;
    height: 12px;
}

.custom-radio .custom-control-label::before {
    background-color: transparent;
    left: -40px;
    border: 2px solid #b7b7b7;
    width: 22px;
    top: 12px;
    height: 22px;
}

.custom-control-label {
    font-weight: 500 !important;
    font-size: 30px !important;
    color: #000 !important;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: transparent;
    border: 2px solid #ff9c00;
}

.custom-radio .custom-control-input:checked~.custom-control-label {
    font-weight: 800 !important;
}

.custom-radio .custom-control-input:checked~.custom-control-label p {
    font-weight: 600 !important;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background: #ff9c00;
    border-radius: 50%;
    left: -35px;
    top: 17px;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: transparent;
    border-color: #b7b7b7;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

.custom-radio .custom-control-label p {
    font-size: 16px;
    color: #666;
    margin: 0;
    padding: 0;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #999999 !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #999999 !important;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #999999 !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #999999 !important;
}

header {
    padding: 20px 0px;
    background: #fff;
}

.searchBar {
    position: relative;
}

.searchBar input.form-control {
    height: 50px;
    font-size: 18px;
    padding-right: 60px;
}

.searchBar .searchBtn {
    width: 50px;
    height: 50px;
    text-align: center;
    margin: 0px;
    padding: 0px;
    font-size: 34px;
    line-height: 50px;
    background: #ff9c00;
    color: #fff;
    border: none;
    box-shadow: none;
    outline: none;
    position: absolute;
    right: 0px;
    top: 0px;
    transition: 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.searchBar .searchBtn:hover {
    background: #000000;
}

.searchBar .searchBtn img {
    width: 26px;
    margin-top: -4px;
}

.caseStudySlider .owl-item .sliderBox img:nth-of-type(1){
    display: block;
}
.caseStudySlider .owl-item .sliderBox img:nth-of-type(2){
    display: none;
}

.headerRightPart {
    display: flex;
    align-items: center;
    justify-content: end;
}

.headerRightPart .cartPart {
    float: right;
}

.headerRightPart .cartPart a {
    position: relative;
    display: flex;
    align-items: center;
    line-height: 1.2;
    font-size: 14px;
    justify-content: center;
}

.headerRightPart .cartPart a .cartBlock {
    display: flex;
    flex-direction: column;
}

.headerRightPart .cartPart a .cartBlock .cartItemPrice {
    display: inline-block;
    color: #ff9c00;
    ;
    font-size: 24px;
    font-weight: 600;
}

.headerRightPart .cartPart a .cartIcon {
    position: relative;
    display: inline-block;
    margin-right: 15px;
}

.headerRightPart .cartPart a .cartIcon img {
    width: 37px;
    height: 42px;
}

.headerRightPart .cartPart a .cartIcon .noItems {
    position: absolute;
    right: -8px;
    top: -7px;
    background: #ff9c00;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    width: 26px;
    height: 26px;
    border: 2px solid #fff;
}

.headerRightPart .contactInfo {
    float: left;
}

.headerRightPart .contactInfo ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.headerRightPart .contactInfo ul li {
    list-style: none;
    margin: 0px 80px 0px 0px;
    padding: 0 0 0 40px;
    display: inline-block;
    position: relative;
    line-height: 30px;
}

.headerRightPart .contactInfo ul li img {
    height: 31px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 0;
}

.headerRightPart .contactInfo ul li a {
    font-size: 18px;
    line-height: 1;
    color: #000;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.headerRightPart .contactInfo ul li a:hover {
    color: #ff9c00;
}

.menuBar {
    background: #ff9c00;
}

.menuBar .navbar {
    padding: 0px 0px;
}

.menuBar .navbar-nav .nav-item {
    margin: 0px 80px 0px 0px;
    padding: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    position: relative;
}

.menuBar .navbar-nav .nav-item:last-child {
    margin: 0;
}

.menuBar .navbar-nav .nav-item .nav-link {
    font-size: 20px;
    margin: 0px;
    padding: 17px 0px;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.nav-item > .nav-subitem {
    position: absolute;
    padding: 10px 15px;
    background-color: #ff9c00;
    list-style: none;
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 1;
    max-height: 300px;
    overflow-y: auto;
}

.nav-item[data-menu="online-store"] > .nav-subitem {
    width: 1000px;
    max-height: 600px;
    padding: 10px;
}

.nav-subitem.multi-column {
    column-count: 2;
    column-gap: 1.5rem;
    list-style: none;
    width: 800px;
}

.category-type .multi-column {
  column-count: 2; /* or 3 for three columns */
  column-gap: 1.5rem; /* spacing between columns */
  list-style: none;
  padding: 0;
  margin: 0;
}

.category-type .multi-column li {
  break-inside: avoid;
  margin-bottom: 0.5rem;
}

.nav-item > .nav-subitem p {
    color: #262626;
}

.nav-item > .nav-subitem li {
    padding: 5px 0px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.2;
    break-inside: avoid;
    margin-bottom: 5px;
}

.nav-item:hover > .nav-subitem {
    transform: scaleY(1);
}

.nav-subitem ul {
    list-style: none;
    padding: 0;
}

.menuBar .menuOuter {
    margin-right: 60px;
}

.menuBar .menuOuter a {
    color: #fff;
}

.menuBar .menuOuter a img {
    width: 27px;
}

.socialMedia a svg {
    fill: #fff;
    width: 27px;
    height: 27px;
}

.socialMedia a:hover svg {
    fill: #000;
}

.menuBar .navbar-nav .nav-item.active .nav-link,
.menuBar .navbar-nav .nav-item:hover .nav-link {
    color: #000;
}

.navbar-light .navbar-toggler {
    position: absolute;
    right: 0px;
    border-radius: 0px;
    border-color: rgba(0, 0, 0, .5);
    padding: 6px;
    background: #000 !important;
    border: none !important;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    line-height: 20px;
}

.navbar-light .navbar-toggler-icon {
    width: 21px;
    height: 17px;
    background: url(../images/barImg.png) no-repeat center center;
}

.navbar-light .navbar-toggler:focus,
.navbar-light .navbar-toggler:hover {
    outline: none !important;
}

.menuBar .navbar-nav .nav-item .nav-link i {
    position: relative;
    margin-left: 3px;
}

.socialMedia {
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    border-left: 1px solid rgba(255, 255, 255, .2);
    z-index: 123;
    display: flex;
}

.socialMedia a {
    color: #fff;
    font-size: 26px;
    margin-left: 12px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: #000;
}

.socialMedia a > img {
    object-fit: contain;
    width: 14px;
    height: 14px;
}

.socialMedia a:hover {
    color: #000;
}

.leftSideMenu {
    padding: 0 15px 15px;
    position: fixed;
    width: 425px;
    background: #ff9c00;
    left: -485px;
    top: 0;
    height: 100vh;
    z-index: 9999;
    transition: 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.leftSideMenu a.closeBtn {
    position: absolute;
    right: -40px;
    top: 10px;
}

.leftSideMenu a.closeBtn  > img {
    width: 20px;
    height: 20px;
}

.leftSideMenu .topLogo {
    margin: 15px 15px 60px 15px;
}

.leftSideMenu hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border-top: 1px dashed #fff;
}

.leftSideMenu h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 25px;
    margin: 0px 0 10px;
    text-transform: capitalize;
    padding: 0px 20px 0px;
}

.leftSideMenu ul {
    margin: 0px 20px;
    padding: 0px;
    list-style: none;
}

.leftSideMenu ul li {
    margin: 0px 0px 5px;
    padding: 0px;
    list-style: none;
}

.leftSideMenu ul li:last-child {
    margin: 0px 0px 0px;
}

.leftSideMenu ul li a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
}

.leftSideMenu ul li a:hover {
    color: #000;
}

.leftSideMenu .menuScrollable {
    height: 100%;
    overflow-y: auto;
    padding-bottom: 30px;
}

.leftSideMenu.toggleSideNav {
    left: 0;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.5);
}

.leftSideMenu .topLogo img {
    filter: brightness(0) invert(1);
}

body.bodyOverlay {
    position: relative;
}

body.bodyOverlay:after {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(10px);
}

footer {
    background: #111111;
}

footer .footerSubscribe {
    padding: 70px 0 60px;
}
footer .footerSubscribe .col-lg-12{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

footer .footerSubscribe .globleHeading h3 {
    color: #ff9c00;
    font-size: 15px;
}

footer .footerSubscribe .globleHeading h2 {
    color: #fff;
    margin: 0px;
    text-transform: capitalize;
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
}

footer .footerSubscribe .subscription_form {
    max-width: 510px;
    margin: 0 auto;
    position: relative;
}

footer .footerSubscribe .subscription_form input.form-control {
    background: rgba(255, 255, 255, .1);
    border: none;
    height: 40px;
    font-size: 20px;
    width: 500px;
}

footer .footerSubscribe .subscription_form input::placeholder {
    font-size: 14px;
    font-weight: 400;
}

footer .footerSubscribe .subscription_form button {
    font-size: 20px;
    font-weight: 600;
    background-color: #FF9E18;
    color: #fff;
    width: 150px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    outline: none;
    border: none;
    border-radius: 3px;
    padding: 5px 20px;
}

footer .footerSubscribe .subscription_form button.orangeBtn:hover {
    background: #fff;
    color: #000;
}

footer .socials {
    display: flex;
    gap: 15px;
}

footer .socials > a {
    width: 50px;
    height: 50px;
    display: flex;
    border-radius: 10px;
    background-color: #FF9E18;
    align-items: center;
    justify-content: center;
}

footer .socials > a > img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.border-top-cust{
    border-top: 1px solid #FF9E18;
    width: calc(100% - 100px);
    margin: auto;
}

footer .topFt {
    padding: 100px 0;
    border-top: 1px solid rgba(255, 255, 255, .2);
}

footer .topFt .ftSocialMedia {
    margin-top: 60px;
    margin-left: 0px;
}

footer .topFt .ftSocialMedia a {
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin: 0 5px;
    background: transparent;
    border: 1px solid #ff9c00;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 38px;
}

footer .topFt .ftSocialMedia a svg {
    fill: #fff;
    width: 15px;
    height: 15px;
}

footer .topFt .ftSocialMedia a:hover {
    color: #fff;
    background: #ff9c00;
}

footer .topFt .ftSocialMedia a:hover svg {
    fill: #fff;
}

footer .topFt h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    margin: 0px 0px 50px;
    padding: 0px;
}

footer .topFt ul {
    list-style: none;
    padding: 0px;
    margin-left: 25px;
}

footer .topFt ul li {
    list-style: disc;
    color: #fff;
    margin: 0px 0px 10px;
    padding: 0px;
}

footer .topFt ul li a {
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    font-weight: 300;
}

footer .topFt ul li a:hover {
    color: #fff;
}

footer .topFt .contactPart ul {
    margin-left: 0;
}

footer .topFt .contactPart li {
    list-style: none;
    position: relative;
    padding: 0px 0px 0px 50px;
    font-size: 14px;
}

footer .topFt .contactPart li:last-child {
    margin: 0px;
}

footer .topFt .contactPart li img {
    width: 22px;
    position: absolute;
    left: 0px;
    top: 0px;
    color: #ff9c00;
}

footer .topFt .contactPart p {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
    font-weight: 300;
}

footer .copyRight {
    background-color: #1A1A1A;
    padding: 10px 0px;
}

footer .copyRight p {
    color: #fff;
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    font-weight: 400;
}
footer .footerSubscribe .subscription_form button.orangeBtn{
    padding: 15px;
    font-size: 20px;
}

.orangeBtn {
    transition: 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    text-decoration: none;
    background: #ff9c00;
    color: #fff;
    padding: 23px 35px;
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
}

.orangeBtn img {
    margin-left: 10px;
    margin-top: -2px;
}

.orangeBtn:hover {
    background: #000;
    color: #fff;
}

.orangeBtn:disabled {
    background: #808080;
}

.outlineOrangeBtn {
    text-decoration: none;
    background: #fff;
    color: #ff9c00;
    padding: 23px 35px;
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #ff9c00;
    text-align: center;
}

.outlineOrangeBtn i {
    margin-right: 10px;
}

.outlineOrangeBtn:hover {
    background: #000;
    border: 2px solid #000;
    color: #ff9c00;
}

.whiteBtn {
    text-decoration: none;
    background: #fff;
    color: #ff9c00;
    padding: 14px 20px;
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
}

.whiteBtn img {
    margin-left: 10px;
    margin-top: -2px;
}

.whiteBtn:hover {
    background: #000;
    color: #ff9c00;
}

.globleHeading h3 {
    font-weight: 300;
    font-size: 36px;
    line-height: 30px;
    margin: 0px 0px 10px;
    padding: 0px;
    text-transform: uppercase;
}

.globleHeading h2 {
    font-weight: 800;
    font-size: 64px;
    line-height: 70px;
    margin: 0px 0px 30px;
    padding: 0px;
    text-transform: uppercase;
}

.breadcrumb {
    background: transparent;
    justify-content: flex-end;
    text-align: right;
    padding: 30px 0;
}

.breadcrumb li {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.breadcrumb li a {
    color: #666666;
}

.breadcrumb li a:hover {
    color: #ff9c00;
}

.breadcrumb li:before {
    content: '/';
    margin: 0 10px;
}

.breadcrumb li.current {
    font-weight: 700;
}

.breadcrumb li:first-child:before {
    content: '';
    margin: 0px;
}

.leftSideHeadingText h1 {
    font-size: 70px;
    font-weight: 700;
    color: #000;
    line-height: 80px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.leftSideHeadingText h1 span {
    display: block;
    color: #999;
    font-weight: 400;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 10px;
}

.orangeBtn{
    cursor: pointer !important;
}

body .modal-content{
    border: none;
    border-radius: 0;
}
body .modal-backdrop.show {
    opacity: 0.8;
}
body .close-modal {
    position: absolute;
    top: -45px;
    right: 0;
    width: 35px;
    height: 35px;
    cursor: pointer;
}
body .loading{
    width: 25px;
}
body .aboutSection.catalog .modal-inner {
    height: 500px;
}

.font-weight-700 {
    font-weight: 700;
}

.search-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    height: 630px;
    justify-content: center;
    width: 633px;
}

.search-container > h2:nth-child(1) {
    font-family: 'Poppins';
    font-weight: 900;
    text-transform: uppercase;
    color: #808080;
    font-size: 64px;
}

.search-container h2:nth-child(3) {
    font-family: 'Poppins';
    font-weight: 600;
    text-transform: uppercase;
    font-size: 36px;
}

.search-container > .orangeBtn {
    padding: 15px 25px;
}

.search-container > .searchTextBox {
    width: 100%;
}

.search-container > .searchTextBox > input {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 45px;
    color: #FF9E18;
    text-align: center;
}

.product-card {
    width: 335px;
    height: 320px;
    background-color: #fff;
    border: 1px #E6E6E6 solid;
    border-radius: 6px;
    overflow: hidden;
}

.product-card .product-image {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.product-card .product-name > h2 {
    font-weight: 600;
    font-size: 20px;
    height: 25px;
    overflow: hidden;
    margin-bottom: 0;
}

.product-card .product-name > p {
    font-weight: 300;
    font-size: 14px;
    color: #808080;
    margin: 0;
}

.product-card .product-name .price {
    font-weight: 600;
    font-size: 20px;
    color: #FF9E18;
}

.product-card .footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
}

.product-card .footer > img {
    width: 24px;
    height: 24px;
}

.ourShop > .banner {
    width: calc(100% - calc(100% / 4 + 5px));
    height: 320px;
    background-color: #000;
}

.ourShop .texts {
    margin-left: 32px;
    padding: 20px 60px;
}

.ourShop .texts h2 {
    font-weight: 800;
    color: #fff;
    font-size: 96px;
}

.ourShop .texts p {
    color: #FF9E18;
    font-size: 16px;
}

.ourShop .texts a {
    color: #000;
    font-size: 17px;
    font-weight: 400;
}

.ourShop .orangeBtn {
    padding: 10px 20px;
}

.ourShop .orangeBtn > img {
    filter: brightness(0) contrast(1);
}

.ourShop .orangeBtn:hover {
    background-color: #fff;
}

.ourShop.v2 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    padding-top: 5px;
}

.ourShop > .highlight {
    display: flex;
    flex: 1;
    justify-content: end;
    gap: 10px;
    margin-bottom: 60px;
}