@font-face {
    font-family: bahn;
    src: url(../fonts/bahnschrift.ttf);
}

body {
    font-family: bahn;
}

/*
############
## HEADER ##
############
*/

.header {
    width: 100%;
    margin:0;
    /*background-color: #333333;*/
    background-color: black;
}

.logo-holder {
    display: block;
}

.logo-holder img {
    display: block;
    height:120px;
    padding-left:20px;
}

.nav {
    position: relative;
}

.nav ul {
    position: absolute;
    right:20px;
    top: 44px;
}

.nav ul li {
    display: inline;
    color:white;
}

.nav ul a {
    position: relative;
    margin: 0px 20px;
}

.nav ul a:hover {
    text-decoration: none;
}

.nav ul a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -4px;
    left: 0;
    background-color: white;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
  }

.nav ul a:hover:before {
    visibility: visible;
    transform: scaleX(1);
}


/* CORE STYLES */
:root {
    --primary-color: #33333300;
    --overlay-color: #333333a1;
    --menu-speed: 0.75s;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container {
    max-width: 960px;
    margin: auto;
    overflow: hidden;
    padding: 0 3rem;
}

.showcase {
    background: var(--primary-color);
    color: #fff;
    height: 100vh;
    position: relative;
}

.showcase:before {
    content: '';
    background: url('https://images.pexels.com/photos/533923/pexels-photo-533923.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260') no-repeat center center/cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.showcase .showcase-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
}

.showcase h1 {
    font-size: 4rem;
}

.showcase p {
    font-size: 1.3rem;
}

.btn {
    display: inline-block;
    border: none;
    background: var(--primary-color);
    color: #fff;
    padding: 0.75rem 1.5rem;
    margin-top: 1rem;
    transition: opacity 1s ease-in-out;
    text-decoration: none;
}

.btn:hover {
    opacity: 0.7;
}

/* MENU STYLES */
.menu-wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}

.menu-wrap .toggler {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    cursor: pointer;
    width: 50px;
    height: 50px;
    opacity: 0;
}

.menu-wrap .hamburger {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 60px;
    height: 60px;
    padding: 1rem;
    background: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Hamburger Line */
.menu-wrap .hamburger > div {
    position: relative;
    flex: none;
    width: 100%;
    height: 2px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

/* Hamburger Lines - Top & Bottom */
.menu-wrap .hamburger > div::before,
.menu-wrap .hamburger > div::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: -10px;
    width: 100%;
    height: 2px;
    background: inherit;
}

/* Moves Line Down */
.menu-wrap .hamburger > div::after {
    top: 10px;
}

/* Toggler Animation */
.menu-wrap .toggler:checked + .hamburger > div {
    transform: rotate(135deg);
}

/* Turns Lines Into X */
.menu-wrap .toggler:checked + .hamburger > div:before,
.menu-wrap .toggler:checked + .hamburger > div:after {
    top: 0;
    transform: rotate(90deg);
}

/* Rotate On Hover When Checked */
.menu-wrap .toggler:checked:hover + .hamburger > div {
    transform: rotate(225deg);
}

/* Show Menu */
.menu-wrap .toggler:checked ~ .menu {
    visibility: visible;
}

.menu-wrap .toggler:checked ~ .menu > div {
    transform: scale(1);
    transition-duration: var(--menu-speed);
}

.menu-wrap .toggler:checked ~ .menu > div > div {
    opacity: 1;
    transition:  opacity 0.4s ease 0.4s;
}

.menu-wrap .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-wrap .menu > div {
    background: var(--overlay-color);
    border-radius: 50%;
    width: 200vw;
    height: 200vw;
    display: flex;
    flex: none;
    align-items: center;
    justify-content: center;
    transform: scale(0);
    transition: all 0.4s ease;
}

.menu-wrap .menu > div > div {
    text-align: center;
    max-width: 90vw;
    max-height: 100vh;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.menu-wrap .menu > div > div > ul > li {
    list-style: none;
    color: #fff;
    font-size: 1.5rem;
    padding: 1rem;
}

.menu-wrap .menu > div > div > ul > li > a {
    color: inherit;
    text-decoration: none;
    transition: color 0.4s ease;
}
  

@media screen and (max-width: 950px) {
    .nav {
        display: none;
    }

    .menu-wrap {
        display: inline;
    }
}
  


/*
############
## SLIDER ##
############
*/

#jssor_1 {
    position:relative;
    margin:0 auto;
    top:0px;
    left:0px;
    width:1600px;
    height:560px;
    overflow:hidden;
    visibility:hidden;
}

/* jssor slider loading skin spin css */
.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


/*jssor slider bullet skin 132 css*/
.jssorb132 {position:absolute;}
.jssorb132 .i {position:absolute;cursor:pointer;}
.jssorb132 .i .b {fill:#fff;fill-opacity:0.8;stroke:#000;stroke-width:1600;stroke-miterlimit:10;stroke-opacity:0.7;}
.jssorb132 .i:hover .b {fill:#000;fill-opacity:.7;stroke:#fff;stroke-width:2000;stroke-opacity:0.8;}
.jssorb132 .iav .b {fill:#000;stroke:#fff;stroke-width:2400;fill-opacity:0.8;stroke-opacity:1;}
.jssorb132 .i.idn {opacity:0.3;}

.jssora051 {display:block;position:absolute;cursor:pointer;}
.jssora051 .a {fill:none;stroke:#fff;stroke-width:360;stroke-miterlimit:10;}
.jssora051:hover {opacity:.8;}
.jssora051.jssora051dn {opacity:.5;}
.jssora051.jssora051ds {opacity:.3;pointer-events:none;}

.text1 {
    left:50px;
    width:400px;
    height:100px;
    position: absolute;
    color:#E1D523;
    font-family: 'Roboto Condensed',sans-serif;
    font-size:84px;
    font-weight: 900;
    letter-spacing: 0.5em;
    text-shadow: 0px 0px 15px rgb(110, 110, 110);
}


/*
###########
## SLANT ##
###########
*/

.slant {
    width: 100%;
    margin:0;
}

.slant .inner {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
}

.grey {
    position: relative;
    height: 550px;
    background-color: #333333;
    color:white;
}

.yellow {
    position: relative;
    height: 550px;
    background-color: #FCEE21;
}

.yellow p {
    font-size:18px;
}

@media screen and (max-width: 1200px) {
    .slant .inner {
        width:80%;
    }
}

.cross {
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 10 10'> <path d='M0 0 L6 0 L0 10 ' fill='%23333333' /><path d='M10 0 L10 10 L4 10' fill='%23FCEE21' /></svg>");
    background-repeat:no-repeat;
    background-position:center center;
    background-size: 100% 100%, auto;
}

/*
##########
## MAIN ##
##########
*/

.main {
    margin:90px auto;
    width:1200px;
    max-width: 100%;
}

.main h1 {
    font-size:46px;
}

.main h2 {
    font-size:30px;
    color: #999999;
    margin:20px 0px;
}

.prices {
    padding-top:40px;
}

.item {
    display: block;
    width: 80%;
}

.item-name, .item-price {
    display: inline-flex;
    margin: 10px 0;
    width:50%;
    padding:5px 20px;
    font-size:20px;
    position: relative;
}

.item-name {
    background-color: #333333;
    float:left;
    color:white;
}

.item-price {
    background-color: #FCEE21;
    float:right;
}

.item-name:before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    border-top: 10px solid rgb(255, 255, 255);
    border-right: 10px solid #333333;
    width: 0;
}

.item-price:before {
    content: '';
    position: absolute;
    bottom: 0; right: 0;
    border-bottom:10px solid rgb(255, 255, 255);
    border-left: 10px solid #FCEE21;
    width: 0;
}

div.multi {
    padding:0px 60px;
}

div.tagline img,
div.tagline p,
div.tagline p.extra {
    display:block;
    margin:auto;
}

div.tagline {
    margin:0px;
    margin-bottom:40px;
}


@media screen and (min-width: 1200px) {
    div.multi {
        padding:0px 80px;
    }
    div.tagline img {
        display:inline-block;
    }
    div.tagline p {
        display:inline-block;
        margin-top:2px;
        margin-left:10px;
    }
    div.tagline p.extra {
        margin-left:80px;
    }
    div.tagline {
        padding-left:10px;
        padding-top:20px;
    }
}

@media screen and (max-width: 1200px) {
    div.divider {
        display:none;
    }
}

@media screen and (min-width: 1200px) {
    div.divider {
        display:block;
    }
}
/* ####################### */

div.tagline img {
	height:60px;
	vertical-align:top;
}

div.tagline {
    transition:0.2s;
    display: block;
    max-width:100%;
}

div.tagline:hover {
    transition:0.2s;
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

div.tagline p {
    color:black;
	font-size:32px;
}

div.tagline p.extra {
    display:block;
    color: #999999;
    font-size:22px;
    line-height: 24px;
    width:380px;
    max-width:100%;
}

div.taglines {
    display:block;
    margin:auto;
    border-radius:5px;
    padding:5px;
    transition:0.3s
}


/*
##############
## PARALLAX ##
##############
*/


.parallax-window.paral {
    min-height: 250px;
    background: transparent;
    display: table;
    width:100%;
}

.parallax-window.home {
    min-height:300px;
}

.parallax-window.contact {
    min-height:200px;
}

div.pop-header {
    display:table-cell;
    text-align: left;
    height:100%;
    vertical-align: middle;
}

div.pop-header h1 {
    font-size: 4em;
    padding-left:120px;
}

/*
##############
## CAROUSEL ##
##############
*/

.carousel-clients {
    margin-top:30px;
}

img.cary {
    height:100px;
    margin:auto;
}



@media (min-width: 768px) {

    /* show 3 items */
    .carousel-inner .active,
    .carousel-inner .active + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item  {
        display: block;
    }
    
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
        transition: none;
    }
    
    .carousel-inner .carousel-item-next,
    .carousel-inner .carousel-item-prev {
      position: relative;
      transform: translate3d(0, 0, 0);
    }
    
    .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -33.3333%;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    
    /* left or forward direction */
    .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item{
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    
    /* farthest right hidden item must be abso position for animations */
    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    
    /* right or prev direction */
    .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }

}

 /* Bootstrap Lightbox using Modal */

#profile-grid { overflow: auto; white-space: normal; } 
#profile-grid .profile { padding-bottom: 40px; }
#profile-grid .panel { padding: 0 }
#profile-grid .panel-body { padding: 15px }
#profile-grid .profile-name { font-weight: bold; }
#profile-grid .thumbnail {margin-bottom:6px;}
#profile-grid .panel-thumbnail { overflow: hidden; }
#profile-grid .img-rounded { border-radius: 4px 4px 0 0;}


/*
############
## FOOTER ##
############
*/

.footer {
    /*background-color: #666666;
    background-color: #ECECEC;*/
    background-color: black;
}

.footer-inner {
    width: 100%;
    margin:30px auto 0px auto;
    padding: 30px 0px;
    max-width:1200px;
}

.footer-item {
    width:70%;
}

.footer-item.middle {
    margin:auto;
}

.footer-item.right {
    margin-left:30%;
}

.footer-item h3 {
    /*color: #FCEE21;*/
    color:white;
}

@media screen and (max-width: 950px) {
    .footer-item {
        width:90%;
    }
    
    .footer-item.right,
    .footer-item.middle,
    .footer-item.left {
        margin:auto;
    }
}

.footer-item hr {
    border: 1px solid white;
    margin-top:0.5rem;
    margin-bottom: 0.5rem;
}

.footer-item ul li {
    list-style: none;
    transition: ease-in-out .15s;
}

.footer-item ul li a {
    color:white;
}

.footer-item ul li a:hover {
    text-decoration: none;
}

.footer-item ul li:hover {
    transform: translateX(5px);
}

.copyright {
    background-color: #333333;
    color:white;
}

.copyright-inner {
    width: 100%;
    margin:0px auto;
    max-width:1200px;
    padding:3px 15px;
}

.copyright-inner a {
    color: #FCEE21;
}



/*
#############
## CONTACT ##
#############
*/

.contact {
    padding-top: 30px;
    text-align: center;
}

.contact h2 {
    font-size: 26px;
}

.contact hr {
    width:80%;
    max-width:500px;
    margin:auto;
    border: 2px solid #cccccc;
    margin-top:50px;;
    margin-bottom: 0.5rem;
}

.contact.row {
    width:100%;
    max-width:700px;
    margin:auto;
}

.contact input[type=text],
.contact textarea {
    width:100%;
    margin: 10px auto;
    border: 1.5px solid #cccccc;
    color: #575757;
    font-size:20px;
    border-radius: 10px;
    padding:5px 10px;
    background-color: #F2F2F2;
    transition: ease-in-out .3s;
}

textarea {
    height:200px;
}

.contact input[type=text]:focus,
.contact textarea:focus {
    outline: none;
    box-shadow: 0px 0px 7px #FCEE21;
}

.button {
    text-align:left;
    margin-top:10px;
}

.button button {
    background: #333333;
    box-shadow: none;
    border: none;
    color:white;
    font-size:20px;
    padding:7px 20px;
    position: relative;
    border-bottom: 5px solid #FCEE21;
    transition: ease-in-out .3s;
    clip-path: 
    polygon(
        0 10px,
      10px 0,
      100% 0,
      100% calc(100% - 10px),
      calc(100% - 10px) 100%,
      0px 100%
    );
}



.button button:hover {
    transform: translateY(-5px);
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a3a3a3;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #a3a3a3;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #a3a3a3;
}

.message {
    width:100%;
    padding: 10px;
    width:100%;
    max-width:670px;
    border-radius: 7px;
    margin:auto;
    display: none;
}

.message p {
    margin-bottom:2px;
}

.message.bad {
    display: block;
    background-color: #F8D7DA;
    border: 1px solid #F5C6CB;
}

.message.bad p {
    color:#721C24;
}

.message.good {
    display: block;
    background-color: #D4EDDA;
    border: 1px solid #C3E6CB;
}

.message.good p {
    color:#155724;
}

/*
##############
## PROJECTS ##
##############
*/

.projects.row {
    width:100%;
    max-width:100%;
    margin:auto;
}

.project-item {
    display: block;
    position: relative;
    margin: 15px 0px;
    box-shadow: 0px 0px 10px rgb(163, 163, 163);
}

.project-item img.image {
    display: block;
    width:100%;
}

.project-item .title,
.project-item .location {
    position: absolute;
    left:20px;
    padding: 4px 14px 2px 14px;
    font-size: 20px;;
}

.project-item .title {
    top:20px;
    background-color: #333333;
    color: #FCEE21;
}

.project-item .location {
    top:60px;
    background-color: #FCEE21;
    color: #333333;
}

.project-item .plus {
    position: absolute;
    bottom:0px;
    right:0px;
    background-color: #FCEE21;
    width:40px;
    height:40px;
}

.project-item .plus img {
    height:100%;
    width:100%;
}

/*
###########
## ABOUT ##
###########
*/

.about.row {
    width:100%;
    max-width:100%;
    margin:auto;
}

.about img.sample {
    display: block;
    width:100%;
    max-width:100%;
}

.about h2.spc {
    position: relative;
    margin-left:15px;
    color:#212529;
}

.about h2.spc:before {
    content: "";
    position: absolute;
    height:45px;
    width:7px;
    background-color: #FCEE21;
    transform: translate(-15px,-5px);
}

.about ul {
    list-style: none;
}

.about ul a {
    color: #212529;
    font-size:20px;
    transition: ease-in-out .2s;
}

.about ul a:hover {
    text-decoration: none;
}

.about ul li {
    transition: ease-in-out .2s;
}

.about ul li:hover {
    transform: translateX(10px);
}

.enquire {
    background-color: #333333;
    position: relative;
    text-align: center;
    color:white;
    padding:10px 20px;
    margin-bottom: 20px;
    transition: ease-in-out .2s;
    clip-path: 
    polygon(
        0 16px,
      16px 0,
      100% 0,
      100% calc(100% - 16px),
      calc(100% - 16px) 100%,
      0px 100%
    );
}

.enquire:hover {
    transform: scale(1.01);
}

.enquire span {
    font-size: 20px;
}

.enquire-link:hover {
    text-decoration: none;
}



.spc-covid {
    font-size:24px;
    color:#949494;
}



/*
##########
## TEAM ##
##########
*/

.employee-card {
    margin: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 20px #cccccccc;
    padding:20px;
    height:calc(100% - 40);
}

.employee-card h1 {
    font-size:30px;
}

.employee-card h3 {
    font-size:20px;
}

.employee-card img {
    display: block;
    margin:10px auto;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    max-width:100%;
    height:300px;
}



.project-images .gallery-img {
    width:400px;
    height:400px;
    max-width:100%;
    object-fit:cover;
    margin:15px 0px ;
    box-shadow: 0px 0px 5px #ccc
}

.counter-sign {
    font-size:30px;
}

.counter {
    display:inline-block;
    font-size:30px;
}