
/*header start*/

.header {
    height: 100%;
    max-height: 900px;
    position: relative;
    margin-top: 160px !important;
}


.vertical_left{
    position: relative;
}

.vertical_left::before, .vertical_left::after {
    content: '';
    background-color: #FFC107;
    height: 200px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 200px;
    transform: skew(0deg, 15deg);
}





@media screen and (min-width: 2300px) {
    .header .bottom-L {
        width: 700px  !important;
        height: 50px !important;
        top: 325px !important;
        left: -350px !important;
        transform: rotate(-90deg);
    }
    .header .rotated-arrow-left {
        width: 650px !important;
        height: 80px !important;
        top: 150px !important;
        left: 420px !important;
    }
    .header .bottom-shape {
        width: 1200px !important;
        left: -520px !important;
        top: -100px !important;
        transform: skew(35deg, 0deg) !important;
    }
    .header .blue-background {
        width: 500px !important;
        left: 0;
        height: 900px !important;
    }
}

@media screen and (max-width: 1430px) {
    .header {
        margin-top: 110px;
    }
}

@media screen and (max-width: 1090px) {
    .header {
        margin-top: 100px;
    }
}

@media screen and (max-width: 680px) {
    .header {
        margin-top: 80px !important;
    }
}

.header .left-side {
    overflow: hidden;
}

@media screen and (max-width: 940px) {
    .header {
        height: 50vw;
    }
}

.header h1 {
    position: absolute;
    top: calc(50% - 105px);
    left: 50px;
    color: white;
    font-weight: 600;
    font-size: 72px;
    width: 100px;
    z-index: 4;
}

@media screen and (max-width: 1670px) {
    .header h1 {
        left: 25px;
        font-size: 60px;
    }
}

@media screen and (max-width: 1270px) {
    .header h1 {
        left: 15px;
        font-size: 48px;
    }
}

@media screen and (max-width: 940px) {
    .header h1 {
        display: none;
    }
}

.header .rotated-arrow-left {
    position: absolute;
    width: 38vw;
    height: 50px;
    background-color: #eeeeee;
    z-index: 4;
    top: 190px;
    left: 17vw;
    transform: rotate(-35deg);
    cursor: pointer;
    box-shadow: 0px 3px 10px gray;
}


@media screen and (max-width: 940px) {
    .header .rotated-arrow-left {
        display: none;
    }
}

.header .rotated-arrow-left .bottom-L {
    background-color: #eeeeee;
    height: 20vw;
    width: 50px;
    position: absolute;
    box-shadow: -8px 1px 10px -10px black;
}

@media screen and (min-width: 2080px) {
    .header .rotated-arrow-left {
        left: 17vw;
    }
}





@media screen and (min-width: 2135px) {
    .header .rotated-arrow-left {
        left: 15vw;
    }
    .header .rotated-arrow-left .bottom-L {
        height: 21vw;
    }
}

@media screen and (min-width: 2260px) {
    .header .rotated-arrow-left {
        left: 14vw;
    }
    .header .rotated-arrow-left .bottom-L {
        height: 22vw;
    }
}

@media screen and (max-width: 1955px) {
    .header .rotated-arrow-left {
        left: 19vw;
    }
}

@media screen and (max-width: 1925px) {
    .header .rotated-arrow-left {
        width: 39vw;
    }
}

@media screen and (max-width: 1880px) {
    .header .rotated-arrow-left {
        width: 40vw;
    }
}

@media screen and (max-width: 1800px) {
    .header .rotated-arrow-left {
        left: 20vw;
        width: 41vw;
    }
    .header .rotated-arrow-left .bottom-L {
        height: 17.5vw;
    }
}

@media screen and (max-width: 1750px) {
    .header .rotated-arrow-left {
        width: 740px;
    }
}

@media screen and (max-width: 1670px) {
    .header .rotated-arrow-left .bottom-L {
        height: 265px;
    }
}

@media screen and (max-width: 1630px) {
    .header .rotated-arrow-left {
        left: 20vw;
        top: 155px;
        width: 635px;
    }
    .header .rotated-arrow-left .bottom-L {
        height: 18vw;
    }
}

@media screen and (max-width: 1460px) {
    .header .rotated-arrow-left .bottom-L {
        height: 17vw;
    }
}

@media screen and (max-width: 1350px) {
    .header .rotated-arrow-left {
        top: 130px;
        left: 22vw;
        width: 495px;
    }
    .header .rotated-arrow-left .bottom-L {
        height: 20vw;
    }
}

@media screen and (max-width: 1350px) {
    .header .rotated-arrow-left {
        width: 520px;
    }
}

@media screen and (max-width: 1270px) {
    .header .rotated-arrow-left .bottom-L {
        height: 19vw;
    }
}

@media screen and (max-width: 1200px) {
    .header .rotated-arrow-left {
        width: 530px;
    }
    .header .rotated-arrow-left .bottom-L {
        height: 16.5vw;
    }
}

@media screen and (max-width: 1150px) {
    .header .rotated-arrow-left {
        top: 110px;
        width: 475px;
    }
    .header .rotated-arrow-left .bottom-L {
        height: 19vw;
    }
}

@media screen and (max-width: 1053px) {
    .header .rotated-arrow-left {
        left: 23vw;
    }
    .header .rotated-arrow-left .bottom-L {
        height: 17.5vw;
    }
}

.header .blue-background {
    width: 17vw;
    position: relative;
    height: 36vw;
    background-color: #0D47A1;
    z-index: 1;
}

.header .blue-background .top-shape {
    background-color: #0D47A1;
    height: 500px;
    width: 500px;
    transform: matrix(3.7, -2.6, 1, 0.9, 0, 0);
    left: -150px;
    position: relative;
}

.header .blue-background .bottom-shape {
    background-color: #0D47A1;
    height: 500px;
    width: 500px;
    left: 230px;
    position: relative;
    transform: skewY(55deg);
}

@media screen and (max-width: 1880px) {
    .header .blue-background .top-shape {
        left: -190px;
    }
}

@media screen and (max-width: 1630px) {
    .header .blue-background .top-shape {
        left: -320px;
    }
}

@media screen and (max-width: 1351px) {
    .header .blue-background {
        width: 20vw;
    }
    .header .blue-background .top-shape {
        left: -360px;
    }
}

@media screen and (max-width: 1350px) {
    .header .blue-background .top-shape {
        left: -445px;
    }
}

@media screen and (max-width: 1150px) {
    .header .blue-background {
        width: 25vw;
    }
    .header .blue-background .top-shape {
        left: -535px;
    }
}

@media screen and (max-width: 940px) {
    .header .blue-background {
        display: none;
    }
}

.header .owl-carousel {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 0;
    width: 70vw;
    display: block !important;
    overflow: hidden;
}

.header .owl-carousel img {
    width: 100%;
    height: 36vw;
    max-height: 900px !important;
    width: auto;
}

.header .owl-carousel .border-bottom {
    display: none;
}

@media screen and (min-width: 2300px) {
    .header .owl-carousel {
        width: 76%;
    }
    .header .owl-carousel img {
        width: auto;
        height: auto;
    }

    .slider
    {
       margin: auto;
        max-width: 2060px;
    }


}


@media screen and (max-width: 2299px) {
    .header .owl-carousel {
        right: 0;

    }
    #right-side{
        right: 300px!important;
    }
}

@media screen and (max-width: 1400px) {
    .header .owl-carousel {
        right: 0;

    }
    #right-side{
        right: 10%!important;
    }

    .slider
    {
        margin-left: 8%;
    }

}

@media screen and (max-width: 940px) {
    .header .owl-carousel {
        width: 100%;
    }
    .header .owl-carousel img {
        width: 100%;
        height: 100%;
    }
    .header .owl-carousel .border-bottom {
        display: block;
        z-index: 500;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        height: 250px;
    }
    .header .owl-carousel .border-bottom h2 {
        text-transform: uppercase;
        position: absolute;
        color: white;
        font-weight: 900;
        font-size: 40px;
        text-align: center;
        bottom: 20px;
        left: calc(50% - 214px);
    }

    .slider
    {
      margin: auto;
    }
}

@media screen and (max-width: 530px) {
    .header .owl-carousel {
        height: 330px;
    }
    .header .owl-carousel .border-bottom h2 {
        font-size: 30px;
        left: calc(50% - 160px);
        font-weight: bolder;
        text-shadow: 0px 0px 10px black;
    }
    .slider
    {
        margin: auto;
    }
}

@media screen and (max-width: 410px) {
    .header .owl-carousel .border-bottom h2 {
        bottom: 10px;
        font-size: 24px;
        left: calc(50% - 128.5px);
        text-shadow: 0px 0px 10px black;
    }

    .slider
    {
        margin: auto;
    }

}

#right-side {
    cursor: pointer;
    position: absolute;
    top: calc(50% - 15px);
    right: 65px;
    transform: rotate(-130deg);
}

#right-side .arrow-right {
    box-shadow: -5px -4px 10px 2px rgba(0, 0, 0, 0.2);
    height: 100px;
    width: 15px;
    position: relative;
    background-color: #eeeeee;
}

#right-side .arrow-right::after {
    box-shadow: 0px 7px 9px -1px rgba(0, 0, 0, 0.2);
    content: '';
    background-color: #eeeeee;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 15px;
    position: absolute;
}

@media screen and (max-width: 940px) {
    #right-side {
        display: none;
    }
}

.vertical {
    top: 10vw;
    position: absolute;
    width: 140vw;
    height: 250px;
    left: -16vw;
    background-color: #FFC107;
    transform: rotate(22deg);
}

@media screen and (max-width: 2500px) {
    .vertical {
        top: 12vw;
    }
}

@media screen and (max-width: 1600px) {
    .vertical {
        top: 12vw;
        transform: rotate(30deg);
    }
}

@media screen and (max-width: 1600px) {
    .vertical {
        top: 15vw;
        transform: rotate(30deg);
        height: 200px;
    }
}

@media screen and (max-width: 840px) {
    .vertical {
        display: none;
    }
}



/*expertise start*/

.expertise {
    position: relative;
    z-index: 4;
    margin-top: -50px;
}

.expertise .title {
    position: relative;
    z-index: 5;
    color: #1a365b;
    text-align: center;
    text-transform: uppercase;
}

.expertise .title h1 {
    font-size: 80px;
    font-weight: 600;
}

.expertise .title h2 {
    font-size: 43px;
    font-weight: 600;
}

.expertise .expertise-links {
    margin-bottom: 150px;
    display: flex;
    justify-content: space-around;
}

.expertise .expertise-links a {
    font-weight: 900;
    text-decoration: none;
    color: black;
    font-size: 30px;
    margin: 6vw;
}

.versions_logo {
    position: relative;
    z-index: 4;
    /*margin: 90px 0;*/
}

@media only screen and (max-width: 426px) {
    .versions_logo {
        margin: 20px 0;
    }
}

.versions_logo .versions-logo-links{
    /*margin-bottom: 150px;*/
    /*display: inline-block;*/
    /*justify-content: space-around;*/
    padding-top: 5rem;
}
@media only screen and (max-width: 768px) {
    .versions_logo .versions-logo-links {
        padding-top: 2rem;
    }
}

@media only screen and (max-width: 426px) {
    .versions_logo .versions-logo-links {
        margin-bottom: 0px;
    }
}

.versions_logo .versions-logo-links .item {
    display: block;
    margin: auto;
}

@media only screen and (max-width: 992px) {
    .versions_logo .versions-logo-links .item{
        text-align: center;
        margin: 30px 0;
    }
}

.versions_logo .versions-logo-links .item img {
    width: 80%;
    -webkit-box-shadow: 0 1.5rem 4rem rgba(0,0,0,0.4);
    box-shadow: 0 1.5rem 4rem rgba(0,0,0,0.4);
    border-radius: 2px;
    z-index: 10;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    outline-offset: 1rem;
}
@media only screen and (min-width: 992px) {
    .versions_logo .versions-logo-links .item img{
        width: 70%;
    }
}

@media only screen and (max-width: 992px) {
    .versions_logo .versions-logo-links .item img{
        width: 40%;
    }
}

@media only screen and (max-width: 426px) {
    .versions_logo .versions-logo-links .item img{
        width: 50%;
    }
}

.versions_logo .versions-logo-links .item :hover {
    /*outline: 1rem solid #1a365b;*/
    /*z-index: 20;*/
    /*-webkit-transition: all .2s ease-in;*/
    /*transition: all .2s ease-in;*/
    /*width: 80%;*/
    /*height: 80%;*/
    /*!*transform: translate(0px,-10px);*!*/
    -webkit-transform: scale(1.25) translateY(-0.5rem);
    transform: scale(1.25) translateY(-0.5rem);
    -webkit-box-shadow: 0 2.5rem 4rem rgba(0,0,0,0.5);
    box-shadow: 0 2.5rem 4rem rgba(0,0,0,0.5);
    z-index: 20;

}

.expertise .expertise-links ul li {
    text-transform: uppercase;
    display: inline-flex;
    flex-wrap: wrap;
    /*transition: 0.2s all ease-in-out;*/
}

.expertise .expertise-links ul li:hover {
    /*transform: scale(1.5);*/
}

.expertise .expertise-links ul li span {
    font-family: "PT Sans", sans-serif !important;
    font-weight: 900;
    font-size: 140px;
    color: #ddd;
    text-shadow: 5px 5px 5px rgba(128, 128, 128, 0.4);
}

.expertise .expertise-links .link {
    position: relative;
}

.expertise .expertise-links .link:hover .below-bar {
    background-color: #dab92d;
}

.expertise .expertise-links .link:hover .below-bar::before {
    background-color: #dab92d;
}

@media only screen and (max-width: 767px) {
    .management_app{
        /*padding-top: 20px;*/
    }
}

@media only screen and (min-width: 768px) {
    .management_app{
        margin-left: 20px;
    }
}

@media screen and (min-width: 2600px) {
    .expertise .expertise-links .link a {
        margin: 100px !important;
    }
}

.expertise .expertise-links .link .below-bar {
    transition: 0.2s all ease-in-out;
    position: absolute;
    height: 16px;
    width: 50%;
    left: 0;
    bottom: 60px;
    background-color: #1a365b;
    transform: rotateZ(40deg);
}

.expertise .expertise-links .link .below-bar::before {
    transition: 0.2s all ease-in-out;
    content: '';
    background-color: #1a365b;
    height: 51px;
    position: absolute;
    left: 0;
    width: 10px;
    top: -50px;
}

@media screen and (max-width: 1400px) {
    .expertise .expertise-links a {
        font-size: 20px;
    }
    .expertise .expertise-links ul li span {
        font-size: 100px;
    }
    .expertise .expertise-links .link .below-bar {
        width: 40%;
        height: 12px;
        left: 5px;
        bottom: 60px;
    }

    .expertise{
        margin-top: 0px;
    }
}

@media screen and (max-width: 1050px) {
    .expertise .title h1 {
        font-size: 60px;
    }
    .expertise .title h2 {
        font-size: 30px;
    }
    .expertise .expertise-links a {
        font-size: 20px;
    }
    .expertise .expertise-links ul li span {
        font-size: 90px;
    }
    .expertise .expertise-links .link .below-bar {
        width: 45%;
        height: 12px;
        left: -11px;
        bottom: 40px;
    }
    .expertise{
        margin-top: 50px;
    }
}

@media screen and (max-width: 930px) {
    .expertise .expertise-links a {
        font-size: 20px;
    }
    .expertise .expertise-links ul li span {
        font-size: 90px;
    }
    .expertise .expertise-links .link .below-bar {
        width: 45%;
        height: 12px;
        left: 0px;
        bottom: 34px;
    }

}

@media screen and (max-width: 840px) {
    .expertise .expertise-links a {
        margin: 10vw;
        font-size: 20px;
    }
    .expertise .expertise-links ul li span {
        font-size: 70px;
    }
    .expertise .expertise-links .link .below-bar {
        width: 45%;
        height: 12px;
        left: 20px;
        bottom: 50px;
    }



}

@media screen and (max-width: 700px) {
    .expertise .expertise-links a {
        margin: 10vw;
        font-size: 20px;
    }
    .expertise .expertise-links ul li span {
        font-size: 70px;
    }
    .expertise .expertise-links .link .below-bar {
        width: 45%;
        height: 12px;
        left: 0;
        bottom: 33px;
    }
}

@media screen and (max-width: 600px) {
    .expertise .title h1 {
        font-size: 50px;
    }
    .expertise .title h2 {
        font-size: 20px;
    }
    .expertise .expertise-links a {
        margin: 10vw;
        font-size: 20px;
    }
    .expertise .expertise-links ul li span {
        font-size: 70px;
    }
    .expertise .expertise-links .link .below-bar {
        width: 45%;
        height: 12px;
        left: -8px;
        bottom: 35px;
    }
}

@media screen and (max-width: 540px) {
    .expertise .expertise-links a {
        margin: 50px 15vw;
        font-size: 20px;
    }
    .expertise .expertise-links ul li span {
        font-size: 70px;
    }
    .expertise .expertise-links .link .below-bar {
        width: 45%;
        height: 12px;
        left: 0;
        bottom: 30px;
    }
}

@media screen and (max-width: 400px) {
    .expertise .title h1 {
        font-size: 40px;
    }
    .expertise .title h2 {
        font-size: 16px;
    }
    .expertise .expertise-links a {
        margin: 40px 15vw;
        font-size: 20px;
    }
    .expertise .expertise-links ul li span {
        font-size: 70px;
    }
    .expertise .expertise-links .link .below-bar {
        width: 45%;
        height: 12px;
        left: -23px;
        bottom: 33px;
    }
}


/*solutions start*/

.solutions {
    position: relative;
}


/*linie verticala galbena*/
.solutions .vertical-2 {
    z-index: 0;
    position: absolute;
    right: -20vw;
    top: 30vw;
    height: 200px;
    width: 110vw;
    background-color: #FFC107;
    transform: rotate(-20deg);
}

.solutions .vertical-2::after {
    content: '';
    position: absolute;
    background-color: #FFC107;
    left: 0;
    top: 0;
    width: 150px;
    height: 40vw;
}

@media screen and (max-width: 2260px) {
    .solutions .vertical-2 {
        top: 35vw;
    }

    .project_description{
        width: 40%;
    }

    .logo_mojo{
        width: 50%;
    }

}

@media screen and (max-width: 1750px) {
    .solutions .vertical-2 {
        top: 38vw;
    }

    .project_description{
        width: 70%;
    }

}

@media screen and (max-width: 1550px) {
    .solutions .vertical-2 {
        top: 45vw;
    }

    .project_description{
        width: 70%;
        font-size: 16px;
    }

    .client_description{
        font-size: 16px;
    }

    .logo_mojo{
        width: 45%;
    }

}


@media screen and (max-width: 1350px) {
    .solutions .vertical-2 {
        top: 48vw;
        height: 150px;
    }
    .solutions .vertical-2::after {
        width: 100px;
    }

    .project_description{
        width: 70%;
        font-size: 16px;
    }
    .client_description{
        font-size: 16px;
    }

    .logo_mojo{
        width: 45%;
    }

}



@media screen and (max-width: 3840px) {
    .expertise .expertise-links a {
        font-size: 26px;
    }

    .values .left .text p {
        font-size: 17px;
    }
    .header
    {
        margin-bottom: 1%;
    }

    .client_description{
        font-size: 20px;
    }

    .logo_mojo{
        width: 39%;
    }
}

@media screen and (min-width: 2560px){
    .values .left .text p {
        font-size: 2em!important;
    }
    .project_title {
        font-size: 6em;
        width: 70%;
    }

    .project_description {
        font-size: 2em;
        width: 50%;
    }

    .values {
        max-width: 1700px;
        margin: auto;
    }

    .client_description {
        font-size: 2em;
        width: 35%;
    }

    .back_to_gallery{
        font-size: 2.5em;
    }

    .back_to_gallery:nth-child(3){
        margin-top: 3%;
    }

    .link p{
        font-size: 1.75em;
    }
}

@media screen and (max-width: 1250px) {
    .solutions .vertical-2 {
        top: 55vw;
    }

    .logo_mojo{
        width: 50%;
    }
}

@media screen and (max-width: 1180px) {
    .solutions .vertical-2 {
        display: none;
    }

    .project_title{
        font-size: 60px;
    }

    .project_description{
        font-size: 15px;
        width: 70%;
    }

    .client_description{
        font-size: 15px;
    }
}

.solutions .solutions-header {
    background-color: #0D47A1;
    height: 600px;
}

.solutions .solutions-header h1 {
    padding-top: 100px;
    font-size: 100px;
    font-weight: 900;
    color: white;
}

.solutions .posts {
    margin-bottom: -200px;
    top: -200px;
    margin-left: 100px;
    margin-right: 100px;
    position: relative;
}

.solutions .posts .modal {
    z-index: 52;
}

.solutions .posts .post-underlay {
    position: relative;
    z-index: -2;
}

.solutions .posts .post {
    position: relative;
    z-index: 1;
    margin-bottom: 100px;
    margin-left: 200px;
    margin-right: 200px;
    width: 550px;
}

.solutions .posts .post .background-style {
    position: absolute;
    top: 20px;
    left: 15px;
}

.solutions .posts .post .background-style .big-border-top {
    width: 350px;
    border-top: 35px solid #252e3a;
    border-left: 20px solid #252e3a;
}

.solutions .posts .post .background-style .big-border-top::before {
    left: 0;
    position: absolute;
    content: '';
    background-color: #252e3a;
    height: 120px;
    width: 25px;
}

.solutions .posts .post .background-style .big-border-bottom {
    position: relative;
    top: 280px;
    left: 100px;
    width: 350px;
    border-bottom: 35px solid #252e3a;
}

.solutions .posts .post .background-style .big-border-bottom::after {
    content: '';
    position: absolute;
    background-color: #252e3a;
    right: 0;
    bottom: 0px;
    width: 25px;
    height: 120px;
}

.solutions .posts .post .background-style .small-border-left {
    border-bottom: 15px solid #252e3a;
    position: relative;
    top: 170px;
    width: 150px;
    right: 25px;
}

.solutions .posts .post .background-style .small-border-left::before {
    content: '';
    position: absolute;
    width: 10px;
    bottom: 0;
    background-color: #252e3a;
    height: 50px;
}

.solutions .posts .post .background-style .small-border-right {
    border-top: 15px solid #252e3a;
    position: relative;
    width: 150px;
    top: 20px;
    left: 330px;
}

.solutions .posts .post .background-style .small-border-right::after {
    content: '';
    position: absolute;
    width: 10px;
    background-color: #252e3a;
    height: 50px;
    right: 0;
}

.solutions .posts .post .text {
    position: relative;
    left: 0px;
    margin-top: 100px;
}

@media screen and (max-width: 800px) {
    .solutions .posts .post .text {
        text-align: center;
    }

    .project_description{
        font-size: 13px;
        margin-top: 4%;
    }

    .project_title{
        font-size: 42px;
        width: 90%;
    }

    .client_description{
        width: 77%;
    }

    .logo_mojo{
        width: 80%;
        margin-top: 10%;
    }

    .laptop_img{
        /*width: 120%;*/
        /*margin-left: -10%;*/
    }

    .carousel_web{
        margin-top: -57.5%;
        width: 66.6%;
        margin-left: 17%;
    }

    .vertical_left::before, .vertical_left::after {
        content: '';
        background-color: #FFC107;
        height: 150px;
        width: 100%;
        position: absolute;
        left: 0;
        top: 190px;
        transform: skew(0deg, 15deg);
    }

}

.solutions .posts .post img {
    position: relative;
    left: 55px;
    top: 10px;
    height: 260px;
    width: 370px;
}

@media screen and (max-width: 800px) {
    .solutions .posts .post img {
        margin: 0 auto;
    }
}

@media screen and (max-width: 550px) {
    .solutions .posts .post img {
        left: calc(50% - 185px);
        top: 0;
    }

    .vertical_left::before, .vertical_left::after {
        content: '';
        background-color: #FFC107;
        height: 100px;
        width: 100%;
        position: absolute;
        left: 0;
        top: 130px;
        transform: skew(0deg, 15deg);
    }
}

.solutions .posts .post .btn-modal {
    background-color: transparent;
    border: 3px solid #FFC107;
    margin-top: 30px;
    font-weight: 600;
    font-size: 20px;
    padding: 5px 15px;
    transition: 0.2s all ease-in-out;
    border-radius: 0;
}

@media screen and (max-width: 800px) {
    .solutions .posts .post .btn-modal {
        display: inline-block;
        float: none !important;
    }
}

.solutions .posts .post .btn-modal:hover {
    background-color: #FFC107;
}

.solutions .posts .post a {
    margin-top: 30px;
    text-decoration: none;
    color: black;
    font-weight: 600;
    font-size: 20px;
    border: 3px solid #FFC107;
    padding: 5px 15px;
    transition: 0.2s all ease-in-out;
}

.solutions .posts .post a:hover {
    background-color: #FFC107;
}

.solutions .posts .post .owl-carousel-lab1 img {
    height: 500px;
    width: 300px;
}

.solutions .posts .first-row {
    display: flex;
    justify-content: center;
}

.solutions .posts .first-row .post h3 {
    font-weight: 900;
    position: relative;
    top: -60px;
    color: white;
}

.solutions .posts .second-row {
    display: flex;
    justify-content: center;
}

.solutions .posts .second-row .post h3 {
    position: relative;
    top: -60px;
    font-weight: 900;
}

@media screen and (max-width: 1900px) {
    .solutions .posts .post {
        margin-right: 50px;
        margin-left: 100px;
    }
}

@media screen and (max-width: 1560px) {
    .solutions .posts {
        top: -220px;
        margin: 20px;
        margin-bottom: -200px;
    }
}

@media screen and (max-width: 1340px) {
    .solutions .posts .post {
        margin-left: 70px;
    }
}

@media screen and (max-width: 1300px) {
    .solutions .posts .post {
        margin-left: 50px;
    }
}

@media screen and (max-width: 1180px) {
    .solutions .solutions-header h1 {
        font-size: 70px;
    }
    .solutions .posts .first-row, .solutions .posts .second-row {
        flex-wrap: wrap;
    }
    .solutions .posts .first-row .post h3, .solutions .posts .second-row .post h3 {
        color: black;
    }
}

@media screen and (max-width: 600px) {
    .solutions .solutions-header {
        height: 400px;
    }
    .solutions .solutions-header h1 {
        font-size: 50px;
    }
    .solutions .posts .background-style {
        display: none;
    }
    .solutions .posts .post h3 {
        text-align: center !important;
    }
    .solutions .posts .post .text {
        margin-top: 40px;
        text-align: center;
    }
    .solutions .posts .post {
        margin: 10px 20px;
    }
    .solutions .posts .first-row .post h3, .solutions .posts .second-row .post h3 {
        top: 0;
    }
}

@media screen and (max-width: 420px) {
    .solutions .posts {
        margin: 40px;
    }
    .solutions .posts .post img {
        height: 200px;
        width: 290px;
        left: calc(50% - 145px);
    }

    .vertical_left::before, .vertical_left::after {
        content: '';

        background-color: #FFC107;

        height: 89px;

        width: 100%;

        position: absolute;

        left: 0;

        top: 71px;

        transform: skew(0deg, 15deg);
    }
}

@media screen and (max-width: 360px) {
    .solutions .posts .post img {
        height: 150px;
    }
}


/*.modal-1, .modal-2, .modal-3, .modal-4 {*/
    /*display: none;*/
    /*position: fixed;*/
    /*top: 13vh;*/
    /*left: 100px;*/
    /*right: 100px;*/
    /*bottom: 8%;*/
    /*background-color: white;*/
    /*z-index: 5;*/
    /*overflow: scroll;*/
    /*box-shadow: 0px 10px 10px 5px rgba(0, 0, 0, 0.2);*/
    /*font-family: "PT Sans", sans-serif !important;*/
/*}*/

/*@media screen and (max-width: 1366px) {*/
    /*.modal-1, .modal-2, .modal-3, .modal-4 {*/
        /*top: 15vh;*/
    /*}*/
/*}*/

/*@media screen and (max-width: 850px) {*/
    /*.modal-1, .modal-2, .modal-3, .modal-4 {*/
        /*left: 50px;*/
        /*right: 50px;*/
    /*}*/
/*}*/

/*@media screen and (max-width: 800px) {*/
    /*.modal-1, .modal-2, .modal-3, .modal-4 {*/
        /*left: 20px;*/
        /*right: 20px;*/
    /*}*/
/*}*/

/*.modal-1 i, .modal-2 i, .modal-3 i, .modal-4 i {*/
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 1px;*/
    /*font-size: 50px;*/
    /*margin-right: 50px;*/
    /*margin-top: 20px;*/
/*}*/

/*.modal-1 i:hover, .modal-2 i:hover, .modal-3 i:hover, .modal-4 i:hover {*/
    /*cursor: pointer;*/
/*}*/

/*@media screen and (max-width: 600px) {*/
    /*.modal-1 i, .modal-2 i, .modal-3 i, .modal-4 i {*/
        /*font-size: 28px;*/
    /*}*/
/*}*/

/*@media screen and (max-width: 800px) {*/
    /*.modal-1 i, .modal-2 i, .modal-3 i, .modal-4 i {*/
        /*margin-top: 0px;*/
    /*}*/
/*}*/

/*@media screen and (max-width: 820px) {*/
    /*.modal-1 i, .modal-2 i, .modal-3 i, .modal-4 i {*/
        /*position: static;*/
        /*display: block;*/
        /*background-color: #FFC107;*/
        /*margin-right: 0;*/
    /*}*/
/*}*/

/*.modal-1 .modal-title, .modal-2 .modal-title, .modal-3 .modal-title, .modal-4 .modal-title {*/
    /*background-color: #FFC107;*/
    /*height: 100px;*/
    /*font-size: 40px;*/
    /*font-weight: 600;*/
    /*padding-top: 20px;*/
/*}*/

/*@media screen and (max-width: 600px) {*/
    /*.modal-1 .modal-title, .modal-2 .modal-title, .modal-3 .modal-title, .modal-4 .modal-title {*/
        /*font-size: 24px;*/
        /*height: 70px;*/
    /*}*/
/*}*/

/*@media screen and (max-width: 450px) {*/
    /*.modal-1 .modal-title, .modal-2 .modal-title, .modal-3 .modal-title, .modal-4 .modal-title {*/
        /*height: auto;*/
    /*}*/
/*}*/

/*.modal-1 .modal-text, .modal-2 .modal-text, .modal-3 .modal-text, .modal-4 .modal-text {*/
    /*text-align: left;*/
    /*padding: 2% 15%;*/
    /*font-size: 20px;*/
/*}*/

/*@media screen and (max-width: 1000px) {*/
    /*.modal-1 .modal-text, .modal-2 .modal-text, .modal-3 .modal-text, .modal-4 .modal-text {*/
        /*padding: 2% 5%;*/
    /*}*/
/*}*/

/*@media screen and (max-width: 850px) {*/
    /*.modal-1 .modal-text, .modal-2 .modal-text, .modal-3 .modal-text, .modal-4 .modal-text {*/
        /*font-size: 18px;*/
    /*}*/
/*}*/

/*@media screen and (max-width: 600px) {*/
    /*.modal-1 .modal-text, .modal-2 .modal-text, .modal-3 .modal-text, .modal-4 .modal-text {*/
        /*font-size: 16px;*/
    /*}*/
/*}*/

/*.modal-1 .modal-slider, .modal-2 .modal-slider, .modal-3 .modal-slider, .modal-4 .modal-slider {*/
    /*margin-left: 50px;*/
    /*margin-right: 50px;*/
/*}*/

/*@media screen and (max-width: 1024px) {*/
    /*.modal-1 .modal-slider, .modal-2 .modal-slider, .modal-3 .modal-slider, .modal-4 .modal-slider {*/
        /*margin-bottom: 20px;*/
    /*}*/
/*}*/

/*.modal-1 .modal-slider img, .modal-2 .modal-slider img, .modal-3 .modal-slider img, .modal-4 .modal-slider img {*/
    /*margin: 10px;*/
    /*padding: 10px;*/
    /*max-width: 750px;*/
    /*max-height: 350px;*/
/*}*/

/*@media screen and (max-width: 600px) {*/
    /*.modal-1 .modal-slider img, .modal-2 .modal-slider img, .modal-3 .modal-slider img, .modal-4 .modal-slider img {*/
        /*padding: 0;*/
        /*margin: 0;*/
    /*}*/
/*}*/


@media screen and (max-width: 992px) {
    .col-sm-12 .social {
        justify-content: center;
    }
}

/*.enhanced-header {*/
    /*position: relative;*/
    /*margin-top: 130px !important;*/
    /*height: 700px !important;*/
    /*margin-bottom: 50px;*/
    /*display: flex;*/
    /*align-items: center;*/
/*}*/

/*@media screen and (max-width: 1430px) {*/
    /*.enhanced-header {*/
        /*margin-top: 110px !important;*/
    /*}*/
/*}*/

/*.enhanced-header .header-image {*/
    /*background-size: cover;*/
    /*background-position: center;*/
    /*height: 100%;*/
    /*width: 100%;*/
    /*position: relative;*/
    /*z-index: 3;*/
/*}*/

/*@media screen and (max-width: 800px) {*/
    /*.enhanced-header .header-image {*/
        /*position: absolute;*/
        /*top: 0;*/
        /*left: 0;*/
        /*height: 100%;*/
        /*width: 100%;*/
        /*opacity: 0.3;*/
    /*}*/
/*}*/

/*.enhanced-header .about-title {*/
    /*max-width: 30%;*/
    /*margin: 0;*/
    /*position: absolute;*/
    /*z-index: 4;*/
    /*right: 0;*/
    /*text-align: center;*/
    /*padding: 5px;*/
    /*width: 100%;*/
    /*top: 40%;*/
    /*height: 100%;*/
    /*min-width: 410px;*/
/*}*/

/*@media screen and (min-width: 1367px) {*/
    /*.enhanced-header .about-title {*/
        /*right: 0;*/
    /*}*/
/*}*/

/*@media screen and (max-width: 800px) {*/
    /*.enhanced-header .about-title {*/
        /*min-width: 0;*/
        /*left: 0;*/
        /*padding-left: 40px;*/
        /*width: calc(100% + 40px);*/
        /*height: 100%;*/
        /*max-width: 100%;*/
        /*z-index: 1000;*/
        /*background-color: rgba(13, 71, 161, 0.5);*/
        /*display: flex;*/
        /*justify-content: center;*/
        /*align-items: center;*/
        /*top: 0;*/
    /*}*/
/*}*/

/*.enhanced-header .about-words {*/
    /*position: relative;*/
    /*right: auto;*/
    /*z-index: 1;*/
    /*background-color: #0D47A1;*/
    /*color: white;*/
    /*text-transform: uppercase;*/
    /*font-size: 50px;*/
    /*margin: 0 auto;*/
    /*font-weight: 600;*/
    /*padding: 12px 70px;*/
/*}*/

/*@media screen and (min-width: 1920px) {*/
    /*.enhanced-header .about-words {*/
        /*left: -50px;*/
    /*}*/
/*}*/

/*@media screen and (max-width: 1680px) {*/
    /*.enhanced-header .about-words {*/
        /*left: -20px;*/
        /*padding: 12px 40px;*/
    /*}*/
/*}*/

/*@media screen and (max-width: 1367px) {*/
    /*.enhanced-header .about-words {*/
        /*left: -10px;*/
    /*}*/
/*}*/

/*@media screen and (max-width: 1100px) {*/
    /*.enhanced-header .about-words {*/
        /*left: 10px;*/
    /*}*/
/*}*/

/*@media screen and (max-width: 800px) {*/
    /*.enhanced-header .about-words {*/
        /*background-color: transparent;*/
        /*left: 0;*/
    /*}*/
/*}*/

/*.enhanced-header .about-title::before, .enhanced-header .about-title::after {*/
    /*content: '' !important;*/
    /*position: absolute;*/
    /*left: 0;*/
    /*background-color: #FFC107;*/
    /*height: 30px;*/
    /*width: 300px;*/
    /*z-index: -1 !important;*/
/*}*/

/*.enhanced-header .about-title::before {*/
    /*transform: rotate(60deg);*/
    /*width: 150px;*/
    /*height: 20px;*/
    /*top: 30px;*/
    /*left: 6px !important;*/
    /*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);*/
/*}*/

/*@media screen and (max-width: 800px) {*/
    /*.enhanced-header .about-title::before {*/
        /*top: 50% !important;*/
        /*left: calc(50% - 110px) !important;*/
        /*width: 100px;*/
    /*}*/
/*}*/

/*.enhanced-header .about-title::after {*/
    /*transform: rotate(-30deg);*/
    /*top: 20px;*/
    /*left: 90px !important;*/
    /*box-shadow: 5px 10px 10px 0px rgba(0, 0, 0, 0.2);*/
/*}*/

/*@media screen and (max-width: 800px) {*/
    /*.enhanced-header .about-title::after {*/
        /*top: calc(50% - 15px) !important;*/
        /*left: calc(50% - 62px) !important;*/
        /*width: 200px;*/
    /*}*/
/*}*/

/*.about-header .header-image {*/
    /*filter: grayscale(100%);*/
    /*background-image: url("../images/headquarters.jpg");*/
    /*transition: all 0.3s linear;*/
/*}*/

/*.about-header .header-image:hover {*/
    /*filter: grayscale(0%);*/
/*}*/

/*@media screen and (min-width: 1367px) {*/
    /*.about-header .header-image .about-words {*/
        /*left: -100px;*/
    /*}*/
/*}*/

/*@media screen and (min-width: 1367px) {*/
    /*.about-header .about-title::before {*/
        /*left: 30%;*/
    /*}*/
    /*.about-header .about-title::after {*/
        /*left: 35%;*/
    /*}*/
/*}*/

/*.news-header {*/
    /*background-image: none !important;*/
    /*z-index: 1;*/
/*}*/

/*.news-header .header-image {*/
    /*background-image: url("../images/news.jpg");*/
    /*background-repeat: no-repeat;*/
    /*background-position: top;*/
/*}*/

/*.news-header .about-title {*/
    /*right: auto;*/
    /*left: 0%;*/
/*}*/

/*@media screen and (min-width: 1367px) {*/
    /*.news-header .about-title {*/
        /*left: 100px;*/
    /*}*/
/*}*/

/*.news-header .about-words {*/
    /*top: -35px;*/
/*}*/

/*@media screen and (min-width: 1367px) {*/
    /*.news-header .about-words {*/
        /*left: -10px;*/
    /*}*/
/*}*/

/*@media screen and (max-width: 800px) {*/
    /*.news-header .about-words {*/
        /*top: 0;*/
    /*}*/
/*}*/

/*@media screen and (min-width: 1450px) {*/
    /*.news-header .about-words {*/
        /*left: -50px;*/
    /*}*/
/*}*/

/*.careers-header {*/
    /*z-index: 1;*/
/*}*/

/*.careers-header .header-image {*/
    /*background-image: url("../images/careers.jpg");*/
/*}*/

/*@media screen and (min-width: 1920px) {*/
    /*.careers-header .about-words {*/
        /*left: -60px !important;*/
    /*}*/
/*}*/

/*@media screen and (min-width: 1365px) {*/
    /*.careers-header .about-words {*/
        /*left: -80px;*/
    /*}*/
/*}*/

/*@media screen and (min-width: 1700px) {*/
    /*.careers-header .about-words {*/
        /*left: -120px;*/
    /*}*/
/*}*/

/*.portofolio-header {*/
    /*z-index: 1;*/
/*}*/

/*.portofolio-header .header-image {*/
    /*background-image: url("../images/portofoliu.jpg");*/
/*}*/

/*@media screen and (min-width: 1920px) {*/
    /*.portofolio-header .about-words {*/
        /*left: -40px !important;*/
    /*}*/
/*}*/

/*@media screen and (min-width: 1400px) {*/
    /*.portofolio-header .about-words {*/
        /*left: -80px;*/
    /*}*/
/*}*/

/*@media screen and (min-width: 1600px) {*/
    /*.portofolio-header .about-words {*/
        /*left: -130px;*/
    /*}*/
/*}*/









/*logo*/
.values {
    margin-top: 25px;
    display: flex;
    align-items: flex-end;
    height: 70vh;
    max-height: 600px !important;
    margin-bottom: 50px;
    overflow: hidden;
}

@media screen and (max-height: 740px) {
    .values {
        margin: 25px 0;
        height: 500px;
    }
}

@media screen and (max-width: 800px) {
    .values {
        margin-top: 0;
        margin-bottom: 0;
        height: 500px;
    }
    .values .text {
        padding: 0px;
    }
    .values h1 {
        margin-top: 10px;
    }
    .values .l-paragraph {
        margin: 0 !important;
    }
    .values .l-paragraph::after {
        display: none !important;
    }
}

.values .left {
    position: relative;
    width: 40%;
    left: -20px;
    background-color: #eeeeee;
}

@media screen and (max-width: 800px) {
    .values .left {
        left: 0;
    }
}

.values .left .text {
    padding: 40px;
    text-align: justify;
}

.values .left .text .l-paragraph {
    height: 40px;
    background-color: #FFC107;
    width: calc(100% + 120px);
    margin-left: -40px;
    position: relative;
    box-shadow: 5px 0px 10px 0px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.values .left .text .old_logo{
    width: 90%;
    height: auto;
}

.values .left .text img{
    width: inherit;
    height: inherit;
}

@media screen and (max-width: 800px) {
    .values .left .text .l-paragraph {
        left: -20px;
    }
}

.values .left .text .l-paragraph::after {
    content: '';
    width: 40px;
    height: 300px;
    background-color: #FFC107;
    position: absolute;
    top: 0;
    right: 0;
    box-shadow: 7px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.values .left .text h1 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 900;
    background-color: #0D47A1;
    color: white;
    display: inline-block;
    padding: 10px 20px;
}

.values .left .text p {
    font-weight: 600;
    margin: 10px 0px;
}

.values .left .text a {
    font-size: 24px;
    text-decoration: none;
    color: #0D47A1;
    text-transform: uppercase;
    transition: 0.2s all ease-in-out;
    font-weight: 600;
}

.values .left .text a:hover {
    color: #000000;
}

.values .right {
     height: 100%;
     width: 60%;
     filter: grayscale(100%);
     transition: all 0.3s linear;
     background-size: cover;
     margin-left: 2rem;
 }
.values .right:hover{
    filter: grayscale(0%);
}

.values .right img {
    height: 70%;
    width: 90%;
    filter: grayscale(100%);
    transition: all 0.3s linear;
    background-size: cover;
    margin-top: 10rem;
    /*background-image: url("/img/projects/loial/logo_loial.png");*/

    /*http://192.168.76.209/mojo/public/img/projects/loial/header3.jpg*/
    /*C:\laragon\www\mojo\public\img\projects\loial\logo_loial.png*/
    /*background-image: url("mojo/public/img/projects/loial/logo_loial.png");*/
}

.values .right:hover img{
    filter: grayscale(0%);
}

@media screen and (max-width: 991px) {
    .values .left {
        width: 100%;
    }
    .values .left .text {
        padding: 50px 20px;
    }
    .values .left .text h1 {
        font-size: 30px;
    }
    .values .left .background {
        opacity: 0.2;
        background-size: cover;
        background-image: url("../images/story-right.jpg");
    }
    .values .right {
        display: none;
    }
}

@media only screen and (max-width: 991px) and (min-width: 575px){
    .values {
    height: 400px;
    }
}

@media only screen and (max-width: 407px){
    .values {
        height: 525px;
    }
}

@media only screen and (max-width: 353px){
    .values {
        height: 600px;
    }
}


@media screen and (max-width: 1199px) and (min-width: 800px) {
    .values .right {
        height: 75%;
    }
}


/*web design*/
.services-projects {
    height: 1168px;
    position: relative;
    overflow: hidden;
}



@media screen and (max-width: 1023px) {
    .services-projects {
        height: 1000px !important;
        padding: 0px 50px;
        display: none;
    }
    .services-projects::after {
        left: 0 !important;
        top: 30% !important;
    }
}


.services-projects::before, .services-projects::after {
    content: '';
    background-color: #FFC107;
    height: 200px;
    width: 1500px;
    position: absolute;
    left: calc(50% - 200px);
    top: 400px;
    transform: skew(0deg, -30deg);
}

.services-projects::before {
    top: 100px;
}

.services-projects::after {
    height: 100px;
    transform: skew(-60deg, 60deg);
    top: calc(76% - 110px);
    width: 340px;
}

.services-projects .vertical-carousel {
    height: 1188px;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}

.services-projects .vertical-carousel .element {
    display: none;
}

.services-projects .coostom-box .project-header {
    text-align: center;
    margin: 0px 15px;
    max-width: 300px;
}

.services-projects .coostom-box .project-header h1 {
    font-size: 18px;
}

.services-projects .coostom-box .project-header button {
    padding: 5px 15px;
    background-color: transparent;
    font-size: 0.8em;
    border: 2px solid #FFC107;
    color: black;
}

.services-projects .coostom-box .project-header button:hover {
    background-color: #FFC107;
    border: 2px solid white;
}

.services-projects .coostom-box .project-image {
    height: 80%;
    padding: 80px;
    position: relative;
    transition: all 0.3s linear;
}

.services-projects .coostom-box .project-image .img-cropper {
    overflow: hidden;
    height: 100%;
    width: 250px;
    background-color: #0D47A1;
    transition: all 0.3s linear;
}

.services-projects .coostom-box .project-image img {
    display: block;
    height: auto;
    width: 100%;
    transform: scale(1.6);
}

.services-projects .coostom-box .project-image .l-frame {
    background-color: #252e3a;
    position: absolute;
    margin: 0;
    box-shadow: 0px 0px 5px 0px rgba(37, 46, 58, 0.8);
}

.services-projects .coostom-box .project-image .l-frame::after {
    content: '';
    position: absolute;
    background-color: #252e3a;
    box-shadow: 0px 0px 5px 0px rgba(37, 46, 58, 0.8);
}

.services-projects .coostom-box .project-image .l-frame:nth-child(2) {
    top: 25px;
    left: 50px;
    width: calc(100% - 160px);
    height: 10%;
}

.services-projects .coostom-box .project-image .l-frame:nth-child(2)::after {
    top: 0;
    height: 300%;
    width: 20px;
}

.services-projects .coostom-box .project-image .l-frame:nth-child(3) {
    bottom: 20px;
    width: calc(100% - 160px);
    right: 50px;
    height: 10%;
}

.services-projects .coostom-box .project-image .l-frame:nth-child(3)::after {
    bottom: 0;
    width: 20px;
    right: 0;
    height: 400%;
}

.services-projects .coostom-box .project-image .l-frame:nth-child(4) {
    width: 60px;
    height: 20px;
    top: calc(35% - 10px);
    right: 20px;
}

.services-projects .coostom-box .project-image .l-frame:nth-child(4)::after {
    top: 0;
    right: 0;
    height: 300%;
    width: 14px;
}

.services-projects .middle-box .project-image {
    height: 110%;
}

.services-projects .middle-box .project-header h1 {
    font-size: 25px;
}

.services-projects .middle-box .project-image .img-cropper {
    width: 400px;
}

.small-screen-carousel {
    display: none !important;
    width: 100%;
    overflow: hidden;
}

@media screen and (max-width: 1022px) {
    .small-screen-carousel {
        display: block !important;
    }
    .small-screen-carousel .project-image .img-cropper {
        overflow: hidden;
        height: 300px;
        text-align: center;
    }
    .small-screen-carousel img {
        border-radius: 0;
        width: auto !important;
        height: 100%  !important;
        display: inline-block;
        margin: 0 auto !important;
    }
}



@media screen and (max-width: 450px) {
    .small-screen-carousel{
        width: 100%;
    }

    .small-screen-carousel img{
        width: 94% !important;
        height: 94% !important;
    }
}


.small-screen-carousel .element {
    text-align: center;
}

.small-screen-carousel .element button {
    background-color: #FFC107;
    color: white;
    border: 0;
    font-size: 20px;
    padding: 5px 10px;
    margin: 10px 0px;
    border: 2px solid white;
}

.small-screen-carousel .element button:hover {
    color: black;
    background-color: transparent;
    border: 2px solid #FFC107;
}