body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    /* background-color: #fff; */
    line-height: 27px;
    /* font-family: "Open Sans"; */
}

.kcon {
    background-color: rgb(241, 241, 241)
}

#map-title {
    text-transform: uppercase;
}


h1, h2, h3 {
    font-family: "Poppins";
    font-weight: bold;
}

h1, h2, h3, h4, p {
    padding-bottom: 13px;
  
}

.overflow a,  a:hover {
    color: #fff;
    text-decoration: none;   
}

.container {
    padding: 100px 0;
}

.wrapper {
 
    width: 100%;
    /* max-width: 100%; */
    margin: auto;
}

header {
    display: flex;
    position: absolute;
    width: 100%;
    height: 83px;
    left: 0;
    top: 0;
    padding-top: 0;
    box-sizing: border-box;
    z-index: 100;
    justify-content: space-around;
    align-items: center;
    background-color: rgba(0,0,0,0.2);
}

header .white-nav {
    display: flex;
    position: absolute;
    width: 100%;
    height: 83px;
    left: 0;
    top: 0;
    padding-top: 0;
    box-sizing: border-box;
    z-index: 100;
    justify-content: space-around;
    align-items: center;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

header .container, .single-showcase .container {
    padding: 0;     
}

.single-showcase .container, .single-showcase .container .row {
    height: 100%;
    color: #fff;
}

header ul {
    padding: 0;
    margin: 0;
    text-align: right;
    list-style: none;
    
}

header nav ul li {
    display: inline-block;

}

header a {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    padding: 30px 15px;
    border-bottom: 2px solid transparent;
    /* transition: 250ms ease; */
    position: relative;
    justify-content: space-between;
}

header .white-nav a {
    color: #222;
    text-shadow: none;
}

header a:before, .current:before {
    content: '';
    height: 2px;
    width: 0px;
    position: absolute;
    bottom: 0;
    transition: 250ms ease;
    /* left: 25%; */
    left: 50%;
    background-color: #fff;
}

header .white-nav a:before, header .white-nav .current:before {
    background-color: rgb(17, 126, 44);
    height: 3px;
    margin-bottom: -2px;
}

.with-bg {
    background-size: cover;
    background-position: center;
}

.with-bg .overlay {
    height: unset;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
}

#rrn6  {
    background-image: url("../img/rrn6.jpg");
}

#asfalt {
    background-image: url("../img/asf.jpeg");
}

#rest {
    background-image: url("../img/restaurant-1.jpeg");
}

#petrol {
    background-image: url("../img/petrol-1.jpeg");
}

#beton {
    background-image: url("../img/beton-1.jpg");
}

#gurthyes {
    background-image: url("../img/gurthyes-1.jpg");
}

nav a:hover {
    /* background-color: rgba(0,0,0,0.07); */
    text-decoration: none;
    color: #fff;
    /* width: 100px; */
    /* border-bottom: 2px solid #fff; */
}

.white-nav a:hover, .white-nav .current {
    color: rgb(17, 126, 44);
}

nav a:not(#logo):hover:before, .current:not(#logo):before {
    width: 100%;
    left: 0;
}


nav li:last-child {
    margin-right: unset;
}

.showcase {
    background-color: rgb(65, 65, 65);
    height: 650px;
    width: 100%;
    /* max-height: 100vh; */
    position: relative;
}

.arrows, .circles {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    height: 90%;
    align-items: center;
    z-index: 10;
    padding: 0 10px;
}

.circles {
    height: 10%;
    bottom: 0;
    z-index: 10;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.circle {
    z-index: 10;
    cursor: pointer;
    width: 10px;
    height: 10px;
    border-radius: 20px;
    background-color: rgb(32, 182, 69);
    box-shadow: 0px 0px 0px 2px rgba(0,0,0, .5);
    transition: 250ms ease;
    margin-right: 10px;
    transition: 250ms ease;
}

.circle:last-child {
    margin-right: unset;
}

.circle:hover, .active {
    border: 2px solid rgb(17, 126, 44);    
    box-shadow: 0px 0px 0px 5px rgba(239, 255, 19, .5);    
}

.arrow img {
    width: 25px;
    opacity: .8;
}

.arrow {
    border-radius: 50px;
    background-color: rgba(0,0,0,0.35);
    width: 50px;
    padding: 11px 10px;
    height: 50px;
    transition: 200ms ease;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.arrow:hover {
    background-color: rgba(0,0,0,0.5);
}

#slide1 {
    background-image: url("../img/img.jpeg");    
}

#slide2 {
    background-image: url("../img/slide2.jpeg");    
}

#slide3 {
    background-image: url("../img/slide3.jpeg");    
}



.overlay {
    background-color: rgba(0,0,0,0.4);
    height: 100%;
    width: 100%;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.showcase-item {
    background-position: center;
    background-size: cover;
    height: 100%;
    color: #fff;
    position: absolute;
    width: 100%;
    /* align-items: cen; */
}

.showcase-item p {
    z-index: 10;
}


.service {
    background-color: #eee;
    margin: 0;
    height: 200px;
}

.shadow {
    box-shadow: 30px 30px 100px rgba(0,0,0,0.15);
}

.faded {
    opacity: .7;
}

.map {
    position: relative;
}

.dot {
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    background-color: rgb(32, 182, 69);
    box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.2);
    animation-name: pulse;
    animation-iteration-count: infinite;
    animation-duration: 1.5s;
    animation-direction: alternate-reverse;
    cursor: pointer;
}

.dot1 {
    top: 45%;
    margin-left: 180px;
}

.dot2 {
    top: 40%;
    margin-left: 370px;
}

.dot3 {
    top: 20%;
    margin-left: 285px;
}

.dot:hover .pop-up {
    opacity: 1;
    margin-left: 0;
}

.pop-up {
    opacity: 0;
    top: 0;
    margin-left: -10px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 5px 15px;;
    border-radius: 50px;
    transition: 250ms ease;
    color: rgb(255, 255, 255);
    /* text-shadow: none !important; */
    /* border: 2px solid rgba(239, 255, 19, .5); */
    /* box-shadow: 1px 1px 30px rgba(0,0,0,0.3); */
    left: 150%;
    top: -75%;
}

.darker {
    background-color: #f5f5f5;
}

.colored {
    /* background: linear-gradient(65deg, rgb(28, 175, 65) 50%, rgb(32, 182, 69) 50%, rgb(28, 175, 65) 65%); */
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
    background-size: cover;
    background-position: center;
    background-image: url("../img/benslid.jpg");
}

.colored .overlay {
    background-color: rgba(0, 0, 0, 0.9);
}

.colored .faded {
    opacity: .8;
}

.img-fill {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.img-fill:nth-child(2) {
    border-radius: 100px 0 0 100px;
}

.img-fill:last-child {
    border-radius: 0 100px 100px 0;
}

.img-fill img {
    min-height: 100%;
    max-height: 150%;
}

.overflow {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    opacity: 0;
    transition: 250ms ease;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.6);
    cursor: pointer;
}

.overflow h2 {
    opacity: 0;
    margin-left: -20px;
    transition: 250ms ease;
}

.img-fill:hover .overflow {
    opacity: 1;
}

.img-fill:hover h2 {
    opacity: 1;
    margin-left: 0;
}

.smaller {
    font-size: 15px;
    opacity: 1.1;
}

.pad-50 {
    padding: 50px;
}

.service-box {
    padding: 10px 30px;
    font-size: 15px;
    /* border: 1px solid rgb(32, 182, 69); */
}

.service-box img {
    width: 45px;
    height: 45px;
    /* margin-bottom: 20px; */
    opacity: .8;
}

.service-box p {
    opacity: .8;
}

#map-content {
    margin-right: -100px;
    margin-left: 100px;
    /* opacity: 0; */
}

footer {
    /* background: linear-gradient(to bottom, rgb(255, 255, 255), rgb(196, 196, 196)); */
    background-color: rgb(255, 255, 255);
    font-size: 14px;
    opacity: .8;
}

footer a {
    padding-top: 10px;
    padding-bottom: 10px;  
    display: block;  
}

footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.popUp {
    transform: scale(0);
}

.popUpAn {
    animation-name: pop-up;
    animation-duration: 0.75s;
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.slideRight {
    /* position: absolute; */
    opacity: 0;
    margin-left: -300px;
    margin-right: 300px;
}

.slideLeft {
    /* position: absolute; */
    opacity: 0;
    margin-left: 300px;
    margin-right: -300px;
}

.slideUp {
    /* position: absolute; */
    opacity: 0;
    margin-top: 200px;
    margin-bottom: -200px;
}

.slideFromLeft {
    animation-name: slide-right;
    animation-duration: 0.8s;
    animation-iteration-count: 1;
    /* margin-left: -200px;
    margin-right: 200px; */
}

.slideFromRight {
    animation-name: slide-left;
    animation-duration: 0.8s;
    animation-iteration-count: 1;
    /* margin-left: -200px;
    margin-right: 200px; */
}

.slideFromBottom {
    animation-name: slide-up;
    animation-duration: 0.8s;
    animation-iteration-count: 1;
    /* margin-left: -200px;
    margin-right: 200px; */
}

.rounded {
    border-radius: 15px;
}

.text {
    text-shadow: 1px 1px 5px rgba(0,0,0,0.2);
}

.round-container {
    padding: 10px;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 70px;
    background-color: rgb(33, 185, 71);
    margin: auto;
    box-shadow: 0px 0px 0px 5px rgba(33, 185, 71, 0.5);
    /* box-shadow: 0px 0px 0px 5px rgba(239, 255, 19, 1); */
}

.no-bg {
    background-color: transparent;
    box-shadow: 0px 0px 0px 2px rgba(33, 185, 71, 0.8);
    margin-bottom: 15px;
}

.round-container > .fa {
    font-size: 40px;
    color: rgba(239, 255, 19, 1);
    color: #fff;
}

/* ANIMACIONE */
@keyframes pulse {
    0% { box-shadow: 0px 0px 0px 0px rgba(239, 255, 19, .15) }
    100% { box-shadow: 0px 0px 0px 10px rgba(239, 255, 19, .15) }    
}

@keyframes slide-up {
    0% { 
        opacity: 0;
        margin-bottom: -200px;
        margin-top: 200px; 
    }
    100% { 
        opacity: 1;
        margin-bottom: unset; 
        margin-top: unset;
    };
}

@keyframes slide-right {
    0% { 
        opacity: 0;
        margin-left: -200px;
        margin-right: 200px; 
    }
    100% { 
        opacity: 1;
        margin-right: unset; 
        margin-left: unset;
    };
}

@keyframes slide-left {
    0% { 
        opacity: 0;
        margin-right: -200px;
        margin-left: 200px; 
    }
    100% { 
        opacity: 1;
        margin-right: unset; 
        margin-left: unset;
    };
}

@keyframes pop-up {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

.calink  a:hover a:visited {
    text-decoration: none;
    color: #fff;
    
}

.btn {
    border-radius: 100px;
    padding-right: 25px;
    padding-left: 25px;
    border: none;
    font-weight: bold;
}

.btn-primary {
    background-color: transparent;
    border: 2px solid rgb(23, 153, 55);
    color: rgb(23, 153, 55);
}

.btn-primary:hover {
    border-color: rgb(23, 153, 55);
    background-color: rgb(23, 153, 55);
}

.form-title {
    margin-top: 100px;
    text-align: center;
    color: rgb(7, 7, 7);
}


form {
    width: 100%;
    background: transparent;
    margin-top: 20px;

}


.form-control , input{
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    border-bottom: 1px solid gray;
    color:black;
    font-size: 18px;
}

input :visited{
    background-color: transparent;
    height: 45px;
}


form .submit {
    padding: 10px;
    font-weight: bold;
    border-radius: 100px;
    padding-right: 25px;
    padding-left: 25px;
    background-color: transparent;
    border: 2px solid rgb(23, 153, 55);
    color: rgb(23, 153, 55);
}

form .submit:hover {
    cursor: pointer;
    color: #fff;
    border-color: rgb(23, 153, 55);
    background-color: rgb(23, 153, 55);

}

.bak {
    background-color: rgba(235, 235, 235, 0.418);
    border-radius: 5px;
    width: 100%;
    box-shadow: 15px 15px 60px 15px rgba(0,0,0,0.15);
    margin-bottom: 80px;
    justify-items: center;
}

.smsg {
    color: #fff;
    text-align: center;
    font-size: 20px;
}


.burger{
    display: none;
}

.burger div{
    width: 25px;
    height: 3px;
    z-index: 10;
    margin: 5px;
    background-color:rgb(27, 197, 69);
    cursor: pointer;
    transition: all 0.9 ease;
}

    @media screen and (max-width: 768px) {
    .wrapper{
        overflow: hidden;
    }    
        
    body {
        width: 100%;
        height: 100%;
        margin: 0px;
        padding: 0px;
        overflow-x: hidden;
    }
   
    header {
        padding: 0 20px;
        justify-content: space-between;
    }
    
   

    .burger {
        display: block;
        right: 0px;
    }
    
    header .tnav {
        display: block; 
        width: 100%;
        background: transparent;
        top: 9.2vh;
        left: 0px;
        right: 0px;
    }

    header nav ul {
        align-items: center;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.856);
        right: 0px;
        display: none;
    }

    header .tnav ul a {
        display: inline-block;
        position: inherit;
        vertical-align: middle;

    }



    .white-nav{
        position: absolute;
        width: 100%;
        height: calc(100% - 50px);
        background: transparent;
        top: 9.2vh;
        left: 0;
        right: 0;
        transition: transfrom 0.5s ease-in;     
    }

    .white-nav ul{    
        top:9.2vh;
        right: 0px;
        left: 0;
        right: 0;
        height: calc(100% - 50px);
        width: 100%;
        text-align: center;
        transition: transfrom 0.5s ease-in;  
    }

    .white-nav ul li{
        background-color:#fff; 
        width: 100%;

    }
    
    .white-nav ul li a {
        right: 0px; 
        list-style: none; 
        display: block;
     }

    .cmap {
        height: 50%;
        width: 100%;
        align-content: center;
    }
    footer {
        text-align: center;
        margin-top: 10px;
        
    }

    footer h5 {
        margin-top: 20px;
    }

    .colored {
        display: none;
    }

    .service{
        display: none;
    } 

    .nav-active {
        display: block;
        position: absolute;
    }

    @keyframes navLinkFade{
        from{
            opacity: 0;
            transform: translateX(50px);
        }
        to {
            opacity: 1;
            transform: translateX(0px);
        }
    }
    .toggle .line1 { 
        transform: rotate(-45deg) translate(-5px,6px);
        margin-top: 5px;
    }

    .toggle .line2 {
        opacity: 0;
    }

    .toggle .line3 {
        transform: rotate(45deg) translate(-5px,-6px);
        margin-bottom: 5px;
    }
    
    

}








