
.top-header {
    background-color: var(--primary-color);
    color: var(--white);
    padding: 7px 0;
}
.top-header p {
    color: var(--white);
    margin-bottom: 0;
}
.top-header ul li a{
    color: var(--white);
}
.top-header ul{
	margin-left: 30px;
}
.top-header ul li {
	margin-left: 15px;
}
.top-header i {
	color: var(--white);
	margin-right: 7px;
}
/*.top-header ul i {
	margin-right: 15px;
}*/
/*header {
	padding: 10px 0;
}*/
header {
    position: fixed;
    top: 0;
    z-index: 99;
    background: #fff;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
}
.dropdown {
    position: relative;
    display: inline-block;
  }

  .profile-menu {
    text-decoration: none;
    color: black;
    cursor: pointer;
  
  }
.dropdown > a {
    text-align: center !important;
}
  .profile-submenu {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 1;
    right: 0;
  }

  .profile-submenu li {
    padding: 7px 16px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #f4eded;
  }
.profile-submenu li:hover {
    background-color: var(--primary-color);
    color: var(--white);
}
  .dropdown:hover .profile-submenu {
    display: block;
  }
header .dropdown li {
    margin-left: 0;
}
.modal-backdrop.show {
    opacity: 0;
}
.offcanvas {
    max-width: 330px;
    background-color: var(--optional-color);
}
.offcanvas ul li a {
    font-size: 18px;
    color: #fff;
}
.offcanvas ul li {
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
}
header img {
    width: 180px;
}
header ul li {
    margin-left: 0;
}
header ul li a {
    color: var(--black)
}
.nav-link.active {
    color: var(--optional-color) !important;
    font-weight: 500;
}

footer {
    background-color: var(--primary-color);
    color: var(--white);
}
footer h6 {
    margin-bottom: 10px;
    color: var(--white);
}
footer p, footer ul li a {
    color: var(--white);
    font-size: 14px;
}
.footer-menu ul li {
   /* width: 47.5%;
    float: left;*/
    padding: 10px 0;
    /*margin-right: 10px;*/
    border-bottom: 1px solid var(--white);
}
footer .btn {
    background-color: #5b5b5b;
    border:1px solid #5b5b5b;
}
.bottom-footer {
    background-color: var(--secondary-color);
    padding: 20px 0;
    color: var(--white);
    text-align: center;
}
.bottom-footer p, .bottom-footer p span {
    color: var(--white);
    margin-bottom: 0;
}
.bottom-footer p span {
    font-size: 12px;
}
.footer-column.footer-menu {
    margin-bottom: 25px;
}
.bottom-footer i {
    color: var(--white);
}
.bottom-footer ul li {
    margin: 0 12px;
}
.navbar-nav li {
    /*border-bottom: 1px solid #f4eded;*/
    padding: 10px 0;
    position: relative;
}
ul.dropdownmenu {
    display: none;
    transition: 0.5s all ease;
}
.navbar-nav li:hover .dropdownmenu {
    position: absolute;
    right: 0;
    top: 50px;
    width: 180px;
    z-index: 99999;
    display: block;
    background-color: var(--white);
    padding: 15px;
}
.dropdownmenu li {
    margin-left: 0;
    border-bottom: 1px solid #f4eded;
}
@media (min-width: 768px) {
    header ul li {
        margin-left: 40px;
    }
}

@media (min-width: 992px) {}

@media (min-width:1200px) {
    .footer-menu ul li {
    width: 47.5%;
    float: left;
    padding: 10px 0;
    margin-right: 10px;
    border-bottom: 1px solid var(--white);
}
}

@media (min-width: 1440px) {}

@media (min-width: 1680px) {}

@media (min-width:1920px) {}

@media (max-width:1024px) {}

