﻿.block1 {
    background-color: rgba(158, 198, 184, .2);
    height: auto;
}

.block1-content {
    width: 90%;
    margin: auto;
    text-align: center;
}

    .block1-content h3 {
        font-family: "Nilland", Sans-serif;
        font-size: 40px;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin: auto;
        color: #23a455;
        text-align: center;
    }

    .block1-content p {
        font-family: "Nilland", Sans-serif;
        font-size: 28px;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin: auto;
        text-align: center;
        color: #4a5f70;
    }

.content {
    text-align: center;
}

    .content p {
        font-size: 18px;
        font-weight: 300;
        color: #000;
    }

    .content span {
        color: #01c07e;
        font-size: 14px;
    }

.phone-icon {
    text-align: center;
}

    .phone-icon p {
        text-align: center;
    }

    .phone-icon::before {
        font-family: FontAwesome;
        content: "\f2a0";
        font-size: 50px;
        color: #23a455;
        text-align: center;
    }

.email-icon {
    text-align: center;
}

    .email-icon::before {
        font-family: FontAwesome;
        content: "\f199";
        font-size: 50px;
        color: #23a455;
        text-align: center;
    }


.email-chat {
    text-align: center;
    cursor: pointer;
}

    .email-chat::before {
        font-family: FontAwesome;
        content: "\f1d7";
        font-size: 50px;
        color: #23a455;
        text-align: center;
    }

.call-us:hover,
.mailto:hover,
.chat-us:hover {
    text-decoration: underline !important;
    color: #23a455;
    cursor: pointer;
}

.btn1 {
    background-color: #23a455;
    min-height: 40px;
    font-family: "Roboto", Sans-serif;
    font-weight: 300;
    font-size: 15px;
    padding: 0 24px;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
}

.block3 {
    background-color: rgba(198, 218, 236, .3);
    background-image: linear-gradient(120deg, rgba(158, 198, 184, .2) 49%, #fff 80%);
}

.cont-5 h4 {
    color: #006bcd;
    font-family: "Nilland", Sans-serif;
    font-size: 35px;
    letter-spacing: 2px;
}

.btn-black {
    background-color: #000;
    background-image: none;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    color: #fff;
    padding: 25px;
    text-align: center;
    margin: auto;
    display: block;
}

.img__img {
    width: 100%;
}

.img__wrap {
    position: relative;
}

.img__description_layer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(84, 89, 95, .75);
    color: #fff;
    visibility: hidden;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity .2s, visibility .2s;
}

.img__description {
    transition: .2s;
    transform: translateY(1em);
    text-align: center;
}

.sml-box {
    overflow: hidden;
}

.block2 p {
    color: #006bcd;
    font-family: "Nilland", Sans-serif;
    font-size: 26px;
}

.block2 label {
    color: #4a5f70;
    font-family: 'Roboto', sans-serif;
}

.block2 input, .block2 textarea {
    border-color: rgb(129, 138, 145);
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
}

    .block2 input:focus, .block2 textarea:focus {
        border-color: rgb(170, 181, 189);
        outline: 0;
        box-shadow: unset;
    }

.one {
    min-height: 411px;
}

@media screen and (max-width: 768px) {
    #instafeed {
        padding: 0 15px;
    }

        #instafeed > div:nth-child(even) {
            padding: 0 0 4px 2px;
        }

        #instafeed > div:nth-child(odd) {
            padding: 0 2px 4px 0;
        }
}

@media only screen and (min-width: 768px) {
    .block1-content {
        width: 75%;
        margin: auto;
        text-align: center;
    }

    .content span {
        font-size: 16px;
    }

    .block2 p {
        color: #006bcd;
        font-family: "Nilland", Sans-serif;
        font-size: 26px;
        width: 60%;
    }
}

.pulse {
    display: block;
    border-radius: 50%;
    background: #28a745;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(40,167,69, 0.6);
    animation: pulse 2s infinite;
}

    .pulse:hover {
        animation: none;
    }

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(40,167,69, 0.6);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(40,167,69, 0.1);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(40,167,69, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(40,167,69, 0.6);
        box-shadow: 0 0 0 0 rgba(40,167,69, 0.6);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(40,167,69, 0.2);
        box-shadow: 0 0 0 10px rgba(40,167,69, 0.1);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(40,167,69, 0);
        box-shadow: 0 0 0 0 rgba(40,167,69, 0);
    }
}
