@font-face {
    font-family: 'RobotoCondensed';
    src: url('../fonts/RobotoCondensed.ttf');
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        visibility: hidden;
        transform: translate3d(0, -50px, 0);
    }

    100% {
        opacity: 1;
        visibility: visible;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        visibility: hidden;
        transform: translate3d(0, -50px, 0);
    }

    100% {
        opacity: 1;
        visibility: visible;
        transform: none;
    }
}

*,html {
    scroll-behavior: smooth !important;
}


body {
    font-family: 'RobotoCondensed' !important;
}

input[type="password"], input[type="email"], input[type="text"], input[type="file"], textarea{
    border-bottom: 1px solid #777;
}

.butn-light a{
    font-family: 'RobotoCondensed';
}

button:focus {
    box-shadow: none;
    border: none;
}

.header .caption h1 {
    font-size: 40px;
    letter-spacing: 4px;
}

.nav-scroll {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.left-panel {
    background: transparent;
}

ul {
    padding: 0;
}

.social-left {
    background: transparent;
}

.social-left li a {
    color: #fff;
}

.projects .item .con h5,
.projects .item .con h5 a {
    letter-spacing: 2px;
}

.bauen-blog3 .post-cont h5 {
    font-size: 20px;
    height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    letter-spacing: 2px;
}

.bauen-blog3 .post-cont p {
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 112px;
}

.bauen-blog3 .item {
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.bauen-blog3 .post-cont {
    padding: 10px 10px 20px 10px;
}

.p0 {
    padding: 0 !important;
}

.project-masonry-wrapper {
    padding: 5px;
}

.testimonials-box {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.testimonials-box .head-box h4 {
    letter-spacing: 2px;
}

.main-footer {
    background: #222;
    color: #fff;
}

.main-footer .abot .social-icon {
    text-align: left;
    margin-top: 20px;
}

.main-footer .abot .social-icon a:hover {
    /* color: #fff;
    border: 1px solid #fff; */
    text-decoration: none;
}

.main-footer .fotcont ul {
    padding: 0;
}

.main-footer .fotcont ul a {
    color: #777;
}

.main-footer .fotcont a:hover {
    color: #b19777;
    text-decoration: underline;
}

.main-footer .fotcont .fothead h6 {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

.main-footer iframe {
    width: 100%;
    height: 200px;
}

.main-footer .sub-footer p {
    margin: 0;
}

.main-footer .sub-footer {
    padding: 15px 0;
    border-top: 1px solid #777;
}

.section-title {
    letter-spacing: 5px;
    word-spacing: 2px;
}

.project-masonry-wrapper .project-masonry-item-content {
    left: 0;
    right: 0;
    bottom: unset;
    top: 50%;
    transform: translateY(-50%) scale(0);
    max-width: 100%;
    width: 100%;
    padding: 15px;
    text-align: center;
    transition: all .3s ease-in-out;
}

.project-masonry-wrapper .project-masonry-item-img-link:hover .project-masonry-item-content {
    transform: translateY(-50%) scale(1);
}

.project-masonry-wrapper .project-masonry-item-title {
    letter-spacing: 3px;
}

.project-masonry-wrapper .project-masonry-item-category {
    letter-spacing: 3px;
}

.navbar .close-menu {
    display: none;
    position: absolute;
    right: 5%;
    top: 30px;
    color: #fff;
}

.navbar .social-left {
    display: none;
    position: static;
}

.navbar .social-left::before {
    content: none;
}

.navbar .social-left li {
    display: inline-block;
}

.navbar .social-left li a {
    color: #666;
    border-color: #666;
}

.progress-wrap {
    bottom: 80px;
    z-index: 80;
    background: #fff;
}

.banner-header {
    height: 70vh;
    position: relative;
    z-index: 1;
}

.banner-header .breadcrumb {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    flex-direction: column;
}

.banner-header .breadcrumb h2 {
    text-align: center;
}

.banner-header ul {
    text-align: center;
}

.banner-header ul li {
    position: relative;
    display: inline-block;
    padding: 0 5px;
}

.banner-header ul li::after {
    content: '/';
    position: absolute;
    top: 0;
    right: -5px;
}

.banner-header ul li.active::after {
    content: none;
}

.banner-header ul li.active {
    font-weight: 600;
    color: #b19777;
}

.banner-header ul li a:hover {
    color: #b19777;
}

.main-footer .abot .social-icon a {
    border: 1px solid #777;
}

.navbar-toggler-icon {
    height: unset;
}

.projects4.left .caption {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 25px;
}

.projects4 .caption h4 {
    font-size: 26px;
    letter-spacing: 0;
}

.projects4 h6 {
    background: #b19777;
    padding: 10px 20px;
    color: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.projects4 h6 a,
.projects4 h6:hover a {
    color: #fff;
}

.projects4 ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bauen-blog .item .con h5 a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.category {
    color: #b19777;
    font-weight: 600;
}

.cate{
    display: block;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 5px;
    text-transform: uppercase;
    background: #b19777;
    padding: 5px 15px;
    color: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 15px;
}

.meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.meta ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.meta li {
    position: relative;
    display: inline-flex;
    padding-right: 15px;
    align-items: center;
}

.meta li::after {
    content: '.';
    position: absolute;
    bottom: 0;
    right: 5px;
    color: #b19777;
    font-weight: 600;

}

.meta li:last-child:after {
    content: none;
}

.meta svg {
    width: 18px;
    height: 18px;
}

.meta .share li::after {
    content: none;
}

.share a {
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #777;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.share a i,
.social-left a i,
.social-icon a i {
    position: relative;
    z-index: 2;
}

.share a::after,.social-left a::after,.social-icon a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: scale(0);
    border-radius: 50%;
    transition: all .3s ease-in-out;
}

/* Background */
.share a.facebook::after,
.social-left li a.facebook::after,
.social-icon a.facebook::after {
    background: #4267B2;
}

.share a.twitter::after,
.social-left li a.twitter::after,
.social-icon a.twitter::after {
    background: #1DA1F2;
}

.share a.instagram::after,
.social-left li a.instagram::after,
.social-icon a.instagram::after {
    background: #C13584;
}

.share a.pinterest::after,
.social-left li a.pinterest::after,
.social-icon a.pinterest::after {
    background: #E60023;
}

/* Border color */
.share a.facebook:hover,
.social-left li a.facebook:hover,
.main-footer .abot .social-icon a.facebook:hover {
    border-color: #4267B2;
}

.share a.twitter:hover,
.social-left li a.twitter:hover,
.main-footer .abot .social-icon a.twitter:hover {
    border-color: #1DA1F2;
}

.share a.instagram:hover,
.social-left li a.instagram:hover,
.main-footer .abot .social-icon a.instagram:hover {
    border-color: #C13584;
}

.share a.pinterest:hover,
.social-left li a.pinterest:hover,
.main-footer .abot .social-icon a.pinterest:hover {
    border-color: #E60023;
}

.share a:hover::after,
.social-left li a:hover::after,
.main-footer .abot .social-icon a:hover::after {
    transform: scale(1);
}

.share a:hover,
.social-left li a:hover,
.main-footer .abot .social-icon a:hover {
    color: #fff;
}

.social-left li a,
.social-icon a{
    position: relative;
    overflow: hidden;
}

.tab-scroll-menu {
    background-color: #fbfbfbfb;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 30px;
    position: -webkit-sticky;
    position: sticky;
    width: 100%;
    top: 83px;
    z-index: 90;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.tab-scroll-items {
    overflow-x: auto;
}

.tab-scroll-menu ul {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.tab-scroll-menu ul li {
    display: inline-block;
    padding: 10px;
}

.tab-scroll-menu ul li a.active,
.tab-scroll-menu ul li a:hover {
    color: #b19777;
}

.tab-scroll-menu ul li a {
    font-weight: 700;
}

.tab-scroll-menu ul li a.active {
    border-bottom: 3px solid#b19777;
}

.section-title2,
.section-title {
    font-weight: 600;
}

.detail-sec .section-title2 {
    margin-bottom: 15px;
}

.detail-sec {
    scroll-margin-top: 19vh;
}

.positions .position{
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    margin-bottom: 30px;
}

.position-title{
    flex-basis: 60%;
}

.position-location{
    flex-basis: unset;
}

.background-img{
    width: 100px;
    margin: 0 auto;
    transform: translate(-50%,-50%);
    display: none;
    animation-delay: .1s;
}

.contact a:hover{
    color: #b19777;
    text-decoration: underline;
}

@media only screen and (max-width: 1199.98px) {
    .header .caption h1 {
        font-size: 30px;
    }

    .about-img .about-img-2 {
        letter-spacing: 2px;
    }

    .testimonials-box {
        padding: 25px;
    }

    .testimonials-box .head-box h4 {
        font-size: 17px;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }

    .navbar {
        padding-right: 5%;
    }

    .logo-wrapper {
        padding: 20px;
    }

    .logo-wrapper .logo h2 {
        font-size: 40px;
    }

    .project-bar {
        padding: 14px;
        margin-top: -35px;
    }

    .projects4 .caption h4 {
        font-size: 21px;
    }
}

@media only screen and (max-width: 1050.98px) {
    .navbar .navbar-nav .nav-link {
        letter-spacing: 2px;
    }
}

@media only screen and (max-width: 991.98px) {
    .header .caption h1 {
        font-size: 26px;
        letter-spacing: 2px;
    }

    .about .about-img .img {
        padding: 0;
    }

    .section-padding {
        padding: 40px 0;
    }

    .abot {
        padding-bottom: 40px;
    }

    .play-button {
        margin-left: 0;
    }

    .vid-area {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    .testimonials-box {
        margin-bottom: 50px;
    }

    .section-title {
        font-size: 30px;
    }

    .section-title2 {
        font-size: 25px;
    }

    .navbar .navbar-collapse {
        display: block !important;
        position: fixed;
        top: 0;
        bottom: 0;
        left: -100%;
        width: 100%;
        max-height: 100%;
        text-align: center;
        padding-top: 70px;
        background: #b19777;
        transition: all .3s ease-in-out;
    }

    .navbar .navbar-nav .nav-item:nth-child(1) .nav-link{
        animation-delay: .2s;
    }

    .navbar .navbar-nav .nav-item:nth-child(2) .nav-link{
        animation-delay: .3s;
    }

    .navbar .navbar-nav .nav-item:nth-child(3) .nav-link{
        animation-delay: .4s;
    }

    .navbar .navbar-nav .nav-item:nth-child(4) .nav-link{
        animation-delay: .5s;
    }

    .navbar .navbar-nav .nav-item:nth-child(5) .nav-link{
        animation-delay: .6s;
    }

    .navbar .navbar-nav .nav-item:nth-child(6) .nav-link{
        animation-delay: .7s;
    }

    .navbar .social-left{
        animation-delay: .8s;
    }

    .background-img{
        display: block;
    }

    .navbar .navbar-collapse.open{
        left: 0;
    }

    .navbar .navbar-nav .nav-link {
        padding: 15px 0;
        color: #fff !important;
    }

    .navbar .navbar-nav .nav-link:hover {
        color: #272727 !important;
    }

    .navbar .close-menu {
        display: block;
    }

    .navbar .social-left {
        display: block;
    }

    .navbar .social-left li a{
        color: #fff;
        border-color: #fff;
    }

    .project-bar {
        margin-top: 0;
    }

    .section-padding2 {
        padding: 0 0 40px 0;
    }

    blockquote {
        padding: 25px;
    }
}

@media only screen and (max-width: 767.98px) {
    .banner-header {
        height: 50vh;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .projects4.left .caption {
        padding: 15px;
    }

    .bauen-project-filter {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }

    .bauen-blog .item .con {
        margin: 0;
        bottom: unset;
    }

    .meta {
        flex-direction: column;
        align-items: start;
    }

    .section-title2 {
        font-size: 22px;
        letter-spacing: 1px;
    }

    .tab-scroll-menu ul {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }
}

@media only screen and (max-width: 576.98px) {
    .projects-prev-next-left {
        margin-top: 0;
    }

    .projects4 ul {
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }

    .projects-prev-next-left{
        margin-bottom: 0;
    }
}