/* Custom - CSS */

.colorback {
    padding: 50px 0px;
    background-color: #5059A4;
}

.colorback p,
.colorback li {
    color: white;
}

.colorback li {
    color: white;
}

.colorback ul {
    color: white;
}

.colorback b {
    color: #2BAB59;
}

.colorback h1 {
    color: #2BAB59;

}

.colorback h3 {
    color: white;

}

.colorback h2 {
    color: white;
}

.colorback strong {
    color: white;
}

.colorback .heading {
    color: white;
    border-bottom: 1px solid white;
}

.colorback2 {
    padding: 50px 0px;
    background-color: #2BAB59;
}

.colorback2 li {
    color: white;
}

.colorback2 ul {
    color: white;
}

.colorback b {
    color: white;
}

.colorback ul {
    color: white;
}

.colorback2 p {
    color: white;
}

.colorback2 h1,
.colorback2 h2 {
    color: #5059A4;
}

.colorback2 .heading {
    color: white;
    border-bottom: 1px solid white;
}


hr {
    background: url("../img/hr.png") no-repeat top center;
    background-size: contain;
    display: block;
    height: 76px;
    border: 0;
    position: relative;
}

hr:before,
hr:after {
    content: '';
    display: block;
    position: absolute;
    background: #660064;
    height: 2px;
    top: 22px;
}

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

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

.imageback {
    padding: 120px 0px;
    background-color: #b7deee;
    background-image: url("../img/imageback.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.imageback h2 {

    color: white
}

.imageback p {

    color: white
}

.imageback strong {

    color: white
}


.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #242C36;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.25rem;
    padding: 15px;
}

.card p {
    color: white;
}

.card:hover {
    background-color: #7ADF7B;

}

.card:hover p {
    color: white;

}

.card:hover h2 {
    color: white;

}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.zoom {
    transition: transform .2s;
}

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

.quotes {
    margin: 0 auto;
    display: grid;
    grid-gap: 20px;
    box-sizing: border-box;
    padding: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.quotes .box {
    position: relative;
    padding: 80px 40px 40px;
    transition: 0.5s;
    text-align: center;
    background: #fff;
    border-radius: 10px;
}

.quotes .box:hover {
    background-color: #242C36;
}

.quotes .box p {
    margin: 0;
    padding: 0;
    transition: 0.5s;
    color: #242C36;

}

.quotes .box h4 {
    margin: 20px 0 0;
    padding: 0;
    transition: 0.5s;
    font-size: 18px;
    color: #7ADF7B;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}

.quotes .box h4 span {
    font-weight: 600;
    font-size: 14px;
    color: #c5c5c5;
    transition: 0.5s;
}

.quotes .box:hover p,
.quotes .box:hover h4,
.quotes .box:hover h4 span {
    color: #fff;
}

.quotes .box .imgBox {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translate(-50%);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;

}

.quotes .box:before {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    width: 80px;
    height: 80px;
    background: url("../img/quotes.webp");
    background-size: cover;
    opacity: 0.02;
    pointer-events: none;
    transition: 0.5s;
}

.quotes .box:hover:before {
    transform: translateY(-60px);
    opacity: 1;
}

.quotes .box:after {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 80px;
    height: 80px;
    background: url("../img/quotes.webp");
    background-size: cover;
    opacity: 0.02;
    pointer-events: none;
    transition: 0.5s;
    transform: rotate(180deg) translateY(0px);
}

.quotes .box:hover:after {
    transform: rotate(180deg) translateY(-60px);
    opacity: 1;
}


/* CSS */
.button-52 {
    font-size: 16px;
    font-weight: 200;
    letter-spacing: 1px;
    padding: 13px 20px 13px;
    outline: 0;
    border: 1px solid #EA6126;
    cursor: pointer;
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-52:after {
    content: "";
    background-color: #B9EBCC;
    width: 100%;
    z-index: -1;
    position: absolute;
    height: 100%;
    top: 7px;
    left: 7px;
    transition: 0.2s;
}

.button-52:hover:after {
    top: 0px;
    left: 0px;
}

@media (min-width: 768px) {
    .button-52 {
        padding: 13px 50px 13px;
    }
}


.button-53 {
    font-size: 16px;
    font-weight: 200;
    letter-spacing: 1px;
    padding: 13px 20px 13px;
    outline: 0;
    border: 1px solid #EA6126;
    cursor: pointer;
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-53:after {
    content: "";
    background-color: #342EAB;
    width: 100%;
    z-index: -1;
    position: absolute;
    height: 100%;
    top: 7px;
    left: 7px;
    transition: 0.2s;
}

.button-53:hover:after {
    top: 0px;
    left: 0px;
}

.button-53 h4 {

    color: #F2A31A;
}

@media (min-width: 768px) {
    .button-53 {
        padding: 13px 50px 13px;
    }
}



.cardyc:hover {

    border: 4px solid #239D48;
    padding: 32px;
    border-radius: 8px;
    background-color: #660064;
    text-align: center;
    /*
        width: 455px;
	    height: 250px;
*/
}

.cardyc {

    border: 4px solid #FFCC01;
    padding: 32px;
    border-radius: 8px;
    background-color: #FF6600;
    text-align: center;
    /*
        width: 455px;
	    height: 250px;
*/
}



.cardyc p {

    color: white;

}

.cardyc h1 {

    color: #FFCC01;

}

.cardyc h1:hover {

    color: #239D48;

}

.cardyc h4 {

    color: white;

}



.cardyb {

    border-top: 4px solid #4DCBBD;
    padding: 32px;
    border-radius: 5%;
    background-color: #525252;
    /*    width: 256px;*/

    box-shadow: 10px 10px 10px rgb(0, 0, 0, 0.9);
    /*
    -webkit-box-shadow: 3px 3px 15px 5px rgba(0,0,0,0.6);
-moz-box-shadow: 3px 3px 15px 5px rgba(0,0,0,0.6);
box-shadow: 3px 3px 15px 5px rgba(0,0,0,0.6);
*/


}

.cardyb p {

    color: white
}

.cardyb h3 {

    color: white
}




.rows {
    display: grid;
    justify-content: center;
    align-items: center;
}

.cards {
    border-radius: 5px;
    box-shadow: 7px 7px 13px 0px rgba(50, 50, 50, 0.22);
    padding: 30px;
    margin: 20px;
    /*  width: 400px;*/
    transition: all 0.3s ease-out;

    height: 320px;
    background-color: #525252;
}

@media(max-width:812px) {
    .cards {
        height: 420px;
    }
}

.cards:hover {
    transform: translateY(-5px);
    cursor: pointer;
}

.cards p {
    color: white;
    font-size: 16px;
}

.cards h2 {
    color: white;
}

.cards h3 {
    color: white;
}

.images {
    float: right;
    max-width: 64px;
    max-height: 64px;
}



.greens {
    border-left: 3px solid #4DCCBD;
}




.rows2 {
    display: grid;
    justify-content: center;
    align-items: center;
}

.cards2 {
    border-radius: 5px;
    box-shadow: 7px 7px 13px 0px rgba(50, 50, 50, 0.22);
    padding: 30px;
    margin: 20px;
    /*  width: 400px;*/
    transition: all 0.3s ease-out;

    height: 270px;
    background-color: #525252;
}


.cards2:hover {
    transform: translateY(-5px);
    cursor: pointer;
}

.cards2 p {
    color: white;
    font-size: 16px;
}

.cards2 h2 {
    color: white;
}

.cards2 h3 {
    color: white;
}

.images2 {
    float: right;
    max-width: 64px;
    max-height: 64px;
}


.greens2 {
    border-left: 3px solid #4DCCBD;
}

.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;
}

.buttons {

    text-align: center;
    border-radius: 30px;
    display: grid;
    justify-items: center;
}
}

*,
*:before,
*:after {
    box-sizing: border-box;
    /*    margin: 0;*/
    padding: 0;
}


.blob-btn {
    z-index: 1;
    position: relative;
    padding: 20px 46px;

    text-align: center;
    text-transform: uppercase;
    color: #FFCC01;
    /*
    font-size: 16px;
    font-weight: bold;
*/
    background-color: transparent;
    outline: none;
    border: none;
    transition: color 0.5s;
    cursor: pointer;
    border-radius: 30px;
    /*    margin-left: -64px;*/

    font-family: "chaloops", sans-serif;
    font-weight: 700;
    font-style: normal;

}

.blob-btn:before {
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*    border: 2px solid #FFCC01;*/
    border-radius: 30px;
}

.blob-btn:after {
    content: "";
    z-index: -2;
    position: absolute;
    left: 3px;
    top: 3px;
    width: 100%;
    height: 100%;
    transition: all 0.3s 0.2s;
    border-radius: 30px;
}

.blob-btn:hover {
    color: #FF6600;
    border-radius: 30px;
}

.blob-btn:hover:after {
    transition: all 0.3s;
    left: 0;
    top: 0;
    border-radius: 30px;
}

.blob-btn__inner {
    z-index: -1;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: #FF6600;
}

.blob-btn__blobs {
    position: relative;
    display: block;
    height: 100%;
    filter: url("#goo");
}

.blob-btn__blob {
    position: absolute;
    top: 2px;
    width: 25%;
    height: 100%;
    background: #FFCC01;
    border-radius: 100%;
    transform: translate3d(0, 150%, 0) scale(1.7);
    transition: transform 0.45s;
}

@supports (filter: url("#goo")) {
    .blob-btn__blob {
        transform: translate3d(0, 150%, 0) scale(1.4);
    }
}

.blob-btn__blob:nth-child(1) {
    left: 0%;
    transition-delay: 0s;
}

.blob-btn__blob:nth-child(2) {
    left: 30%;
    transition-delay: 0.08s;
}

.blob-btn__blob:nth-child(3) {
    left: 60%;
    transition-delay: 0.16s;
}

.blob-btn__blob:nth-child(4) {
    left: 90%;
    transition-delay: 0.24s;
}

.blob-btn:hover .blob-btn__blob {
    transform: translateZ(0) scale(1.7);
}

@supports (filter: url("#goo")) {
    .blob-btn:hover .blob-btn__blob {
        transform: translateZ(0) scale(1.4);
    }
}

blob.css 3 KB .mobishow {
    display: none !important;
}
