.navbar-toggle {
    border: none;
    background: transparent !important;
}

.navbar-toggle:hover {
    background: transparent !important;
}

.navbar-toggle .icon-bar {
    width: 22px;
    transition: all 0.2s;
}

.navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggle .middle-bar {
    opacity: 0;
}

.navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
}

.custom-nav {
    background-color: transparent !important;
    display: inline-block;
    border: none;
    padding: none;
    padding: 26px 15px;
    overflow: hidden;
}

.custom-nav .custom-bar {
    display: block;
    height: 2px;
    border-radius: 1px;
    width: 22px;
    background: #fff;
    margin-top: 3px;
    transition: all 0.2s;
}

#custom-menu {
    transition: all 0.2s;
    display: inline-flex;
}

.over-background {
    position: absolute;
    width: 100%;
    height: 100%;
}

.footer-nav {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding-left: 0;
}

.footer-nav li {
    padding-right: 30px;
}

#custom-contact-form input {
    font-size: 50px;
}

#custom-contact-form input::placeholder {
    font-size: 50px;
}

@media (max-width: 991px) {
    #custom-menu {
        display: none;
    }
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition: opacity ease-out .7s;
    /* height: 500px; */
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}

.carousel-indicators {
    bottom: 70px;
}

.carousel-button {
    position: absolute;
    right: 0;
    bottom: 60px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-caption {
    bottom: 90px;
}

.carousel {
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

.carousel-inner,
.carousel-item {
    height: 100%;
}

.carousel-item img {
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
}

.swiper-portfolio-prev {
    left: 0px;
}

.swiper-portfolio-next {
    right: 0px;
}

nav.navbar.bootsnav li.dropdown .mega-menu-full>ul li a {
    color: #232323;
}

nav.navbar.bootsnav li.dropdown .mega-menu-full>ul li a:hover {
    color: #d6d5d5;
}

nav.navbar.bootsnav li.dropdown .menu-back-div>ul {
    width: auto !important;
}

nav.navbar.bootsnav li.dropdown .mega-menu-full {
    width: 70%;
}

.simple-dropdown .dropdown-menu>li a {
    color: #232323 !important;
}

.simple-dropdown .dropdown-menu li a:hover {
    color: #d6d5d5 !important;
}

.cu-menu-icon a:hover {
    color: #d6d5d5 !important;
}


@media (max-width: 991px) {
    nav.navbar.bootsnav .navbar-nav {
        background-color: #fff !important;
    }

    nav.navbar.navbar-default ul.nav>li>a,
    .navbar-nav>li.dropdown>.fas {
        color: #232323 !important;
    }

    nav.navbar.bootsnav li.dropdown .mega-menu-full>ul li a {
        padding-left: 20px;
    }

    nav.navbar.bootsnav li.dropdown.show .mega-menu-full {
        padding-bottom: 10px;
        border-top: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
    }
}