/*-----------------------
	Support Bar
-----------------------*/
.unique-top-header{
    background-color: #48B04D;
}

.unique-top-header .support-bar-area {
    background-attachment: fixed;
    background-size: cover;
    color: #fff;
    background-color: #fff;
    padding: 5px 0;
}

.unique-top-header .support-bar-area .container {
    padding: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: inherit;
}


.unique-top-header .support-bar-area .fa-stack {
    height: auto;
}

.unique-top-header .nav-link {
padding-top: 2px !important;
padding-bottom: 2px !important;
}

.unique-top-header .support-bar-area a,
.unique-top-header .support-bar-area a:hover,
.unique-top-header .support-bar-area a:focus,
.unique-top-header .support-bar-area a:active {
    color: #fff;
}

.unique-top-header .support-bar-area .col-support {
    margin: 0 auto;
}

.unique-top-header .navbar-brand{
    padding-top:0 !important;
    padding-bottom:0 !important;
}

@media (max-width: 600px) {
    .unique-top-header .support-bar-area .col-support span {
        margin: 0 auto;
        text-align: center;
    }
}

@media (min-width: 768px) {
    .unique-top-header .support-bar-area .email-col {
        margin-left: 0;
        margin-right: auto;
    }
    .unique-top-header .support-bar-area .fb-col {
        margin-left: auto;
        margin-right: 0;
    }
}

.white-svg{
    height: 18px;
    margin-right: 5px;
}
/*-----------------------
	End of Support Bar
-----------------------*/

.unique-top-header .container{
    padding: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

@media (min-width: 992px){
.navbar {
    padding: .5rem 0px;
}
}
.unique-top-header .navbar {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff !important;
    font-family: "Open Sans", sans-serif;
}

.unique-top-header .navbar .navbar-brand img {
    object-fit: contain;
}

.unique-top-header .sticky-brand {
    height: 40px !important;
}
.unique-top-header .navbar li {
    padding-left: 5px;
    padding-right: 5px;
}
.unique-top-header .navbar a {
    color: #fff !important;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    text-transform: capitalize;
}

.unique-top-header .navbar a.active {
    color: #16ff7e !important;
}
.unique-top-header .navbar a:hover {
    color: #16ff7e !important;
}
.unique-top-header .navbar .dropdown-menu {
    background-attachment: fixed;
    background-size: cover;
    z-index: 99999;
}

.unique-top-header .navbar .dropdown-submenu .dropdown-menu{
    top: 0px !important;
}

.unique-top-header .navbar .dropdown-item:hover,
.unique-top-header .navbar .dropdown-item:hover {
    color: #F5204B !important;
    text-decoration: none;
    background-color: transparent;
}
.unique-top-header .navbar .dropdown-item.active,
.unique-top-header .navbar .dropdown-item:active {
    color: #000 !important;
    text-decoration: none;
    background-color: #F5204B;
}
.unique-top-header .nav-link {
    cursor: pointer;
}

.unique-top-header .effect-one > a,
.effect-one > a.active {
    position: relative;
}
.unique-top-header .effect-one > a:before,
.unique-top-header .effect-one > a.active:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    margin: -5px -8px;
    background-color: #fe0203;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: all 0.4s ease-in-out 0s;
}
.unique-top-header .effect-one > a:hover:before,
.unique-top-header .effect-one > a.active:before {
    visibility: visible;
    /* -webkit-transform: scaleX(1);
    transform: scaleX(1); */
}

.unique-top-header .dropdown-menu {
    /* margin-top: 10px; */
    background-color: #48B04D;
    border: 1px solid rgba(3, 27, 78, 0.1);
    border-radius: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    top: calc(100% + 8px) !important;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    border-top-color: transparent;
    cursor: pointer;
}

/* .unique-top-header .dropdown-menu:before {
    content: "";
    background-color: #082400;
    border-bottom-left-radius: 1px;
    border: 1px solid rgba(3, 27, 78, 0.1);
    height: 15px;
    position: absolute;
    left: calc(50% - 10px);
    top: -5px;
    width: 20px;
    -webkit-transform: rotate(135deg) translateZ(-1px);
    transform: rotate(135deg) translateZ(-1px);
} */

@media(min-width:1000px){
    .unique-top-header .dropdown-submenu .dropdown-menu:before {
        content: none;
    }
}

.unique-top-header .dropdown-menu .dropdown-item {
    transition: all 0.15s linear;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    padding: 6px 30px;
}
.unique-top-header .dropdown-menu .dropdown-item .dropdown-item-icon {
    flex-basis: 21px;
}
.unique-top-header .dropdown-menu .dropdown-item .dropdown-item-icon i {
    color: #fff;
}
.unique-top-header .dropdown-menu .dropdown-item .dropdown-item-content {
    flex: 1 1 auto;
    padding-left: 16px;
}
.unique-top-header
    .dropdown-menu
    .dropdown-item
    .dropdown-item-content
    .dropdown-item-title {
    color: #fff;
    margin: 0;
}
.unique-top-header
    .dropdown-menu
    .dropdown-item
    .dropdown-item-content
    .dropdown-item-description {
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}
.unique-top-header .dropdown-menu .dropdown-item:hover,.unique-top-header .dropdown-menu .dropdown-item:focus {
    background-color: #245821;
    border: 1px solid rgba(3, 27, 78, 0.1);
    box-shadow: 0 2px 4px rgba(3, 27, 78, 0.06);
    position: relative;
    /* -webkit-transform: scale(1.05); */
    /* transform: scale(1.05); */
    z-index: 11;
    border-radius: 5px;
}



.unique-top-header .dropdown-menu-sm {
    /* width: 200px; */
}
.unique-top-header .dropdown-menu-sm .dropdown-item .dropdown-item-content {
    padding-left: 0px;
}

.unique-top-header .dropdown-menu-md {
    /* width: 280px; */
}

.unique-top-header .dropdown-menu-lg {
    /* width: 420px; */
}