* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;

    width: 100%;
    height: 100%;
}

html, body {
    width: 100%;
    height: 100%;
    min-height: 700px;
    background-color: #141b21;

    font-family: 'Questrial', sans-serif;
    /* font-family: 'Abel', sans-serif; */
}

@import url(https://fonts.bunny.net/css?family=abel:400|actor:400|alegreya-sans:300,700|beau-rivage:400|questrial:400);
/*font-family: 'Abel', sans-serif;
font-family: 'Actor', sans-serif;
font-family: 'Alegreya Sans', sans-serif;
font-family: 'Beau Rivage', handwriting;*/

.pointer {
    cursor: pointer;
}

.transparent {
    background-color: transparent !important;
}

.hidden {
    display: none !important;
}

main {
    width: 100%;
    height: auto;
}

.services {
    width: 100%;
    min-height: 30em;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    background-color: #fff;

}

.services > .service {
    width: 15em;
    height: 300px;
    background-color: #141b21;
    border: 1px #efbe4e solid;
    margin-top: -10px;
    z-index: 2;
    color: #efbe4e;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
    font-family: 'Alegreya Sans', sans-serif;
    transition: 0.3s linear;
    cursor: pointer;
}

.services > .service.expanded {
    width: 20%;
}

.services > .service:hover {
    background-color: black;
    /* border: 1px #141b21 solid; */
    /* color: #141b21 !important; */
    transition: 0.3s linear;
}

.services > .service > i {
    width: auto;
    height: 20px;
    font-size: 35px;
    /* margin-top: 20px; */
    /* margin-bottom: 20px; */
}

.services > .service > h3 {
    width: auto;
    height: 20px;
    font-size: 27px;
    font-weight: 700;
    /* margin-top: 10px; */
    /* margin-bottom: 10px; */
}

.services > .service > p {
    width: auto;
    height: 20px;
    font-size: 13px;
    font-weight: 300;
    /* margin-top: 10px; */
    /* margin-bottom: 10px; */
}

.who-we-are {
    width: 100%;
    height: 30em;

    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: #141b21;
}

.who-we-are > .text {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #efbe4e;
}

.who-we-are > .text > h3 {

    text-align: center;
    padding-top: 50px;
    margin: 0px;
    font-size: 40px;
}

.who-we-are > .text > p {
    text-align: justify;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 15px;
}

.who-we-are > .image {
    width: 50%;
}

.our-services {

    width: 100%;
    min-height: 35em;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    background-color: #fff;
    border-top: 5px #efbe4e solid;
    /* background-image: url(/assets/books.jpeg); */

/*    width: 100%;
    min-height: 30em;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    background-color: #fff;
    /* background-color: #141b21; 
    border-top: 3px #2d2d2d solid; */
}

.our-services > h3 {
    text-align: center;
    padding-top: 50px;
    margin: 0px;
    font-size: 40px;
    color: #efbe4e;
    min-height: 10px;
}

.our-services > .services > .service {
}

.location {
    width: 100%;
    height: 50em;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.location > h3 {
    width: 100%;
    height: 15% !important;
    text-align: center;
    margin: 0px;
    font-size: 40px;
    color: #efbe4e;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.location > .map {
    width: 100%;
    height: 85%;
}

.location > .map > iframe {
    width: 100%;
    height: 100%;
}

.contact {
    width: 100%;
    height: 50em;

    font-family: "Nunito";
    color: #efbe4e;
    background-color: #141b21;

    display: flex;

    flex-direction: column;
    align-items: center;
    justify-content: flex-start;

}

.contact > h2 {
    text-align: center;
    padding-top: 50px;
    margin: 0px;
    font-size: 40px;
    color: #efbe4e;
    height: 15%;
}

.contact > .form {

    width: 80%;
    height: 80%;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    background-color: #fff;

}

.contact > .form > .form-group {
    width: 90%;
    height: auto;
    text-align: center;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;

    padding: 10px;
}

.contact > .form > .form-group.send {
    width: 40%;
    height: auto;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

    padding: 10px;
}

.contact > .form > .form-group > .form-label {
    width: 30%;
    height: 1em;
    font-family: "Nunito";
    color: #141b21;
}

.contact > .form > .form-group > .form-control {
    width: 70%;
    height: 4em;
    font-family: "Nunito";
    padding: 10px;
    border: 1px rgb(239, 190, 78) solid;
    /* border-radius: 3px; */
    outline: none;
    transition: 0.3s linear;
}

.contact > .form > .form-group > .form-control:hover {
    outline: none;
    box-shadow: 0px 0px 5px #efbe4e;
    transition: 0.3s linear;
}


.contact > .form > .form-group > .error {
    height: 20px;
}

.contact > .form > .form-group > .form-send {
    width: 70%;
    font-family: "Nunito";
    padding: 10px;
    background-color: #141b21;
    color: #efbe4e;
    border: 1px rgb(239, 190, 78) solid;
    border-radius: 3px;
    outline: none;
    transition: 0.3s linear;

}

.contact > .form > .form-group > .form-send:hover {
    outline: none;
    cursor: pointer;
    box-shadow: inset 10px 0px 0px 0px rgb(239, 190, 78);
    transition: 0.3s linear;
}

.contact > .form > .form-group > .error {
    width: 100%;
    font-family: "Nunito";
    font-weight: bold;
    color: #fff;
}


.social {
    width: 60px;
    height: 150px;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;

    position: fixed;

    left: 0px;
    top: 350px;
    z-index: 3;
}

.social > a {
    width: 60px;
    height: 50px;

    text-decoration: none;
    color: white;
}

.social > a > i {
    width: 100%;
    height: 100%;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

/* .social > .facebook {
    background-color: #0000cc;
    font-size: 25px;
    transition: 0.4s linear;
}

.social > .facebook:hover {
    background-color: white;
    color: #0000cc !important;
    font-size: 25px;
    transition: 0.4s linear;
}

.social > .instagram {
    background-color: #C13584;
    font-size: 25px;
    transition: 0.4s linear;
}

.social > .instagram:hover {
    background-color: white;
    color: #C13584 !important;
    font-size: 25px;
    transition: 0.4s linear;
}

.social > .phone {
    background-color: black;
    font-size: 25px;
    transition: 0.4s linear;
}

.social > .phone:hover {
    background-color: white;
    color: black !important;
    font-size: 25px;
    transition: 0.4s linear;
} */

.social > a {
    background-color: #141b21;
    font-size: 25px;
    transition: 0.4s linear;
}

.social > a:hover {
    background-color: white;
    color: #141b21 !important;
    font-size: 25px;
    transition: 0.4s linear;
}

footer {
    width: 100%;
    height: 9em;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;

    background-color: #fff;
    border-bottom: 10px #efbe4e solid;
}

footer > .footer-data {
    width: 100%;
    height: 50%;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

    padding-top: 30px;

    background-color: #fff;
}

footer > .footer-data > .contact-footer {
    width: 100%;
    color: #141b21;
    text-align: center;
}

footer > .footer-data > .contact-footer > p {
    background-color: #fff;
}

footer > .footer-data > .contact-footer > p > strong {
    color: #141b21;
    text-align: center;
}

footer > .footer-data > .contact-footer > p > a {
    color: #141b21;
    text-align: center;
}

footer > .developed-by {
    width: 100%;
    height: 50%;
    color: #000;
    background-color: #fff;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

    padding: 10px;
}

footer > .developed-by > p {
    text-align: center;
}

footer > .developed-by > a {
    color: #fff;
}

footer > .developed-by > span {
    width: 10em;
    height: auto;
    color: #fff;
}


@media screen and (max-width: 1050px) {

    .hide-lg {
        display: none !important;
    }

}

@media screen and (max-width: 800px) {

    .hide-md {
        display: none !important;
    }

    .show-md {
        display: inline-block !important;
    }

    .who-we-are > .text {
        width: 100%;
    }

    .our-services > h3 {
        padding-bottom: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .contact > .form > .form-group {
        width: 90% !important;
    }

    .contact > .form > .form-group > .form-send {
        width: 90%;
    }

}

@media screen and (max-width: 700px) {
    .social {
        top: 300px;
    }

}

@media screen and (max-width: 650px) {

    .hide-sm {
        display: none !important;
    }

    .show-sm {
        display: inline-block !important;
    }

    .services {
        padding: 0px;
    }

    .services > .service {
        width: 80%;
    }

    .who-we-are > .text > p {
        padding-left: 30px;
        padding-right: 30px;
    }

    .contact > .form > .form-group {
        width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        padding-bottom: 0px;
    }

    .contact > .form > .form-group > .form-label {
        width: 100%;
        text-align: left;
        margin-bottom: 5px;
    }

    .contact > .form > .form-group > .form-control {
        width: 100%;
        height: 40px;
    }

    .contact > .form > .form-group > .form-send {
        width: 100%;
    }

    footer {
        height: 12em;
    }

    footer > .footer-data > .contact-footer > p {
        padding-left: 10px;
        padding-right: 10px;
    }

}

@media screen and (max-width: 500px) {

    .hide-xs {
        display: none !important;
    }

    .show-xs {
        display: inline-block !important;
    }

}


@media screen and (max-width: 390px) {
}
