/* From Uiverse.io by BHARGAVPATEL1244 */
butt {
    outline: none;
    cursor: pointer;
    border: none;
    padding: 0.9rem 2rem;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    position: relative;
    display: inline-block;
    letter-spacing: 0.05rem;
    font-weight: 700;
    font-size: 17px;
    border-radius: 500px;
    overflow: hidden;
    background: #7aac4a;
    color: #b27408;
}

butt span {
    position: relative;
    z-index: 10;
    transition: color 0.4s;
}

butt:hover span {
    color: #bceb88;
}

butt::before,
butt::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

butt::before {
    content: "";
    background: #feedaa;
    color: #bceb88;
    width: 120%;
    left: -10%;
    transform: skew(30deg);
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

butt:hover::before {
    transform: translate3d(100%, 0, 0);
}

.roof .workspace .element {
    align-self: center;
    justify-self: center;
}

.roof .workspace .element .element h1,
.roof .workspace .element .element h3,
.roof .workspace .element .element p {
    justify-self: center;
    text-align: center;
}

@media(max-width: 768px) {
    .roof .workspace .element {
        align-self: center;
        justify-self: center;
    }

    .roof .workspace .element .element h1,
    .roof .workspace .element .element h3,
    .roof .workspace .element .element p {
        justify-self: center;
        text-align: center;
    }
}

/* From Uiverse.io by vikiWayne */
.button {
    padding: 1em 2em;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    letter-spacing: 5px;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
    transition: all 1000ms;
    font-size: 15px;
    position: relative;
    overflow: hidden;
    background-color: #e20100;
    outline: 2px solid #fff;
    font-family: "the-seasons", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.button:hover {
    color: #e20100;
    transform: scale(1.1);
    outline: 2px solid #e20100;
    box-shadow: 4px 5px 17px -4px #222;
}

.button::before {
    content: "";
    position: absolute;
    left: -50px;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #fff;
    transform: skewX(45deg);
    z-index: -1;
    transition: width 1000ms;
}

.button:hover::before {
    width: 250%;
}

.centered
{
    display: grid;
    justify-self: center;
    justify-content: center;
    text-align: center;
}

.centered h1, .centered h2, .centered h3, .centered h4, .centered p, .centered a
{
    justify-self: center;
text-align: center;
}


.colorback {
    padding: 30px 0px;
    background-color: #1e2f23;
    color: #fff;
}

.colorback p,
.colorback li,
.colorback b,
.colorback a {
    color: #fff;
}

.colorback heading {
    border-bottom: 1px solid #fff;

}

hr {
    background: url("../img/hr.png") no-repeat top center;

    background-size: contain;
    display: block;
    height: 60px;
    border: 0;
    position: relative;
}

hr:before,
hr:after {
    content: '';
    display: block;
    position: absolute;
    background: #bceb88;
    height: 1px;
    top: 30px;
}

hr:before {
    left: 0;
    right: 60%;
    margin-right: 10px;
    margin-left: 70px;
}

hr:after {
    right: 0;
    left: 60%;
    margin-left: 10px;
    margin-right: 70px;
}


.zoom {
    transition: transform .2s;
}

.zoom:hover {
    transform: scale(1.05);
}


.cardyc {

    /*    border: 3px solid #ffbd30;*/
    padding: 32px;
    border-radius: 5px;
    background-color: #b27408;
    box-shadow: 4px 5px 17px -4px #222;
    /*    border: 3px solid white;*/




}

.cardyc b {

    color: #fff;
    text-align: center;
    justify-self: center;

}

.cardyc h1 {

    color: #feedaa !important;
    font-weight: 800;
    text-align: center;
    justify-self: center;

}

.cardyc h3 {
    color: #bceb88;
    text-align: center;
    justify-self: center;
}

.cardyc p {

    color: #fff;
    text-align: center;
    justify-self: center;

}

@media (min-width: 1200px) {
    .cardyc {
        /*        height: 223px;*/
    }
}


.imageback {
    padding: 120px 0px;
    background-image: url("../img/slides/slide-3.jpg");
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-white {
    padding: 30px;
    border-radius: 10px;
    background-color: #bceb88a5;
    color: white;
}


.bg-white p,
.bg-white li {
        font-size: 20px;

    color: #222;
}


.bg-white h4
{
        font-size: 20px;

}

.bg-white h1 {
    color: #3D606C;
    font-size: 33px;
}

/*
.bg-white h1 {
    color: #f8d756;
}
*/

.bg-white2 {
    padding: 15px;
    padding-top: 25px;
    background-color: rgba(255, 255, 255, 0.8);
}


.imglist {
    list-style-image: url("../img/bee.png");
}

.custom-shape-divider-bottom-1722870491 {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-bottom-1722870491 svg {
    position: relative;
    display: block;
    width: calc(147% + 1.3px);
    height: 140px;
}

.custom-shape-divider-bottom-1722870491 .shape-fill {
    fill: #1e2f23;
}

.compassion p,
.compassion li {
    font-size: 18px;
}

.compassion h3 {
    font-size: 30px;
}

.compassion h1 {
    font-size: 33px;
}
