html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
}

body.body-overflow {
    overflow: hidden;
}
*,
*:before,
*:after {
    box-sizing: border-box;
    position: relative;
}

a,
a:hover,
button,
button:focus,
input {
    text-decoration: none;
    outline: none;
    box-shadow: none;
    transition: all 0.4s ease;
}
ul,
li {
    padding: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: justify;
}
p {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.65;
    margin-bottom: 0;
    color: #444444;
    text-align: justify;
}
h1, h2, h3, h4, h5, h6{
    text-align: justify;
}
section {
    position: relative;
    display: block;
    margin: 70px 0 70px;
}
::selection {
    background-color: rgb(249 156 56 / 28%);
    color: #000000;
}
.modal-content::-webkit-scrollbar-track,
html::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 6px 6px rgb(0 0 0 / 22%);
    background-color: #66666600;
}
.modal-content::-webkit-scrollbar,
html::-webkit-scrollbar {
    width: 5px;
}

.modal-content::-webkit-scrollbar-thumb,
html::-webkit-scrollbar-thumb {
    background-color: #f99c38;
    background-image: -webkit-linear-gradient(90deg, #f99c38 25%, transparent 25%, transparent 50%, #f99c38 50%, #f99c38 75%, transparent 75%, transparent);
}
strong {
    color: #333333;
    font-weight: 600;
  }
/* ========== */

.main_body {
    background: #ffffff;
    z-index: 2;
    position: relative;
    overflow: hidden;
}
/* ===== navbar ====== */
a.navbar_logo {
    margin: 8px 0 8px 18px;
    padding: 0;
    position: relative;
}
a.navbar_logo img {
    max-width: 237px;
}
header.top_header {
    background: #ffffff;
}
header.top_header nav {
    background: #ffffff;
    z-index: 13;
}
header.top_header nav.navbar-fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
    animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
    z-index: 100;
    -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-box-shadow: 0 8px 20px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 8px 20px 0 rgb(0 0 0 / 10%);
}
header.top_header nav .navbar-collapse ul li a.nav-link {
    color: #444444;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 2px 18px;
    padding: 0 3px;
    position: relative;
}
header.top_header nav .navbar-collapse ul li.nav-item.dropdown a.nav-link {
    margin-right: 30px;
    cursor: pointer;
} 
header.top_header nav .navbar-collapse ul li:hover a.nav-link {
    color: #f99c38;
}

header.top_header nav .navbar-collapse ul li a.nav-link.active {
    color: #f99c38;
}
header.top_header nav .navbar-collapse ul li a.nav-link.active:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #f99c38;
    bottom: 0;
    left: 0px;
}
header.top_header nav .navbar-collapse ul li:hover a.nav-link:after {
    transform: rotate(0.001deg) scaleX(1);
    transform-origin: left;
}
header.top_header nav .navbar-collapse ul li a.nav-link:after {
    content: "";
    bottom: 0;
    width: 100%;
    left: 0;
    height: 1px;
    background: #f99c38;
    position: absolute;
    transform: rotate(0.001deg) scaleX(0);
    transition: transform 0.3s, opacity 0.3s;
    transform-origin: right;
    border: none;
    margin: 0;
}
header.top_header nav.navbar ul.navbar-nav > li.dropdown .dropdown-menu li {
    border: solid rgb(0 0 0 / 5%);
    border-width: 0 1px 1px 0px;
    width: calc(25% - 0px);
}
header.top_header nav.navbar ul.navbar-nav > li.dropdown .dropdown-menu li:last-child {
    border-width: 0 1px 0 0px ;
}
header.top_header nav.navbar ul.navbar-nav > li.dropdown .dropdown-menu li a {
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.4s;
    position: relative;
    padding: 18px 12px;
    white-space: normal;
    background: linear-gradient(to right, #ff8400, #f99c38 50%, #444444 0%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position 1s ease;
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
 
header.top_header nav.navbar ul.navbar-nav > li.dropdown .dropdown-menu li a:hover,
header.top_header nav.navbar ul.navbar-nav > li.dropdown .dropdown-menu li a:focus,
header.top_header nav.navbar ul.navbar-nav > li.dropdown .dropdown-menu li a:active {
    background-position: 0 100%;
}


/* ====24=08=2023 === */
header.top_header nav.navbar ul.navbar-nav > li.dropdown .dropdown-menu li a img {
    max-width: 25%;
    height: 38px;
    margin-bottom: 6px;
    transition: all 0.4s;
    opacity: 0.6;
    transform: scale(0.9);
}
header.top_header nav.navbar ul.navbar-nav > li.dropdown .dropdown-menu li:hover a>img {
    opacity: 1;
    transform: scale(1);
}
/* ====== */


header.top_header nav .navbar-collapse ul li.dropdown:after,
header.top_header nav .navbar-collapse ul li.dropdown:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 8px;
    background: #444444;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    transition: all 0.3s;
}

header.top_header nav .navbar-collapse ul li.dropdown:before {
    transform: rotate(90deg) translate(-1px, 0px);
}

header.top_header nav .navbar-collapse ul li.dropdown:hover:before {
    transform: rotate(0deg) translate(0px, -1px);
    background: #f99c38;
    z-index: 1;
}
header.top_header nav .navbar-collapse ul li.dropdown button.dropdown-toggle {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
}
.myslider_home.banner-spacing,
.inner_slide.banner-spacing {
    margin-top: 100px;
}
.fixed_body {
    overflow: hidden;
}

/* ============ button hover effects ========== */
.button_style:focus {
    background: #f99c38;
}
header.top_header nav.navbar .button_style {
    margin-right: 18px;
    color: #444444;
    transition: 0.3s;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    padding: 12px 26.25px;
    margin-left: 15px;
}
header.top_header nav.navbar .button_style:hover,
header.top_header nav.navbar .button_style:focus {
    color: #ffffff;
    box-shadow: none;
}
.button_style {
    border: 2px solid #f99c38;
    border-radius: 0;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 28px;
    overflow: hidden;
    position: relative;
    display: inline-block;
}
.content_button {
    color: #444444;
    font-size: 16px;
    font-weight: 500;
    margin-top: 30px;
    padding: 16px 36px;
    margin-left: -10px;
}
.content_button i {
    margin-left: 3px;
}
.content_button:hover {
    color: #ffffff;
}
.button_style span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #f99c38;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.button_style:hover span {
    width: 225%;
    height: 562.5px;
}
.button_style:active {
    background-color: #f99c38;
}

/* ========== footer ================= */
footer {
    background: #404c4c;
    padding-top: 70px;
}
.footer-logo {
    width: calc(100% + 8px);
    margin-left: -7px;
}
.footer-logo a {
    display: block;
    text-align: left;
}
.footer_part .footer_info a,
.footer_part .footer_info {
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
}
.footer_part .footer_info.site_details p {
    margin-bottom: 6px;
    padding-left: 32px;
    white-space: pre-line;
    color: #ffffff;
    font-size: 15px;
}
.footer_part .footer_info h4 {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.footer_part .footer_info.site_details i {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 18px;
}
.footer_part .footer_info ul li a {
    line-height: 1.3;
    padding: 4px 0;
    position: relative;
    display: inline-block;
    text-align: left;
}
.footer_part .footer_info ul li a:hover,
.site_details a:hover,
.footer_social a:hover i {
    color: #f99c38;
}
.footer_part .footer_info.site_details {
    padding-left: 50px;
}
.footer_part .footer_info.footer_navigation {
    padding-left: 22px;
}
.footer_part .footer_info {
    padding-left: 54px;
}
/* .footer_part .footer_social {
    padding-left: 60px;
    width: calc(100% + 40px);
} */
.footer_part .footer_social a i {
    font-size: 18px;
    transition: all 0.4s;
    color: #404c4c;
}
.footer_part .footer_social a {
    margin: 0 12px;
    display: inline-flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    width: 32px;
    height: 32px;
}
.footer_part .footer_social a:after {
    content: "";
    position: absolute;
    right: -14px;
    height: 100%;
    width: 1px;
    background: rgb(255 255 255 / 51%);
    top: 0;
}
.footer_part .footer_social a:last-child:after {
    display: none;
}

/* ====12-09-2023 ==== */


.footer_part .footer_info.footer_Products ul {
    columns: 2;
}
.footer_part .footer_info.footer_Products {
    padding-left: 0;
}
.footer_part .footer_info.footer_navigation {
    padding-left: 8px;
}
.footer_part .footer_info.site_details {
    padding-left: 55px;
}

/* ==== 12-09-2023 end ==== */




.copyright-text {
    background: #2b3737;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    margin-top: 70px;
    padding: 18px 5px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    gap: 8px 60px;
}
.copyright-text span#copyright {
    padding: 0 3px;
}
.copyright-text div {
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0.2px;
}
.copyright-text a {
    color: #ffffff;
}
/* ========== footer end ================= */

/* ================ go to top area ============= */
.go-top {
    position: fixed;
    cursor: pointer;
    top: 40%;
    right: 35px;
    color: #ffffff;
    background-color: #f99c38;
    z-index: 12;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.9s ease-out 0s;
    -moz-transition: all 0.9s ease-out 0s;
    -ms-transition: all 0.9s ease-out 0s;
    -o-transition: all 0.9s ease-out 0s;
    transition: all 0.9s ease-out 0s;
    border-right: 0;
}
.go-top img {
    transform: rotate(90deg);
}
.go-top.active {
    top: 92%;
    -webkit-transform: translateY(-98%);
    -moz-transform: translateY(-98%);
    -ms-transform: translateY(-98%);
    -o-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    border-radius: 0;
}

.go-top:before {
    animation: btn_ring_anim 2.5s linear infinite;
}
.go-top:after {
    animation: btn_ring_anim 2.5s linear 1s infinite;
}
.go-top:before,
.go-top:after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0;
    border: 15px solid #f99c3840;
    z-index: -2;
}
@keyframes btn_ring_anim {
    0% {
        transform: scale(1);
        opacity: 0.1;
    }
    50% {
        transform: scale(1.6);
        opacity: 1;
    }
    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}
@-webkit-keyframes btn_ring_anim {
    0% {
        transform: scale(1);
        opacity: 0.1;
    }
    50% {
        transform: scale(1.6);
        opacity: 1;
    }
    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

/* ======= drop_message ===== */
.drop_message {
    background-color: #f99c38;
    margin-bottom: 0;
}
.drop_message_details p {
    color: #ffffff;
    font-size: 24px;
    line-height: 1.35;
}

.drop_message_details p strong {
    font-weight: 600;
    display: block;
}

.drop_message_details {
    padding: 40px 0;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    max-width: 1020px;
    margin: 0 auto;
}
.drop_message_details .button_style {
    border-color: #ffffff;
    color: #ffffff;
}
.drop_message_details a.button_style span {
    background-color: #ffffff;
    z-index: -1;
}
.drop_message_details a.button_style:hover {
    color: #f99c38;
    z-index: 1;
}

.highlight_link {
    color: #f99c38;
}
.highlight_link:hover {
    color: #444444;
}
/* ==== spiner remove all form === */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"] {
    -moz-appearance: textfield;
}

/* ===== inq-model === */
#products_inquiry_form #product_inquiry {
    transition: all 0.5s ease-out;
}
#products_inquiry_form #product_inquiry .modal-dialog {
    top: 0;
    left: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    transform: translate(-100%, 0px);
    transition: all 0.5s ease-out;
    max-width: -webkit-fill-available;
    margin: auto 0 0 0;
    border: 0;
    height: 100%;
    width: 500px;
}
#products_inquiry_form #product_inquiry.show .modal-dialog {
    transform: translate(0%, 0px);
    transition: all 0.5s ease-out;
}
#products_inquiry_form #product_inquiry .modal-dialog {
    top: 0;
    left: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    transform: translate(-100%, 0px);
    transition: all 0.5s ease-out;
    max-width: -webkit-fill-available;
    margin: auto 0 0 0;
    border: 0;
    height: 100%;
    width: 500px;
}
#products_inquiry_form #product_inquiry .modal-content {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 0;
    border: 0;
    background: #ffffff;
}
#products_inquiry_form #product_inquiry .modal-content .model-body {
    padding: 40px;
    overflow-y: auto;
}
#products_inquiry_form #product_inquiry .modal-content .modal-body p {
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1.5px;
    line-height: 1.5;
    color: #db1f22;
    padding-bottom: 12px;
    text-transform: uppercase;
    display: block;
}
#products_inquiry_form #product_inquiry .modal-content .modal-body h3 {
    color: #444444;
    font-weight: 600;
    font-size: 32px;
}
#products_inquiry_form #product_inquiry .modal-content .modal-body p {
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1.5px;
    line-height: 1.5;
    color: #f99c38;
    padding-bottom: 3px;
    text-transform: uppercase;
    display: inline-block;
}

#products_inquiry_form #product_inquiry .modal-content .modal-body h3 {
    color: #333333;
    font-weight: 600;
    font-size: 32px;
}

#products_inquiry_form #product_inquiry .modal-content .modal-body span {
    color: #333333;
    font-size: 17px;
}

#products_inquiry_form #product_inquiry .modal-content .modal-body span a {
    color: #f99c38;
    font-weight: 500;
}
#products_inquiry_form #product_inquiry form textarea,
#products_inquiry_form #product_inquiry form input {
    border: 1px solid rgb(0 0 0 / 25%);
    border-radius: 0;
    padding: 15px 18px;
    /* font-size: 15px; */
    font-weight: 500;
    color: #444444;
    margin-top: 40px;
    background: transparent;
}

form#enquiry-form label {
    position: absolute;
    top: -10px;
    left: 12px;
    font-size: 14px;
    font-weight: 500;
    color: #444444;
    background: #ffffff;
    padding: 0 8px;
}
#products_inquiry_form #product_inquiry .modal-content .modal-body {
    background-color: #ffffff;
}
#products_inquiry_form #product_inquiry .modal-content .modal-body:after {
    background-image: url(../images/mobile_dropdown.png);
    background-size: contain;
    background-repeat: repeat;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-attachment: fixed;
    z-index: 0;
    opacity: 0.15;
}
#products_inquiry_form #product_inquiry .modal-content button.close-button {
    border: 0;
    padding: 0;
    position: absolute;
    right: 18px;
    top: 10px;
    background: transparent;
    width: 100%;
    max-width: fit-content;
    height: max-content;
    z-index: 1;
}
#products_inquiry_form #product_inquiry form textarea:focus,
#products_inquiry_form #product_inquiry form input:focus,
#products_inquiry_form #product_inquiry form textarea:active,
#products_inquiry_form #product_inquiry form input:active,
#products_inquiry_form #product_inquiry form textarea:focus-within,
#products_inquiry_form #product_inquiry form input:focus-within {
    box-shadow: none;
    outline: none;
    background: #ffffff;
}
#products_inquiry_form #product_inquiry .modal-content button.close-button:after {
    content: "close";
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    border-bottom: 1px solid #000000;
}

#products_inquiry_form #product_inquiry .modal-content .modal-title {
    margin: 40px 0 18px 0;
    z-index: 1;
}
#products_inquiry_form #product_inquiry form textarea {
    height: 120px;
    resize: none;
}

#products_inquiry_form #product_inquiry form .submit-btn {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    margin-top: 22px;
}
#products_inquiry_form #product_inquiry form .submit-btn img {
    max-height: 52px;
}

#products_inquiry_form #product_inquiry form .submit-btn .btn {
    font-size: 16px;
    font-weight: 500;
}
#products_inquiry_form #product_inquiry form .submit-btn .btn:hover {
    color: #ffffff;
}
#products_inquiry_form #product_inquiry .modal-content form {
    z-index: 1;
    padding-bottom: 20px;
}
#products_inquiry_form .submit-btn .g-recaptcha {
    transform-origin: center right;
    -webkit-transform-origin: center right;
}
/* ===== loader ==== */ 
 
.submit-btn img {
    max-height: 52px;
  } 
  .submit-btn {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 12px;
    margin-top: 32px;
}
/* === google recaptcha ==== */
.submit-btn .g-recaptcha {
    transform: scale(1);
    -webkit-transform: scale(0.7);
    transform-origin: top right;
    -webkit-transform-origin: top right;
}

/* ==== whatsapp chat === */
a.whatsapp-chat {
    display: block;
    position: fixed;
    bottom: 60px;
    left: 10px;
    z-index: 12;
    background: #4cc95a;
    padding: 10px 15px 12px 20px;
    border-radius: 25px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 70%);
}
a.whatsapp-chat img {
    max-width: 30px;
    filter: drop-shadow(0px 2px 2px rgb(0 0 0 / 36%));
    margin-right: 5px;
}

/* ===== pre loader -======== */ 
  
.pre-loader { height: 100vh; width: 100vw; position: fixed; z-index: 111111111; overflow: hidden; }
.pre-loader #loader { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 1; }
.pre-loader #loader img {
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
    transition: all 1s;
    scale: 0.5;
    opacity: 0;
    filter: drop-shadow(5px 5px 3px rgb(0 0 0 / 16%)); 
}
.pre-loader #loader.visible img { scale: 1; opacity: 1; }
.pre-loader #loader.hide img { visibility: hidden; opacity: 0; transform: translate(0, -150px); }
.pre-loader:after {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    height: 100%;
    width: 100%;
    transition: all 1.5s;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    content: "";
    background-image: radial-gradient(circle, rgba(255,255,255,1) 6%, rgb(226 122 0 / 32%) 100%, rgb(226 122 0) 100%);
    background-color: #ffffff;
}
.pre-loader.hide:after { transform: translate(0%, -100%); }

/* ==== 13-09-2023 ==== */

.footer_part .footer_social {
    padding-left: 42px;
    width: 100%;
    max-width: fit-content;
    margin-top: 18px;
}
.footer_part .footer_social a:hover, .footer_part .footer_social a:hover i {
    background: #f99c38;
    color: #ffffff;
}