/* header starts */
.navbar {
    z-index: 99999;
    padding: 10px 0px;
}

.navbar li {
    padding-right: 20px;
    font-weight: bold;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background: #00000085;
}

.navbar::after {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    transition: 0.6s ease-in-out;
}

.navbar .nav-link,
.navbar-brand {
    color: #ffffff !important;
    font-size: 15px;
    font-family: 'Space Grotesk';
}

.navbar .nav-link:hover,
.navbar-brand:hover {
    color: #fff;
}

#navbarNav ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-menu {
    background: linear-gradient(to right, #207598 , #3FB8DE);
    border-radius: 50px;
    padding: 10px 30px !important;
    font-weight: bold;
}
.add-header-active {
    width: 100%;
    background-color: #111111;

}
.bread_button {
    position: relative;
    z-index: 1;
}
.hamburger .line {
    width: 30px;
    height: 4px;
    background-color: rgb(242 92 61);
    display: block;
    margin: 6px 4px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.hamburger .close_action {
    display: none;
}
.hamburger.is-active .close_action {
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    display: block;
}
.menu-circle-bg {
    width: 100%;
    height: 100%;
    position: relative;
    transform: scale(0);
}
.menu-circle-bg:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
}
.hamburger.is-active .line, .horstyle, .vertstyle {
    background-color: #fff;
}
#hamburger-1.is-active .line:first-child {
    -webkit-transform: translateY(13px) rotate(
45deg
);
    -ms-transform: translateY(13px) rotate(45deg);
    -o-transform: translateY(13px) rotate(45deg);
    transform: translateY(13px) rotate(
45deg
);
}
#hamburger-1.is-active .line:nth-child(2) {
    opacity: 0;
}

#hamburger-1.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-13px) rotate(
-45deg
);
    -ms-transform: translateY(-13px) rotate(-45deg);
    -o-transform: translateY(-13px) rotate(-45deg);
    transform: translateY(-9px) rotate(
-45deg
);
}
.overlay_mainmenu.visible {
    opacity: 1;
    z-index: 1;
    transform: translateX(0);
    width: 100%;
    height: auto;
}

.overlay_mainmenu {
    position: absolute;
    width: 100%;
    z-index: -10;
    transform: translateX(-2065px);
    transition: .5s cubic-bezier(0, 0, 0, 1.18);
    opacity: 0;
    animation-duration: 0s;
}
.menu {
    color: #fff;
    margin-right: .5em;
    width: 100%;
    display: flex;
}
.overlay_mainmenu .titlemenu_box .menu--title.active {
    background: linear-gradient(
90deg
,rgb(255 203 58) 0,rgb(255 198 69) 13.7%,rgb(243 94 51) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    font-weight: 700;
}

.menu--items {
    cursor: pointer;
    margin: 0;
    padding: 0;
    list-style: none;
    top: 0;
    left: 330px;
    min-width: 100%;
    display: none;
}
.style-change .menu--items.expanded {
    display: block;
    position: fixed;
}
.overlay_mainmenu .titlemenu_box .contact--title, .overlay_mainmenu .titlemenu_box .menu--title {
    list-style: none;
    color: #fff;
    font-weight: 700;
    font-size: 25px;
    min-width: 300px;
    text-align: left;
    padding: 8px 15px;
    font-family: var(--lexend);
    margin: 0 0 5px;
    position: relative;
    display: block;
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: 250px;
    cursor: pointer;
}   
@media (min-width: 767px){
.dropdown:hover>.dropdown-menu {
    display: block;
    margin-top: -3px;
}

}
.navbar-nav .dropdown-menu{
    background: #fff;
    border-radius: 15px!important;
    box-shadow: 0 1px 17px 1px #0b090940;
    left: auto;
    border: none;
}
.navbar-nav .dropdown-menu .dropdown-item{
    font-family: 'Space Grotesk';
}
@media (max-width: 767px){
#navbarNav ul{
    margin-left: 30px !important;
    align-items: flex-start;
    justify-content: left;
    padding: 50px 0px;
}
.navbar-nav .dropdown-menu .dropdown-item{
    white-space: normal;
}
}
/* header ends */