body{
    background-color: #edf1f596;
    color: black;
    overflow-x: hidden;
}

/* Navbar background */
.navbar {
    background-color: #1f1f1f;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
}
.dropup, .dropdown {
    position: relative;
    left: -212px;
}

/* Site title */
.site-name a {
    color: #fff !important;
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
}

.site-name a:hover {
    color: #ddd !important;
}

/* Menu links */
.navbar-nav > li > a {
    color: #fff !important;
    padding: 15px 18px;
    font-size: 15px;
    transition: 0.3s;
}

/* Hover effect */
.navbar-nav > li > a:hover {
    background-color: #000;
    color: #fff !important;
}

/* Active / open menu */
.navbar-nav > .open > a,
.navbar-nav > .open > a:focus,
.navbar-nav > .open > a:hover {
    background-color: #000;
    color: #fff !important;
}

/* Dropdown menu */
.dropdown-menu {
    background-color: #eaeaea;
    border: none;
    border-radius: 0;
    padding: 0;
}

/* Dropdown items */
.dropdown-menu > li > a {
    padding: 10px 20px;
    color: #000;
    font-size: 14px;
}

/* Dropdown hover */
.dropdown-menu > li > a:hover {
    background-color: #2f73c9; /* blue highlight */
    color: #fff;
}

/* Caret icon */
.caret {
    margin-left: 5px;
}

/* Search box */
.navbar-form .form-control {
    border-radius: 0;
    border: none;
}

.navbar-form .btn {
    border-radius: 0;
    background-color: #ddd;
    border: none;
}

/* Toggle button (mobile) */
.navbar-toggle {
    border-color: #fff;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}

/* //========footer */

.img-responsive{
display:none;
}

footer[role="contentinfo"] {
    /* background: #ebebeb; */
    padding: 2em;
    margin-top: 4em;
    background-color: #1a1a1a;
}
/* content */

div#main-content {
    margin-top: 30px;
}


/* footer css */

/* Main footer */
.custom-footer {
    background-color: #1a1a1a;
    color: #ffffff;
    margin-top: -100px;
    /* padding: 50px 20px 20px; */
    font-family: Arial, sans-serif;
}

.footer-wrapper {
    max-width: 1200px;
    /* margin: 0 auto; */
}

/* Columns */
.footer-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 35px;
    margin-bottom: -16pxpx;
}

.footer-col {
    flex: 1 1 200px;
}

/* Headings */
.footer-col h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #2780e3;
    font-weight: 600;
    border-bottom: 2px solid #2780e3;
    padding-bottom: 8px;
    display: inline-block;
}

/* Text */
.footer-col p {
    line-height: 1.8;
    color: #cccccc;
    font-size: 15px;
}

/* Links */
.footer-col a {
    color: #cccccc;
    text-decoration: none;
}

.footer-col a:hover {
    color: #2780e3;
}

/* Strong */
.footer-col strong {
    color: #ffffff;
}

/* Email button */
.footer-email a {
    display: inline-block;
    background: #2780e3;
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
}

/* Social icon */
.footer-social img {
    width: 40px;
    height: 40px;
    margin-top: 10px;
}

/* License section */
.footer-license {
    border-top: 1px solid #333333;
    padding-top: 25px;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.footer-license h4 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #2780e3;
}

.footer-license p {
    color: #edf1f4;
    font-size: 14px;
}

.footer-license a {
    color: #2780e3;
}

footer[role="contentinfo"] {
    /* background: #ebebeb; */
    /* padding: 2em; */
    /* margin-top: 4em; */
    background-color: #1a1a1a;
}

.row {
    margin-right: -200px;
    margin-left: -15px;
}

.custom-footer {
    background-color: #1a1a1a;
    color: #edf1f4;
    margin-top: -100px;
    /* padding: 50px 20px 20px; */
    /* font-family: Arial, sans-serif; */
}
/* Responsive */
@media (max-width: 768px) {
    .footer-columns {
        flex-direction: column;
    }

    .footer-license {
        flex-direction: column;
        align-items: flex-start;
    }
}


@media (min-width: 768px) {
    .navbar-nav>li {
        float: left;
        left: 23px;
    }
}

.cmp_breadcrumbs{
    margin-top: 10px;
}
.footer-email a {
    display: inline-block;
    background-color: #1a1a1a;
    color: #edf1f4;
    /* padding: 8px 16px; */
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
}
.footer-col h3{
    font-size: 20px;
    margin-bottom: 15px;
    color: #4e5d6c;
    font-weight: 600;
    border-bottom: 2px solid #4e5d6c;
    padding-bottom: 8px;
    display: inline-block;
}

/* home page */

