body {
    margin: 0;
    padding: 0;
    font-family: 'poppins';
}

header {
    background: #c75b12;
    color: white;
    padding: 0px 80px;
    box-sizing: border-box;
}

.icons-top {
    margin-top: 14px;
}

.icons-top a {
    text-decoration: none;
    color: rgb(255, 255, 255);
}

.icons-top img {
    padding-right: 8px;
}

.icons-social img {
    padding-right: 15px;
}

.icons-top p {
    padding-right: 20px;
}

nav {
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    border-top: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    position: sticky !important;
    top: 0 !important;
    z-index: 99 !important;
}

.collapse {
    justify-content: right;
}

.nav-link {
    font-weight: 600;
    margin-right: 25px;
}

.nav-glob {
    padding: 5px 70px;
}

.glob-lr {
    padding: 60px 70px;
}

.right-align {
    text-align: right;
    justify-content: end;
}

.req-btn {
    background-color: white;
    border: 1px solid #c75b12;
    color: #aa8411;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    padding: 8px 10px;
}

.req-btn:hover {
    background-color: #c75b12;
    border: 1px solid #a5800f;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    padding: 8px 10px;
}

/* 
.drop-service .dropdown-item:hover {
    background-color: #f7941d !important;
    color: #06331d !important;
}

.drop-service .dropdown-item::before {
    color: #06331d;
    content: "\2B9A";
    font-weight: 900;
    margin-right: 10px;
}
.drop-service .dropdown-item::before:hover {
    color: #ffffff;
    content: "\2B9A";
    font-weight: 900;
    margin-right: 10px;
} */

/* -------------------navbar end--------------- */


/* -------------caursel------------------------- */
.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 1rem !important;
    height: 1rem !important;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}

/* -------------caursel------------------------- */

/* -----------------------about------------------------- */
.title {
    font-size: 25px;
    color:#129770;
    margin-bottom: 20px;
    margin-top: 20px;
}

p {
    line-height: 1.7em;
    font-size: 1rem;
}

/* -----------------------about------------------------- */

/* -----------------------product------------------------- */
.view-clk {
    display: flex;
    justify-content: space-between;
    align-items: self-end;
}
.view-clk .title{
    border-bottom:3px solid #c75b12;
}
.view-clk a {
    color: black;
}

/* -----------------------product------------------------- */

/* ----------------------enquiry----------------------------- */

.contact-info .contact-box {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.contact-icon-box img {
    width: 20px;
}

.contact-content {
    color: white;
}

.contact-content a {
    text-decoration: none;
    color: #ffffff;
    font-size: 1.1em;
}

.contact-content p {
    margin-bottom: 0px;
}

.enquiry {
    background-color: white;
    border-radius: 6px;
    border: none;
    padding: 20px;
}

.enquiry label {
    width: 100%;
    font-size: 15px;
}

.enquiry input {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 4px;
    border: 1px solid #b3b3b3;
    padding: 5px 10px;
}

.enquiry select {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 4px;
    border: 1px solid #b3b3b3;
    padding: 10px 10px;
}

.enquiry textarea {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 4px;
    border: 1px solid #b3b3b3;
    padding: 5px 10px;
}

.submit {
    font-size: 15px;
    font-weight: 500;
    border: none;
    border-radius: 6px;
    padding: 8px 18px;
    background: #ff8f0f;
    color: white;
}

.contact-title {
    color: white;
    margin-bottom: 20px;
}

.describle {
    font-size: 18px;
    font-weight: 550;
    margin-bottom: 15px;
}

/* ----------------------enquiry----------------------------- */



/* ---------------------footer----------------------- */
.f-add {
    font-size: 15px;
}

.f-links {
    font-size: 15px;
}

.f-links a {
    font-size: 16px;
    font-family: sans-serif;
    text-decoration: none;
    color: rgb(0 0 0);
}

#bottom-footer {
    font-size: .9rem;
    text-decoration: none;
}

#bottom-footer a {
    color: white;
    text-decoration: none;
}

/* ------------------------------------------------ */
.copyright {
    padding: 10px 0px;
    background-color: #c75b12 !important;
    color: white;
    font-size: 14px;
}

/* ---------------------footer----------------------- */
.callIcon {
    position: fixed;
    left: 1%;
    bottom: 6%;
    z-index: 999999;
    width: 50px;
}

.whatsapp {
    position: fixed;
    left: 1%;
    bottom: 15%;
    z-index: 999999;
    width: 50px;
}

/* ------------------about-------------------------- */
.abt{
    justify-content: space-evenly;
}
.about-box{
    text-align: center;
    border: 1px solid #bc7218;
    border-radius: 4px;
    overflow: hidden;
    padding: 10px;
}
.about-box img{
    margin-bottom:10px;
}
.points ul li{
    line-height: 1.8;
}
/* ------------------about-------------------------- */

/* ------------------------product--------------------- */
.banner img{
    width:100%;
}

.product-box{
    text-align: center;
    border-top: 4px solid #bc7218;
    box-shadow: 1px 1px 4px 1px #bbbbbb;
    border-radius: 12px;
    overflow: hidden;
    padding: 10px;
    height:100%;
}
.product-box:hover{
    box-shadow: 1px 1px 12px 1px #cfb4a0;
}
.product-box img{
    /* width:100%; */
    margin-bottom:10px;
}
.product-box h6{
    font-size: 18px;
    color:white;
}
.product-box p{
    font-size: 15px;
    color:white;
}
.mb-box{
    margin-bottom: 55px;
}
.quo-btn {
    background-color: #c75b12;
    border: 1px solid #c75b12;
    color: #ffffff;
    font-size: 11px;
    font-weight: 500;
    border-radius: 5px;
    padding: 8px 9px;
}

.quo-btn:hover {
    background-color: white;
    border: 1px solid #c75b12;
    color: #aa8411;
    font-size: 11px;
    font-weight: 500;
    border-radius: 5px;
    padding: 8px 9px;
}
/* ------------------------product--------------------- */


/* ------------------------contact page--------------------- */

.cnt-box{
    box-shadow:1px 1px 12px 1px #b6b6b6;
    border-radius: 6px;
    padding:20px;
}

.title-contact {
    color: #c28b15;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 30px;
}

.info img {
    background-color: #8b6c0f;
    border-radius: 50%;
    padding: 16px;
    margin-right: 10px;
}

.info {
    margin-bottom: 30px;
}

/* ------------------------contact page--------------------- */



/* -----------------------request a need----------------------------- */

.query {
    box-shadow: 1px 1px 8px 1px #d4d4ff;
    padding: 20px;
    border-radius: 10px;
}
.query a:hover {
    color: #1f1d1d;
}
.query input {
    width: 100%;
    padding: 5px 4px;
    margin: 10px 0px;
    border-radius: 8px;
    border: 1px solid rgb(209, 209, 209);
}

.text-area {
    width: 100%;
    padding: 8px 10px;
    margin: 10px 0px;
    border-radius: 8px;
    border: 1px solid rgb(209, 209, 209);
}

.query select {
    width: 100%;
    padding: 8px 10px;
    margin: 10px 0px;
    border-radius: 8px;
    border: 1px solid rgb(209, 209, 209);
}

.number {
    width: 14% !important;
}

.mobile {
    width: 83% !important;
    margin-left: 0px !important;
}

.contact-form {
    display: flex;
    margin-bottom: 40px;
}
.contact-form h6 a{
    color:black;
    text-decoration: none;
}
.icon {
    font-size: 35px;
    margin-top: 10px;
    margin-right: 10px;
}

.sub-btn {
    background-color: white;
    border: 1px solid #8b6c0f;
    color: #8b6c0f;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    padding: 8px 25px;
    margin-top: 20px;
}

.sub-btn:hover {
    background-color:#8b6c0f;
    border: 1px solid #8b6c0f;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    padding: 8px 25px;
    margin-top: 20px;
}

/* -----------------------request a need----------------------------- */

.facebook {
    position: fixed;
    right: -6.9%;
    bottom: 43%;
    z-index: 999999;
}
.insta {
    position: fixed;
    right: -6.9%;
    bottom: 37%;
    z-index: 999999;
}
.youtube {
    position: fixed;
    right: -6.9%;
    bottom: 30.5%;
    z-index: 999999;
}
.facebook:hover { 
    position: fixed;
    right: 0%;
    bottom: 45%;
    z-index: 999999;
    transition: 0.5s;
}
.insta:hover {
    position: fixed;
    right: 0%;
    bottom: 37%;
    z-index: 999999;
    transition: 0.5s;
}
.youtube:hover {
    position: fixed;
    right: 0%;
    bottom: 29%;
    z-index: 999999;
    transition: 0.5s;
}