.v-section.v-section-boxed > .v-container {
    max-width: 1245px
}

.v-widget:not(:last-child) {
    margin-bottom: 0
}


/* colors */
/* window width */
.Web--app {
    margin-bottom: 140px;
}

.feature__item {
    transition: 0.3s;
}

.feature__item:hover {
    transition: 0.3s;
    box-shadow: 0 0 32px -15px #000;
}


@media screen and (max-width: 940px) {
    .Web--app {
        padding-top: 100px;
        margin-bottom: 60px;
    }
}

.Web--app__content__top {
    display: -webkit-box;
    display: flex;
    margin-bottom: 18px;
    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width: 940px) {
    .Web--app__content__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        margin-bottom: 0;
    }
}

.Web--app__content__top__mob--app {
    background: url('/images/mobile-applications.jpg') center top no-repeat #E9ECF4;
    margin-right: 21px;
    max-width: 462px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    border: 1px solid #EDEDED;
    border-radius: 5px;
}

@media screen and (max-width: 940px) {
    .Web--app__content__top__mob--app {
        margin-right: 0;
        margin-bottom: 15px;
        max-width: 100%;
    }
}

.Web--app__content__top__mob--app h3 {
    color: #7B7B7B;
    padding-top: 357px;
    line-height: 30px;
    margin-bottom: 20px;
}

@media screen and (max-width: 940px) {
    .Web--app__content__top__mob--app h3 {
        /*padding-top: 250px;*/
    }
}

.Web--app__content__top__mob--app h4 {
    line-height: 23px;
    text-align: center;
    color: #7B7B7B;
    padding: 0 63px;
    margin-bottom: 50px;
    font-weight: 400;
}

@media screen and (max-width: 940px) {
    .Web--app__content__top__mob--app h4 {
        padding: 0;
        max-width: 290px;
    }
}

.Web--app__content__top__mob--app a {
    margin-bottom: 88px;
}

@media screen and (max-width: 940px) {
    .Web--app__content__top__mob--app a {
        margin-bottom: 45px;
    }
}

.Web--app__content__top__right {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    max-width: 655px;
}

@media screen and (max-width: 940px) {
    .Web--app__content__top__right {
        max-width: 100%;
    }
}

.Web--app__content__top__right__web--app {
    background: url(/images/web.jpg) 107% 195% no-repeat #dde2f8;
    padding: 52px 313px 0 52px;
    border: 1px solid #dde2f8;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.04);
    border-radius: 5px;
    margin-bottom: 20px;
}


@media screen and (max-width: 940px) {
    .Web--app__content__top__right__web--app {
        padding: 0;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        background-position: right bottom;
        margin-bottom: 15px;
    }
}

.Web--app__content__top__right__web--app h3 {
    color: #7B7B7B;
    line-height: 30px;
    margin-bottom: 20px;
}

@media screen and (max-width: 940px) {
    .Web--app__content__top__right__web--app h3 {
        padding-top: 36px;
    }
}

.Web--app__content__top__right__web--app h4 {
    line-height: 23px;
    color: #7B7B7B;
    max-width: 290px;
    margin-bottom: 34px;
    font-weight: 400;
}

@media screen and (max-width: 940px) {
    .Web--app__content__top__right__web--app h4 {
        text-align: center;
        margin-bottom: 300px;
    }
}

.Web--app__content__top__right__web--app a {
    display: block;
    max-width: 94px;
    margin-bottom: 53px;
}

@media screen and (max-width: 940px) {
    .Web--app__content__top__right__web--app a {
        margin-bottom: 288px;
    }
}

.Web--app__content__top__right__QA {
    padding: 53px 0px 53px 265px;
    background: url(/images/quality-and-assurance.jpg) -5% 200% no-repeat #fff;
    border: 1px solid #fff;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.04);
    border-radius: 5px;
}

@media (max-width: 500px) {
    .Web--app__content__top__right__QA {
        background-position: -13% 262% !important;
    }
}


@media screen and (max-width: 940px) {
    .Web--app__content__top__right__QA {
        padding: 0;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        background-position: center 160%;
        margin-bottom: 15px;
    }
}

.Web--app__content__top__right__QA h3 {
    color: #7B7B7B;
    line-height: 30px;
    margin-bottom: 20px;
}

@media screen and (max-width: 940px) {
    .Web--app__content__top__right__QA h3 {
        padding-top: 36px;
        font-size: 26px;
        line-height: 28px;
        text-align: center;
    }
}

.Web--app__content__top__right__QA h4 {
    line-height: 23px;
    color: #7B7B7B;
    max-width: 290px;
    margin-bottom: 34px;
    font-weight: 400;
}

@media screen and (max-width: 940px) {
    .Web--app__content__top__right__QA h4 {
        text-align: center;
        margin-bottom: 200px;
    }
}

.Web--app__content__top__right__QA a {
    display: block;
    max-width: 94px;
}

@media screen and (max-width: 940px) {
    .Web--app__content__top__right__QA a {
        margin-bottom: 200px;
    }
}

.Web--app__content__bottom {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width: 940px) {
    .Web--app__content__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
}

.Web--app__content__bottom__design {
    max-width: 560px;
    padding: 77px 312px 117px 53px;
    border: 1px solid #fff;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.04);
    border-radius: 5px;
    color: #7B7B7B;
    background: url(/images/ui_ux.jpg) 140% 160% no-repeat #fff;
    margin-right: 19px;
}

@media screen and (max-width: 940px) {
    .Web--app__content__bottom__design {
        padding: 0;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        background-position: center bottom;
        margin-bottom: 15px;
        margin-right: 0;
        max-width: 100%;
    }
}

.Web--app__content__bottom__design h4 {
    line-height: 23px;
    color: #7B7B7B;
    width: 290px;
    margin-bottom: 34px;
    font-weight: 400;
}

@media screen and (max-width: 940px) {
    .Web--app__content__bottom__design h4 {
        display: block;
        line-height: 23px;
        /*color: #fff;*/
        max-width: 290px;
        margin-bottom: 34px;
        text-align: center;
        margin-bottom: 270px;
    }
}

.Web--app__content__bottom__design h3 {
    color: #7B7B7B;
    line-height: 30px;
    margin-bottom: 20px;
}

@media screen and (max-width: 940px) {
    .Web--app__content__bottom__design h3 {
        padding-top: 36px;
        font-size: 26px;
        line-height: 28px;
    }
}

.Web--app__content__bottom__design a {
    display: block;
    max-width: 94px;
}

@media screen and (max-width: 940px) {
    .Web--app__content__bottom__design a {
        margin-bottom: 225px;
    }
}

.Web--app__content__bottom__devOps {
    max-width: 560px;
    padding: 78px 420px 117px 52px;
    border: 1px solid #EDEDED;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.04);
    border-radius: 5px;
    background: url(/images/devops.jpg) 90% 100% no-repeat #dde2f8;
    background-size: cover;
}

@media screen and (max-width: 940px) {
    .Web--app__content__bottom__devOps {
        padding: 0;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        background-position: center bottom;
        margin-bottom: 15px;
        max-width: 100%;
    }
}

.Web--app__content__bottom__devOps h3 {
    width: 100%;
    display: flex;
    justify-content: center;
    color: #7B7B7B;
    line-height: 30px;
    margin-bottom: 20px;
}

@media screen and (max-width: 940px) {
    .Web--app__content__bottom__devOps h3 {
        padding-top: 36px;
        font-size: 26px;
        line-height: 28px;
    }
}

.Web--app__content__bottom__devOps h4 {
    color: #7B7B7B;
    line-height: 23px;
    width: 290px;
    margin-bottom: 70px;
    font-weight: 400;
}

@media screen and (max-width: 940px) {
    .Web--app__content__bottom__devOps h4 {
        display: block;
        line-height: 23px;
        max-width: 290px;
        margin-bottom: 369px;
        text-align: center;
    }
}

.Web--app__content__bottom__devOps a {
    display: block;
    max-width: 94px;
}

@media screen and (max-width: 940px) {
    .Web--app__content__bottom__devOps a {
        margin-bottom: 290px;
    }
}

.Web--app__content a {
    background: #7B7B7B;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.04);
    border-radius: 5px;
    padding: 16px 29px;
    line-height: 18px;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

.Web--app__content a:hover {
    background: #7B7B7B;
    color: #ffffff;
}


#shortAbout {
    padding: 40px 0;
}

#shortAbout .container h2 {
    color: #000;
    text-align: center;
    font-size: 40px;
    margin-bottom: 40px;
}

#shortAbout .container .flex-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.process-changing-text {
    text-align: center;
}

#shortAbout .container .flex-items .item img {
    margin-bottom: 41px;
    height: 250px;
}

#shortAbout .container .flex-items .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

h1, h3, h4, h5, h6 {
    text-transform: initial !important;
}

#shortAbout .container h3 {
    color: #000;
    margin-bottom: 20px;
    margin-left: 30px;
}

#shortAbout .container ul {
    margin-left: 30px !important;

}

#shortAbout .container ul li {
    color: #7B7B7B;
    list-style: none;
}


#processWeFollow .container h2 {
    color: #000;
    text-align: center;
    font-size: 40px;
    margin-bottom: 40px;
}

#processWeFollow .container .flex-items {
    display: flex;
    justify-content: space-between;

}


#processWeFollow .container .lines {
    display: none;
    flex-direction: column;
}

#processWeFollow .container .line {
    height: 40px;
    width: 300px;
}


#processWeFollow .container .lines.active .first {
    border-left: 2px dashed #000;
    border-bottom: 2px dashed #000;
}

#processWeFollow .container .lines.active .second {
    border-right: 2px dashed #000;
}

#processWeFollow .container .lines .line.first {

}

#processWeFollow .container .lines .line.second {
}


#processWeFollow img {
    width: 150px;
}


#processWeFollow .container .hover-1 {
    padding-left: 47px;
    display: flex !important;
}


/*2*/
#processWeFollow .container .hover-2 {
    padding-left: 250px;
    display: flex !important;
}


/*3*/
#processWeFollow .container .hover-3 {
    padding-left: 438px;
    display: flex !important;
}

#processWeFollow .container .hover-3 .line {
    width: 121px;
}


/*4*/
#processWeFollow .container .hover-4 {
    padding-left: 615px;
    display: flex !important;
}

#processWeFollow .container .hover-4 .line {
    width: 1px;
}

#processWeFollow .container .hover-4 .line.first {
    margin-bottom: 7px;
}

/*5*/
#processWeFollow .container .hover-5 {
    padding-left: 694px;
    display: flex !important;
}

#processWeFollow .container .hover-5 .line {
    width: 109px;
    transform: rotateY(180deg);;
}

#processWeFollow .container .hover-5 .line.first {
    margin-bottom: 7px;
}

/*5*/
#processWeFollow .container .hover-6 {
    padding-left: 694px;
    display: flex !important;
}

#processWeFollow .container .hover-6 .line {
    width: 263px;
    transform: rotateY(180deg);;
}

#processWeFollow .container .hover-6 .line.first {
    margin-bottom: 7px;
}

/*5*/
#processWeFollow .container .hover-7 {
    padding-left: 76px;
    transform: rotate(180deg);
    display: flex !important;
}

#processWeFollow .container .hover-7 .line {
    width: 263px;
    transform: rotateY(180deg);;
}

#processWeFollow .container .hover-7 .line.first {
    margin-bottom: 7px;
}

#processWeFollow {
    padding: 50px 0;
}


#kindOfApps {
    /*padding: 50px 0;*/
}

#kindOfApps .container {
    position: relative;
}

#kindOfApps .container .flex-items {
    display: flex;
    justify-content: space-between;

    /*align-items: center;*/
}

#kindOfApps .container h2 {
    /*position: absolute;*/
    /*top: 200px;*/
    color: #000;
    font-size: 40px;
    margin-bottom: 40px;
}

#kindOfApps .container ul {
    list-style: none;
}

#kindOfApps .container ul li i {
    color: #49B5C3;
}

#kindOfApps .container ul li {
    font-size: 20px;
}

#kindOfApps img {
}

#kindOfApps .item:first-child {
    flex: 2;
}

#kindOfApps .item:nth-child(2) {
    flex: 2;
}

#kindOfApps .item:last-child {
    margin-top: -190px;
    /*flex: 5;*/
}

.text-uppercase {
    text-transform: uppercase;
}


@media (max-width: 1127px) {

    #kindOfApps .container .flex-items {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    #kindOfApps .flex-items .item {
        flex: unset;
    }

    #kindOfApps .flex-items .item:last-child {
        width: 700px;
        margin: 0;
    }
}


@media (max-width: 700px) {

    #kindOfApps .container .flex-items {
        flex-wrap: wrap;
    }


    #kindOfApps .flex-items .item:last-child {
        width: 500px;
        margin: 0;
    }
}

@media (max-width: 500px) {

    #kindOfApps .container .flex-items {
        flex-wrap: wrap;
        /*justify-content: flex-start;*/
        /*flex-direction: column;*/
    }

    #kindOfApps .container .flex-items .item ul {
        margin-top: 20px;
    }


    #kindOfApps .flex-items .item:last-child {
        width: 300px;
        margin: 0;
    }
}


#whatWeOffer {
    /*padding: 50px 0;*/
}

#whatWeOffer .container .flex-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.uk-card p {
    line-height: 1.4;
}

#whatWeOffer .container .flex-items .item {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    width: 350px;
    height: 450px;
    position: relative;
    margin-top: 20px;
}

@media (max-width: 1227px) {
    #whatWeOffer .container .flex-items {
        justify-content: space-around;
    }
}

@media (max-width: 413px) {
    #whatWeOffer .container .flex-items .item {
        width: 300px;

    }

}

#whatWeOffer .container .flex-items .item .first {
    width: inherit;
    height: inherit;
    background-color: #B2CD49;
    clip-path: polygon(9% 0, 100% 0, 105% 51%, 87% 39%, 77% 33%, 54% 21%);
    -webkit-clip-path: polygon(9% 0, 100% 0, 105% 51%, 87% 39%, 77% 33%, 54% 21%);
    position: absolute;
    border-radius: 10px;
}

#whatWeOffer .container .flex-items .item .first img {
    width: 150px;
    position: absolute;
    right: -17px;
    color: #fff;
    font-size: 83px;
    top: -3px;

}

#whatWeOffer .container .flex-items .item .second {
    background-color: #49B5C3;
    width: inherit;
    height: inherit;
    border-radius: 10px;
    padding: 170px 30px;
    color: #fff;
    font-weight: 600;
}

#whatWeOffer h2 {
    color: #000;
    font-size: 40px;
    text-align: center;
    margin-bottom: 30px;
}


@media (max-width: 1353px) {

    #processWeFollow .hover-2 {
        padding-left: 226px !important;
    }

    #processWeFollow .hover-3 {
        padding-left: 389px !important;
    }

    #processWeFollow .hover-4 {
        padding-left: 558px !important;
    }

    #processWeFollow .hover-5 {
        padding-left: 612px !important;
    }

    #processWeFollow .hover-6 {
        padding-left: 589px !important;
    }
}


@media (max-width: 1147px) {

    #processWeFollow .hover-2 {
        padding-left: 195px !important;
    }

    #processWeFollow .hover-3 {
        padding-left: 338px !important;
    }

    #processWeFollow .hover-4 {
        padding-left: 483px !important;
    }

    #processWeFollow .hover-5 {
        padding-left: 512px !important;
    }

    #processWeFollow .hover-6 {
        padding-left: 464px !important;
    }
}

@media (max-width: 979px) {

    #processWeFollow .hover-2 {
        padding-left: 195px !important;
    }

    #processWeFollow .hover-3 {
        padding-left: 316px !important;
    }

    #processWeFollow .hover-4 {
        padding-left: 446px !important;
    }

    #processWeFollow .hover-5 {
        padding-left: 471px !important;
    }

    #processWeFollow .hover-6 {
        padding-left: 423px !important;
    }
}


#processWeFollow .container .mobile-slide {
    display: none;
}

@media (max-width: 900px) {

    #processWeFollow .container .mobile-slide {
        display: block;
    }

    #processWeFollow .container .flex-items {
        display: none;
    }

    #processWeFollow .container .lines {
        display: none !important;
    }

    #processWeFollow .container .process-changing-text {
        display: none !important;
    }

    #processWeFollow .container .mobile-slide .uk-card {
        box-shadow: none;
    }

    #processWeFollow .container .mobile-slide .uk-card-media-top {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #processWeFollow .container .mobile-slide p {
        text-align: center;
        color: #000;
        font-weight: 600;
    }
}


@media (max-width: 768px) {
    #shortAbout .container .flex-items {
        justify-content: space-around;
    }

    #shortAbout .container .flex-items .item {
        margin-top: 40px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

}


.v-widget-container .underlay-text {
    /*text-align: center !important;*/
    padding: 7px !important;
    position: unset;
}


@media (max-width: 800px) {
    .v-4708 .v-element.v-element-3a8c5ca:not(.v-motion-effects-element-type-background), .v-4708 .v-element.v-element-3a8c5ca > .v-motion-effects-container > .v-motion-effects-layer {
        padding-top: 300px;
    }
}

.mobile-dropdown-qweqwe {
    display: none;
}

@media (max-width: 1024px) {
    .mobile-dropdown-qweqwe {
        display: flex;
    }

    .mobile-dropdown-qweqwe button {
        border: none;
    }
}


@media (max-width: 600px) {
    #frontVideoSection {
        height: 400px !important;
        align-items: unset;
        border-radius: 10px;
    }
}


@media (max-width: 500px) {
    .veloxBikeGif {
        width: 300px;
        height: 150px;
        margin-bottom: 60px;
    }
}


/*1112312321*/
.icon {
    display: block;
    position: relative;
    width: 1.5em;
    height: 1.5em;
    margin: 0 auto;
}

.icon:before, .icon:after {
    content: "";
    position: absolute;
}

.dropp {
    position: relative;
    width: 100%;
}

.dropp-header {
    background: #fff;
    color: #fff;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
}

.dropp-header__title {
    color: #000;
    border-radius: 20px;
    position: relative;
    z-index: 9999999999999999999999;
    border: 2px solid #7B7B7B;
    right: -19px;
    background: white;
    display: block;
    padding: 0.8em 0.5em;
    -webkit-box-flex: 8;
    -moz-box-flex: 8;
    box-flex: 8;
    -webkit-flex: 8;
    -moz-flex: 8;
    -ms-flex: 8;
    flex: 8;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    transition: all 0.3s ease-in-out;

}

.dropp-header__btn {
    display: block;
    background: #7B7B7B;
    color: #fff;
    padding: 0.8em 0.5em;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-top-right-radius: 19px;
    border-bottom-right-radius: 19px;
}

.dropp-header__btn .icon {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.dropp-header__btn .icon:before, .dropp-header__btn .icon:after {
    top: 30%;
    left: 25%;
    width: 50%;
    height: 15%;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.dropp-header__btn .icon:after {
    top: 55%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.dropp-header__btn.js-open {
    background: #49B5C3;
    border-bottom-right-radius: 0;
}

.js-open-header {
    border-color: #49B5C3;
    border-bottom-left-radius: 0;
}


.dropp-header__btn.js-open .icon {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.dropp-header__btn.js-open .icon:before, .dropp-header__btn.js-open .icon:after {
    background: #fff;
}

.dropp-header__btn:focus {
    outline: none;
}

.dropp-body {
    border-bottom-right-radius: 19px;
    border-bottom-left-radius: 19px;
    overflow: hidden;
    max-height: 0;
    background: #49B5C3;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

    width: calc(100% - 19px);
    right: -19px;
    position: relative;
}

.dropp-body.js-open {
    max-height: 20em;
}

.dropp-body label {
    display: block;
    font-size: 0.875em;
    color: #fff;
    text-decoration: none;
    padding: 1em 0.5em;
    font-weight: 400;
    box-shadow: 0 -1px 0 #fff, inset 0 1px 0 #fff;
    cursor: pointer;

    width: 90%;
    margin: 0 auto;
}

.dropp-body label {
    background: #49B5C3;
}

.dropp-body label:first-child {
    box-shadow: none;
}

.dropp-body label:hover, .dropp-body label.js-open {
    background: #49B5C3;
}

.dropp-body label > input {
    display: none;
}


#contactUs .container .flex-wrapper {
    display: flex;
    justify-content: space-around;
}

#contactUs .container .flex-wrapper .item:first-child {
    width: 400px;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

#contactUs .container .flex-wrapper .item:last-child {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    width: 300px;
}

#contactUs .container .flex-wrapper .item .iot-input {
    margin-bottom: 30px;
    border-radius: 19px;
    border: 2px solid #7B7B7B;
}

#contactUs .container .flex-wrapper .item .iot-input:focus {
    border: 2px solid #49B5C3;
}

#contactUs .container .flex-wrapper .item .iot-input:not(:placeholder-shown) {
    border: 2px solid #B2CD49;
}

#contactUs .container .flex-wrapper .item .iot-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #7B7B7B;
    opacity: 1; /* Firefox */
}

#contactUs .container .flex-wrapper .item .dropp {
    margin-bottom: 30px;
}


.lang-select {
    cursor: pointer;
    font-weight: bold;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}


#embeddedProgramming img {
    height: 250px !important;
    max-height: 350px;
    width: 100%;
}
