﻿body {
    background: #111215
}
html, body {
    height: 100%;
    background: #fff;
}



.captcha {
   
    background-color: #f9f9f9;
    border: 2px solid #d3d3d3;
    border-radius: 5px;
    color: #4c4a4b;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 500px) {

    .contact-img {
        width: 100%;
        height: 200px;
    }
    .text {
        margin: .5em !important;
        text-align: center;
    }

    .logo {
        align-self: center !important;
    }

    .spinner {
        margin: 2em .5em .5em .5em !important;
    }
}

.text {
    font-size: 1.2em;
    font-weight: 500;
    margin-right: 1em;
}

.spinner {
    position: relative;
    width: 2em;
    height: 2em;
    display: flex;
    margin: 2em 1em;
    align-items: center;
    justify-content: center;
}

input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

    input[type="checkbox"] + .checkmark {
        display: inline-block;
        width: 2em;
        height: 2em;
        background-color: #fcfcfc;
        border: 2.5px solid #c3c3c3;
        border-radius: 3px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

        input[type="checkbox"] + .checkmark span {
            content: '';
            position: relative; /*
	position:absolute;
	border-bottom:3px solid;
	border-right:3px solid;
	border-color:#029f56;*/
            margin-top: -3px;
            transform: rotate(45deg);
            width: .75em;
            height: 1.2em;
            opacity: 0;
        }

        input[type="checkbox"] + .checkmark > span:after {
            content: '';
            position: absolute;
            display: block;
            height: 3px;
            bottom: 0;
            left: 0;
            background-color: #029f56;
        }

        input[type="checkbox"] + .checkmark > span:before {
            content: '';
            position: absolute;
            display: block;
            width: 3px;
            bottom: 0;
            right: 0;
            background-color: #029f56;
        }

    input[type="checkbox"]:checked + .checkmark {
        animation: 2s spin forwards;
    }

        input[type="checkbox"]:checked + .checkmark > span {
            animation: 1s fadein 1.9s forwards;
        }

            input[type="checkbox"]:checked + .checkmark > span:after {
                animation: .3s bottomslide 2s forwards;
            }

            input[type="checkbox"]:checked + .checkmark > span:before {
                animation: .5s rightslide 2.2s forwards;
            }

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes bottomslide {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@keyframes rightslide {
    0% {
        height: 0;
    }

    100% {
        height: 100%;
    }
}

.logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*height: 100%;*/
    align-self: flex-end;
    margin: 0.5em 1em;
}

    .logo img {
        height: 2em;
        width: 2em;
    }

    .logo p {
        color: #9d9ba7;
        margin: 0;
        font-size: 1em;
        font-weight: 700;
        margin: .4em 0 .2em 0;
    }

    .logo small {
        color: #9d9ba7;
        margin: 0;
        font-size: .8em;
    }

@keyframes spin {
    10% {
        width: 0;
        height: 0;
        border-width: 6px;
    }

    30% {
        width: 0;
        height: 0;
        border-radius: 50%;
        border-width: 1em;
        transform: rotate(0deg);
        border-color: rgb(199,218,245);
    }

    50% {
        width: 2em;
        height: 2em;
        border-radius: 50%;
        border-width: 4px;
        border-color: rgb(199,218,245);
        border-right-color: rgb(89,152,239);
    }

    70% {
        border-width: 4px;
        border-color: rgb(199,218,245);
        border-right-color: rgb(89,152,239);
    }

    90% {
        border-width: 4px;
    }

    100% {
        width: 2em;
        height: 2em;
        border-radius: 50%;
        transform: rotate(720deg);
        border-color: transparent;
    }
}

::selection {
    background-color: transparent;
    color: teal;
}

::-moz-selection {
    background-color: transparent;
    color: teal;
}

.desg-name {
    color: red;
    font-weight: bold;
    font-size: 20px;
}
.contact-section1-subtitle {
    letter-spacing: 7px;
    font-size: 15px;
    color: #fff;
    margin-bottom: 20px
}

.contact-sub-title {
    background: linear-gradient(90deg,rgba(58,124,90,1) 0%,rgba(76,167,107,1) 49%,rgba(98,185,113,1) 100%);
    color: #fff;
    font-size: 28px;
    display: flex;
    margin-left: auto;
    padding: 0 21px;
    margin-right: auto;
    width: fit-content;
    position: relative
}

contact-img {
    height: 600px !important;
    width: 100% !important
}

.contact-section-2 {
    margin-top: 20%
}

.contact-page-content {
    justify-content: center;
    text-align: center;
    margin-top: -23%
}

.contact-form-title {
    font-size: 2em;
    color: #27bc83 !important;
    display: flex;
    margin-right: auto
}

#Name {
    border: none;
    border-bottom: 1px solid #595a5c;
    color:white;
}
#Email {
    border: none;
    border-bottom: 1px solid #595a5c;
    color:white;
}

#Message {
    border: 1px solid #595a5c;
    height: 140px;
    color:white;
}

.contact-btn {
    padding: 13px 25px;
    font-size: 12px;
    border-radius: inherit;
    background: #f0f0f0
}

.contact-info h5 {
    color: #fff;
    font-weight: 400
}

.PrivacyPage-title {
    color: #333;
    font-family: "Josefin Sans";
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 50px;
}

.PrivacyPage span {
    color: #888;
    font-family: "Josefin Sans";
    font-size: 50px;
    font-style: normal;
    font-weight: 700 !important;
    position: relative;
    line-height: 29px;
    text-transform: uppercase;
}

.PrivacyPage p {
    color: #7C7C7C;
}

.PrivacyPage {
    padding: 48px;
    margin-top: 130px
}

.privacy-date {
    margin-top: -19px;
    font-size: 12px;
    color: #333;
    font-family: "Josefin Sans";
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 50px;
}

.PrivacyPage-subtitle {
    color: #333;
}

.mt-19 {
    margin-top: -19px
}

@media (max-width:767.98px) {
    .contact-section1-subtitle {
        letter-spacing: 4px;
        font-size: 5px
    }


    .contact-sub-title {
        font-size: 11px
    }

    .mt5 {
        margin-top: 10px
    }
}

@media (max-width:991.98px) {
    .contact-sub-title {
        font-size: 13px !important
    }
}
