.header-wrapper {
    position: relative;
    z-index: 1030;
    box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.1);
}
.scheme .top-area {
    background-color: #ffffff;
    color: #888888;
}

.top-area {
    padding: 0 0;
    border-bottom:1px solid #bdffd7;
}

.top-area [class*='col-'] {
    vertical-align: middle;
}

.top-area .textwidget i {
    font-size: 16px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
}

.logo-text {
    color:#b05889;
    font-weight: 600;
}

.social .menu li {
    display: inline-block;
    margin-right: 10px;
    width: auto !important;
    font-weight: 600;
    color: #b05889;
}

@media only screen and (min-width: 992px) {
    .top-area .social {
        float: right;
    }
}


@media only screen and (min-width: 1200px) {
    .social {
        text-align: right;
    }
}


@media only screen and (min-width: 992px) {
    .social .menu {
        text-align: right;
    }
}



.btn-header {
    padding:10px 18px;
    color: #112233 !important;
    border: 1px solid #b05889;
}
.btn-header:hover {
    padding:10px 18px;
    background-color: #b05889;
    color:#ffffff !important;
}

.btn-contact {
    padding:10px 18px;
    background-color: #b05889;
    color:#ffffff !important;
}
.btn-contact:hover {
    background-color: #ffffff;
    color: #112233 !important;
    border: 1px solid #112233;
}


/*** /
header
 */
.scheme .header {
    background-color: #ffffff;
    color: #999999;
}

.header {
    width: 100%;

    transition: height .3s ease-out, background .3s ease-out, box-shadow .3s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.fixed-top {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);

}

#header {
    -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}


.carousel-item {
    height: 60vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/** Menu **/
.navbar {
    padding: 0rem 0rem;
}

.navbar-nav {
    margin: 5px 0;
}
.navbar-nav>.nav-item {
    padding: 0rem 1rem;
    /*border-right: 1px solid #b05889;*/
    /*height: 20px;*/
}
.navbar-nav>.nav-item>.nav-link {
    font-weight: 600;
    color:#112233;

}
.navbar-nav>.nav-item>.nav-link:hover {
    color:#b05889;
}