@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');
body{
    font-family: 'Open Sans', sans-serif !important;
    color: #000000;
}
::selection{
    background: #FFA800;
}
.nav-buttons a{
    color:#333333 !important;
}
/*
    Header
 */
.topbar{
    background: #181818;
    /* border-bottom: 4px solid #FFA800; */
    height: 34px;
    line-height: 30px;
    overflow: hidden;
}
.topbar .top-slogan{
    font-size: 14px;
    line-height: 32px;
    font-style: italic;
    color: #ffffff;
    font-weight: 300;
}
.topbar .socialmedia ul{
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
}
.topbar .socialmedia ul li{
    float: left;
}
.topbar .socialmedia ul li a,
.topbar .socialmedia ul li a:visited,
.topbar .socialmedia ul li a:hover,
.topbar .socialmedia ul li a:focus{
    color: #ffffff;
    width: 30px;
    height: 30px;
    display: block;
}
header .navbar{
    height: 100px;
    background: #ffffff;
}
header .navbar .logo{
    padding-top: 25px;
}
header .navbar .mobilebutton{
}
header .navbar .mobilebutton button{
    background: none;
    border: none;
    height: 100px;
}
header .navbar .uk-navbar-item,
header .navbar .uk-navbar-nav>li>a,
header .navbar .uk-navbar-toggle{
    min-height: 100px !important;
    color: #000000;
}
header .navbar .uk-navbar-nav>li>a{
    text-transform: none !important;
    font-size: 16px;
    font-weight: 300;
}
header .navbar .uk-navbar-nav>li>a:hover{
    color: #FFA800;
}
/*
    Carousel
 */
.carousel .carousel-text{
    max-width: 800px;
    color: #ffffff;
}
.carousel .carousel-text h2{
    font-size: 36px;
    font-weight: 600;
}
.carousel .carousel-text p{
    font-weight: 300;
    font-size: 18px;
}
.carousel .carousel-text .uk-button{
    background: #FFA800;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 300;
}
.carousel .carousel-text .uk-button:hover,
.carousel .carousel-text .uk-button:focus{
    background: #d3610a;
}
/*
    About
 */
.about{
    background: url("../img/about-bg.jpg") no-repeat left top;
    background-size: contain;
    min-height: 280px;
    padding-top: 120px;
    padding-bottom: 30px;
}
.about .text h1{
    font-size: 32px;
    font-weight: 600;
}
.about .text{
    font-weight: 300;
    font-size: 16px;
    line-height: 32px;
}
/*
    Services
 */
.service{
    background: #F5F6FA;
    padding: 30px 0px;
}
.service h2{
    font-size: 14px;
    font-weight: 600;
    color: #FFA800;
    margin: 0 !important;
    text-align: center;
}
.service h3{
    font-size: 32px;
    font-weight: 600;
    color: #000000;
    margin: 0 !important;
    text-align: center;
}
.service .subtext{
    font-weight: 300;
    font-size: 16px;
    max-width: 500px;
    line-height: 32px;
}
.service .item .text-container{
    color: #000000;
    background-position: top left;
    background-repeat: no-repeat;
    padding-left: 40px;
}
.service .item .title{
    font-size: 24px;
    font-weight: 600 !important;
}
.service .item .text{
    font-weight: 300;
    font-size: 16px;
    line-height: 32px;
}
/*
    Works
 */
.works{
    padding: 30px 0px;
}
.works h2{
    font-size: 14px;
    font-weight: 600;
    color: #FFA800;
    margin: 0 !important;
    text-align: center;
}
.works h3{
    font-size: 32px;
    font-weight: 600;
    color: #000000;
    margin: 0 !important;
    text-align: center;
}
.works .subtext{
    font-weight: 300;
    font-size: 16px;
    max-width: 500px;
    line-height: 32px;
    margin-bottom: 30px;
}
.works .uk-subnav .uk-active a{
    background: #FFA800;
}
.works .uk-subnav>*>:first-child{
    text-transform: none !important;
}
/*
    Comments
 */
.comments{
    background: #F5F6FA;
    padding: 30px 0px;
    min-height: 200px;
    color: #000000 !important;
}
.comments h2{
    font-size: 14px;
    font-weight: 600;
    color: #FFA800;
    margin: 0 !important;
    text-align: center;
}
.comments h3{
    font-size: 32px;
    font-weight: 600;
    color: #000000;
    margin: 0 !important;
    text-align: center;
    padding: 0 !important;
}
.comments blockquote{
    width: 80%;
    margin: 0px auto;
    text-align: center;
}
.comments blockquote cite{
    color: #FFA800 !important;
}
/*
    Parallax
 */
.parallax h1, .parallax p{
    color: #333333;
}
.parallax h1{
    font-size: 32px;
    font-weight: 600;
}
/*
    Quote Form
 */
.quote{
    background: #F5F6FA;
    padding: 60px 0px;
}
.quote h1{
    text-align: center;
    font-weight: 300;
    font-size: 36px;
}
.quote form .uk-input,
.quote form .uk-textarea,
.quote form .uk-input::placeholder,
.quote form .uk-textarea::placeholder{
    font-weight: 300 !important;
}
.quote form .uk-button{
    background: transparent;
    border:1px solid #FFA800;
    color: #000000;
    font-size: 18px;
    font-weight: 300;
}
.quote form .uk-button:hover,
.quote form .uk-button:focus{
    color: #ffffff;
    background: #FFA800;
}
/*
    Features
 */
.features{
    color: #ffffff !important;
}
.features .uk-background-cover{
    padding: 60px 0px;
}
.features h1{
    font-weight: 600;
    font-size: 32px;
}
.features ul{
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: 300;
    font-size: 18px;
}
/*
    Footer Map
 */
.footer-map{
    border-top:10px solid #FFA800;
    border-bottom:2px solid #FFA800;
    height: 440px;
}
/*
    Footer
 */
footer.footer{
    background: #212121;
    padding: 30px 0px;
}
footer .footer-logo{
    padding-bottom: 20px;
    border-bottom: 1px solid #181818;
}
footer ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
footer ul li.title{
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 5px;
}
footer ul li{
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    line-height: 24px;
}
footer ul li a,
footer ul li a:visited,
footer ul li a:hover,
footer ul li a:focus{
    color: #ffffff;
}
aside{
    background: #181818;
    height: 80px;
    line-height: 80px;
    color: #ffffff;
    font-weight: 300;
    font-size: 14px;
    text-align: center;
}
/*
    Mobile Menu
 */
#offcanvas-nav-primary .uk-offcanvas-bar{
    background: #212121;
}
#offcanvas-nav-primary .uk-offcanvas-bar ul li a{
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
}
/*
    Fast Button
 */
.fast-button{
    bottom: 40px;
    right: 0px;
}
.fast-button ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.fast-button ul li{}
.fast-button ul li .uk-button{
    background: #FFA800;
    border: 0px;
    padding: 15px;
    color: #ffffff;
}
.fast-button ul li .uk-button:hover{
    background: #333333;
}
/*
    Page Heading
 */
.page-heading{
    height: 400px;
    /* border-bottom: 4px solid #FFA800; */
    background-size: cover;
    background-position: center center;
}
.page-heading h2,.page-heading h3{
    margin: 0;
    padding: 0;
    font-weight: 600;
    text-shadow: 0px 2px 6px #333333;
}
.page-heading h3{
    font-weight: 300;
}
.page-heading .line{
    background: #ffffff;
    height: 1px;
    width: 100px;
    margin: 0px auto;
}
/*
    Content
 */
section.content,
section.contact,
section.product,
section.works,
section.service{
    padding: 30px 0px;
    font-weight: 300;
    line-height: 26px;
    color: #000000;
}
section.product .detail h1,
section.product .form h1{
    font-weight: 600;
    font-size: 24px;
    line-height: 40px;
    border-bottom: 1px solid #f1f1f1;
    text-align: center;
}
section.contact .contact-map{
    height: 300px;
}
section.contact .address ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
section.contact .address ul .title{
    font-weight: 600;
    font-size: 18px;
}
section.contact .address ul li{
    font-size: 14px;
    line-height: 30px;
}
section.contact .form .uk-button,
section.product .form .uk-button{
    background: transparent;
    border: 1px solid #FFA800;
    color: #000000;
    font-size: 18px;
}
section.contact .form .uk-button:hover,
section.product .form .uk-button:hover{
    background: #FFA800;
    color: #ffffff;
}
section.service a,
section.service a:visited{
    text-decoration: none;
}
section.service a:hover .item .title{
    color: #FFA800;
}
section.works .desc .title{
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 20px;
}
section.contact a,
section.contact a:visited,
section.contact a:hover{
    text-decoration: none;
    color: #000000;
}
section.contact a:hover{
    color: #FFA800;
}
/* ----------- iPhone 4 and 4S ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    header .navbar .logo{
        padding-top: 28px;
    }
    header .navbar .logo img{
        width: 220px;
    }
    .carousel .carousel-text{
        max-width: 300px;
    }
    .carousel .carousel-text h2{
        font-size: 24px;
    }
    .carousel .carousel-text p{
        font-size: 14px;
    }
    .carousel .carousel-text .uk-button{
        font-size: 14px;
    }
    .parallax h1{
        font-size: 32px;
        font-weight: 600;
    }
}

/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
}

/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {

}

/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

}
/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {

}
/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {

}

/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen
and (min-device-width: 414px)
and (max-device-width: 736px)
and (-webkit-min-device-pixel-ratio: 3) {

}

/* Portrait */
@media only screen
and (min-device-width: 414px)
and (max-device-width: 736px)
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: portrait) {

}

/* Landscape */
@media only screen
and (min-device-width: 414px)
and (max-device-width: 736px)
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: landscape) {

}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 812px)
and (-webkit-min-device-pixel-ratio: 3) {

}

/* Portrait */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 812px)
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: portrait) {

}

/* Landscape */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 812px)
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: landscape) {

}