﻿:root {
    --blue: #1567ff;
    --darkgray: #2b2b2b;
    --lightblue: #b0cbfc;
    --gray: #d5d5d5;
    --yellow: #ffad15;
    font-size: 16px;
}


body {
    position: relative;
    font-family: 'Jura', sans-serif;
    margin: 0;
    overflow-x: hidden
}

p {
    text-align: justify;
}

img {
    max-width: 100%;
}

h2 {
    font-size: 3rem
}

h3 {
    font-size: 2rem
}
/*Scroll bar dizajn*/
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #111;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--lightblue);
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: var(--blue);
    }

.mobile {
    display: none;
}

.content {
    margin-left: 240px;
    min-height: 100vh;
}
#ErrorBox, #ErrorBoxRobot {
    display: none;
    color: red;
}
    #ErrorBox.show, #ErrorBoxRobot.show {
        display: block
    }
.chapter {
    position: relative;
    min-height: 100vh;
}

    .chapter .padding {
        padding-right: 120px;
        padding-left: 120px
    }

.chapter-separator {
    position: absolute;
    top: 0;
    left:0
    /*display: flex;
    justify-content: flex-end;
    right: 0*/
}
.chapter-separator h5 {
   font-size:2rem;
}



    .chapter-separator .hr {
        display:none;
        width: 50px;
        margin-left: 1rem
    }

    .chapter-separator hr {
        background-color: var(--darkgray);
    }
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

nav {
    position: fixed;
    height: 100vh;
    width: 240px;
    color: #fff;
    top: 0;
    left: 0px;
}

.NavBackground {
    position: fixed;
    height: 100vh;
    width: 240px;
    top: 0;
    left: 0px;
    background: #111;
    z-index: -1;
}

nav .menu {
    border-right: 2px solid #ffffff;
    padding: 20px 0px;
    position: absolute;
    top: 35%;
    right: 0;
}

nav.active {
    background: #111;
}

    nav.active .menu {
        border-right: none;
        position: relative;
        top: unset;
    }

nav .logoBox {
    padding: 20px;
    height: 220px;
    margin-bottom: 20px;
}

nav .mobile-menu-opener {
    display: none;
}

nav.shownumeration .logoBox {
    background: var(--blue);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

#numeration {
    font-size: 6rem;
    text-align: right;
}

#chapterName {
    font-size: 2rem;
    text-align: right;
}

nav .menu a {
    display: block;
    color: #fff;
    font-size: 1.3rem;
    text-align: right;
    padding: 0 20px;
    cursor: pointer
}

    nav .menu a.activeNav {
        /*display:none;*/
    }

    nav .menu a:hover {
        color: var(--lightblue) !important;
        text-decoration: none;
    }

.intro {
    background-image: url('../Media/background/intro.jpg');
    background-size: cover;
    height: 100vh;
    padding-left: 280px;
    margin-left: -280px;
}

.intro-text {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
}

.intro h1, .intro h2 {
    font-size: 5rem
}

.intro h5 {
    font-size: 2rem;
}

.intro-text .title {
    display: inherit;
}

#about_us {
    background-image: linear-gradient(to bottom, #0411ff, white);
    color: white;
}

    #about_us .technology {
        height: 40vh;
        position: relative;
        margin-bottom: 8vh;
        /*background-image: url('../Media/technology/backgroundtech1.png');*/
        background-position: bottom center;
        background-size: cover;
    }

        #about_us .technology img {
            position: absolute;
            background: #fff;
            width: 60px;
            padding: 10px;
            -webkit-box-shadow: -7px 10px 38px -6px rgba(0,0,0,0.16);
            -moz-box-shadow: -7px 10px 38px -6px rgba(0,0,0,0.16);
            box-shadow: -7px 10px 38px -6px rgba(0,0,0,0.16);
            border-radius: 100%;
        }

#svg_tech {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

[id^="line"] {
    stroke-width: 1px;
    stroke: #aaa;
    display: none;
}

#svg_tech {
    display: none
}

.tab-row {
    display: flex;
}

.tab {
    min-width: 50%;
    min-height: 34vh;
    display: flex;
    align-items: center;
    padding-top:2rem;
    padding-bottom:2rem;
}
.intro-tab {
    width: 100%;
    padding-bottom: 2rem;
    padding-top: 2rem;
    
}

.bg-darkgray {
    background: var(--darkgray);
    color: #fff;
}

.bg-gray {
    background: var(--gray);
    color: #111;
}

.bg-blue {
    background: var(--blue);
    color: #fff;
}

.bg-lightblue {
    background: var(--lightblue);
    color: #111;
}

#what_we_do {
    display: flex;
    align-items: center;
}

    #what_we_do .chooser, #what_we_do .chooserTabs {
        width: 50%;
        display: block
    }

    #what_we_do .chooserTabs {
        height: 100vh;
        display: flex;
        align-items: center;
        background-image: url('../Media/background/what-we-do.jpg');
        background-size: cover;
    }

        #what_we_do .chooserTabs .chooserTab {
            display: none;
        }

            #what_we_do .chooserTabs .chooserTab.active {
                display: block;
            }

    #what_we_do .chooser h3 {
        margin-bottom: 20px;
        cursor: pointer;
    }

        #what_we_do .chooser h3.active {
            font-size: 2.7rem;
            border-left: 6px var(--blue) solid;
            padding-left: 10px;
        }

.aboutus-text {
    padding-top: 10vh;
    /*margin-bottom:17vh;*/
}

    .aboutus-text p, .ourWorkTxt p {
        font-size: 1.4rem;
        text-align: justify
    }

    .aboutus-text hr {
        margin-top: 40px;
    }

    .aboutus-text .quote {
        margin-top: 40px;
        font-size: 2rem;
        text-align: center;
        position: relative;
    }

        .aboutus-text .quote h5 {
            margin-left: 0%;
        }

#our_partners {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top:50px
}
.partners-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.partners-row .img{
    padding:3rem 1rem;
}
    .partners-row .img:hover {
        -webkit-box-shadow: 4px 2px 8px 3px #111111a0;
        -moz-box-shadow: 4px 2px 8px 3px #111111a0;
        box-shadow: 4px 2px 8px 3px #111111a0;
    }

    .ourWorkTxt {
        padding-bottom: 4rem;
    }

.tab4 {
    width: 25%;
    padding: 0px 120px;
    text-align: left;
    position: relative;
    min-height: 40vh;
    display: flex;
    align-items: center;
    cursor: pointer;
}
#why_us .tab4{
    min-height:30vh;
}

.tab4 img {
    position: absolute;
    bottom: 40px;
    right: 40px;
}

    .tab4 .desc {
        display: none
    }

    .tab4:hover {
        padding: 0px 40px;
        -webkit-box-shadow: 4px 2px 8px 3px #111111a0;
        -moz-box-shadow: 4px 2px 8px 3px #111111a0;
        box-shadow: 4px 2px 8px 3px #111111a0;
        z-index: 1;
    }

        .tab4:hover .desc {
            /*display: block*/
        }

        .tab4:hover h3 {
            font-size: 2rem
        }

#jobs .jobsInvate {
    padding: 100px 120px 30px;
    min-height: 40vh
}

#jobs .jobsPossitions {
    display: flex;
    flex-wrap: wrap;
}

#jobs .jobsInvate h2 {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 5rem;
}

#jobs .jobsInvate p {
    font-size: 1.5rem
}
.possition-title {
    padding: 2rem 0 1rem;
    text-align: center;
}
#contact_us {
    display: flex;
}

    #contact_us .map {
        background-image: url('../Media/background/map.jpg');
        height: inherit;
        width: 50%;
        background-size: cover
    }

    #contact_us .info {
        width: 50%;
    }

    #contact_us .form {
        min-height: 70vh;
        padding: 60px 120px;
    }

        #contact_us .form .form-title {
            text-align: center;
            font-weight: 600;
            margin-bottom: 3rem
        }

        #contact_us .form button {
            border: none;
            background: none;
            font-size: 2rem;
            margin-left: auto
        }

    #contact_us .info-box {
        width: 100%;
        min-height: 30vh;
        padding: 80px 120px;
        background-image: url('../Media/background/contact-background.jpg');
        background-size: cover
    }

        #contact_us .info-box .icon {
            width: 80px;
            display: inline-block;
            height: 50px;
        }

            #contact_us .info-box .icon img {
                margin-top: 10px
            }

        #contact_us .info-box a {
            width: calc(100% - 80px);
            display: inline-block;
            color: #fff;
            font-size: 1.4rem;
            line-height: 1.3;
        }

        #contact_us .info-box .info-row {
            height: 7vh;
            display: flex;
        }

    #contact_us input, #contact_us textarea {
        border: none;
        border-bottom: 1px solid #666;
        margin-bottom: 30px;
        width: 100%;
        max-width: none;
        font-size: 1.4rem;
        resize: none;
        background:transparent;
    }

        #contact_us input:focus, #contact_us textarea:focus {
            outline: none;
        }

footer {
    background: var(--darkgray);
    height: 240px;
}

    footer .footer-row {
        display: flex;
        justify-content: space-between;
        padding: 70px 120px;
    }

        footer .footer-row .col3 {
            width: 30%;
            display: flex;
            align-items: center;
        }
        footer .footer-row .col2 {
            width: 50%;
            display: flex;
            align-items: center;
        }
    footer .icon {
        margin-right: 40px;
    }

    footer a {
        color: #fff;
    }

        footer a:hover {
            color: var(--lightblue);
            text-decoration: none
        }

    footer .rights {
        color: #999;
        text-align: center;
    }

.modalScreen {
    position: fixed;
    background: #000000b0;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    height: 100%;
}

    .modalScreen.active {
        display: flex;
        z-index: 2
    }

.modal-message {
    background: #fff;
    padding: 60px 120px;
    max-width: 700px;
}

.modal-title {
    font-weight: 600;
    color: var(--blue)
}

.modal-text {
    margin-top: 20px;
}

.techTabs {
    display: flex;
    flex-wrap: wrap;
}

    .techTabs .techTab {
        width: 25%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px 120px;
        height: 34vh;
        background-size: cover;
        color: #111;
        cursor: pointer;
        background-position:center
    }

        .techTabs .techTab.width50 {
            width: 50%;
        }
        .techTabs .techTab h3{
            font-size:1.7rem;
        }
        .techTabs .techTab p {
            font-weight: 500;
            display: none;
        }

        .techTabs .techTab:hover {
            -webkit-box-shadow: 4px 2px 8px 3px #111111a0;
            -moz-box-shadow: 4px 2px 8px 3px #111111a0;
            box-shadow: 4px 2px 8px 3px #111111a0;
            z-index: 1;
        }
/*.techTabs .techTab:hover h3 {
        display: none;
    }
    .techTabs .techTab:hover p {
        display: block;
    }*/
.chat {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 3
}

    .chat .chatButton {
        width: 50px;
        padding: 12px;
        background: var(--blue);
        border-radius: 100%;
        -webkit-box-shadow: -2px 1px 9px -1px #111111a0;
        -moz-box-shadow: -2px 1px 9px -1px #111111a0;
        box-shadow: -2px 1px 9px -1px #111111a0;
    }

    .chat.open .chatButton {
        display: none;
    }

    .chat .chatButton:hover {
        -webkit-box-shadow: -1px 4px 9px 3px #111111a0;
        -moz-box-shadow: -1px 4px 9px 3px #111111a0;
        box-shadow: -1px 4px 9px 3px #111111a0;
    }

    .chat .chatBox {
        display: none;
        position: relative;
        width: 290px;
        background: #fff;
        border-radius: 20px;
        -webkit-box-shadow: -2px 1px 9px -1px #111111a0;
        -moz-box-shadow: -2px 1px 9px -1px #111111a0;
        box-shadow: -2px 1px 9px -1px #111111a0;
    }

    .chat.open .chatBox {
        display: block;
    }

.chatBox .chatHeader {
    background: var(--blue);
    color: #fff;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    border-radius: 19px 19px 0 0;
    align-items: center;
}

    .chatBox .chatHeader .exitchatButton {
        padding: 0 5px;
        cursor: pointer
    }

    .chatBox .chatHeader h5 {
        margin: 0;
        font-size: 1.3rem;
    }

.chatBox .chatContent {
    padding: 20px 20px 5px;
    height: 290px;
    overflow: auto;
}

.chatBox .chat-input {
    width: 100%;
    padding: 5px 20px;
    border-top: 1px solid #eee;
}

    .chatBox .chat-input textarea {
        width: 200px;
        border: none;
        resize: none;
    }

        .chatBox .chat-input textarea:focus {
            outline: none
        }

.chatBox ::-webkit-scrollbar {
    width: 5px
}

.chatBox ::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.chatBox ::-webkit-scrollbar-thumb {
    background: var(--blue);
    border-radius: 5px;
    height: 15px;
}

.chatBox .message {
    max-width: 70%;
    width: fit-content;
    padding: 5px 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.chatBox .their-message {
    background: var(--lightblue);
    margin-left: auto;
}

.chatBox .my-message {
    background: var(--blue);
    color: #FFF;
}

p.smalltxt {
    margin-bottom: 0;
}

p.hashtags {
    font-size: 1.2rem;
    font-weight: 600
}

.what-we-do-column {
    padding: 3rem 120px;
}

#what_we_do .half {
    width: 50%;
    min-height: 100vh;
    display: flex;
    align-items: center
}

#what_we_do > div.backgrounded {
    background-image: url('../Media/background/what-we-do.jpg');
    background-size: cover;
}
.caseStudy .package {
    background-image: url('../Media/caseStudy/caseStudy-bg-package.png');
    background-position: center;
    background-size: cover;
}
.caseStudy .bank {
    background-image: url('../Media/caseStudy/caseStudy-bg-bank.png');
    background-position: center;
    background-size: cover;
}
.caseStudy .optimization {
    background-image: url('../Media/caseStudy/caseStudy-bg-optimization.png');
    background-position: center;
    background-size: cover;
}
.caseStudy .sport {
    background-image: url('../Media/caseStudy/caseStudy-bg-sport.png');
    background-position: center;
    background-size: cover;
}
.chapter-title {
    font-size: 2rem;
    color: var(--darkgray);
    opacity:.2;
}
h2.chapter-title.what-we-do, h2.chapter-title.technology, h2.chapter-title.partners, h2.chapter-title.jobs, h2.chapter-title.whyUs {
    position: absolute;
    padding: 10px 120px 0;
    color: var(--darkgray);
    display: block;
}

h2.chapter-title.aboutUs, h2.chapter-title.technology, h2.chapter-title.whyUs {
    color: white;
}


@media (max-width: 1601px) {
    h2.chapter-title.what-we-do, h2.chapter-title.technology, h2.chapter-title.partners, h2.chapter-title.jobs, h2.chapter-title.whyUs {
        padding-right: 60px;
        padding-left: 60px;
    }
    .techTabs .techTab {
        padding-right: 60px;
        padding-left: 60px;
    }
    .what-we-do-column {
        padding-right: 60px;
        padding-left: 60px;
    }
    .chapter .padding {
        padding-right: 60px;
        padding-left: 60px;
    }

    #jobs .jobsInvate {
        padding: 60px 60px 1rem;
    }

    .tab4 {
        padding: 0 60px;
    }

        .tab4 img {
            position: absolute;
            bottom: 13px;
            right: 20px;
        }

        .tab4:hover h3 {
            font-size: 1.5rem
        }

    #contact_us .form {
        padding: 20px 60px;
        display: flex;
        align-items: center;
    }

        #contact_us .form form {
            width: 100%;
        }

    #contact_us input, #contact_us textarea {
        margin-bottom: 30px
    }

    nav .menu a {
        font-size: 1.3rem;
    }

    #about_us .technology img {
        width: 75px;
        padding: 15px;
    }

    #contact_us .info-box {
        padding: 80px 60px;
    }

        #contact_us .info-box a {
            font-size: 1.25rem;
        }

    footer {
        height: 200px
    }

        footer .footer-row {
            padding: 50px 60px;
        }
}

@media (max-width:1400px) {
    #contact_us .form .form-title {
        margin-bottom: 20px
    }

    #contact_us input, #contact_us textarea {
        margin-bottom: 16px;
    }
}

@media (max-width:1300px) {
    .content {
        margin-left: 210px;
    }

    .intro h1, .intro h2 {
        font-size: 4.4rem;
    }

    nav, .NavBackground {
        width: 210px;
    }

        nav .logoBox {
            padding: 10px;
            height: 190px;
        }

    #chapterName {
        font-size: 2rem;
    }

    .intro {
        margin-left: -210px;
        padding-left: 210px;
    }

    nav .menu a {
        font-size: 1.3rem;
    }

    h2 {
        font-size: 2.8rem;
    }

    h3 {
        font-size: 1.8rem;
    }

    #contact_us .form .form-title {
        font-size: 2rem;
        margin-bottom: 2rem;
    }

    .tab4 {
        padding: 0px 40px;
    }

    #about_us .technology img {
        width: 55px;
        padding: 10px;
    }

    #contact_us .info-box {
        padding: 30px 40px;
    }

        #contact_us .info-box .icon {
            width: 60px;
        }
            /*#contact_us .info-box a {
        font-size: 1.1rem;
    }*/
            #contact_us .info-box .icon img {
                margin-top: 0px;
                width: 22px;
            }

    #contact_us input, #contact_us textarea {
        margin-bottom: 23px;
    }

    #contact_us .form {
        padding: 40px 60px;
    }

    footer .footer-row {
        padding: 50px 40px;
    }

    #jobs .jobsInvate {
        padding: 50px 40px 1rem;
    }
    #numeration{
        font-size:5rem;
    }
    .sendMailForm{
        width:100%;
    }

    .techTabs .techTab {
        padding: 20px 40px;
    }

        .techTabs .techTab:hover::-webkit-scrollbar {
            display: none;
        }

    footer .icon {
        margin-right: 19px;
    }

    .aboutus-text p, .ourWorkTxt p {
        font-size: 1.3rem;
    }

    .ourWorkTxt {
        padding-bottom: 3rem;
    }
}

@media (max-width: 1030px) {

    :root {
        font-size: 13px;
    }

    footer .icon {
        margin-right: 10px;
    }

    #contact_us .info-box,
    footer .footer-row,
    #contact_us .form,
    .tab4,
    #jobs .jobsInvate,
    .chapter .padding,
    .techTabs .techTab,
    h2.chapter-title.what-we-do, h2.chapter-title.technology, h2.chapter-title.partners, h2.chapter-title.jobs, h2.chapter-title.whyUs, .what-we-do-column {
        padding-right: 30px;
        padding-left: 30px;
    }
        #contact_us .info-box{
            padding-top:70px;
        }

        #contact_us .info-box a {
        }

    h3 {
        font-size: 1.6rem;
    }

    footer .footer-row .col3, footer .footer-row .col2 {
        width: 50%;
    }
}

@media(max-width: 800px) {
    :root {
        font-size: 16px;
    }

    .content {
        margin-left: 0px;
    }

    .NavBackground {
        display: none;
    }
    /*nav .menu a{
        font-size:1.6rem;
    }*/


    nav .menu {
        display: none;
        background: var(--darkgray);
        top: unset;
        border: none;
        position: relative;
    }
    /*nav.menuOpened .menu {
        display: block;       
    }*/
    nav.active .menu {
        background: var(--darkgray);
    }

    .tab-row, #contact_us, #what_we_do {
        flex-wrap: wrap;
    }

        #contact_us .map {
            width: 100%;
            height: inherit;
        }

        #contact_us .info {
            width: 100%;
            height: auto
        }

        #contact_us .info-box {
            display: none;
        }

    .tab {
        min-height: 50vh;
        width: 50%;
    }

    .intro h1, .intro h2 {
        font-size: 3.4rem;
    }

    .intro h5 {
        font-size: 1.5rem;
    }

    nav .logoBox {
        display: flex;
        height: 70px;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 0;
    }

        nav .logoBox .numeration {
            position: fixed;
            width: 90px;
            height: 70px;
            top: 0px;
            left: 0;
            background: none;
            display: flex;
            justify-content: flex-end;
            padding-right: 5px;
            flex-direction: column;
            align-items: flex-end;
        }

    nav.shownumeration .logoBox .numeration {
        background: var(--blue);
        z-index: 3;
    }

    #numeration {
        font-size: 2.5rem;
        text-align: right;
        margin-bottom: 0;
    }

    #chapterName {
        font-size: 13px
    }

    #what_we_do .chooser, #what_we_do .chooserTabs {
        width: 100%;
        padding: 60px;
        height: unset;
        min-height: 35vh;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    #what_we_do .chooserTabs {
        min-height: 45vh;
    }

    h2 {
        font-size: 2.2rem;
    }

    nav {
        width: 100%;
        height: 70px;
        z-index: 3;
    }

        nav.shownumeration .logoBox {
            background: transparent;
            flex-direction: row;
            align-items: center;
            margin-left: 85px
        }

        nav .mobile-menu-opener {
            width: 40px;
            display: block
        }

        nav.menuOpened .mobile-menu-opener .m_close {
            display: block
        }

        nav.menuOpened .mobile-menu-opener .m_open {
            display: none
        }

        nav .mobile-menu-opener .m_close {
            display: none
        }

        nav .mobile-menu-opener .m_open {
            display: block
        }

    .chapter {
        min-height: unset;
    }

    #contact_us .form {
        min-height: unset;
    }

        #what_we_do .chooserTabs {
            background: none;
        }

        #what_we_do .chooser {
            padding-bottom: 0
        }

    #technology {
        overflow-y: scroll;
    }
    /*
        #technology .techTabs {
            width: 770vw;
        }*/

    .techTabs .techTab, .techTabs .techTab.width50  {
        width:50%;
        height:20vh;
    }

    #technology::-webkit-scrollbar {
        display: none
    }

    #jobs .tab4 {
        width: 50%;
        min-height: unset;
        height: 20vh;
    }

    .tab4 {
        bottom: 0
    }

        .tab4 > div {
            display: flex;
            justify-content: space-between;
            width: 100%;
            align-items: center
        }

        .tab4:hover p {
            display: none;
        }

    h3 {
        font-size: 1.8rem;
    }

    footer {
        height: auto;
    }

        footer .footer-row {
            flex-direction: column;
        }

            footer .footer-row .col2 {
                margin-bottom: 20px
            }

                footer .footer-row .col2:last-child {
                    margin-bottom: 0;
                }
}

@media(max-width: 640px) {
    :root {
        font-size: 14px;
    }
    #what_we_do {
        background: url(../Media/background/what-we-do.jpg);
        padding-top:50px;
        padding-bottom:30px
    }
    .techTabs .techTab, .techTabs .techTab.width50{
        width:100%;
    }
    .tab {
        width: 100%;
        min-height: 25vh;
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .sendMailForm {
        width: 100%;
    }


    #jobs .jobsOverflow {
        width: 100vw;
        overflow: scroll
    }

   /* #jobs .jobsPossitions {
        overflow: scroll;
        width: 750vw;
    }*/

    #jobs ::-webkit-scrollbar {
        display: none
    }

    #jobs .tab-row {
        width: 160vw;
    }

    #jobs .tab4 {
        width: 100%;
        height: 20vh;
    }

    #jobs .jobsInvate h2 {
        font-size: 2.2rem;
        margin-bottom: 2rem
    }
    .tab.first-mobile-padding{
        padding-top:4rem;
    }
    #jobs .jobsInvate p {
        font-size: 1.3rem;
    }
    h2.chapter-title.what-we-do, h2.chapter-title.technology, h2.chapter-title.partners, h2.chapter-title.jobs, h2.chapter-title.whyUs {
        padding: 10px 15px 0;
    }
    .techTabs .techTab.width50 {
        width: 100%
    }
    .techTabs .techTab:first-child{
        padding-top:50px
    }
    .techTabs .techTab, .techTabs .techTab.width50 {
        height: auto;
    }
    h2.chapter-title.what-we-do{
        color:white;
        z-index:2;
    }
    .techTabs .techTab h3 {
        font-size: 1.3rem;
        text-align: center
    }
    .what-we-do-column{
        padding-bottom:0;
        padding-top:0
    }
    
    #what_we_do > div.backgrounded{
        background:none;
    }

    .tab4 {
        min-height: 18vh;
    }

        .tab4 img {
            width: 30px;
        }

    .chapter .padding, #jobs .jobsInvate, #what_we_do .chooser, #what_we_do .chooserTabs, .what-we-do-column, .techTabs .techTab {
        padding-right: 15px;
        padding-left: 15px;
    }

    #what_we_do .chooser {
        padding-top: 20px;
    }

    #what_we_do .chooserTabs {
        padding-top: 0px;
        padding-bottom: 20px;
    }

    #what_we_do .chooser h3 {
        font-size: 1.5rem;
        margin-bottom: 10px
    }

        #what_we_do .chooser h3.active {
            font-size: 1.9rem;
        }

    #about_us .technology img {
        width: 23px;
        padding: 0px;
    }

    #about_us .technology {
        height: 25vh;
    }

    .logoBox .logo {
        width: 150px
    }

    nav {
        height: 50px;
    }

        nav .mobile-menu-opener {
            width: 30px;
        }


        nav .logoBox .numeration {
            height: 50px;
            width: 70px;
        }

        nav .logoBox {
            height: 50px
        }

        nav.menuOpened .logoBox {
            background: #111111;
        }

        nav.shownumeration .logoBox {
            margin-left: 65px;
        }

    #chapterName {
        font-size: .8rem;
    }

    #numeration {
        font-size: 2rem;
    }

    .modal-message {
        max-width: 80%;
        padding: 30px 20px;
    }

    .intro h1, .intro h2 {
        font-size: 2.5rem;
        text-align: center
    }

    .intro h5 {
        font-size: 1.4rem;
        text-align: center
    }

    .aboutus-text p, .ourWorkTxt p {
        font-size: 1.2rem;
    }

    .ourWorkTxt {
        padding-bottom: 3rem;
    }

    .intro .title, #contact_us .form, footer .footer-row {
        padding-right: 15px;
        padding-left: 15px;
    }

    .intro h2 {
        display: none;
    }

    footer .footer-row {
        flex-wrap: wrap;
        padding-top: 20px;
        padding-bottom: 20px
    }

        footer .footer-row .col2 {
            width: 100%;
            margin-bottom: 20px
        }

            footer .footer-row .col2:last-child {
                margin-bottom: 0
            }

    footer .icon {
        width: 18px;
    }

    footer {
        height: auto
    }

        footer .rights {
            padding-bottom: 20px
        }

    .chatBox .chat-input textarea, #contact_us input, #contact_us textarea {
        font-size: 16px;
    }

    .chat.open {
        bottom: 0px;
        right: 0px;
    }

    .chatBox .message {
        font-size: 16px;
    }

    .chatBox .chatHeader .exitchatButton {
        font-size: 14px;
    }

    .chat .chatBox {
        width: 100vw;
    }

    .mobile {
        display: block
    }

    #contact_us .form {
        min-height: unset
    }

    .chat .chatButton {
        width: 40px;
        padding: 9px;
    }

    .chat {
        bottom: 20px;
        right: 20px;
    }
    #what_we_do .half{
        width:100%
    }
    #what_we_do .half{
        min-height:unset;
    }
}

.technology img:nth-child(3n) {
    transform: translate3d(0, 30%, 0);
    animation: animationTech 3550ms ease-in infinite;
}

.technology img:nth-child(3n-1) {
    transform: translate3d(0, -30%, 0);
    animation: animationTech2 3000ms ease-in infinite;
}

.technology img:nth-child(3n-2) {
    transform: translate3d(0, 30%, 0);
    animation: animationTech3 4500ms ease-in infinite;
}

.technology img:nth-child(2n) {
    animation-delay: 1s;
}

@keyframes animationTech {
    0% {
        transform: translate3d(0, 30%, 0);
    }

    50% {
        transform: translate3d(0, 0rem, 0);
    }


    100% {
        transform: translate3d(0, 30%, 0);
    }
}

@keyframes animationTech2 {
    0% {
        transform: translate3d(0, -30%, 0);
    }

    50% {
        transform: translate3d(0, 20%, 0);
    }


    100% {
        transform: translate3d(0, -30%, 0);
    }
}

@keyframes animationTech3 {
    0% {
        transform: translate3d(0, 20%, 0);
    }

    50% {
        transform: translate3d(0, -70%, 0);
    }


    100% {
        transform: translate3d(0, 20%, 0);
    }
}
