html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}


.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

main{
    height:100%;
}

.powered-by{
    display: none !important;
    color: white !important;
}


.nav-black {
    /*background-color: rgba(0, 0, 0, 0.75);*/
    z-index:5;
    margin-bottom:0px !important;
    color: white;
}

header:before {
    z-index: 2;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 25%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    transform: skewY(-6deg);
    transform-origin: left bottom;    
}

.logo-img {
/*    height: 100px;*/
    width: 300px;
    z-index: 5;
    position: absolute;
    top: 50px;
    left: 50px;
}



.qr-footer {
    width: 50%;
    padding: 40px;
    position: relative;
    max-width: 350px !important;
}

.logo-footer {
    width: 50%;
    z-index: 5;
    position: relative;
    left: 50px;
    margin-bottom: 20px;
    margin-left:-70px;
}

.footer-p{
    position:relative;
    z-index:15;
    color: white;
    margin-bottom:5px;
}

.footer-copy {
    position: relative;
    z-index: 15;
}

.we-offer {
    position: relative;
    width: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 50px;
}

.we-offer:before {
    z-index: 12;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(42, 85, 85);
    transform: skewY(6deg);
    transform-origin: right top;
}

.we-offer:after {
    /* z-index: 12;*/
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(42, 85, 85);
    transform: skewY(-6deg);
    transform-origin: right top;
}

.we-offer-small {
    position: relative;
    width: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;    
    margin-bottom: 50px;
    margin-top: -18vh;
}

.we-offer-small:before {
    z-index: 12;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 30px;
    width: 100%;
    background-color: rgba(42, 85, 85);
    transform: skewY(6deg);
    transform-origin: right top;
}

.we-offer section {
    z-index: 12;
}

.services-content{
    z-index:12;
}

.connect-content {
    z-index: 12;
   /* margin-top: 50px;*/
}

.service-icon {
    background-color: #fff;
    color: #1D809F;
    height: 7rem;
    width: 7rem;
    display: block;
    line-height: 7.5rem;
    font-size: 2.25rem;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    
}


/*articles*/

.articles {
    background-color: rgb(255, 238, 204);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 15;
    padding-bottom: 50px;
}

.articles:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(255, 238, 204);
    transform: skewY(-6deg);
    transform-origin: left top;
}

    .articles:after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 200px;
        background-color: rgb(255, 238, 204);
        transform: skewY(-6deg);
        transform-origin: right top;
    }

.articles-small {
    background-color: rgb(255, 238, 204);
    position: relative;
    width: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    /*padding-bottom: 50px;*/
    margin-bottom: 50px;
    margin-top: 15%;
}

    .articles-small:before {
        background-color: rgb(255, 238, 204);
        z-index: 12;
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        height: 30px;
        width: 100%;
        transform: skewY(-6deg);
        transform-origin: left top;
    }


    /*contact*/
.contact {
 /*   background-color: rgba(0, 0, 0, 0.75);*/
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 15;
    padding-bottom: 50px;
}

    .contact:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.75);
        transform: skewY(-6deg);
        transform-origin: left top;
    }

    /*.contact:after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 200px;*/
        /*background-color: rgba(0, 0, 0, 0.75);*/
        /*transform: skewY(-6deg);
        transform-origin: right top;
    }*/

.contact-small {
    background-color: rgba(0, 0, 0, 0.75);
    position: relative;
    width: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    /*padding-bottom: 50px;*/
    margin-bottom: 50px;
    margin-top: 15%;
}

    .contact-small:before {
        background-color: rgba(0, 0, 0, 0.75);
        z-index: 12;
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        height: 30px;
        width: 100%;
        transform: skewY(-6deg);
        transform-origin: left top;
    }


/*.btn-send {
    background-color: #F9BC01;
}*/

.content-section {
    /*padding-top: 7.5rem;*/
   /* padding-bottom: 7.5rem;*/
}

.content-section-heading h2, .content-section-heading .h2 {
    font-size: 3rem;
}

.content-section-heading h3, .content-section-heading .h3 {
    font-size: 1rem;
    text-transform: uppercase;
}




.portfolio-item {
    display: block;
    position: relative;
    overflow: hidden;
    max-width: 530px;
    margin: auto auto 1rem;
}

.portfolio-item .caption {
    display: flex;
    height: 100%;
    width: 100%;
    background-color: rgba(33, 37, 41, 0.2);
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.portfolio-item .caption .caption-content {
    color: #fff;
    margin: auto 2rem 2rem;
}

.portfolio-item .caption .caption-content h2, .portfolio-item .caption .caption-content .h2 {
    font-size: 0.8rem;
    text-transform: uppercase;
}

.portfolio-item .caption .caption-content p {
    font-weight: 300;
    font-size: 1.2rem;
}

@media (max-width: 991px) {
    .text-footer {
        text-align: center;
    }

}

    @media (min-width: 992px) {
        .portfolio-item {
            max-width: none;
            margin: 0;
        }


            .portfolio-item .caption {
                transition: background-color 0.7s, -webkit-clip-path 0.25s ease-out;
                transition: clip-path 0.25s ease-out, background-color 0.7s;
                transition: clip-path 0.25s ease-out, background-color 0.7s, -webkit-clip-path 0.25s ease-out;
                -webkit-clip-path: inset(0px);
                clip-path: inset(0px);
            }

                .portfolio-item .caption .caption-content {
                    transition: opacity 0.25s;
                    margin-left: 5rem;
                    margin-right: 5rem;
                    margin-bottom: 5rem;
                }

            .portfolio-item img {
                transition: -webkit-clip-path 0.25s ease-out;
                transition: clip-path 0.25s ease-out;
                transition: clip-path 0.25s ease-out, -webkit-clip-path 0.25s ease-out;
                -webkit-clip-path: inset(-1px);
                clip-path: inset(-1px);
            }

            .portfolio-item:hover img {
                -webkit-clip-path: inset(2rem);
                clip-path: inset(2rem);
            }

            .portfolio-item:hover .caption {
                background-color: rgba(29, 128, 159, 0.9);
                -webkit-clip-path: inset(2rem);
                clip-path: inset(2rem);
            }
    }

    .map {
        z-index: 12;
        position: relative;
        margin: 10%;
    }

    .gmap_canvas {
        overflow: hidden;
        background: none !important;
        height: 306px;
        width: 70%;
        margin-left: 25%;
        position: relative;
        padding-top: 24px;
    }

    .main-h2 {
        color: rgb(249, 188, 1);
    }

    .gmap_canvas iframe {
        width: 100%;
    }


    #page-container {
        position: relative;
        min-height: 100vh;
    }

    #content-wrap {
        padding-bottom: 2.5rem; /* Footer height */
    }

    .footer-small {
        position: relative;
        width: 100%;
        z-index: 2;
        display: flex;
        margin-bottom: 50px;
    }

        .footer-small:before {
            z-index: 12;
            content: "";
            position: absolute;
            height: 30px;
            width: 100%;
            background-color: rgb(42, 85, 85);
            transform: skewY(-6deg);
            transform-origin: left top;
        }

    #footer {
        z-index: 12;
        position: relative;
        bottom: 0;
        width: 100%;
        height: auto; /* Footer height */
        background-color: rgb(42, 85, 85);
        border-top: none !important;
        position: relative;
        color: white;
    }

        #footer:before {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
            height: 100%;
            width: 100%;
            background-color: rgb(42, 85, 85);
            transform: skewY(-6deg);
            transform-origin: left top;
        }


    .connect {
        position: relative;
        width: 100%;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 50px;
        /* margin-top: 15%;*/
    }

        .connect .btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 0;
            height: 4rem;
            width: 4rem;
            border-radius: 100rem;
            box-shadow: 2px 2px 3px rgba(249, 188, 1, 0.7) !important;
            transition: box-shadow 0.3s ease-in-out;
        }

            .connect .btn:hover {
                box-shadow: 3px 3px 4px rgba(249, 188, 1, 0.7) !important;
            }

    /*.connect:before {
    z-index: 12;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(249, 188, 1);
    transform: skewY(-6deg);
    transform-origin: left top;
}

.connect:after {*/
    /* z-index: 12;*/
    /*content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(249, 188, 1);
    transform: skewY(6deg);
    transform-origin: right top;
}*/


    /* captcha*/

    .login-page {
        width: 360px;
        padding: 8% 0 0;
        margin: auto;
    }

    .form {
        position: relative;
        z-index: 1;
        background: rgb(116, 223, 187);
        max-width: 360px;
        margin: 0 auto 100px;
        padding: 30px;
        text-align: center;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    }

        .form input {
            font-family: "Roboto", sans-serif;
            outline: 0;
            background: #f2f2f2;
            width: 100%;
            border: 0;
            margin: 0 0 15px;
            padding: 15px;
            box-sizing: border-box;
            font-size: 14px;
        }

        .form button {
            font-family: "Roboto", sans-serif;
            text-transform: uppercase;
            outline: 0;
            background: rgb(8, 103, 116);
            width: 100%;
            border: 0;
            padding: 15px;
            color: #FFFFFF;
            font-size: 14px;
            -webkit-transition: all 0.3 ease;
            transition: all 0.3 ease;
            cursor: pointer;
        }

            .form button:hover, .form button:active, .form button:focus {
                background: #073b44;
            }

    .form-group {
        margin-bottom: 20px;
        margin-right: 12px !important;
    }

    #anchor-contact {
        padding-bottom: 200px;
    }


    #submitButton {
        width: 100%;
        background-color: rgb(249, 188, 1) !important;
        height: 74px;
    }

    .form-area {
        height: 150px;
    }

    #sendMail {
        z-index: 12;
        position: relative;
        padding: 20px;
    }

    .btn-contact {
        background-color: rgb(255, 238, 204) !important;
        color: black !important;
    }

    .article-preview {
        width: 100%;
        max-width: 100%;
        height: 100%;
        padding: 10px;
        z-index: 15;
        position: relative;
    }

    .news-h2 {
        position: relative;
    }

    .contact-h2 {
        color: rgb(249, 188, 1) !important;
        position: relative;
    }

    .navbar-brand {
        color: rgb(249, 188, 1) !important;
    }

    .g-recaptcha {
    }

    .navbar {
        z-index: 20;
        background-color: none;
    }



    @media (max-width: 600px) {
        .navbar {
            background-color: black;
        }

        .qr-footer {
            width: 80%;
        }

        .form-group {
            margin-bottom: 20px;
            margin-right: 0px !important;
            padding-right: 0px !important;
        }

        .form-button-div {
            margin-right: 0px !important;
            padding-right: 0px !important;
            padding-top: 1.5rem;
        }


        .content-section {
            padding-top: 50px;
        }
    }