body::after {
    content: "";
    background-image: url("../img/slides/bg5.jpg");
    background-repeat: no-repeat;
    opacity: 0.2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    min-height: 1300px;
    background-size: cover;
}

.icon {
    color: #f5f3f3;
    font-size: 50px;
    margin-left:20px;
}
.dropdown {
    font-size: 26px;
}
.custom-container {
    max-width: 1600px !important;
    /* Adjust the width as needed */
}
/* Styling the Accordion part*/
/*.accordion-item {
    
}*/

.fakeimg {
    height: 50px;
    background: rgb(213, 230, 247) !important;
}
.custom-hover{
        background-color: #007bff !important;
}
.custom-hover:hover {
    background-color: white !important;
    color: #007bff !important;
    /* Change this to the primary color of your theme */
}

.dropbtn {
    background-color: #007bff;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: 1px solid #007bff;
    border-radius: 5px;
    cursor: pointer;
    width:100%;
}
.dropbtn:hover {

    color: #007bff;

    background-color: white !important;

}
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: rgb(250, 245, 245);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1
}

.dropdown:hover .dropdown-content {
    display: block;
    right: -150px;
    top: -10px;
    font-size: 15px;
    z-index: 1000;
    background-color:#007bff ;
}
#dpd-contact:hover{
    color:#007bff;
    background-color: white;
}
#btn-a:hover{
    color: #007bff;
    background-color: #007bff;
}
.dropdown:hover #whoweare {
    display: block;
    right: -160px;
    top: -3px;
    font-size: 15px;
}
.dropdown:hover #sites {
    display: block;
    right: -150px;
    top: -3px;
    font-size: 15px;
}

/* media queries for smaller screens */
@media screen and (max-width: 576px) {


    .dropdown:hover .dropdown-content {
        display: block;
        right: 0px;
        top: -30px;
        font-size: 15px;
        z-index: 1000;
        background-color:#007bff;/*#2278cd;*/
    }

    .dropdown:hover #whoweare {
        display: inline-block;
        right: -5px;
        top: -10px;
        font-size: 15px;
        text-align: left;
        padding: 0;
        margin: 0
        
    }

    .dropdown:hover #sites {
        display: block;
        right: 20px;
        top: 13px;
        font-size: 15px;
    }

}




.dropdown:hover .dropbtn {
    background-color: #007bff;
}

.vertical-navbar {
    width: 200px;
    background-color: #f8f9fa;
    position: relative;
    /* Add relative positioning to the navbar */
}

/* Style for the tab items */
.nav-item {
    cursor: pointer;
    position: relative;
    /* Add relative positioning to the nav-item */
}

/* Custom CSS for the tab content */
.tab-content {
    display: none;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    position: absolute;
    top: 0;
    left: 100%;
    /* Position it to the right of the nav-item */
    transform: translateX(10px);
    /* Add a little spacing */
}

/* Show tab content on hover */
.nav-item:hover .tab-content {
    display: block;
}

/* External stylesheet or within a <style> block */
.custom-button {
    background-color: #17651a;
    /* Change the background color to your preferred color */
    padding: 20px 20px;
    /* Adjust the padding to change the button size */
    margin-top: 20px;
    /* Adjust the margin-top to change the distance from the form */
    color: rgb(22, 22, 22);
    /* Text color */
    border: darkgray;
    /* Remove the default button border if desired */
    border-radius: 5px;
    /* Add rounded corners if desired */
    cursor: pointer;
    /* Change cursor on hover for better user experience */
}

/* If you want to change the button appearance on hover, you can add a hover style */
.custom-button:hover {
    background-color: #9b4c17;
    /* Change background color on hover */
}
.selector-for-some-widget {
    box-sizing: content-box;
}

/* Footer */
footer {
    border-top: 1px solid #007bff!important;
    background-color: rgb(163, 182, 199) !important;

}
.fakeimg {
    height: 50px;
    background: rgb(163, 182, 199) !important;
}
#rowTobeChanged {
    margin-right:0 !important;

}

/* Change background color and cursor style when hovering over the entire table */

.table-hover tbody tr:hover {
    background-color: #f5f5f5;
    cursor: pointer;
}


/* media queries

