@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: rubik;
    src: url("../fonts/Rubik-Regular.ttf");
    font-display: swap;
}

@font-face {
    font-family: rubik_bold;
    src: url("../fonts/Rubik-Bold.ttf");
    font-display: swap;
}

* {
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    height: 100%;
    padding: 0px;
    position: relative;
    background-color: white;
    margin: 0px;
    font-size: 16px;
    font-family: rubik;
    overflow-x: hidden;
    scroll-behavior: none;
}

a, p {
    text-decoration: none;
    font-family: rubik;
    font-size: 1em;
    line-height: 1.4em;
    color: #444349;
}

.contact_box {
    z-index: 3;
}

h1, h2, h3 {
    font-family: rubik;
    font-size: 2em;
    text-align: center;
    margin: 10px auto;
    width: 100%;
    max-width: 900px;
    padding: 0 10px;
    box-sizing: border-box;
    color: #444349;
    /*z-index: 102;*/
    position: relative;
}

button {
    background: rgb(1, 131, 193);
    background: linear-gradient(93deg, rgba(1, 131, 193, 1) 0%, rgba(43, 170, 225, 1) 100%);
    width: 150px;
    height: 54px;
    border-radius: 70px;
    box-shadow: 0px 0px 20px 0 #4a7aec73;
    display: block;
    margin: 20px auto;
    border: none;
    color: white;
    font-family: rubik_bold;
}

button:hover {
    opacity: .8;
    transition: .4s;
    cursor: pointer;
}

iframe {
    border-radius: 0 !important;
}

/*POPUP*/

.modal {
    display: none;
    position: fixed;
    z-index: 103;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.6);
    justify-content: center;
    flex-direction: column;
}

.modal-content {
    background-color: white;
    margin: 0 auto;
    padding: 20px 20px 40px;
    width: 90%;
    max-width: 768px;
    max-height: 90%;
    display: flex;
    overflow-y: auto;
    text-align: center;
    justify-content: flex-start;
    flex-direction: column;
    border-radius: 7px;
    box-shadow: 0 0 27px 0 rgba(75, 81, 91, 0.15);
}

.modal-content a {
    color: #B0BB60;
    font-family: rubik_bold;
}

.modal-content p {
    text-align: right;
}

.modal-content p.title {
    font-family: rubik_bold;
    margin: 15px 0 5px;
}

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    text-align: right;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/*END POPUP*/

/*ACCESSIBILITY*/

.accessibility_btn {
    height: 44px;
    width: 44px;
    border-radius: 25px;
    position: fixed;
    background-color: #B0BB60;
    left: 10px;
    bottom: 10px;
    box-shadow: 0 0 27px 0 rgba(75, 81, 91, 0.15);
    cursor: pointer;
    z-index: 50;
}

.accessibility_btn img, .accessibility_open div img {
    width: 24px;
    height: 24px;
    margin: 10px;
}

.accessibility_btn:hover {
    background-color: #99A34F;
    transition: 0.2s;
}

.accessibility_open {
    width: 44px;
    position: fixed;
    left: 10px;
    bottom: 60px;
    background-color: #B0BB60;
    z-index: 500;
    display: none;
    border-radius: 22px;
}

.accessibility_open div {
    height: 44px;
    width: 44px;
    cursor: pointer;
    border-radius: 22px;
}

.accessibility_open > div:nth-child(1) {
    background-color: #99A34F;
    border-top: none;
}

.accessibility_open div:hover {
    background-color: #8D9740;
    transition: 0.2s;
}

.show_accessibility {
    display: block;
    text-transform: none;
    transition: .4s ease-in-out;
}

.accessibility_cotainer {
    width: 100%;
}

.accessibility_cotainer p {
    max-width: 1170px;
    width: 90%;
    box-sizing: border-box;
    line-height: 24px;
    margin: auto;
    text-align: center;
    padding: 20px 20px 0;
}

.accessibility_cotainer p.title {
    font-family: rubik_bold;
    font-size: 2em;
}

/*ACCESSIBILITY*/

/*FOOTER*/

footer {
    height: 50px;
    background: rgb(1, 131, 193);
    background: linear-gradient(93deg, rgba(1, 131, 193, 1) 0%, rgba(43, 170, 225, 1) 100%);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.powered a {
    width: 100%;
    height: 50px;
    color: white;
    line-height: 48px;
    text-align: center;
    font-size: 0.7em;
    margin: auto;
    display: block;
}

/*FOOTER*/

/*GRATITUD*/

.gratitude_box {
    width: 100%;
    height: 100vh;
    min-height: 300px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: #f8f8f8;
}

.gratitude {
    background-color: white;
    width: 90%;
    max-width: 600px;
    margin: auto;
    padding: 20px;
    border-radius: 7px;
    box-shadow: 0 0 27px 0 rgba(75, 81, 91, 0.15);
}

.gratitude p {
    font-size: 1.2em;
    line-height: 1.5em;
    text-align: center;
}

.gratitude a {
    border: none;
    font-size: 1.6em;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #FFFFFF;
    border-style: double;
    border-width: 4px 4px 4px 4px;
    width: 120px;
    height: 40px;
    background-color: #FBBB00;
    margin: 20px auto 0;
    display: block;
    line-height: normal;
}

.gratitude a:hover {
    background-color: #73a4bc;
    transition: all 0.3s ease;
}

/*END GRATITUD*/


/*INDEX*/

.about_strip {
    width: 100%;
    padding: 30px 0;
    background-color: #f8f8f8;
}

.about_strip p {
    max-width: 1170px;
    width: 90%;
    box-sizing: border-box;
    line-height: 24px;
    margin: auto;
    text-align: center;
    padding: 0 20px;
}

.about_strip a {
    text-align: center;
    margin: 15px auto;
    width: 90%;
    font-family: rubik_bold;
    max-width: 300px;
    display: block;
    color: #B0BB60;
    cursor: pointer;
}

.about_strip span {
    font-size: 2em;
    vertical-align: bottom;
    display: inline-block;
    transition: .4s;
}

.add {
    transform: rotate(135deg);
}

.add.active {
    transform: rotate(-90deg);
}

.about_strip_categories {
    width: 100%;
    padding: 30px 0;
    background-color: #eee;
    box-shadow: inset 0 0 27px 0 rgba(75, 81, 91, 0.15);
    display: none;

}

.about_strip_center {
    width: 90%;
    max-width: 992px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
}

.about_strip_center div {
    width: 100%;
    margin: 20px auto 0;
    background-color: white;
    border-radius: 7px;
    padding-bottom: 15px;
    box-shadow: 0 0 27px 0 rgba(75, 81, 91, 0.15);
}

.about_strip_center p.title {
    font-family: rubik_bold;
}

.about_strip_center p {
    width: 100%;
    max-width: 600px;
}

.about_strip_center img {
    width: 24px;
    height: 24px;
    margin: 20px auto;
}

.customers_box {
    width: 100%;
    padding: 30px 0;
    overflow: hidden;
    background-color: white;
}

.customers_box_flex {
    width: 100%;
    max-width: 1170px;
    margin: 30px auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.customers_box_flex div {
    width: 40%;
    position: relative;
    height: 150px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 0px #ccc;
    box-sizing: border-box;
    overflow: hidden;
    margin: 2% 5%;
    background-color: white;
}

.customers_box_flex div img {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.customers_box p {
    max-width: 1170px;
    width: 90%;
    box-sizing: border-box;
    line-height: 24px;
    margin: auto;
    text-align: center;
    padding: 0 20px;
}

.item {
    width: 80%;
    position: relative;
    margin: auto 10%;
    height: 150px;
    border-radius: 10px;
    box-shadow: 0 0 27px 0 rgba(75, 81, 91, 0.15);
    box-sizing: border-box;
    overflow: hidden;
    background-color: white;
}

.item img {
    width: 80% !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cost {
    padding: 30px 0;
}

.owl-carousel .owl-stage-outer {
    overflow: visible !important;
}

.owl-dots {
    display: none;
}


/*COVER*/
.cover {
    width: 100%;
    background: rgb(1, 131, 193);
    background: linear-gradient(93deg, rgba(1, 131, 193, 1) 0%, rgba(43, 170, 225, 1) 100%);
}

.cover_center {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

.cover_text {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 0;
}

.cover_img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 400px;
    margin: 30px auto;
}

.cover_img img {
    width: 100%;
    margin: auto;
}

.cover_text span {
    padding: 0;
    font-family: rubik_bold;
    font-size: 1.3em;
    line-height: 1.6em;
}

.cover_text h1, .cover_text h2 {
    font-size: 1.2em;
    line-height: 1.2em;
    color: white;
    margin: 0 auto;
    max-width: 400px;
    text-align: center;
}


/*CONTACT STRIP*/
.contact_strip {
    width: 90%;
    max-width: 992px;
    background-color: white;
    padding: 30px 0;
    margin: auto;
    position: relative;
    border-radius: 7px;
    box-shadow: 0 0 27px 0 rgba(75, 81, 91, 0.15);
    z-index: 2;
}

.contact_strip form {
    background-color: white;
    border-radius: 10px;
    margin: auto;
    width: 90%;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    max-width: 992px;
}

.contact_strip input, .contact_strip textarea {
    width: 100%;
    font-family: rubik;
    font-size: 1em;
    border-radius: 4px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    padding: 11px 10px;
    margin: 10px 0;
    direction: ltr;
    text-align: right;
}

.input_rtl {
    direction: rtl !important;
}

.contact_strip textarea {
    height: 130px;
}

.contact_strip_icons {
    display: flex;
    width: 90%;
    flex-wrap: wrap;
    max-width: 600px;
    margin: auto;
    justify-content: space-between;
}

.contact_strip_icons img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.contact_strip_icons a {
    width: 100%;
    margin: 15px auto;
    display: flex;
    flex-direction: row-reverse;
}

.contact_strip_icons p {
    line-height: 25px;
}

.contact_strip_100 {
    width: 100%;
    position: relative;
    background-color: white;
}

.scroll_contact_color {
    width: 100%;
    height: 60%;
    background: rgb(1, 131, 193);
    background: linear-gradient(93deg, rgba(1, 131, 193, 1) 0%, rgba(43, 170, 225, 1) 100%);
    position: absolute;
    left: 0;
    top: 20%;
    z-index: 1;
}


/*WHATWEDO*/
.whatwedo {
    width: 100%;
    background-color: white;
    padding: 30px 0;
}

.whatwedo p {
    text-align: center;
    width: 100%;
    margin: auto;
}

.whatwedo_strip {
    width: 90%;
    max-width: 1200px;
    margin: 15px auto;
    display: flex;
    flex-wrap: wrap;
}

.whatwedo_pic {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.whatwedo_pic img {
    width: 70%;
    margin: 30px 15%;
}

.whatwedo_text {
    width: 100%;
    text-align: right;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 30px auto;
}

.whatwedo_text p.title {
    padding: 0;
    font-family: rubik_bold;
    font-size: 1.2em;
}

.whatwedo_text p {
    max-width: 420px;
    margin: 5px auto;
    text-align: right;
    line-height: 1.4em;
}

.whatwedo_line {
    width: 90%;
    max-width: 992px;
    height: 1px;
    background: rgb(1, 131, 193);
    background: linear-gradient(93deg, rgba(1, 131, 193, 1) 0%, rgba(43, 170, 225, 1) 100%);
    margin: 50px auto;
    opacity: .1;
}

.whatwedo_text_division {
    display: flex;
    max-width: 420px;
    margin: 0 auto;
}

.whatwedo_text_division img {
    width: 20px;
    height: 20px;
    margin: 7px 0 0 15px;
}

/*INDEX*/

@media (min-width: 480px) {
}

@media (min-width: 600px) {
    .customers_box_flex div {
        width: 30%;
        margin: 2% 1.6%;
    }
}

@media (min-width: 768px) {
    /*CONTACT STRIP*/
    .contact_strip input {
        width: 32%;
    }

    .contact_strip_icons a {
        width: unset;
        margin: 15px auto;
    }

    .contact_strip_icons a:hover p {
        color: #B0BB60;
        transition: .4s;
    }

    .contact_strip_icons a:hover img {
        opacity: .5;
        transition: .4s;
    }


    /*COVER*/
    .cover_img {
        width: 50%;
    }

    .cover_text {
        width: 50%;
    }

    .cover_text span {
        font-size: 1.1em;
        line-height: 1.6em;
    }

    .cover_text h1, .cover_text h2 {
        font-size: 1.6em;
        line-height: 1.2em;
        text-align: right;
    }


    /*WHATWEDO*/
    .whatwedo_pic {
        width: 50%;
    }

    .whatwedo_text {
        width: 50%;
    }

    div.whatwedo_strip:nth-child(5) {
        flex-direction: row-reverse;
    }


    .customers_box_flex div {
        width: 23%;
        margin: 1%;
    }

    .about_strip_center div {
        width: 30%;
        margin: 30px auto 0;
    }
}

@media (min-width: 992px) {
    /*
        .sub_menu {
            display:block!important;
        }
    */
}

@media (min-width: 1200px) {
}