/*-----------------------
	Support Bar
-----------------------*/

.unique-top-header .support-bar-area {
    /* background-color: #fb121d; */
    background-color:#b8292f;
    background-attachment: fixed;
    background-size: cover;
    color: #fff;
    /*background-image: radial-gradient(#bfb0b0  15%, transparent 0);*/
    /*background-size: 3px 3px;*/
    /*background-position: 80px 196px, 172px 77px;*/
}

.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 .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;
    font-weight: bold;
}

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

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

    .navbar-brand img{
        width: 170px;
    }
}

@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;
    }

    .navbar-brand img{
        width: ;
    }
}
/*-----------------------
	End of Support Bar
-----------------------*/

.unique-top-header {
    background-color: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
   box-shadow: none;
    /*background-image: radial-gradient(#b7b1b1 15%, transparent 0);*/
    /*background-size: 3px 3px;*/
    /*background-position: 80px 196px, 172px 77px;*/
    border-bottom: 1px solid #d8d8d8;
}
.unique-top-header .container{
    padding: 0px;
    background-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
   /*background-image: radial-gradient(#b7b1b1 15%, transparent 0);*/
   /* background-size: 3px 3px;*/
   /* background-position: 80px 196px, 172px 77px;*/
}

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

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

.unique-top-header .sticky-brand {
    height: 40px !important;
}
.unique-top-header .navbar li {
    padding-left: 10px;
    padding-right: 10px;
}
.unique-top-header .navbar a {
    color: #0d73ae!important;
    font-size: 18px;
    font-family: "calibri", sans-serif;
    font-weight: bold;
    text-transform: capitalize;
}

.unique-top-header .navbar a.active {
    color: #0d73ae !important;
}

.unique-top-header .navbar a:hover {
    color: #2ebbea !important;
}

.unique-top-header .navbar .dropdown-menu {
    background-attachment: fixed;
    background-size: cover;
    z-index: 99999;
    height: auto;
    max-height: 300px;
    overflow-x: hidden;

}

.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: #de1d2e !important;
    text-decoration: none;
    background-color: transparent;
    
}

.unique-top-header .navbar .dropdown-item.active,
.unique-top-header .navbar .dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #de1d2e;
}

.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: #de1d2e;
    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: #fff;
    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: #fff;
    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: 3px 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: #0d73ae;
    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;
    color: #fff!important;
}

.unique-top-header .dropdown-menu-center {
    /* left: 50% !important;
    right: auto !important;
    -webkit-transform: translate(-50%, 0) !important;
    transform: translate(-50%, 0) !important; */
}

.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; */
}

@media(min-width:700px){

    .dropdown:hover > .dropdown-menu {
        display: block;
      }

      .dropdown-submenu:hover > .dropdown-menu {
        display: block;
      }

      .dropdown > .dropdown-toggle:active {
        /*Without this, clicking will make it sticky*/
        pointer-events: none;
      }

      .dropdown-submenu > .dropdown-toggle:active {
        /*Without this, clicking will make it sticky*/
        pointer-events: none;
      }

}