/* Custom - CSS */


.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: 40px 0px;
    background-color: #202020;
}

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

.colorback li {
    color: white;
}

.colorback ul {
    color: white;
}

.colorback p {
    color: white;
}

.colorback h1 {
    color: white;

}

.colorback h3 {
    color: white;

}

.colorback h2 {
    color: white;
}

.colorback strong {
    color: white;
}

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

.colorback2 {
    padding: 30px 0px;
    background-color: #342EAB;
}

.colorback2 p {
    color: #B9EBCC;
}

.colorback2 h1 .colorback2 h2 {
    color: #EA6126;
}

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

.colorback3 {
    padding: 30px 0px;
    background-color: #EA6126;
}

.colorback3 p {
    color: #fff;
}

.colorback3 h1 .colorback3 h2 {
    color: #fff;
}

.colorback3 .heading {
    color: #fff;
    border-bottom: 1px solid #FEF14B;
}



.colorback4 {
    padding: 30px 0px;
    background-color: #f2a31a;
}

.colorback4 p {
    color: #fff;
}

.colorback4 h1 .colorback3 h2 {
    color: #fff;
}

.colorback4 .heading {
    color: #fff;
    border-bottom: 1px solid #FEF14B;
}



.myveryownbtn {
    font-weight: 300;
    letter-spacing: 1px;
    background-color: #211D1E;
    border-radius: 32px;
    justify-self: left;
}

.myveryownbtn h4 {
    color: white;
    border-radius: 32px;
}

.myveryownbtn::before {
    border-radius: 32px;
    border: 0px solid #211D1E;
}


.myveryownbtn:hover::before {
    border: 2px solid #696a6c;
    background-color: #696a6c;
}

.myveryownlist ul {
    margin-block-start: 0px;
    margin-block-end: 0px;
}

.myveryownlist {
    grid-gap: 0px !important;
}


/*

hr {
    background: url("../img/cp1.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: #121427;
    height: 1px;
    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 {

    /*    border: 2px dashed black;*/
    padding: 32px;
    border-radius: 8px;
    background-color: #202020;
    text-align: center;
    box-shadow: 0px 0px 8px #444;
    /*
        width: 455px;
	    height: 250px;
*/
}

.cardyc img {
    width: 50%;
}


.cardyc p {

    color: white;

}

.cardyc li {

    color: white;
    list-style: inside;

}

.cardyc h2 {

    color: white;

}

.cardyc h4 {

    color: white;

}



.cardyb {

    border-top: 4px solid #BEA46D;
    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;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background-color: #4381A6;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

.accordion h1 {
    color: white;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active,
.accordion:hover {
    background-color: #99B218;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}

.accordion:after {
    content: '\02795';
    /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2796";
    /* Unicode character for "minus" sign (-) */
}


.button-74 {
    background-color: #D79F4E;
    border: 2px solid #0361AD;
    border-radius: 30px;
    box-shadow: #0361AD 4px 4px 0 0;
    color: #0361AD;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    padding: 0 18px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}


.button-74:hover {
    background-color: #6FA7D1;
}

.button-74:active {
    box-shadow: #0361AD 2px 2px 0 0;
    transform: translate(2px, 2px);
}

@media (min-width: 768px) {
    .button-74 {
        min-width: 120px;
        padding: 0 25px;
    }
}


/* CSS */
.button-59 {
    align-items: center;
    background-color: #FFFEF8;
    border: 2px solid #5271FE;
    box-sizing: border-box;
    color: #5271FE;
    cursor: pointer;
    display: inline-flex;
    fill: #5271FE;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 600;
    height: 48px;
    justify-content: center;
    letter-spacing: -.8px;
    line-height: 24px;
    min-width: 140px;
    outline: 0;
    padding: 0 17px;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-59:focus {
    color: #5271FE;
}

.button-59:hover {
    border-color: #5271FE;
    color: #5271FE;
    fill: #5271FE;
    background-color: #5271FE
}

.button-59 h4:hover {

    color: white;

}

.button-59:active {
    border-color: #5271FE;
    color: #5271FE;
    fill: #5271FE;
    background-color: #5271FE
}

.button-59 h4:active {

    color: white;

}

@media (min-width: 768px) {
    .button-59 {
        min-width: 170px;
    }
}


/* CSS */
.button-56 {
    align-items: center;
    background-color: #36A0DE;
    border: 2px solid #89329C;
    border-radius: 8px;
    box-sizing: border-box;
    color: #89329C;
    cursor: pointer;
    display: flex;
    font-family: Inter, sans-serif;
    font-size: 16px;
    height: 48px;
    justify-content: center;
    line-height: 24px;
    max-width: 100%;
    padding: 0 25px;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-56:after {
    background-color: #89329C;
    border-radius: 8px;
    content: "";
    display: block;
    height: 48px;
    left: 0;
    width: 100%;
    position: absolute;
    top: -2px;
    transform: translate(8px, 8px);
    transition: transform .2s ease-out;
    z-index: -1;
}

.button-56:hover:after {
    transform: translate(0, 0);
}

.button-56:active {
    background-color: #ffdeda;
    outline: 0;
}

.button-56:hover {
    outline: 0;
}

@media (min-width: 768px) {
    .button-56 {
        padding: 0 40px;
    }
}




.custom-grid-section {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    justify-items: center;
    width: 100%;
    max-width: 264px;
    margin: 0 auto;
    padding: 2rem 0;

}

@media(min-width: 320px) {
    .custom-grid-section {
        max-width: 300px;
    }
}


@media(min-width: 768px) {
    .custom-grid-section {
        max-width: 633px;
    }
}


@media(min-width: 992px) {
    .custom-grid-section {
        max-width: 938px;
    }
}

.custom-cta {
    --shadowColor: 187 60% 40%;
    display: grid;
    grid-template-rows: auto 1fr;
    width: 100%;
    background: #0361AD;
    box-shadow: 0.65rem 0.65rem 0 #42261C;
    border-radius: 0.8rem;
    overflow: hidden;
    border: 0.5rem solid #6FA7D1;
}

.custom-cta h1 {

    text-align: center;
}

.custom-cta p {

    text-align: center;
}

.custom-img {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    border-bottom: 0.5rem solid #6FA7D1;
}

.custom-cta__text-column {
    padding: min(2rem, 5vw);
}

.custom-heading {
    margin: 0;
    font-size: 1.4rem;
    padding-bottom: 8px;
    color: #D69F4E;
}

@media (min-width: 50em) {
    .custom-grid-section {
        grid-template-columns: repeat(2, 1fr);
    }

    .custom-heading {
        font-size: 1.8rem;
        text-align: center;
    }
}

/*
.custom-link {
    display: inline-block;
    color: black;
    padding: 0.5rem 1rem;
    text-decoration: none;
    background: #D8A04E;
    border-radius: 0.6rem;
    font-weight: 700;
    border: 0.35rem solid #6FA7D1;
}
*/




.button-742 {
    background-color: #D79F4E;
    border: 2px solid #42261C;
    border-radius: 30px;
    box-shadow: #42261C 4px 4px 0 0;
    color: #0361AD;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    padding: 0 18px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    text-align: center;
    justify-self: center;
    /*
    display: grid;
    justify-self: center;
*/
}


.button-742:hover {
    background-color: #6FA7D1;
}

.button-742:active {
    box-shadow: #42261C 2px 2px 0 0;
    transform: translate(2px, 2px);
}

@media (min-width: 768px) {
    .button-742 {
        min-width: 120px;
        padding: 0 25px;
    }
}



.bouncy {
    animation: bouncy 5s infinite linear;
    position: relative;
}

@keyframes bouncy {
    0% {
        top: 0em
    }

    40% {
        top: 0em
    }

    43% {
        top: -0.9em
    }

    46% {
        top: 0em
    }

    48% {
        top: -0.4em
    }

    50% {
        top: 0em
    }

    100% {
        top: 0em;
    }
}

/* CSS */
.button-64 {
    align-items: center;
    background: linear-gradient(90deg, hsla(199, 79%, 43%, 1) 0%, hsla(183, 67%, 45%, 1) 100%);
    border: 0;
    border-radius: 8px;
    box-shadow: hsla(199, 79%, 43%, 1) 0 15px 30px -5px;
    box-sizing: border-box;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    line-height: 1em;
    max-width: 100%;
    min-width: 140px;
    padding: 3px;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    cursor: pointer;
}

.button-64:active,
.button-64:hover {
    outline: 0;
}

.button-64 span {
    background-color: #121427;
    padding: 16px 24px;
    border-radius: 6px;
    width: 100%;
    height: 100%;
    transition: 300ms;
}

.button-64:hover span {
    background: none;
}

@media (min-width: 768px) {
    .button-64 {
        /*        font-size: 24px;*/
        min-width: 196px;
    }
}


.dot {
    height: 70px;
    width: 70px;
    background: rgb(216, 204, 143);
    background: radial-gradient(circle, rgba(216, 204, 143, 1) 40%, rgba(161, 120, 73, 1) 100%);
    border-radius: 50%;
    display: inline-block;
}

.dot h1 {
    color: white;
    text-align: -webkit-center;
    padding-top: 20px;
}



/* Mobihide and Mobishow */

.mobishow {
    display: none !important;
}

.mobihide {
    display: grid !important;
}

@media (max-width: 600px) {
    .mobishow {
        display: grid !important
    }

    .mobihide {
        display: none !important;
    }
}

@media (min-width: 425px) {
    .desk-right {
        justify-self: right !important;
        text-align: right !important;
    }
}

@media (max-width: 425px) {
    .mob-cent {
        justify-self: center !important;
        text-align: center !important;
    }
}

