html{
    font-family: Poppins;
}

nav a{
    text-transform: lowercase;
}

nav a::first-letter {
    text-transform: uppercase;
}

.dropdown-menu {
    background: #343a4086;
    border: none;
    transition: all 1s ease;
}

.dropdown-menu a {
    color: #fff;
}

.navbar-dark .navbar-toggler {
    border: none;
    color: #fff;
}

.bg-default {
    background: #343a4086;
    transition: all 1s ease;
}

.dropdown-menu-custom {
    background: #343a40;
    border: none;
    
}

.dropdown-menu {
    margin-top: 10%;
    border-radius: 0;
}

@media screen and (max-width: 767px) {
    .bg-custom {
        background: #343a40!important;
        transition: all 1s ease;
    }

    .dropdown-menu {
        background: #343a40;
        border: none;
        margin: 0;
    }
}

.dropdown-menu .dropdown-toggle::after {
    vertical-align: middle;
    border-left: 4px solid;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
}
.dropdown-menu .dropdown .dropdown-menu {
    left: -183px;
    top: -25%;
    margin-left:20px;
    border-width: 0;
}

.dropdown-menu .dropdown .dropdown-menu #submenu_1 {
    left: -200px;
}

.dropdown-menu .dropdown .dropdown-menu #submenu_2 {
    left: -206px;
    top: -40px;
}

.dropdown-menu > li.show > a{
	color: white;
}

@media (min-width: 768px) {
    .dropdown-menu .dropdown .dropdown-menu {
        margin:0;
        border-width: 1px;
    }
}

.footer--wrap {
    display: flex;
    flex-wrap: wrap;
    background-color: #03091E;
    padding-top: 40px;
    z-index: 100;
}
  
.container-box {
    padding: 20px 0px;
    flex-basis: 250px;
    flex-grow: 1;
    padding-left: 30px;
    color: #fff;
}

.logo-footer {
    align-items: center;
    justify-content: center;
}

.logo-container img {
    width: 50%;
}

.services-container {
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 20px;
}

.services--list {
    font-weight: 200;
    list-style: none;
    padding-top: 2rem;
}

.service--item {
    font-size: 16px;
}

.social-media-container a {
    padding-right: 20px;
    font-size: 30px;
    color: white;
}

#facebook:hover {
    color: #1771E6;
    transition: all 1s ease;
}

#youtube:hover {
    color: #E10002;
    transition: all 1s ease;
}

#locate {
    font-size: 16px;
    font-weight: 200;
    color: #fff;
}

.social-media-container h5 {
    color: white;
}

.contact-container {
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-size: 1rem;
}

.contact-container .name {
    font-weight: 400;
}

.contact-container p {
    margin-bottom: 0;
}
.contact-container a {
    color: #fff;
    margin-bottom: 0;
    text-decoration: none;
}

.contact {
    font-weight: 200;
    padding-top: 20px;
}

@media screen and (max-width: 800px) {
    .logo-container img {
        width: 30%;
    }
}

.copy {
    background: #343a40;
    text-align: center;
}

.copy p {
    margin: 0;
    color: #fff;
}

.map--container {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.map--container iframe{
    left: 0;
    top: 0;
    height: 100%;
    width: 95%;
    position: absolute;
}

.btn {
	transition: all 1s ease;
}