@font-face {
    font-family: oswald;
    src: url(font/oswald/Oswald-Regular.ttf);
}

h1{
    letter-spacing: 4px;
    font-size: 2.8rem;
}
nav, button {
    font-family: oswald;
    letter-spacing: 1px;
}
h1, h2, h3, h4, h5, h6 {
    /*font-family: oswald;*/
    font-family: sans-serif;
    letter-spacing: 1px;
}
h1, h2, h3{
    font-weight: 700;
}
p{
    font-family: 'Didact Gothic',sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
}

nav{
    font-size: 18px;
}
.nav-link{
    color: #FFFFFF !important;
    opacity: 1;
}
.nav-link.active{
    color: #d4af37 !important;
    opacity: 1;
}

.content-70{
    height: 70vh;
}
.content-80{
    height: 90vh;
}
.footer{
    height: 10vh;
    bottom: 0px;
    position: absolute;
}
.text-light{
    color: #FFFFFF !important;
}
.highlight{
    color: #d4af37  !important;
}
.home{
    position: relative;
}
.home nav{
    position: absolute;
    z-index: 99;
    right: 0px;
    width: 100%;
}
.home-bg-slide-1{
    background: url("img/home/slide-1.jpg");
    width: 100%;
    height: 100vh;
    background-position: center;
    background-size: cover;
}
.home-bg-slide-2{
    background: url("img/home/slide-2.jpg");
    width: 100%;
    height: 100vh;
    background-position: center;
    background-size: cover;
}
.home-bg-slide-3{
    background: url("img/home/slide-3.jpg");
    width: 100%;
    height: 100vh;
    background-position: center;
    background-size: cover;
}
.home-bg-slide-4{
    background: url("img/home/slide-4.jpg");
    width: 100%;
    height: 100vh;
    background-position: center;
    background-size: cover;
}
.home-bg-slide-5{
    background: url("img/home/slide-5.jpg");
    width: 100%;
    height: 100vh;
    background-position: center;
    background-size: cover;
}
.home .content{
    text-align: left;
    bottom: unset;
    top: 30%;
    width: 35%;
}
.home h1{
    font-size: 2.8rem;
    font-weight: 700;
}
.home p{
    font-size: 18px;
    font-weight: 400;
}

.about {
    /*background: url("img/about-bg.jpg");
    width: 100%;
    height: 100vh;*/
    background-color: #999999;
    background-position: center;
    background-size: cover;
}
div.about1::before{
    content: " ";
    background-color: #000000;
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.4;
}
div.about .navbar,
div.about .content {
    position: relative;
    z-index: 2;
}
.about .people-img {
    max-height: 600px;
    height: 100%;
    margin-top: 30px;
}
.about .people-img1 {
    max-height: 500px;
    height: 100%;
}

.service {
    background: url("img/team.jpg");
    /*width: 100%;*/
    height: 100vh;
    background-position: center;
    background-size: cover;
}
div.service::before{
    content: " ";
    background-color: #000000;
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.5;
}
div.service .navbar,
div.service .content {
    position: relative;
    z-index: 2;
}
.service .service-text{
    padding-right: 3rem;
}
.contact {
    background: url("img/contact-bg.jpg");
    /*width: 100%;*/
    height: 100vh;
    background-position: center;
    background-size: cover;
}
div.contact::before {
    content: " ";
    background-color: #000000;
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.4;
}

.carousel-control-prev,
.carousel-control-next{
    width: 40px;
    height: 40px;
    background-color: #000000;
    border-radius: 50%;
    padding: 7px;
}
.carousel-control{
    position: absolute;
    bottom: 100px;
    width: 120px;
    right: 15%;
}

div.carousel-item::before{
    content: " ";
    background-color: #000000;
    z-index: 1;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    opacity: 0.3;
}
.home .carousel-caption,
.home .carousel-control{
    z-index: 10;
}
button.no-radius,
a.no-radius{
    border-radius: 0 !important;
    width: 150px;
}

.portfolio{
    position: relative;
    height: 100vh;
}
.portfolio .main-img{
    height: 100%;

    top: 0;
    overflow: hidden;
    background-position: center;
}
.portfolio nav{
    position: absolute;
    z-index: 99;
    right: 0px;
    width: 100%;
}
.portfolio .project-title{
    z-index: 99;
    position: absolute;
    bottom: 10%;
    left: 15%;
    color: #fff;
}

.portfolio-detail-head{
    position: relative;
    height: 100vh;
}
.portfolio-detail-head .main-img{
    height: 100%;

    top: 0;
    overflow: hidden;
    background-position: center;
}
.portfolio-detail-head nav{
    position: absolute;
    z-index: 99;
    right: 0px;
    width: 100%;
}
.portfolio-detail-head .project-title{
    z-index: 99;
    position: absolute;
    bottom: 10%;
    left: 0;
    color: #fff;
}

.portfolio-detail .detail{
    line-height: 50px;
    color: #FFFFFF;
}

.portfolio-detail .border-bottom{
    border-bottom: 1px solid #ffffff;
}


.pace {
    width: 400px !important;
    height: 2px !important;
    border: none !important;
}
.pace .pace-progress{
    max-width: 400px !important;
    background: #d4af37  !important;
}

#preloader {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    z-index: 9999999;
}

.contact-box {
    position: absolute;
    z-index: 20;
    bottom: 30px;
    width: 300px;
    left: 15%;
    width: 35%;
}
.contact-box-img {
    width: 25%;
}

.contact-btn{
    background-color: #d4af37;
    border: 1px solid #ffffff;
    border-radius: 0;
    padding: 10px 30px;
}
.portfolio-detail-head div.carousel-item::before{
    background-color: unset;
}

#box_pin_main{
    padding-top: 0px !important;
}

@media (max-width: 1400px) {
    .home .content {
        top: 20%;
        width: 50%;
    }
    .contact-box {
        position: absolute;
        z-index: 20;
        bottom: 50px;
        left: 15%;
        height: 120px;
        display: inline-block;
        width: 50%;
    }
    .contact-box-img {
        width: 30%;
    }
    .about .people-img {
        max-height: 480px; 
        height: 100%;
    }
}
@media (max-width: 1024px) {
    .home .content {
        top: 30%;
        width: 50%;
    }
    .contact-box {
        position: absolute;
        z-index: 20;
        bottom: 175px;
        left: 15%;
        height: 140px;
        display: inline-block;
        width: 50%;
    }
    .contact-box-img {
        width: 45%;
    }

    .home-bg-slide-1{
        background: url("img/home/slide-s1.jpg");
        width: 100%;
        height: 100vh;
        background-position: center;
        background-size: cover;
    }
    .home-bg-slide-2{
        background: url("img/home/slide-s2.jpg");
        width: 100%;
        height: 100vh;
        background-position: center;
        background-size: cover;
    }
    .home-bg-slide-3{
        background: url("img/home/slide-s3.jpg");
        width: 100%;
        height: 100vh;
        background-position: center;
        background-size: cover;
    }
    .home-bg-slide-4{
        background: url("img/home/slide-s4.jpg");
        width: 100%;
        height: 100vh;
        background-position: center;
        background-size: cover;
    }
    .home-bg-slide-5{
        background: url("img/home/slide-s5.jpg");
        width: 100%;
        height: 100vh;
        background-position: center;
        background-size: cover;
    }
}

@media (max-width: 415px) {
    .navbar .container{
        padding-left: 0px;
        padding-right: 0px;
    }
    .navbar .navbar-brand,
    .navbar .navbar-collapse{
        padding-left: 5%;
    }
    .navbar .navbar-toggler{
        margin-right: 5%;
    }
    .navbar .navbar-collapse{
        padding-left: 5%;
        background-color: #000;
        opacity: 0.8;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-top: 10px;
    }

    .home h1 {
        font-size: 2.5rem;
    }
    .home .content{
        top: 20%;
        width: 90%;
        left: 5%;
        right: 5%;
    }
    .contact-box {
        bottom: 10%;
        width: 65%;
        left: 5%;
        right: 10%;
        height: 100px;
    }
    .contact-box-img {
        width: 70%;
    }

    .about, .service, .contact {
        /*background: url("img/bg.jpg");*/
        background-position: bottom;
        background-size: cover;
        height: auto;
        position: relative;
    }
    .about .map{
        margin-top: 10px;
    }
    .content-80 {
        height: unset;
        margin-top: 50px;
    }
    .service .service-text{
        padding-right: 0px;
        text-align: center;
        margin-bottom: 20px;
    }
    .grid li {
        width: 100%;
    }
    .carousel-control {
        display: none;
        position: absolute;
        bottom: 80px;
        width: 120px;
        right: 5%;
    }
    .portfolio-detail-head{
        position: relative;
        height: 50vh;
    }
    .portfolio-detail-head .main-img{
        background-size: cover;
        background-repeat: no-repeat;
    }
    .portfolio-detail-head .project-title{
        left: unset;
    }
    .portfolio-detail-head .carousel, .portfolio-detail-head .carousel-inner{
        height: 100%;
    }
    .portfolio-detail-head .home-bg-slide-1,
    .portfolio-detail-head .home-bg-slide-2,
    .portfolio-detail-head .home-bg-slide-3,
    .portfolio-detail-head .home-bg-slide-4,
    .portfolio-detail-head .home-bg-slide-5{
        height: 100%;
    }
}

/*
position: unset;
    z-index: 20;
    bottom: unset;
    left: unset;
    height: 120px;
    display: inline-block;

    display: block;
    width: 100%;*/



    .home .content{
        width: 100%;
    }
    .carousel-caption{
        left: 0;
        right: 0;
    }
    .contact-box{
        width: 100%;
        left: 0;
    }

.portfolio-detail-head .home-bg-slide{
    height: auto;
}
.portfolio-detail-head .contact-box{
    z-index: 0;
}
.portfolio-detail-head{
    height: auto;
}


div.contact .navbar, div.contact .content {
    position: relative;
    z-index: 2;
}