* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*Logo style*/

.logo {
}

    .logo .logoname1 {
        color: rgb(231, 52, 46);
        margin-bottom: -5px;
    }

    .logo .logoname2 {
        color: rgb(129, 186, 36);
        font-size: 2.3rem;
    }


/* Social Icon Style */

.social-icon span a i {
    padding: 13px 19px;
    background-color: #83ca13;
    transition: all 500ms !important;
}

    .social-icon span a:hover i {
        color: #5da204;
    }

/*Card Style*/

.card-hover:hover {
    border: 1px solid #b8d9a2c0 !important;
    transition: 500ms;
}

.card-hover span a {
    background-color: #5da204;
    color: #ffff;
}

.card-hover:hover span a {
    background-color: #222 !important;
    color: #83ca13 !important;
    transition: 500ms;
}

.from-btn:hover {
    background-color: #b8d9a2c0 !important;
    color: darkgreen !important;
    border: 1px solid #b8d9a2c0 !important;
    transition: 500ms;
}

.icon-hover:hover {
    background-color: #222 !important;
    cursor: pointer;
    transition: 300ms !important;
}

.hover-btn {
    background-color: #83ca13;
    width: 9rem;
    max-width: 100%;
    transition: all ease-in-out 300ms;
}

    .hover-btn:hover {
        background-color: #222;
        color: #fff;
        letter-spacing: 2px !important;
        border: 1px solid #222 !important;
    }

.hover-btn2 {
    position: absolute;
    bottom: 0;
    left: 3rem;
}

    .hover-btn2:hover {
        background-color: #198754a7;
        color: #fff;
        border: 1px solid #1987544e !important;
        transition: 300ms;
    }

.img-hover {
    cursor: pointer !important;
    transition: transform 500ms;
    transform-origin: center center;
}

    .img-hover:hover {
        transform: scale(1.2);
    }

/* manu style  */
.mn-hvr {
    transition: 700ms;
}

    .mn-hvr:hover {
        background-color: #222;
    }

/* Dropdown Menu Style */
.drp-category {
    position: relative;
}

    .drp-category a i {
        position: relative;
        top: 2px;
        left: 4px;
    }

.drp-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 12em;
    background-color: #ffffff;
    list-style: none;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    transform: scaleY(0);
    transform-origin: top center;
    transition: 500ms !important;
}

    .drp-menu a {
        display: inline-table;
        text-decoration: none;
        color: #000;
        width: 100%;
        padding: 10px !important;
        border-bottom: 1px solid #80808071;
    }

        .drp-menu a:hover {
            color: #5da204;
        }

.drp-category:hover .drp-menu {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
}

/*2nd Dropdown*/

.drp-category2 {
    position: relative !important;
}

.drop-menu2 {
    position: absolute !important;
    top: 0;
    left: 168px;
    width: 12em;
    background-color: #fff;
    visibility: hidden !important;
    opacity: 0 !important;
    z-index: 1;
    transform: scaleY(0);
    transform-origin: top center;
    transition: 500ms;
}

.drp-category2:hover .drop-menu2 {
    visibility: visible !important;
    opacity: 1 !important;
    transform: scaleY(1);
}
/*Log In Form Style*/

/*.loginParent {
    position: relative;
}*/

/*.login {
    position: absolute;
    top: 100% !important;
    right: 200px !important;
    width: 14em;
    background-color: #ffffff;
    z-index: 1;
}*/

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    visibility: hidden !important;
    opacity: 0 !important;
}

.dropdown {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 100% !important;
    left: -155px !important;
    width: 14em;
    background-color: #ffffff;
    z-index: 1;
}

/*carousel style*/

.carousel-item img {
    width: 100% !important;
    height: 650px !important;
}
/*.loginParent:hover .login {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
}*/
/* ourService syle css */
/* .ourService img{
    box-shadow: 3px 3px 30px #222 !important;
} */
.ourServiceTitle ol li {
    line-height: 40px !important;
}

.adminButton {
    position: absolute;
    top: 10px;
    right: 0px;
}

/* Sales Section Style */

.salesItem {
    background-color: #5da204;
    width: 9rem;
    height: 9rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.salesItem {
    position: relative;
}

    .salesItem::before {
        content: '';
        position: absolute;
        top: -5px;
        left: -5px;
        width: 100%;
        height: 100%;
        border: 5px solid #fff;
        border-radius: 50%;
        box-sizing: border-box;
    }

/* Work Section img part Style  */

.workImage {
    position: relative;
}

.image-2 {
    position: absolute;
    bottom: -70px;
    right: -43px;
    border-radius: 5%;
    width: 22rem;
}
/* Gallery section style */


.news-image img {
    width: 25rem;
    height: 18rem;
    border-radius: 15px 15px 0 0;
}

.angkor-hover {
    text-decoration: none;
    transition: 500ms !important;
}

    .angkor-hover:hover {
        color: #5da204 !important;
    }

/* Footer Section Style */
.footer {
    background: url(image/fotter-bg.jpg) no-repeat;
    background-size: cover;
    padding: 40px 0;
}

.address a {
    text-decoration: none;
    color: #222;
    font-weight: 500;
    transition: 400ms;
}

    .address a:hover {
        color: #5da204;
    }

.formStyle input, textarea {
    border: 1px solid #5da204 !important;
}

    .formStyle input:focus {
        box-shadow: 0px 0px 0px 3px #0e663d69;
    }

.formStyle textarea:focus {
    box-shadow: 0px 0px 0px 3px #0e663d5c;
}

.responsive-form-992 button {
    background-color: #5da204;
    color: #fff;
}

    .responsive-form-992 button:hover {
        background-color: #222 !important;
        color: #fff !important;
    }



/* Add the following CSS to your stylesheet */
/*.navbar {
    position: sticky;
    top: 0;*/ /* Adjust the value based on your design */
    /*background-color: #your_background_color;*/ /* Set a background color for the sticky navbar */
    /*z-index: 1000;*/ /* Set a z-index to ensure the navbar appears above other elements */
/*}*/

    /* Add this to make the dropdown menu items visible when the navbar is sticky */
    /*.navbar.sticky .drp-menu {
        display: block !important;
    }*/

/* Optionally, add a transition effect for a smooth transition when the navbar becomes sticky */
/*.navbar {
    transition: background-color 0.3s ease-in-out;
}*/

/* Add this class to the navbar using JavaScript when scrolling down */
/*.sticky {
    background-color: #your_sticky_background_color;*/ /* Set a background color for the sticky navbar */
/*}*/


.animate-slow-6s {
    animation-delay: 9s !important;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fade-in {
    animation: fadeIn 1s ease-in-out;
}

@keyframes slideInFromLeft {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.slide-in-from-left {
    animation: slideInFromLeft 1s ease-in-out;
}



.salesRate {
    display: none;
}
.clearButton {
    display: none;
}
.previewDue{
    display: none;
}
.totalDiscountPercentage {
    display: none;
}
.remarks {
    display: none;
}
.adjAmount {
    display: none;
}
.netDiscount {
    display: none;
}
.PaymentDue {
    display: block;
}
.LabourCost {
    display: block;
}
.preview {
    display: none;
}
.saveOrder_1{
    display: none;
}
.saveOrder_2 {
    display: block !important;
}

.salesorder--currentdue {
    display: block;
}

.desktop--view {
    display: none !important;
}

.mobile--view {
    display: block !important;
}

.g--mobileview {
    display: block !important;
}

.g--desktopview {
    display: none !important;
}

.reminddate{
    display: none !important;
}
.remainddate--panel {
    display: none !important;
}

@media only screen and (min-width: 768px) {
    .salesRate {
        display: block !important;
    }

    .clearButton {
        display: block !important;
    }
    .previewDue {
        display: block !important;
    }
    .totalDiscountPercentage {
        display: block !important;
    }
    .remarks {
        display: block !important;
    }
    .adjAmount {
        display: block !important;
    }
    .netDiscount {
        display: block !important;
    }
    .labourCost {
        display: none;
    }
    .preview {
        display: block !important;
    }
    .saveOrder_1 {
        display: block !important;
    }
    .saveOrder_2 {
        display: none !important;
    }

    .desktop--view {
        display: block !important;
    }
    .mobile--view {
        display: none !important;
    }
    .g--mobileview {
        display: none !important;
    }

    .g--desktopview {
        display: block !important;
    }
    .reminddate {
        display: block !important;
    }
    .remainddate--panel {
        display: block !important;
    }
}


@media only screen and (max-width: 576px){
    .saveOrder_1 {
        display: block !important;
    }
    .LabourCost {
        display: none;
    }
    .PaymentDue {
        display: none;
    }
    .salesorder--currentdue {
        display: none;
    }
    
    
}