.bcg {
    background-color: #F6F6F6;
}

.dropdown,
a.menu,
a.menu:hover,
a.menu:active {
    position: relative;
    display: inline-block;
    color: #fff;
    margin: 0 0.6em;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
}

div.dropdown>a {
    color: white;
}

.dropdown.menu-space:hover {
    color: #FF470D;
}

a.menu.menu-space {
    margin-top: 12px;
}

.dropdown.menu-space {
    margin-top: 12px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 10px;
    z-index: 1;
    color: #432A38;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    font-family: 'IBM Plex Sans';

}

div.dropdown-content>p>a {
    margin: 5px 10px;
    color: #432A38;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    font-family: 'IBM Plex Sans';
}

div.dropdown-content>p:last-child {
    margin-bottom: 5px;
}

.dropdown:hover .dropdown-content,
.dropdown:active .dropdown-content,
.dropdown:focus .dropdown-content {
    display: inline-block !important;
    /* margin: 15% 0 0 -100%; */
}

.space {
    margin-bottom: 30px !important;
}

input[type="search"] {
    color: #fff;
    min-width: 320px;
    max-width: 80vw;
    min-height: 40px;
    border-radius: 20px;
    background-color: transparent;
    border: 2px solid #fff;
    outline: none;
    padding-left: 10px;
}

::placeholder {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 15.6px;
}

.castom-input {
    position: relative;
}

.castom-input:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto 0;
    width: 25px;
    height: 25px;
    background: url('../img/icons/search.svg') no-repeat;
    background-size: cover;
}

.castom-input>input {
    width: 100%;
    height: 25px;
    padding-left: 50px;
}

.white-text {
    color: #fff !important;
}

.orange-button {
    background: linear-gradient(254.29deg, #FF650C 14.47%, #EE3B01 81.37%) !important;
    text-transform: none !important;
}

.orange-button:hover {
    color: #fff !important;
}

.big-button {
    width: 20em;
}

.middle-button {
    width: 12em;
    display: flex;
    justify-content: right;
}

.submit-orange-button {
    display: flex;
    justify-content: right;
}

.footer-flex-container {
    display: flex;
    justify-content: space-around;
}

.footer-text {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px !important;
    text-align: center;
}

.class-centred {
    text-align: center;
}

.footer-text {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
}

.footer-copy-text {
    font-family: 'IBM Plex Sans';
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;

}

a:hover,
a:focus {
    color: #FF470D !important;
}

.icon-social {
    display: inline-block !important;
    margin-right: 0.5em;
    width: 24px !important;
    height: 24px !important;
    background-size: cover !important;
    text-align: left;
}

button.icon-accordion {
    display: inline-block !important;
    margin-right: 0.5em;
    width: 24px !important;
    height: 24px !important;
    background-size: cover !important;
    text-align: left;
    /* background-image: url(../img/icons/accordion-plus.svg); */
    position: absolute;
    top: 75px;
    right: 0;
}

.twitter-size {
    width: 22.71px !important;
    height: 18.46px !important;
}

.instagram-size {
    width: 21px !important;
    height: 21px !important;
}

.icon-facebook {
    background-image: url(../img/icons/social/facebook.svg);
}

.icon-facebook:hover,
.icon-facebook:focus {
    background-image: url(../img/icons/social/facebook-orange.svg);
}

.icon-arrow-down {
    display: inline-block !important;
    margin-left: 0.3em;
    width: 12px !important;
    height: 8px !important;
    background-image: url(../img/icons/arrow-down.svg);
}

.icon-twitter {
    background-image: url(../img/icons/social/twitter.svg);
}

.icon-twitter:hover,
.icon-twitter:focus {
    background-image: url(../img/icons/social/twitter-orange.svg);
}

.icon-instagram {
    background-image: url(../img/icons/social/instagram.svg);
}

.icon-instagram:hover,
.icon-instagram:focus {
    background-image: url(../img/icons/social/instagram-orange.svg);
}

.footer-space {
    margin-top: 2%;
}

.flex-container {
    position: absolute;
    right: 8em;
    top: 1em;
}

.dropdown-content {
    margin-top: 32px;
    margin-left: -190px;
}

@media only screen and (max-width: 993px)and (max-width: 768px) {
    .additional-space {
        display: inline-block;
        margin-bottom: 80px !important;
    }
}

@media only screen and (max-width: 993px) {
    .mt-5.space-container {
        margin: 0 !important;
    }

    /* h3.orange-weeks {
        margin-top: 5px !important;
    } */

    .dropdown-content {
        margin-top: 32px;
        margin-left: -190px;
    }


    .orange-weeks {
        margin-top: 15% !important;
    }

    .space-container {
        margin-bottom: 40% !important;
    }

    /* .space-container {
        margin-top: 90px !important;
        margin-bottom: 340px !important;
    } */



    .embeded-block {
        position: absolute;
        top: 25% !important;
        left: 10% !important;
    }

    a.embeded-link {

        text-align: center !important;
    }

    .embeded-image-block {
        /* min-height: 488px;
        max-height: 488px;
        background-image: url(../img/embeded-img/embeded-img-building.png);
        background-repeat: no-repeat; */
        background-size: cover !important;
        background-position: left bottom !important;
        /* margin-bottom: -2rem; */
    }

    a.menu.menu-space {
        display: block;
    }

    div#navbar_global {
        min-height: 100vh !important;
        min-width: 100%;
    }

    .show {
        background-color: #432A38 !important;
    }

    .mobile-invisible {
        display: none;
    }

    div#navbar_global {
        margin: 0;
        /* width: 100vw; */
    }

    .menu-close-btn {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        position: absolute;
        right: 20px;
        top: 20px;
        text-align: center;
        cursor: pointer;
    }

    .close-icon {
        font-size: 30px;
        line-height: 40px;
        color: #000;
        text-shadow: 0px 0px 1px #000;
    }

    .menu-close-btn:hover .close-icon {
        color: #fff;
        text-shadow: 0px 0px 1px #fff;
    }

    .navbar-collapse .navbar-toggler :nth-child(1) {
        background-color: transparent;
        background-image: url(../img/icons/x.svg);
        transform: rotate(0deg) !important;
        width: 22px !important;
        height: 22px !important;
    }

    .collapse-close {
        float: right;
    }

    .navbar-toggler {
        float: right;
    }

    .heading-links {
        position: absolute;
        top: 75%;
        left: 50%;
        transform: translateX(-50%);
    }

    a.menu.menu-space {
        margin: 1.2em;
    }

    .dropdown:hover,
    .dropdown:active {
        margin-bottom: 150px;
    }

    input[type="search"] {
        margin-top: 60px;
    }

    .card-app {
        width: auto !important;
        height: auto !important;
    }

    .card-app img {
        width: 100% !important;
        height: auto !important;
        /* position: relative; */
        /* z-index: 1; */
    }

    .footer-flex-container {
        display: flex !important;
        justify-content: space-around !important;
    }
}

.btn-wrapper.mt-5 {
    display: flex;
    justify-content: center;
}

.text-lg-center:focus,
.text-lg-center:active .text-lg-center:active {
    color: #fff !important;
}

@media only screen and (max-width: 768px) {
    .submit-orange-button {
        justify-content: center;
    }

    /* 
    p.step-text {
        min-width: 110%;
    } */
}

@media only screen and (max-width: 470px) and (min-width: 340px) {
    .space-container {
        margin-bottom: 60% !important;
    }
}



@media only screen and (max-width: 992px) {
    .form-wrap {
        padding: 1em !important;
    }
}

@media only screen and (min-width: 993px) {
    .wrap-container2 {
        display: flex;
        flex-wrap: nowrap;
    }

    div#navbar_global {
        position: relative;
    }

    .wrap-container1 {
        position: absolute;
        right: 0;
        top: 2%;
    }

    .wrap-container2 {
        position: absolute;
        right: 0;
        top: 200%;
    }

    .heading-links {
        display: inline-block;
        margin: 0.3em;
    }

    .orange-button {
        margin: 0 0 0 35px;
        display: flex;
        justify-content: center;
    }

    .mt-5.space-container {
        margin: 0 !important;
    }
}



.colum-start {
    align-self: flex-start;
    margin-top: 10%;
}

.centred-button {
    display: flex !important;
    justify-content: center !important;
}

@media only screen and (max-width: 365px) {
    input[type="search"] {
        min-width: 90vw !important;
        margin: 0 0 0 -5% !important;
    }

    .space-container {
        margin-bottom: 70% !important;
    }

}

.accordion {
    width: 100%;
}

.accordion-header {
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    font-family: 'IBM Plex Sans';
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #432A38;
}

.accordion-content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    /* background-color: white; */
    font-family: 'IBM Plex Sans';
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    color: #432A38;
}

.accordion-content.open {
    display: block;
    padding-bottom: 32px;
}

.bottom-border {
    border-bottom: 2px solid #8D7291 !important;
    margin: 0 20px 10px 20px !important;
}

#content1:target,
input[type="checkbox"]:checked~#content1 {
    display: block;
}

h2.orange-heading-text {
    font-family: 'IBM Plex Serif' !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 36px !important;
    line-height: 47px !important;
    color: #FF470D !important;
    margin-bottom: 15px;
}

h2.orange-heading-text.space {
    padding-left: 15px;
}


.accordion-header::before {
    content: url(../img/icons/accordion-minus.svg);
    width: 24px;
    height: 24px;
    float: right;
}

.accordion-header.open::before {
    content: url(../img/icons/accordion-plus.svg);
}

div.accordion-content>a {
    color: #432A38 !important;
    text-decoration: underline !important;
}

.heading-orange-link {
    font-family: 'IBM Plex Sans' !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 23px !important;
    text-align: center !important;
    text-decoration-line: underline !important;
    /* color: #FF470D !important; */
    float: right !important;
    /* margin-bottom: 0 !important; */
}

p.main-text {
    font-family: 'IBM Plex Sans' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    line-height: 20px !important;
    color: #000000 !important;
    margin-bottom: 6%;
}

.card-app {
    width: 300px;
    /* 300px; */
    height: 410px;
    border: 1px solid #ccc;
    overflow: hidden;
    box-shadow: 2px 2px 10px #ccc;
}

.card-app img {
    width: auto;
    height: 50%;
    position: relative;
}

.card-app-img-text {
    position: absolute;
    color: white;
    top: 0;
    left: 0;
    font-family: 'IBM Plex Serif';
    font-weight: 500;
    font-size: 48px;
    line-height: 62px;
    color: #FFFFFF;
}

.card-app-content {
    padding: 27px;
    background-color: #fff;
    height: 100%;
}

.card-app-content h2 {
    margin: 0;
    font-size: 22px;
    font-weight: bold;
}

.card-app-content p {
    margin: 10px 0;
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    color: #000000;
}

.card-app-link {
    display: block;
    margin-top: 10px;
    text-align: right;
    font-size: 18px;
    text-decoration: none;
    color: #007bff;
    font-family: 'IBM Plex Sans';
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    text-decoration-line: underline;
    color: #FF470D;
}

.card-overflow-text {
    font-family: 'IBM Plex Serif';
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 62px;
    color: #FFFFFF;
    position: absolute;
    top: 3%;
    left: 10%;
    padding: 5px;
}

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:wght@400;700&display=swap');

.bg-heading-text {
    font-family: 'IBM Plex Serif' !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 48px !important;
    line-height: 62px !important;
    color: #FFFFFF !important;
    text-align: left !important;
}

.bg-text {
    font-family: 'IBM Plex Sans' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 18px !important;
    color: #FFFFFF;
}

.white-board-wrap {
    width: auto;
    /* height: 718px; */
    background-color: #fff;
    /* border: 2px solid black; */
    align-self: flex-start;
    padding: 80px 38px;
}

.white-board-heading {
    font-family: 'IBM Plex Serif';
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 47px;
    color: #432A38;
    margin-bottom: 25px;
}

.white-board-subtitle {
    font-family: 'IBM Plex Sans';
    font-style: normal !important;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #432A38;
    margin-top: 25px;
    margin-bottom: 15px;
}

.white-board-subtitle:last-child {
    margin-top: 45px;
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]+label:before {
    content: url('../img/icons/checkbox-outline.svg');
    border: none;
    display: inline-block;
    margin-right: 10px;
}

input[type="checkbox"]:checked+label:before {
    content: url('../img/icons/checkbox-checked.svg');
    border: none;
    display: inline-block;
    margin-right: 10px;
}

h3.orange-weeks {
    font-family: 'IBM Plex Serif';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
    color: #FF470D;
    padding-left: 10px !important;
    margin-bottom: 5px;
}

.icon-services {
    display: inline-block !important;
    margin-right: 0.5em;
    width: 64px !important;
    height: 64px !important;
    background-size: cover !important;
    padding-left: 25px;
}

.pencil {
    background: url('../img/services/pencil.svg') no-repeat;
}

.icon-container {
    position: relative;
    height: 200px;
    padding-left: 15px;
}

.icon-services {
    position: absolute;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
}

.icon1 {
    top: 0;
    background-image: url(../img/services/pencil.svg);
    background-color: #F6F6F6;
}

.icon2 {
    bottom: 25px;
    background-image: url(../img/services/media.svg);
    background-color: #F6F6F6;
}

.icon3 {
    top: 0;
    background-image: url(../img/services/pdf.svg);
    background-color: #F6F6F6;
}

.icon4 {
    bottom: 125px;
    background-image: url(../img/services/speaker.svg);
    background-color: #F6F6F6;
}

.icon5 {
    bottom: 25px;
    background-image: url(../img/services/database.svg);
    background-color: #F6F6F6;
}

/* 
.icon-container:hover .icon1 {
    display: none;
    background-image: url(../img/services/pencil-hover.svg);
}

.icon-container:hover .icon2 {
    display: block;
    background-image: url(../img/services/media-hover.svg);
}

.icon-container:hover .icon3 {
    display: none;
    background-image: url(../img/services/pdf-hover.svg);
}

.icon-container:hover .icon4 {
    display: block;
    background-image: url(../img/services/speaker-hover.svg);
} */

/* .icon-container:hover .icon5 {
    display: none;
    background-image: url(../img/services/database-hover.svg);
} */

/* .icon5:hover {
    display: none;
    background-image: url(../img/services/database-hover.svg);
} */

.timeline {
    position: relative;
    margin: 10px 0;
    padding: 0;
    list-style: none;
    counter-reset: section;
}


.timeline:before {
    content: '';
    position: absolute;
    top: 63px;
    bottom: 88px;
    width: 1px;
    background: #FF470D;
    left: 32px;
    margin: 0;
}

.timeline>li {
    position: relative;
    margin-right: 10px;
    box-sizing: border-box;
    padding-left: 90px;
}

.timeline>li:before,
.timeline>li:after {
    display: block;
}

.timeline>li:before {
    counter-increment: section;
    content: counter(section);
    width: 70px;
    height: 70px;
    position: absolute;
    top: 0;
    border-radius: 50%;
    left: -1px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: transparent;
    font-size: 22px;
    font-weight: bold;
    box-sizing: border-box;
}

.timeline>li:after {
    clear: both;
}

h4.steps {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #432A38;
    margin-top: 0;
}

p.step-text {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    color: #432A38;
}

.embeded-image-block {
    height: 488px;
    min-height: 488px;
    max-height: 488px;
    width: auto;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    overflow: auto;
    background-size: 100% 100%;
    margin: 3rem;
    margin-top: 190px !important;
}

.LRD {
    background-image: url(../img/embeded-img/embeded-img-building.png);
}

.SID {
    background-image: url(../img/embeded-img/SID.png);
}

.SHD {
    background-image: url(../img/embeded-img/SHD.png);
}

.embeded-block {
    position: absolute;
    top: 25%;
    left: 40%;
}

.embeded-image-block:hover {
    box-shadow: 0 0 0 400px rgb(67 42 56 / 43%) inset;
    /* background-color: #432A38;
    filter: brightness(80%);
    z-index: 0; */
}

.no-hover {
    /* background-color: inherit !important;
    filter: brightness(100%) !important; */
    z-index: 4;
}

h2.embeded-heading {
    font-family: 'IBM Plex Serif';
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 47px;
    color: #FFFFFF;
}

p.embeded-text {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    margin-top: 35px;
    margin-bottom: 35px;
}

a.embeded-link {
    background: #FFFFFF;
    border-radius: 25px;
    padding: 12px 50px;
    font-family: 'IBM Plex Sans';
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: #432A38;
}

.space-container {
    margin-top: 3%;
    margin-bottom: 10%;
}

.video {
    height: auto;
    width: 75%;
    margin: 0 auto;
}

.orange-button.spaced {
    margin: 70px auto !important;
}

.photo-sized {
    height: auto;
    width: 100%;
}

.card-horizontal {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    margin-bottom: 70px;
}

.card-horizontal-img-right {
    width: 55%;
    height: auto;
    max-height: 340px;
}

.card-horizontal-text {
    padding: 1rem;
    width: 45%;
    background-color: white;
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 0.8 !important;
    padding: 7% 4%;
    color: #000000;
    max-height: 340px;
}

.card-horizontal-link {
    display: block;
    margin-top: 1rem;
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    text-align: left;
    text-decoration-line: underline;
    color: #FF470D;
}



@media (max-width: 414px) and (min-width: 341px) {
    section.embeded-image-block.LRD {
        margin-top: 250px !important;
    }

    .embeded-image-block {
        margin-top: 280px !important;
    }

    h3.orange-weeks {
        margin-top: 130px !important;
    }
}

@media (max-width: 341px) {
    section.embeded-image-block.LRD {
        margin-top: 395px !important;
    }

    a.embeded-link {
        padding-left: 15px;
        padding-right: 15px;
    }

    ul.timeline {
        margin-bottom: 190% !important;
        margin-top: 40px !important;
    }

    h3.orange-weeks {
        display: inline-block;
    }


}

.mt-5.space-container {
    display: inline-block;
}

@media (max-width: 992px) {
    .card-horizontal {
        flex-direction: column;
    }

    .card-horizontal-img-right {
        width: 100%;
        height: auto;
    }

    .card-horizontal-text {
        width: 100%;
    }
}

.card-horizontal-overflow-text {
    font-family: 'IBM Plex Serif';
    font-weight: 500;
    font-size: 36px;
    line-height: 47px;
    color: #FFFFFF;
    position: absolute;
    top: 2%;
    left: 3%;
    padding: 5px;
}

.form-style {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.contacts-input {
    border: 1px solid #E8E8E8 !important;
    box-shadow: none !important;
    border-radius: 50px !important;
    background-color: transparent !important;
    max-height: 39px !important;
    padding-right: 12px;
}

span.input-group-text.small-size {
    max-height: 39px;
    background-color: transparent;
}

.small-input-size {
    max-height: 37px;
}

.textarea-contacts {
    resize: none !important;
}

input[type="checkbox"].gray-input+label:before {
    content: url('../img/icons/gray-checkbox.svg');
    border: none;
    display: inline-block;
    margin-right: 10px;
}

input[type="checkbox"].gray-input:checked+label:before {
    content: url('../img/icons/checkbox-checked.svg');
    border: none;
    display: inline-block;
    margin-right: 10px;
}

.fieldset-contacts {
    margin-left: 5px;
    padding-left: 5px;
}

#menu {
    list-style: none !important;
    list-style-type: none !important;
    margin: 0;
    padding: 0;
}

#menu>li {
    float: left;
    position: relative;
    color: green;
}

#menu a {
    display: block;
    padding: 10px 16px;
    text-decoration: none;
}

#menu ul {
    position: absolute;
    display: none;
    z-index: 1;
    background-color: #fff;
    padding-left: 0;
    margin: 17px;
    width: 170px;
}

#menu>li:hover>ul {
    display: block;
    color: #432A38 !important;
}

#menu ul ul {
    top: 0;
    left: 100%;
}

.accelerated.box {
    transition: transform 750ms;
    will-change: transform;
    /* background: slateblue; */
}

.accelerated.box:hover,
.accelerated.box:focus {
    transform: translateY(10px);
}

.janky.box {
    transition: margin-top 750ms;
    will-change: margin-top;
}

.janky.box:hover,
.janky.box:focus {
    margin-top: 10px;
}

.drible {
    will-change: transform;
    transition: transform 450ms;
}

.drible:hover {
    transition: transform 150ms;
    transform: translateY(-10px);
}

.search-icon {
    padding-left: 45px !important;
    background-position: 4% 55% !important;
    background: url("../img/icons/search.svg") no-repeat left;
    background-size: 20px !important;
}