/* From Uiverse.io by satyamchaudharydev */
.buth {
    --primary-color: #688a41;
    --secondary-color: #fff;
    --hover-color: #737373;
    --arrow-width: 10px;
    --arrow-stroke: 2px;
    box-sizing: border-box;
    border: 0;
    border-radius: 20px;
    color: var(--secondary-color);
    padding: 1em 1.8em;
    background: var(--primary-color);
    display: flex;
    transition: 0.2s background;
    align-items: center;
    gap: 0.6em;
    font-weight: bold;
}


.buth h4 {
    font-family: "pf-marlet-display", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 19px;
    color: #fff;

}


.buth h4::before {
    font-family: "pf-marlet-display", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 19px;
    color: #222;

}

.buth .arrow-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.buth .arrow {
    margin-top: 1px;
    width: var(--arrow-width);
    background: var(--primary-color);
    height: var(--arrow-stroke);
    position: relative;
    transition: 0.2s;
}

.buth .arrow::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    border: solid var(--secondary-color);
    border-width: 0 var(--arrow-stroke) var(--arrow-stroke) 0;
    display: inline-block;
    top: -3px;
    right: 3px;
    transition: 0.2s;
    padding: 3px;
    transform: rotate(-45deg);
}

.buth:hover {
    background-color: var(--hover-color);
}

.buth:hover .arrow {
    background: var(--secondary-color);
}

.buth:hover .arrow:before {
    right: 0;
}

/* 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: #330100;
    color: #fff;
    border: 3px solid #330100;

    font-family: "proxima-nova", sans-serif;
    font-weight: 800;
    font-style: normal;
    /*
    font-family: "futura-pt-bold", sans-serif;
    font-weight: 700;
    font-style: normal;
*/
}

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

.butt:hover span {
    font-family: "proxima-nova", sans-serif;
    font-weight: 800;
    font-style: normal;
    /*
    font-family: "futura-pt-bold",
    sans-serif;
    font-weight: 700;
    font-style: normal;
*/
    color: #fff;
}

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

.butt::before {
    content: "";
    /*    border: 3px solid #cccccc;*/
    background: #2b7b3a;
    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);
}

/* From Uiverse.io by vinodjangid07 */
.submitBtn {
    width: 145px;
    height: 40px;
    border-radius: 30px;
    border: none;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.13);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 600;
    cursor: pointer;
    color: white;
    background: linear-gradient(to left, rgb(230, 43, 74), rgb(244, 134, 71));
    letter-spacing: 0.7px;
}

.submitBtn:hover .arrow {
    animation: slide-in-left 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@keyframes slide-in-left {
    0% {
        transform: translateX(-10px);
        opacity: 0;
    }

    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

.submitBtn:active {
    transform: scale(0.97);
}

.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: 300px) {
    .roof .workspace .element {
        align-self: left;
        justify-self: left;
    }

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

.colorback {
    padding: 30px 0px;
    background-color: #2A5062;
    color: #19174e;
}

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

.colorback h2 {
    color: #fff;
}

.colorback h1 {
    color: #222;
}

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

}

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

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

hr:before,
hr:after {
    content: '';
    display: block;
    position: absolute;
    background: #2A5062;
    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;
}


.zoom {
    transition: transform .2s;
}

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


.cardyc {

    /*    border: 3px solid #737373;*/
    padding: 32px;
    border-radius: 5px;
    background-color: #2A5062;
    box-shadow: 4px 5px 17px -4px #222;




}

.cardyc b {

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

}

.cardyc h1 {

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

}

.cardyc p,
.cardyc li {

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

}

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


.imageback {
    padding: 80px 0px;
    background-image: url("../img/imageback.jpg");
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}


.imageback2 {
    padding: 120px 0px;
    background-image: url("../img/imageback2.jpg");
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

.imageback h1 {
    color: #2A5062;
}

.imageback p {
    color: #2A5062;
    font-weight: 600;
}

.imageback .boxwhite {
    padding: 1.5em;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    min-height: 274px;
}

@media(max-width: 768px) {
    .imageback .boxwhite {
        min-height: 100px;
    }

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


    .bg-white p,
    .bg-white li {
        color: #fff;
    }

    .bg-white b {
        color: white;
        justify-items: center;
        align-self: center;
        font-weight: 900;

    }


    .bg-white h1 {
        color: #688a41;
    }

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

    .butty {
        transition: all 0.3s ease-in-out;
        /*    font-family: "Dosis", sans-serif;*/
    }

    .butty {
        border-radius: 50px;
        background-color: #3eaf73;
        box-shadow: 0 20px 20px -6px #222;
        outline: none;
        cursor: pointer;
        border: none;
        font-size: 24px;
        color: white;
        /*    position: absolute;*/
        padding: 15px;
    }

    .butty:hover {
        transform: translateY(3px);
        box-shadow: none;
    }

    .butty:active {
        opacity: 0.5;
    }

    /* From Uiverse.io by iZOXVL */
    .boton-elegante {
        padding: 15px 30px;
        border: 2px solid #2c2c2c;
        background-color: #1a1a1a;
        color: #ffffff;
        font-size: 1.2rem;
        cursor: pointer;
        border-radius: 30px;
        transition: all 0.4s ease;
        outline: none;
        position: relative;
        overflow: hidden;
        font-weight: bold;
    }

    .boton-elegante::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(circle,
                rgba(255, 255, 255, 0.25) 0%,
                rgba(255, 255, 255, 0) 70%);
        transform: scale(0);
        transition: transform 0.5s ease;
    }

    .boton-elegante:hover::after {
        transform: scale(4);
    }

    .boton-elegante:hover {
        border-color: #227ae8;
        background: #333333;
    }



    .imgicon {
        max-height: 40px;
        font-size: 40px;
    }

    .contactimgicon {
        max-height: 20px;
        grid-row: 1;
        border-right: solid 1px;
        padding-right: 12px;
        color: #d8cb9d;
    }

    /* Visor Hover Box */
    /* OPEN ALCHEMY.CSS AND REMOVE COL-4 FROM LINE 174 (min-width:992px query) */

    .visor {
        position: relative;
        width: 100%;
        /* usually 90, if no space then 100 */
        /* max-width: 400px; remove if using outside of page-content for full screen */
        background-color: #222831;
        /* only if using outside of page-content */
        overflow: hidden;
    }

    .visor .visor-overlay {
        background: #222831a5;
        /* Colour of text overlay */
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        opacity: 0;
        -webkit-transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s;
    }

    .visor:hover .visor-overlay {
        opacity: 1;
    }

    .visor-img {
        width: 100%;
        height: 100%;
    }

    .visor-contents {
        position: absolute;
        text-align: center;
        padding-left: 1em;
        padding-right: 1em;
        width: 100%;
        top: 50%;
        left: 50%;
        opacity: 0;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
    }

    .visor-contents p,
    .visor-contents h3 {
        color: #fff;
        justify-self: center;
        align-self: center;
        text-align: center;
    }

    .visor:hover .visor-contents {
        top: 50%;
        left: 50%;
        opacity: 1;
    }

    .visor-close {
        top: 20%;
    }

    .visor,
    .visor:before,
    .visor:after {
        margin: 0;
        padding: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    /* From Uiverse.io by reshades */
    .butte {
        font-family: "brevia", sans-serif;
        font-weight: 800;
        font-style: italic;
        background-color: #ffffff00;
        color: #fff;
        width: 160px;
        height: 2.9em;
        border: #b5c3ba 0.2em solid;
        border-radius: 11px;
        text-align: right;
        transition: all 0.6s ease;
    }

    .butte:hover {
        background-color: #b5c3ba;
        cursor: pointer;
    }

    .butte svg {
        width: 1.6em;
        margin: -0.2em 0.3em 1em;
        position: absolute;
        display: flex;
        transition: all 0.6s ease;
    }

    .butte:hover svg {
        transform: translateX(5px);
    }

    .text {
        margin: 0 1.5em
    }

    /* CSS Document */
    .socials {
        display: grid;
        justify-content: center;
        align-items: center;
        height: 100px;
    }

    @media(max-width: 768px) {
        .social-list {
            display: block !important;
        }

        .socials {
            height: auto;
        }

        .socials p {
            margin-bottom: 15px;
        }
    }

    .social-list {
        position: relative;
        display: grid;
        gap: 25px;
        gap: 25px;
        text-align: -webkit-center;
    }

    .social-list p {
        background-color: #222831;
        position: relative;
        list-style: none;
        width: 60px;
        height: 60px;
        border-radius: 60px;
        cursor: pointer;
        display: grid;
        justify-items: center;
        align-items: center;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        transition: 0.5s;
        grid-row: 1;
    }

    .social-list p:hover {
        width: 180px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0);
    }

    .social-list p::before {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: 50px;
        background: linear-gradient(45deg, var(--i), var(--j));
        opacity: 0;
        transition: 0.5s;
    }

    .social-list p:hover::before {
        opacity: 1;
    }

    .social-list p::after {
        content: '';
        position: absolute;
        top: 10px;
        width: 100%;
        height: 100%;
        border-radius: 60px;
        background: linear-gradient(45deg, var(--i), var(--j));
        opacity: 0;
        transition: 0.5s;
        z-index: -1;
        filter: blur(6px);
    }

    .social-list p:hover::after {
        opacity: 0.5;
    }

    .social-list p .icon {
        color: #fff;
        font-size: 1.75em !important;
        transition: 0.5s;
        transition-delay: 0.25s;
    }

    .social-list p:hover .icon {
        transform: scale(0);
        font-size: 1.75em;
        transition-delay: 0.25s;
    }

    .social-list p span {
        position: absolute;
    }

    .social-list p .social-name {
        color: #fff;
        font-size: 1.1em !important;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        transform: scale(0);
        transition: 0.5s;
        transition-delay: 0s;
    }

    .social-list p:hover .social-name {
        transform: scale(1);
        transition-delay: 0.25s;
    }

    .custom-shape-divider-bottom-1738066233 {
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
        overflow: hidden;
        line-height: 0;
        transform: rotate(180deg);
    }

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

    .custom-shape-divider-bottom-1738066233 .shape-fill {
        fill: #FC9C35;
    }


    .btn2 {
        transition: all 0.3s ease-in-out;
        font-family: "Dosis", sans-serif;
    }

    .btn2 {
        width: 150px;
        height: 60px;
        border-radius: 50px;
        background-color: #222;
        box-shadow: 0 20px 20px -6px #222;
        outline: none;
        cursor: pointer;
        border: none;
        font-size: 24px;
        color: white;
    }

    .btn2:hover {
        transform: translateY(3px);
        box-shadow: none;
    }

    .btn2:active {
        opacity: 0.5;
    }
