body {
    margin: 0;
    padding: 0;
    font-family: 'poppins';
}

.logo img {
    width: 180px;
}

header {
    background: #c9ab2e;
    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: #8b0ac5;
    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: rgb(0, 0, 0);
}

.product-box p {
    font-size: 15px;
    color: rgb(0, 0, 0);
}

.mb-box {
    margin-bottom: 55px;
}

.quo-btn {
    background-color: #8b0ac5;
    border: 1px solid #65078f;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    border-radius: 5px;
    padding: 8px 9px;
}

.quo-btn:hover {
    background-color: white;
    border: 1px solid #8b0ac5;
    color: #65078f;
    font-size: 12px;
    font-weight: 600;
    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 {
    width: 50px;
    height: 50px;
    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;
}

/* ---------------------------------------- */
#myImg {
    height: 250px;
    border-radius: 0px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {
    opacity: 0.7;
}

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 6;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

.modal-content,
#caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}

/* CUSTOM1 */
* {
    box-sizing: border-box;
}

.row-pg {
    display: -ms-flexbox;
    /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap;
    /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px;
    margin-left: auto;
    padding-left: 32px;
    padding-right: 32px;
}

/* Create four equal columns that sits next to each other */
.column-pg {
    -ms-flex: 25%;
    /* IE10 */
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
    flex-direction: column;
    column-gap: 25px;
}

.column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
}

/* Custom */
@media screen and (max-width: 600px) {
    .enap-gallery-img {
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
    .column-pg {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
        column-gap: 5px;
        flex-direction: column;
    }

    .row-pg {
        padding-left: 0px;
        padding-right: 0px;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column-pg {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
        column-gap: 10px;
        flex-direction: column;
    }

    .row-pg {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* ---------------------------------------- */