h1,
h1.display-5 {
    color: #fff !important;
}

a.read-more-link {
    color: #dc661f;
}

/* a,
.btn-link {
    color: #dc661f !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
} */

.logo {
    width: 210px;
    height: 67px;
}

.change-select {
    background-color: transparent !important;
    border: none !important;
}

main {
    /* make sure to cover the screen */
    min-height: 100vh;

    /* need a solid bg to hide the footer */
    background: white;

    /* put on top */
    position: relative;
    z-index: 10;
}


.footer-section {

    /* place on the bottom */
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: min-content;



}

.logo img {
    width: 100%;
    height: 100%;
}


.animate-element {
    list-style: none;
    width: 100%;
    height: 100%;
    right: 0;
}

.animate-element li {
    position: absolute;
    height: 100%;
    width: 100%;
}

@media (min-width: 991px) and (max-width: 1560px) {
    .animated-hero-1 .type-0 {
        top: -100px;
    }

}

.animated-hero-1 .type-0 {
    right: -110px;
    /* top: -160px; */
}

.btn-primary {
    background-color: #c42217;
    border-color: #c42217;
    box-shadow: 0 11px 18px -8px rgb(196 34 23 / 60%);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: #f3b624 !important;
    color: #000 !important;
    border-color: #f3b624 !important;
}

h1.fze {
    font-size: 2rem;
}

.hero-section {
    background-color: #dc671f9f !important;
}

.btn-outline-light {
    border-color: #c42217;
    color: #c42217;
}

.section-heading h2 {
    color: #dc661f;
}

.mb-32 h2 {
    color: #dc661f;
}

.cta-card {
    background-color: #c42217 !important;
}

.cta-card h3,
.cta-card p {
    color: #fff !important;
}

span.text-primary {
    color: #f3b624 !important;
}

.process-card:hover .process-icon {
    background-color: #c42217 !important;
}

.footer-section div.bg-dark {
    background-color: #333141 !important;
}

h4.text-primary {
    color: #c42217 !important;
}


/******************************* FEATURE SECTION ***************************************/

.drop-heading {
    padding-left: 0 !important;
}

ul.nav-2,
ul.nav-3 {
    list-style-type: none;
    border: none;
    width: 88%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 100px;
    padding: 25px 35px;
    /* margin-bottom: 60px; */
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
    flex-wrap: nowrap;
}

ul.nav-3 {
    width: 85%;
    padding-left: 0;
    padding-right: 0;
}

.nav-2 li,
.nav-3 li {
    background-color: transparent;
    text-align: center;
    padding: 0 10px;
    border-right: 1px solid #dddfe1;
}

.nav-3 li {
    padding: 0;
}

.nav-2 li:last-child,
.nav-3 li:last-child {
    border-right: none;
}

ul.nav-2 li a,
ul.nav-3 li a {
    background-color: transparent;
    border: none;
    color: #202122;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

ul.nav-3 li a {
    font-size: 13px;
}

.nav-2 li a.active,
.nav-2 li a:hover,
.nav-3 li a.active,
.nav-3 li a:hover {
    color: #dc661f;
    /* background-color: transparent;
    border: white; */
}

.nav-2 li svg,
.nav-3 li svg {
    width: 50px;
    margin-bottom: 10px;
    fill: #dc661f;
}

.nav-2 li a:hover svg,
.nav-3 li a:hover svg {
    fill: #dc661f;
}

.feature-tab-section,
.feature-tab-section-3,
.feature-tab-section-2 {
    height: 900px;
    margin: 40px 0;
    padding-top: 30px !important;
    padding-bottom: 300px !important;
    /* overflow: hidden; */
    overflow: hidden;
}

.feature-tab-section-2,
.feature-tab-section-3 {
    height: 500px;
    position: relative;
    top: 70%;
    left: 50%;
    transform: translateX(-50%);
}

.feature-tab-section-3 {
    height: 550px !important;
}

/* .feature-tab-section-3 ul.feature-tab-list-2 li.nav-item:hover a{

} */

ul.fze li a {
    font-size: 20px !important;
}


/* section.feature-tab-list-2 li a.nav-link{
    background: transparent !important;
    border: none !important;
} */

li.bs-width a {
    /* width: fit-content; */
    font-size: 20px;
    text-align: center;
}

li.bs-width:last-child a {
    /* width: fit-content; */
    font-size: 18px;
}

.feature-tab-section-2 ul li.nav-item:hover a {
    background-color: #c42217;
    color: #fff;
}

section.feature-tab-section-2 .feature-tab-list-2 li a {
    border: 2px solid rgba(216, 216, 216, 0.2);
    background: rgba(216, 216, 216, 0.25);
}

section.feature-tab-section-3 .feature-tab-list-2 li.nav-item a {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

section.feature-tab-section-3 .feature-tab-list-2 li.nav-item a.active {
    color: #ec7323;
    border-bottom: 1px solid #ec7323;
}

section.feature-tab-section-3 .feature-tab-list-2 li.nav-item:hover a {
    color: #ec7323;
    border-bottom: 1px solid #ec7323;
}


/* section.services {
    padding-top: 30px;
    padding-bottom: 150px;
} */

div.bord-rad {
    border-radius: 25px;
}


/******************************* END FEATURE SECTION ***************************************/


/******************************* TECHNOLOGIES SECTION ***************************************/

.technologies-tab-section {
    height: 400px;
    margin: 40px 0;
    padding-top: 30px !important;
    padding-bottom: 300px !important;
    overflow: hidden;
}

.sticky-header {
    padding: 0 !important;
}



/******************************* END TECHNOLOGIES SECTION ***************************************/


/****************************************** IT CARDS ************************************/
section.cards {
    display: block;
    /* height: 800vh; */
}


section.cards div.border {
    border: 30px solid #000;
    border-radius: 25px;
}

section.cards div.flex-container {
    display: flex;
    justify-content: space-between;
}

section.cards div.col {
    padding: 30px;
    margin: 40px;
    box-shadow: 0 7px 20px rgba(100, 28, 2, 0.135);
    transition: all 300ms ease, transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

section.cards div.col:hover {
    background-color: #dc671f9f;
    transform: translateY(-30px);
    color: #fff;
}

section.cards div.col:hover h3,
section.cards div.col:hover p {
    color: #fff;
}

section.cards div.col h3 {
    font-size: 18px;
    color: #000;
}

section.cards div.col p {
    font-size: 15px;
}

.main-menu li a.nav-link:hover {
    color: #dc661f;
    text-decoration: none;
}

.offcanvas-body .main-menu li a.nav-link:hover {
    color: #ec7323;
    ;
}

.modal .modal-header {
    justify-content: space-around !important;
}

.modal-backdrop {
    z-index: 100;
}

/* .modal {
    z-index: 1000101010;
} */

.modal .modal-header .header-content {
    padding-right: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.modal .modal-header .header-button {
    height: 100px;
}

.modal .modal-header .header-content h3 {
    color: #000;

}

/****************************************** END IT CARDS *********************************/


/************************************ FOOTER SECTION ****************************************************/

.footer-logo {
    width: 210px;
    height: 67px;
}

.footer-logo img {
    width: 100%;
    height: 100%;
}

.footer-top div#footer-col {
    margin-left: 20px;
}

.footer-top .container-special {
    width: 90%;
    margin: auto;
}

div.padding {
    padding: 20px 0;
}

.footer-top .logo-col {}

.footer-social-list li a:hover {
    background: #dc661f;
    color: var(--bs-white);
    border-color: #dc661f;
}

.footer-social-list li a {
    padding: 8px 0 !important;
}

div.col-10.col-lg-3.text-center a {
    border-right: none;
}


/************************************ END FOOTER SECTION ***************************************************/


/****************************************************************************************************/

.dropdown-grid div.width-2 {
    padding: 40px 10px 0px !important;
    width: 180px !important;
    /* padding: 0 10px; */
    /* background-color: #f8f9fa; */
    /* margin: 0 20px !important; */
}

div#flex {
    display: flex;
    justify-content: space-between;
}

.dropdown-grid-item a:hover .drop-title,
.dropdown-grid-item a:hover span {
    color: #dc661f;
    text-decoration: none;
}

div.bg-light a:hover {
    background-color: #fff !important;
}

div.dis-flex {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.feature-tab-info a div {
    text-align: center;
}

.feature-tab-info a {
    box-sizing: content-box;
    display: block;
    /* width: 100px; */
    box-sizing: content-box;
    /* padding: 30px 40px; */
    text-decoration: none;
}

.feature-tab-info a h5 {
    text-align: center;
    width: 200px;
}

#technologies {
    height: 350px !important;
}


/* line 1029, src/assets/scss/custom/_style.scss */

.dropdown-grid.width-half {
    grid-template-columns: 1fr;
    width: 320px;
}


/* line 1034, src/assets/scss/custom/_style.scss */

.dropdown-grid.width-full {
    grid-template-columns: 1fr 1fr;
    width: 650px;
}


/* line 1038, src/assets/scss/custom/_style.scss */

.width-full-3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    /* grid-template-columns: 150px 150px 150px 150px; */
    width: 800px;
    /* column-gap: 4px !important; */
}

.width-full-4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    width: 1200px;
    /* column-gap: 4px !important; */
}


/* line 1043, src/assets/scss/custom/_style.scss */

.width-full-3 .dropdown-grid-item {
    width: 240px;
}


/***************************************** WHY CHOOSE US SECTION ************************************************************/

section.why-choose-us {
    padding: 50px 0;
}

section.why-choose-us .color {
    background-color: #fff;
    padding: 80px 20px;
    border-radius: 25px;
}

.why-choose-us .color .btn-orange {
    background-color: #000 !important;
    border-color: #e9a073 !important;
    color: #e9a073 !important;
    transition: all 0.4s ease !important;
}

.why-choose-us .color .btn-orange:hover {
    background-color: #e9a073 !important;
    color: #fff !important;
    border-color: #fff !important;
}


/***************************************** END WHY CHOOSE US SECTION ********************************************************/


/***************************************** GAME SERVICE SECTION *************************************************************/

.m-height-450 .mhbox {
    min-height: 450px;
}

.game-service-offer-box {
    border: 1px solid #ecedee;
    padding: 30px 20px;
    background-color: #fff;
    transition: all .3s ease-in-out;
    margin: 70px 0 30px;
}

.game-service-offer-icon {
    width: 100px;
    height: 100px;
    margin: -86px 0 30px;
    background-color: #fff;
    border-radius: 100%;
    border: 1px solid #ecedee;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);
    transition: all .3s ease-in-out;
}

.game-service-offer-box h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    transition: all .3s ease-in-out;
}

.game-service-offer-box h3 a {
    color: #000;
    text-decoration: none;
}

.game-service-offer-icon svg {
    width: 55px;
}

section.game-service-offer-main {
    width: 100%;
}

section.padding-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

div.padding-60 {
    padding: 60px 0;
}

section.game-service-offer-main div.title {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

.game-service-offer-box:hover .game-service-offer-icon {
    background-color: #dc671f;
}

.game-service-offer-box:hover .game-service-offer-icon svg path {
    fill: #fff;
}

.game-service-offer-box:hover {
    border: 1px solid #dc671f;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
}

.rounded10 {
    border-radius: 10px !important;
}


/***************************************** END GAME SERVICE SECTION *********************************************************/


/***************************************** HERO UNIT ***********************************************************************/

a:hover {
    text-decoration: none;
}


/* Hero Unit ----------------------*/

.hero-unit ul {
    list-style-type: none;
}

.hero-unit .card-icon {
    /* front of card */
    display: block;
    margin: 0.5rem auto 0;
    font-size: 2rem;
    color: white;
}

.hero-unit .clients {
    margin: 2rem auto;
}

.hero-unit .clients a {
    color: white;
}

.clients .fa-stack-2x {
    color: gray;
}

.clients:hover .fa-stack-2x {
    color: #333333;
}


/* Card design - front */

.button.large {
    margin: 0;
    padding: 3.25rem;
}

.button.large a {
    color: white;
    font-size: 1.75rem;
    font-weight: 100;
    margin-top: 2rem;
    text-decoration: none;
}


/* Card design - back */

.panel i {
    font-size: 2rem;
    display: block;
    float: left;
    margin: auto;
    width: 20%;
    opacity: 0.5;
}

/* .panel {
    width: 80%;
    margin: 10px;
} */

.panel p {
    margin: 10px 5px;
}

.panel a {
    margin-bottom: 0.5rem;
    text-decoration: none;
}

.panel small {
    margin-top: -0.5rem;
    font-style: italic;
}


/* Buttons Card Flipper 
   * Source: https://cssdeck.com/labs/rxcleo5w
   */

.flip-cards {
    float: left;
    width: 100%;
    height: 100%;
    padding-left: 1rem;
}

.flip-cards li.flip-item {
    float: left;
    width: 80%;
    height: 300px;
    position: relative;
    padding: 0;
    /* border-radius: 25px; */
}


/* .flip-cards:nth-child(1) li.flip-item:nth-child(1) .card-back div.icons {
    margin-left: 25px;
    width: 20%;
    height: 100%;
} */

.first-child .flip-item:nth-child(1) .card-back div.icons {
    margin-left: 25px;
    width: 20%;
    /* height: 100%; */
}

.flip-cards li .card-front,
.flip-cards li .card-back {
    border-radius: 25px;
}


/* .flip-cards li.flip-item:nth-child(2) .card-back div.hub-info {
    margin: 0 20px;
} */

.flip-cards li:hover {
    cursor: pointer;
}

.flip-cards li:hover .card-front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform: perspective(1000) rotateY(180deg);
    -moz-transform: perspective(1000) rotateY(180deg);
    -ms-transform: perspective(1000) rotateY(180deg);
    -o-transform: perspective(1000) rotateY(180deg);
    transform: perspective(1000) rotateY(180deg);


}

.flip-cards li:hover .card-back {
    z-index: 950;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform: perspective(1000) rotateY(0deg);
    -moz-transform: perspective(1000) rotateY(0deg);
    -ms-transform: perspective(1000) rotateY(0deg);
    -o-transform: perspective(1000) rotateY(0deg);
    transform: perspective(1000) rotateY(0deg);


}

.flip-cards .card-front,
.flip-cards .card-back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.6s;
    -moz-transition: -moz-transform 0.6s;
    -o-transition: -o-transform 0.6s;
    transition: transform 0.6s;
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}

.flip-cards .card-front {
    -webkit-transform: perspective(1000) rotateY(0);
    -moz-transform: perspective(1000) rotateY(0);
    -ms-transform: perspective(1000) rotateY(0);
    -o-transform: perspective(1000) rotateY(0);
    transform: perspective(1000) rotateY(0);
    z-index: 900;
}

.flip-cards .card-back {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    z-index: 800;
}


/* .flip-cards .card-back div.icons {
    margin-left: 25px;
    width: 20%;
    height: 100%;
} */

.flip-cards .card-back ul.inner-list {
    /* margin-top: 40px; */
    list-style-type: disc;
    height: 40px;
    color: #000;
}


.flip-cards .card-front {
    text-align: center !important;
    padding: 120px 0;
}





/* Button Card Colors */

.flip-cards .panel {
    border: none;
    display: flex;
}

.bs-card-back-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.flip-cards .panel i,
.flip-cards .panel p,
.flip-cards .panel a,
.flip-cards .panel small {
    color: #000;
}


/* First button color */

.flip-cards li:first-child>.button {
    background-color: #fff;
    box-shadow: 0 7px 20px rgb(100 28 2 / 14%);
    border: 1px solid #dee2e6 !important;
}


.flip-cards li:first-child>.panel {
    /* background-color: #e9a073; */
    background-color: #fff;
    box-shadow: 0 7px 20px rgb(100 28 2 / 14%);
    border: 1px solid #dee2e6 !important;
}

.flip-cards li:first-child>.button a {
    color: #000;
}

/* .card-back .hub-info {
    color: #000;
} */








/* Sixth (last) button color */

.flip-cards li:last-child>.button {
    /* background-color: #e9a073; */
    background-color: #fff;
    box-shadow: 0 7px 20px rgb(100 28 2 / 14%);
    border: 1px solid #dee2e6 !important;
}

.flip-cards li:last-child>.panel {
    /* background-color: #e9a073;
    color: white; */
    background-color: #fff;
    box-shadow: 0 7px 20px rgb(100 28 2 / 14%);
    border: 1px solid #dee2e6 !important;
}


/*
   * RESPONSIVENESS -------------------------------------------------
   */

@media only screen and (max-width: 40em) {
    .hero-unit {
        height: 800px;
    }

    .flip-cards li {
        width: 50%;
        /*height: 160px;*/
    }
}

@media only screen and (max-width: 30em) {
    .hero-unit h1 {
        font-size: 1.75rem;
    }

    .hero-unit h3 {
        font-size: 1.125rem;
    }
}

@media only screen and (max-width: 25em) {
    .hero-unit {
        height: 920px;
    }

    .hero-unit hgroup {
        margin: 2rem 0;
    }

    .hero-unit h1 {
        font-size: 1.35rem;
        padding-bottom: 0.25rem;
    }

    .hero-unit h3 {
        font-size: 0.85rem;
    }

    .hero-unit .card-icon {
        font-size: 1.35rem;
    }

    .hero-unit .card-back .card-icon {
        font-size: 2rem;
        margin: 0;
        padding: 5px 0 20px 5px;
    }

    .flip-cards li {
        width: 100%;
        font-size: 1.35rem;
        height: 120px;
    }

    /* .flip-cards .panel p {
        display: none;
    } */

    .flip-cards .panel small {
        margin: 0;
    }

    .button.large {
        padding: 2rem;
    }

    .button.large a {
        font-size: 1.35rem;
    }
}


/***************************************** END HERO UNIT *******************************************************************/


/******************************************  SCRUM CHART ************************************************************/

section.scrum-section {
    height: 100vh;
    padding: 30px 0;
}


/***************************************** END SCRUM CHART *************************************************************/


/***************************************** UI UX TOOL SECTION **********************************************************/

section.tools {
    /* padding: 200px 0; */
    margin: 30px 0;
    padding: 20px 0;
    height: 115vh;
}

section.tools h3 {
    text-align: center;
}

section.tools .tool-logo {
    width: fit-content;
    text-align: center;
    margin: auto;
}

section.tools .col-lg-2 {
    box-sizing: content-box;
    padding: 0 40px;
}

section.tools .tool-name {
    text-align: center;
}


/***************************************** END UI UX TOOL SECTION **********************************************************/
/***************************************** B2C CONTENT SECTION *************************************************************/
div.list {
    margin-top: 50px;
    display: flex;
    justify-content: space-around;
}

div.list ul {
    list-style: none;
}

div.list ul li {
    position: relative;
}

div.list ul li::before {
    content: "";
    display: inline-block;
    height: 25px;
    width: 35px;
    background-image: url('https://bashar.bdc-sy.com/6/sbs/assets/img/list/bullet.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: -35px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

div.list ul li {
    display: block;
}


/***************************************** END B2C CONTENT SECTION *************************************************************/


/**************************************** CONTACT US FORM *********************************************************************/
div.no-gutters .bg-custom {
    background-color: #333141 !important;
}

div.no-gutters .contact-wrap .btn-custom {
    background-color: #444444 !important;
}

.form-control:focus,
.custom-select:focus {
    border-color: #c42217 !important;

}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.input-number {
    -moz-appearance: textfield;
}

section.ftco-section {
    /* position: relative; */
    padding: 0 !important;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; */
    /* box-shadow: 5px 5px 15px #000; */
}

div.bs-shadow {
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;    */
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    /* border-radius: 50px; */

}

div.bradius {
    border-radius: 50px;

}

section.bs-hero {
    height: 160vh;
    position: relative;
}

section.bs-main-wrapper {
    height: 105vh;
}

.work-process-list li svg path {
    transition: all 0.4s ease;
}

.work-process-list li:hover svg path {
    fill: #c42217;
}



/**************************************** END CONTACT US FORM *****************************************************************/
/**************************************** CONTACT US CARDS INFO ***************************************************************/
.contact-info-box {
    padding: 30px 15px;
    background-color: #fff;
    min-height: 170px;
    border: 1px solid #f6f7f8;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.contact-info-box .tool {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.contact-info-icon {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-color: #dc671f9f;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -60px auto 20px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.box-shadow {
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
}

.contact-info-box:hover .contact-info-icon {
    background-color: #fff;
}

.contact-info-icon svg {
    width: 50px;
    height: 50px;
}

.contact-info-icon svg path {
    fill: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.contact-info-box:hover {
    background-color: #dc671f9f;
    color: #fff;
}

.contact-info-box:hover .name a {
    color: #fff;
}


.contact-info-box:hover .contact-info-icon {
    /* border-color: #fff; */
    /* background-color: #fff; */
    box-shadow: 0 3px 10px 0 #fff;
}


.contact-info-box:hover .contact-info-icon svg path {
    fill: #dc671f9f;
}

.contact-info-icon svg .st0 {
    fill: #dc671f9f;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.contact-info-box:hover .contact-info-icon svg .st0 {
    fill: #fff;
}

.contact-info-box .name,
.contact-info-box .name a {
    color: #dc671f9f;
    text-decoration: none;
}

.contact-info-box .name a:focus,
.contact-info-box .name a:hover {
    color: #202122;

}


.contact-follow-us-section {
    padding: 30px 0 0;
    position: relative;
    z-index: 1;
}

.contact-follow-us-section h2 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
}

.contact-follow-us-section .header_social {
    padding: 20px 15px;
    width: auto;
}

.header_social {
    display: inline-block;
}

.contact-follow-us-section .header_social li {
    margin: 0 13px;
    display: inline-block;
    font-size: 30px;
    /* border-radius: 50%; */
    width: auto;
    border: 0;
}

.bs-contact-info-main {
    padding: 100px 0;
}


.contact-follow-us-section .header_social li a {
    width: 62px;
    height: 62px;
    font-size: 30px;
    background-color: transparent;
    color: #dc671f9f;
    border: 1px solid #e4e6e8;
    text-decoration: none;
    margin: 0;
}

.contact-follow-us-section .header_social li a {
    /* width: 33px;
    height: 33px; */
    display: inline-flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.contact-follow-us-section .header_social li a:hover {
    color: #fff;
    background-color: #dc671f9f;
}



/**************************************** END CONTACT US CARDS INFO ***************************************************************/
/**************************************** CONTACT POP UP MODAL ***************************************************************/
#contactPopUp.show {
    /* background-color: #444; */
    /* opacity: 0.4; */
    z-index: 100000;

}

.modal-body,
.modal-footer {
    background-color: #fff;
    opacity: 1;
}

.btn-bs-orange {
    background: transparent;
    border: none;
    color: #dc661f;
}

/********************************************** END CONTACT POP UP MODAL ***************************************************************/
/********************************************** ABOUT US PAGE ***************************************************************/
section.about-content {
    height: 100vh;
}


/* div.sketch-cloud {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
} */

/********************************************** END ABOUT US PAGE ***************************************************************/
/********************************************************** MEDIA QUERY ***************************************************************/
/************************************************ MOBILE SCREEN SIZES ***********************************************************/

@media screen and (max-height:600px) {
    .footer-section {
        position: relative;
    }

    section.bs-main-wrapper {
        height: 140vh;
    }

    /* .btn-bs-responsive {
        font-size: 10px;
    } */
}

@media (min-width:1200px) and (max-width:1400px) {
    .btn-bs-responsive {
        font-size: 10px;
    }

    section.bs-main-wrapper {
        height: 140vh;
    }
}

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

    .servicesTab.web li,
    #servicesTab.web li {
        padding: 0 3%;
    }

    .footer-section {
        position: relative;
    }

    .offcanvas-body .top-row,
    .offcanvas-body .bottom-row {
        flex-direction: column !important;
        width: 100%;
    }
}

@media (min-width:400px) and (max-width:480px) {

    section.content {
        /* height: 100vh !important; */
        margin-bottom: 9000px !important;
        /* margin-bottom: 4000%; */
    }
}

@media (min-width:310px) and (max-width:400px) {
    section.content {
        /* height: 100vh !important; */
        /* margin-bottom: 9000px !important; */
        margin-bottom: 2700% !important;
    }
}

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

    section.content {
        /* height: 100vh !important;
    margin-bottom: 9000px; */
        margin-bottom: 6900% !important;
    }
}

@media screen and (max-width:295px) {
    section.content {
        /* height: 100vh !important;
    margin-bottom: 9000px; */
        margin-bottom: 7500% !important;
    }
}

/* @media (min-width:320px) and (max-width:480px) { */
@media screen and (max-width:480px) {

    /* ul.nav-2 {
        width: 300px;
        height: 150px;
    } */


    section.daten {
        height: 200vh;
    }

    .footer-section {
        position: relative;
    }

    div.sketch-cloud img {
        width: 65px !important;
        height: 30px;
    }

    section.contact-us-cards {
        margin-top: 500px;
    }

    /* ul.nav-2 li.nav-item {
        width: 50px;
        font-size: 12px;

    } */
    /* 
    ul.nav-2 li.nav-item a {
        font-size: 12px;
    } */

    div.contact-cards {
        margin-top: 60%;
    }


    .oracle svg {
        width: 100px;
    }


    .sm-bs {
        padding: 20px 0;

        position: relative;
        left: 50%;
        transform: translateX(-40%);
    }

    /* .bs-col {
        display: none;
    } */

    .bs-show {}

    .bs-f {
        flex-direction: column;
    }

    .bs-col-it {
        width: 100%;
        height: 100%;

    }

    .bs-col-it img {
        width: 100%;
        height: 100%;
    }

    .bs-sm-width {
        width: 100%;
    }

    li.flip-item {
        width: 100% !important;
    }

    .bs-sm-width li {
        margin: 20px 0;
    }

    .feature-tab-section-3 {
        /* height: 100vh;
        transform: translateY(100%);
        transform: translateX(-50%); */
        /* display: none; */
    }

    section.hero-unit {
        height: 250vh;
    }

    section.feature-tab-section {
        height: fit-content;
        max-height: 160vh;
        overflow: hidden;
    }

    ul.nav-2 {


        width: 88%;
        /* margin: auto;
    display: flex; */
        align-items: flex-start;
        justify-content: flex-start;
        /* background: #fff; */
        /* border-radius: 100px; */
        padding: 25px 35px;
        /* margin-bottom: 60px; */
        /* box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1); */
        flex-wrap: nowrap;
    }


    /* section.tools {
        transform: scaleY(100%);
        height: 110vh !important;
        overflow: hidden;
    } */

    section.tools {
        margin-bottom: 350px;
        /* height: 200vh !important; */
    }




    div.process-wrapper {
        /* height: 1000px; */
        /* margin: 4000px 0 !important; */
        /* padding: 10px 0 0 1000px !important; */
        padding-bottom: 1200px;
        /* width: 100%; */
        /* transform: rotate(90deg); */

    }

    div.rotator {
        transform: rotate(90deg);
        /* position: relative;
        right: -100px !important; */
        /* position: relative;
        right: -100px !important; */
        margin-top: 200px;
        /* margin-right: 70px; */
        /* padding-bottom: 1200px; */
        width: 100%;
        height: 35%;
        /* height: 300%; */
        /* display: flex;
        flex-direction: column;
        justify-content: space-between; */
    }

    div#progress-bar-container ul {
        width: 180%;
        height: 100%;
        /* background-color: red; */
        display: flex;
        justify-content: space-between;
    }


    div#progress-bar-container li {
        box-sizing: content-box;
        transform: rotate(-90deg);
        /* padding: 0 10px; */

    }

    div#progress-bar-container div#line {
        /* margin-top: 200px;
        margin-right: -70px; */
        /* transform: rotate(90deg); */
        width: 580px;
        /* margin: 400px 0; */
    }

    div#progress-bar-container ul {
        width: 180%;
        height: 100%;
        /* background-color: red; */
        display: flex;
        justify-content: space-between;
    }

    div#progress-bar-container li.step02 .step-inner {
        margin: -8px 0;
    }

    div#progress-content-section {

        /* height: 100%; */
        width: 100%;
    }



    div#progress-content-section div.section-content h2,
    div#progress-content-section div.section-content p {

        transform: rotate(-90deg);
        /* margin-left: -50px; */
        /* margin-left: -20px; */
        /* transform: rotate(-90deg);
        background-color: red;
        height: 600px;
        width: 600px; */

    }

    div#progress-content-section div.section-content h2 {
        margin-left: -150px;
        /* position: relative;
        top:50px; */


    }

    div#progress-content-section div.discovery h2 {
        position: relative;
        top: 50px;
    }

    div#progress-content-section div.discovery p {
        text-align: center;
    }

    div#progress-content-section div.strategy {
        position: relative;
        left: 40%;
    }


    div#progress-content-section div.section-content.strategy {
        width: 225px;
        height: 180px;
        /* height: fit-content; */
    }

    div#progress-content-section div.strategy h2 {
        position: relative;
        top: 48px;
        font-size: 12px;
    }

    div#progress-content-section div.strategy p {
        font-size: 12px;
        position: relative;
        top: -15px;
    }



    div#progress-content-section div.section-content.creative {
        width: 180px;
        height: 180px;
    }


    div#progress-content-section div.creative {
        position: relative;
        left: 60%;
    }


    div#progress-content-section div.creative h2 {
        position: relative;
        top: 50px;

    }

    div#progress-content-section div.creative p {
        /* text-align: center; */
        position: relative;
        top: -30px;
    }


    div#progress-content-section div.production h2 {
        position: relative;
        top: 55px;
    }

    div#progress-content-section div.production {
        position: relative;
        left: 100%;
    }

    div#progress-content-section div.section-content.production {
        /* height: 180px; */
        width: 180px;
    }


    div#progress-content-section div.analysis {
        position: relative;
        left: 140%;
    }

    div#progress-content-section div.analysis h2 {
        position: relative;
        top: 54px;

    }

    div#progress-content-section div.section-content.analysis {
        width: 200px;
        height: 180px;
    }


    li.flip-item .card-back .hub-info {
        width: 100%;
        height: 100%;
    }

    li.flip-item .card-back div.icons {
        /* display: none !important; */
        height: 50px;
    }

    section.hero-unit ul.flip-cards div.row:first-child .first-flip-card-child div.icons {
        display: none;
    }

    section.hero-unit ul.flip-cards div.row:first-child li.flip-item div.card-back div.hub-info ul.inner-list li:nth-child(2) {
        height: 45px;
    }

    li.flip-item .card-back .hub-info p {
        font-size: 15px;
    }

    li.flip-item .card-back .hub-info ul li {
        font-size: 15px;
        margin: 0 !important;
        height: 70px;
    }



    section.about-content {
        margin-bottom: 500px;

    }

    /* contact us form */
    section.bs-hero {
        /* height: 800px; */
        margin-bottom: 450px;
    }

    /* section.content {
        height: 100vh !important;
        margin-bottom: 9000px;
        margin-bottom: 4000% !important;
    } */

    section.impressum {
        margin-bottom: 1500px !important;
    }

    li.bs-width a {
        font-size: 15px;
    }

    li.bs-width:last-child a {
        text-align: start;
        font-size: 14px;
    }

    div.bs-input-width {
        width: 70%;
    }

    .modal {
        width: 100%;
        height: 100%;
        z-index: 10000;
    }

    .modal-body {
        /* width: 10px; */
        /* height: 400px; */
    }

    .dropdown-grid.width-full {
        width: 370px;
    }

    .offcanvas-body .top-row,
    .offcanvas-body .bottom-row {
        flex-direction: column !important;
        width: 100%;

    }
}

/************************************************ MOBILE SCREEN SIZES ***********************************************************/
/************************************************ TABLET/IPAD SCREEN SIZES ***********************************************************/
@media (min-width:490px) and (max-width:768px) {
    section.feature-tab-section-3 {
        height: 650px !important;
    }

    .servicesTab.web li,
    #servicesTab.web li {
        padding: 0 3%;
    }

}

@media (min-width:490px) and (max-width:1023px) {


    section.tools {
        height: 85vh !important;
    }

    .dropdown-grid.width-full {
        width: 370px;
    }

    section.bs-main-wrapper {
        height: 70vh;
    }

    section.impressum {
        height: 250vh !important;
    }

    .servicesTab.web li,
    #servicesTab.web li {
        padding: 0 3%;
    }
}

/************************************************ END TABLET/IPAD SCREEN SIZES ***********************************************************/

/************************************************ NEST HUB SCREEN SIZES ***********************************************************/
@media (min-width:1023px) and (max-width:1200px) {
    section.tools {
        height: 150vh !important;
    }


    .dropdown-grid.width-full {
        width: 370px;
    }

    .servicesTab.web li,
    #servicesTab.web li {
        padding: 0 4% !important;
    }
}




/************************************************ END NEST HUB SCREEN SIZES ***********************************************************/

@media (min-width: 991px) and (max-width:1200px) {

    .servicesTab.web li,
    #servicesTab.web li {
        padding: 0 3% !important;
    }

}

@media (min-width:1200px) {

    .servicesTab.web li,
    #servicesTab.web li {
        padding: 0 4% !important;
    }

}



/***************************************************** END MEDIA QUERY ****************************************************************/

body.enterprise {
    scroll-padding-top: 200px;
}

@media screen and (max-width:480px) {
    body.enterprise {
        scroll-padding-top: 400px !important;
    }
}

/* 
html {
    scroll-padding-top: 300px;
} */

/* @media screen and (max-width:480px) {
    html {
        scroll-padding-top: 400px !important;
    }
} */


.info-wrap .dbox {
    width: 100%;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 25px;
}


.info-wrap .dbox .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
}

.info-wrap .dbox .icon span {
    font-size: 20px;
    color: #fff;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.info-wrap .dbox p a {
    color: #fff;
    text-decoration: none;
}

.info-wrap .dbox p a:hover {
    color: #dc661f;
}

.form-group {
    margin-bottom: 1rem;
}

.contact-wrap {
    background: #fff;
}

.w-100 {
    width: 100% !important;
}

@media (min-width: 992px) {
    .info-wrap {
        margin-top: -20px;
        margin-bottom: -20px;
        border-radius: 5px;
    }
}

@media (min-width: 992px) {
    .p-lg-5 {
        padding: 3rem !important;
    }
}

.p-4 {
    padding: 1.5rem !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.txt-area {
    height: auto !important;
}

/* html,
body {
    height: 100%;
    overflow-x: hidden;
} */

/* input[type="text"] {
    -webkit-overflow-scrolling: none !important;
}

.contact-us-form {
    overflow-x: hidden;

}

.bs-contact-info-main {
    overflow-x: hidden;
}

.contact-us-cards .contact-cards {
    overflow-x: visible;

} */

.contact-wrap {
    overflow-x: hidden !important;
}


/******************************************* CUSTOM SELECT ********************************************************/

/* .footer-bottom .row select.bs-select { */
select.bs-select {
    /* Reset select.bs-select */
    appearance: none;
    outline: 0;
    border: 0;
    box-shadow: none;
    /* Personalize */
    flex: 1;
    padding: 0 1em;
    color: #fff;
    background-color: #333141;

    background-image: none;
    cursor: pointer;
}

/* Remove IE arrow */
select.bs-select::-ms-expand {
    display: none;
}

/* Custom Select wrapper */
.select {
    position: relative;
    display: flex;
    width: 10em;
    height: 2em;
    border-radius: .25em;
    border: 2px solid #fff;

    transition: .25s all ease;
    overflow: hidden;
}

/* Arrow */
.select::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px 8px;
    background-color: #333141;
    transition: .25s all ease;
    pointer-events: none;
}

/* Transition */
.select:hover {
    border-color: #c42217;

}

.select:hover::after {
    color: #c42217;
}

/* Editing on scrum image : */
@media(max-width: 1023px) {
    div.scrum-img {
        height: 72%;
    }
}

@media (max-width:400px) {
    div.scrum-img {
        height: 55%;
    }
}

@media (max-width:310px) {
    div.scrum-img {
        height: 50%;
    }
}

@media (max-width:250px) {
    div.scrum-img {
        height: 40%;
    }
}

@media (max-width:200px) {
    div.scrum-img {
        height: 30%;
    }
}

/* editing on mobile Application */
@media (min-width:1023px) {
    section.feature-tab-section-4 {}

    section.feature-tab-section-3 {
        height: 700px !important;
    }
}

@media (max-width:991px) {
    section.feature-tab-section-4 {}

    section.feature-tab-section-3 {
        height: 885px !important;
    }
}

@media (max-width:767px) {
    section.feature-tab-section-4 {}

    section.feature-tab-section-3 {
        height: 1370px !important;
    }
}

@media (max-width:576px) {
    section.feature-tab-section-3 {
        height: 1450px !important;
    }
}

/* Add cookies consent by accepting the cookies the google analytics + HotJar are activated */
/* #gdpr-cookie-message {
    position: fixed;
    right: 30px;
    bottom: 30px;
    max-width: 550px;
    background-color: #3B3646;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
    margin-left: 30px;
    font-family: system-ui;
    z-index: 1000;
    transition: all 0.4s ease-in;
} */

/* #gdpr-cookie-message h4 {
    color: #EE4B5A;
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
} */

#gdpr-cookie-message p {
    color: white;
    font-size: 15px;
    line-height: 1.5em;
}

#gdpr-cookie-message button {
    border: none;
    background: #EE4B5A;
    color: white;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    padding: 7px;
    border-radius: 3px;
    margin-left: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}

#gdpr-cookie-message button:hover {
    background: white;
    color: #EE4B5A;
    transition: all 0.3s ease-in;
}

/******************************************* END CUSTOM SELECT ********************************************************/