:root {
    --primary: #FFD523;
}

* {
    font-family: 'Poppins', 'Open Sans', sans-serif !important;
}

.equal-items {
    display: flex;
    flex-wrap: wrap;
}

#owl-logos .item {
    margin-left: 0;
    margin-right: 0;
}

.section-footer {
    padding: 50px 0 20px 0;
}

.motto {
    color: #e5e5e5;
    font-weight: 300;
}

.motto span {
    font-weight: 600;
}

.expertise {
    padding-bottom: 0;
}

.expertise p {
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 1.2;
    text-align: center;
    font-weight: 600;
}

.expertise h3 {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1.2;
}


.contact-btn {
    background: var(--primary);
    color: #212121;
    font-weight: 600;
    margin-top: 30px;
}

.contact-banner {
    padding-bottom: 0;
}

.contact-btn:hover {
    color: #212121;
}

.more-btn {
    border: 1px solid var(--primary);
    background-color: unset;
    color: #212121;
    font-weight: 600;
    margin-top: 30px;
    margin-left: 0;
}

.more-btn:hover {
    color: #212121;
}

.title-text-button a.button {
    position: relative;
    float: left;
    display: inline-block;
    margin-top: 40px;
    font-size: 12px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #212121;
    padding-right: 32px;
    -webkit-transition: color 0.3s, padding-right 0.3s;
    transition: color 0.3s, padding-right 0.3s;
    background: none;
}

.title-text-button a.button:hover {
    padding-right: 42px;
}

.title-text-button a.button:after {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    content: '\f178';
    color: #212121;
    font-family: 'FontAwesome';
    font-size: 14px;
    line-height: 22px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.title-text.left h3 {
    text-align: left;
    padding-top: 15px;
    width: 100%;
    max-width: 500px;
}

.title-text.services {
    padding-bottom: 30px;
}

.about-icon {
    padding-bottom: 20px
}

.about-icon {
    color: var(--primary);
}

.sep-line {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, .06);
    display: block;
}

.portfolio-bottom-link h3 {
    color: #ffffff;
    padding-bottom: 30px;
}

.portfolio-bottom-link h3:hover {
    color: var(--primary);
}

.alrite-banner:hover .portfolio-bottom-link h3 {
    color: var(--primary);
}

.portfolio-bottom-link p {
    color: #e7e7e7;
}

.title-text-img img {
    max-width: 100%;
}

.parallax-5 {
    background: url("../images/custom/about-bg.jpg") no-repeat fixed;
}

.tp-leftarrow,
.tp-rightarrow {
    visibility: hidden;
}

.about-icon svg {
    transform: scale(1.5);
}

.left-footer p,
.right-footer p {
    color: #b3b3b3;
}

.footer-top h4 {
    color: #fff;
    text-align: left;
}

.footer-top a {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

.footer-top a:hover {
    color: var(--primary);
}

.footer-top li {
    margin-bottom: 15px;
}

.footer-top p {
    color: #dddddd;
    font-size: 18px;
}

.footer-top .tel {
    color: var(--primary);
    padding-bottom: 5px;
}

.list-social-footer li.icon-footer a {
    font-size: 25px;
    line-height: 40px;
    width: 40px;
}

.list-social-footer li {
    width: 40px;
    height: 40px;
}

.social-footer h4,
.social-footer a.contact {
    color: var(--primary);
    text-transform: uppercase;
    padding-bottom: 15px;
    font-size: 22px;
}

.social-footer li {
    float: right;
    margin-left: 10px;
}

.footer-top h5 {
    color: #fff;
    text-align: left;
    padding-bottom: 10px;
}

.img-shad {
    box-shadow: 12px 12px 0px var(--primary);
}

.title-text-img img {
    box-shadow: 12px 12px 0px var(--primary);
}

.list-social-footer li.icon-footer a {
    font-family: 'FontAwesome' !important;
}

.logo {
    background: url(../images/custom/logo.png) no-repeat center center;
    background-size: 159px 44px;
    width: 159px;
    height: 44px;
    top: 34px;
}

.cbp-af-header.cbp-af-header-shrink .logo {
    background: url(../images/custom/logo.png) no-repeat center center;
    background-size: 127px 35px;
    width: 127px;
    height: 35px;
    top: 21px;
}

.section-half h4 {
    text-align: left;
}


.section-half h5 {
    text-align: left;
    font-weight: 300;
}

.section-half a {
    margin-left: 0;
}


.border-right {
    border-right: 2px solid var(--primary);
}


.home-text h2 {
    position: relative;
    font-size: 120px;
    line-height: 140px;
    font-weight: 700;
    color: #303030;
    -webkit-text-fill-color: transparent;
    background: #303030;
    ;
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    text-shadow: 2px 8px 6px rgb(0 0 0 / 10%);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.home-text h2:hover {
    letter-spacing: 4px;
}

.home-text {
    position: relative;
    transform: unset;
}

.section-anim-text {
    padding: 150px 0px;
}

.journal-det h5,
.journal-det-right h5 {
    font-size: x-large;
    padding-bottom: 0;
}

.alrite-banner {
    background: url("../images/custom/alrite-banner-bg2.jpg") no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.alrite-banner .container h3 {
    text-align: left;
    font-size: xx-large;
}

.alrite-banner .container p {
    text-align: left;
}

.alrite-banner2 h3 {
    text-align: left;
    color: #fff;
    font-size: xx-large;
    margin-bottom: 20px;
}

.alrite-banner2 p {
    text-align: left;
    color: #b3b3b3;
    font-size: large;
}

.alrite-banner2 a {
    margin-left: 0;
    max-width: 250px;
}

.alrite-banner2 img.mobile-mockup {
    position: absolute;
    right: 16%;
    bottom: 0;
    width: 420px;
}


.alrite-banner2 {
    margin-top: 100px;
}

.alrite-banner2 a img {
    margin-top: 30px;
    margin-right: 10px;
    border-radius: 9px;
}

.alrite-banner2 a img:hover {
    box-shadow: 0px 0px 10px var(--primary);
}

.alrite-banner2 hr{
    margin-top: 30px;
    margin-bottom: 30px;
    width: 300px;
    margin-left: 0;
    border: 1px solid #adadad;
}

.alrite-banner2 h4{
    text-align: left;
    color: #fff;
}

.alrite-banner2 .more-btn{
    color: #fff;
}



@media only screen and (max-width:1600px) {
    .alrite-banner2 img.mobile-mockup {
        right: 10%;
    }
}

@media only screen and (max-width:1199px) {
    .alrite-banner2 img.mobile-mockup {
        width: 300px;
    }
}

@media only screen and (max-width:1119px) {
    .alrite-banner2 img.mobile-mockup {
        width: 280px;
    }
}

@media only screen and (max-width:1068px) {
    .alrite-banner2 {
        padding-bottom: 450px !important;
    }

    .alrite-banner2 img.mobile-mockup {
        width: 250px;
        right: 50%;
        transform: translateX(50%)
    }

    .alrite-banner2 h3,
    .alrite-banner2 p,
    .alrite-banner2 h4 {
        text-align: center;
    }

    .app-buttons {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .alrite-banner2 hr {
        margin-left: auto;
        margin-right: auto;
    }
    .alrite-banner2 .more-btn{
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width:479px) {
    .app-buttons {
        flex-direction: column;
    }

    .alrite-banner2 a:nth-child(2) img {
        margin-top: 10px;
    }

    .alrite-banner2 a img {
        margin-right: 0px;
    }
}


#owl-logos .item img {
    width: 110px;
}

.padding-top-bottom-smaller {
    padding: 20px 0px;
}

.portfolio-bottom-link {
    padding-top: 260px;
    padding-bottom: 260px;
}

.tech-stack h2 {
    text-align: left;
}

.tech-stack h3 {
    text-align: left;
    margin-top: 20px;
}

.tech-stack-container {
    display: flex;
    align-items: baseline;
    margin-top: 15px;
    gap: 30px;
    flex-wrap: wrap;
}

.tech-stack-box {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    transform: scale(1);
    transition: transform 0.1s ease-in, box-shadow 0.1s ease-in;
}

.tech-stack-box:hover {
    transform: scale(1.1);
    box-shadow: 0px 5px 10px #dbdbdb;
    transition: transform 0.1s ease-in, box-shadow 0.1s ease-in;
}

.tech-stack-box img {
    width: 110px;
}

.tech-stack .title-text.left .tech-stack-container .tech-stack-box p {
    text-align: center;
    font-size: large;
    padding: 0;
}

.pandas {
    width: 110px;
    height: 110px;
    background: url("../images/tech/sd/Pandas.png") no-repeat;
    background-size: contain;
    background-position: 50% 50%;
}

.pandas:hover {
    background: url("../images/tech/sd/cute-pandas.png") no-repeat;
    background-size: contain;
    background-position: 50% 50%;
}

.privacy-menu {
    display: block;
}

.privacy-menu a {
    text-transform: none;
    float: right;
    padding-bottom: 5px;
}

.privacy-menu {
    float: right;
}

.privacy-menu a {
    margin-left: 20px;
    color: #b3b3b3;
}


.privacy-menu a:hover {
    color: var(--primary);
}



.contact-page .privacy-page .parallax-title-top {
    background: url("../images/custom/alrite-banner-bg.jpg") no-repeat fixed;
}

.contact-page .privacy-page .padding-top-page h1 {
    padding-bottom: 50px;
}

.privacy-page .content p {
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 1.5;
}

.privacy-page .content h2 {
    padding-bottom: 10px;
    padding-top: 30px;
    text-align: left;

}

.privacy-page .content li {
    font-size: 18px;
    line-height: 1.5;
}

.privacy-page .content a {
    color: var(--primary);
    filter: contrast(1);
}

.privacy-page .content a:hover {
    filter: contrast(0.7);
}

.privacy-page h2 {
    text-align: left;
    padding-bottom: 40px;
    text-transform: uppercase;
}

.section-anim-text {
    padding: 150px 0px 40px 0;
    background-color: #ffffff;
}








/* ------------------------------------------------ services pages ------------------------------------------------ */



.services-page .top-page-title h5 {
    text-align: left;
    padding-top: 15px;
    color: #b3b3b3;
}

.services-page .top-page-title h1 {
    text-align: left;
    color: #fff;
    margin-top: 15px;
}

.services-page .title-text.left h3 {
    max-width: unset;
    margin-bottom: 20px;
}

.back-dark3 .title-text h3 {
    color: #fff;
}

.back-dark3 .title-text h5 {
    color: #fff;
    margin-bottom: 20px;
    text-align: left;
}

.back-dark3 .title-text p {
    color: #fff;
    margin-bottom: 15px;
}

.services-wrap {
    padding: 30px;
    height: 100%;
}

.services-wrap h5 {
    text-align: center;
    padding-bottom: 0;
}

.services-page .title-text {
    padding-bottom: 0;
}

@media only screen and (min-width: 768px) {
    .title-text.top-page-title {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

.services-page .services-wrap span {
    color: #fff;
}

.top-page-title h5 {
    font-size: 20px;
}

.services-page .title-text.left p {
    position: relative;
    text-align: left;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1px;
    padding-bottom: 15px;
}

.back-grey {
    background-color: #b3b3b3;
}

.services-page li::before {
    content: "\2022";
    color: var(--primary);
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.services-page ul {
    padding-top: 5px;
    padding-left: 25px;
}

.services-page li {
    padding-bottom: 3px;
}

.services-page .services-icon-section h5 {
    padding-left: 70px;
    color: #fff
}

.services-page .services-icon-section p {
    font-family: 'FontAwesome' !important;
    padding-left: 0;
    font-size: 40px;
    line-height: 40px;
}

.services-page .services-icon-section {
    margin: 10px;
}


.services-page .contact-section h4 {
    text-align: center;
    color: #fff;
    margin: 0 auto;
    width: 100%;
    max-width: 550px;
    padding-bottom: 40px;
}

.services-page .contact-section a {
    background-color: var(--primary);
    color: #212121;
    font-weight: 600;
    text-transform: uppercase;
}

.services-page .contact-section h3 {
    color: #fff;
    padding-bottom: 20px;
    font-weight: 700;
}

.services-page .contact-section .pages-text {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    z-index: 100;
    transform: translateY(-50%);
}

.services-page .parallax-5 {
    background: url('../images/custom/service-conact-bg.jpg') no-repeat fixed;
}


.services-page .back-dark3 h4 {
    color: #fff;
    text-align: left;
    margin-top: 40px;
}

.hr-subheader {
    border-bottom: 1px solid #fff;
    margin-left: 0;
    width: 300px;
    padding-top: 10px;
    border-top: none;
}

.back-dark3 h1,
.back-dark3 h2,
.back-dark3 h3,
.back-dark3 h4,
.back-dark3 h5,
.back-dark3 p,
.back-dark3 span {
    color: #fff;
}







/* ---------------- IT services ---------------- */

.it-services .parallax-title-top {
    background: url('../images/custom/it-services-bg.jpg') no-repeat fixed;
}

.it-services .custom-row .three {
    margin: 18px;
}

.it-services .title-text h5 {
    margin-top: 20px;
    text-align: left;
}

.it-services h5 {
    margin-bottom: 15px;
}

.advant-container {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
}

.advant-box h5 {
    color: #fff;
    margin-bottom: 0;
    word-break: keep-all;
}

.advant-box {
    flex: 1;
    height: 100%;
    padding: 30px;
    background-color: #212121;
}

.advant-white .advant-box {
    background-color: #b9b9b9;
}

@media only screen and (max-width: 479px) {
    .advant-box {
        flex: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .legyelmarjo {
        padding: 19px 30px;
    }
}

.it-services .top-page-title h5 {
    color: #fff;
    font-weight: normal;
}






/* ---------------- AI solutions ---------------- */


.ai-solutions .custom-row .three {
    margin: 18px;
}

.ai-solutions .parallax-title-top {
    background: url(../images/custom/ai-solutions.jpg) no-repeat fixed;
}

.ai-solutions .about-wrap h5,
.ai-solutions .about-wrap p {
    padding-left: 110px;
}

.ai-solutions .about-icon svg {
    transform: unset;
}

.ai-solutions .ai-services-provided .six {
    padding: 0px 20px;
}

.ai-solutions .about-wrap.ai-wrap h5 {
    padding-left: 10px;
    font-size: 20px;
}


.ai-solutions .about-wrap.ai-wrap p {
    padding-left: 10px;
    margin-bottom: 50px;
    font-size: 16px;
}

.ai-solutions .title-text p.highlighted-title {
    font-size: 40px;
    color: var(--primary);
    border-bottom: 2px solid #8f8f8f;
    width: 300px;
    padding-bottom: 15px;
    line-height: 1.2;
}

.ai-solutions .ai-services-provided .title-text h5 {
    text-align: left;
    padding-bottom: 20px;
}


.ai-solutions .ai-highlights {
    background-image: url("../images/custom/alrite-highlights-bg.jpg");
}

.ai-solutions .ai-highlights h2 {
    color: #fff;
    padding-bottom: 30px;
}

.ai-solutions .ai-highlights h4 {
    color: rgb(221, 221, 221);
}

.alrite-banner.ai-banner h3,
.alrite-banner.ai-banner p {
    text-align: center;
}

.alrite-banner.ai-banner {
    background-image: url("../images/custom/alrite-banner-bg.jpg");
}









/* ---------------- About us ---------------- */

.about-us .parallax-title-top {
    background: url(../images/custom/abot-us-bg.jpg) no-repeat fixed;
}


.about-us .back-dark p {
    color: #fff;
}

.about-us .back-dark h3 {
    color: #fff;
}

.about-us .services-wrap h5 {
    text-align: left;
    padding-bottom: 20px;
}

.about-us .services-wrap {
    position: relative;
    padding: 60px;
    overflow: hidden;
}

.about-us .des-programs-author h6 {
    font-style: normal;
}

.about-us .des-programs-author p {
    padding-bottom: 0;
}

.about-us .services-wrap {
    transition: transform 0.2s ease-in, background-color 0.2s ease-in;
}

.about-us .services-wrap:hover {
    transform: translateY(-10px);
    transition: transform 0.2s ease-in, background-color 0.2s ease-in;
    background-color: var(--primary);
    cursor: pointer;
}

.about-us .services-wrap .icon-ser {
    opacity: 0.3;
}

.about-us .services-wrap:hover .icon-ser {
    opacity: 0;
}


.about-us .parallax-contaiener.text-left h3 {
    color: #fff;
    text-align: left;
    padding-bottom: 30px;
}


.about-us .parallax-contaiener.text-left a {
    margin-left: 0;
}

.about-us .parallax-contaiener .pages-text {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}


.about-us .about-us-headline {
    background-image: url("../images/custom/about-bg.svg");
}


.about-us .about-us-headline2 {
    background-image: url("../images/custom/about-us-headline-bg2.jpg");
}

.about-us .parallax-contaiener.text-left h2 {
    color: #fff;
    text-align: left;
    padding-bottom: 20px;
    font-weight: 600;
    font-size: xxx-largew;
}

.about-us .parallax-contaiener.text-left p {
    color: #fff;
    text-align: left;
    padding-bottom: 20px;
    font-size: larger;
    width: 50%;
}

.about-us .parallax-5 {
    background: url("../images/custom/about-contact-bg.jpg") no-repeat fixed;
}

.meet-the-team-container {
    padding: 0 25px;
    display: flex;
}


.about-us .meet-the-team .portfolio-box-1 {
    width: 100%;
}

.container.meet-the-team-container::after {
    content: none;
}

.contact-det p:before {
    content: none;
}



@media only screen and (max-width: 767px) {
    .meet-the-team-container {
        flex-wrap: wrap;
        gap: 20px;
        align-items: center;
        justify-content: center;
    }

    .about-us .meet-the-team {
        width: 70%;
    }

}

@media only screen and (max-width: 479px) {
    .about-us .meet-the-team {
        width: 100%;
    }
}


@media only screen and (max-width: 800px) {

    .translate-right.mobile-padding,
    .translate-left.mobile-padding {
        padding: 20px;
        margin-top: 0;
        margin-bottom: 30px;
    }
}

#email-icon{
    font-family: 'FontAwesome' !important;
    color: var(--primary);
    display: block;
    font-size: 25px;
    padding-top: 10px;
}

#email-icon:hover{
    color: #b9b9b9;
}





/* ---------------- Software development ---------------- */

.software-development .parallax-title-top {
    background: url(../images/custom/software-dev-BG.jpg) no-repeat fixed;
}

.software-development .back-dark3 .title-text p {
    font-size: larger;
}

.software-development .des-programs-author p {
    padding-bottom: 5px;
    color: #f3f3f3;
}

.software-development .description-title-text p {
    color: #fff;
    font-size: large;
}

.software-development .translate-left,
.software-development .translate-right {
    padding-bottom: 30px;
    background: rgba(0, 0, 0, .30);
}

.software-development .services-wrap h5 {
    text-align: left;
}

.software-development .services-wrap h5 {
    text-align: left;
    padding-bottom: 25px;
    font-size: x-large;
}

.software-development .services-wrap h6 {
    text-align: left;
    font-weight: 400;
    padding-bottom: 10px;
    color: #424242;
    font-size: larger;
}

.software-development .services-wrap h5 span {
    padding-right: 10px;
    font-size: 30px;
    font-family: 'FontAwesome' !important;
    font-weight: normal;
    color: var(--primary);
}


.software-development .services-wrap p span:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 1px;
    top: 9px;
    left: 16px;
    background-color: #8f8f8f;
}

.software-development .services-wrap p {
    padding-top: 10px;
}

.software-development .services-wrap p span {
    position: relative;
    padding-left: 55px;
    color: #323232;
}

.software-development #projects-grid {
    max-width: unset;
}

.software-development .portfolio-box-1 h3 {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: unset;
    width: 90%;
    bottom: 50%;
    transform: translateY(50%);
}

.software-development .portfolio-box-1 h3 span {
    font-weight: 300;
    font-size: 16px;
    letter-spacing: normal;
}

.software-development .portfolio-front {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.software-development .portfolio-front h2 {
    font-size: xx-large;
    text-align: center;
    text-shadow: 0px 0px 5px black, 0px 0px 15px black, 0px 0px 25px black;
}

.software-development .services-wrap p:last-of-type {
    font-size: 16px;
    color: #8f8f8f;
}

.software-development .services-wrap p:last-of-type span {
    font-size: 16px;
    color: #8f8f8f;
}

.services-page .software-development .contact-section h4 {
    max-width: unset;
}

.services-page .software-development .parallax-5 {
    background: #fff;
}

.services-page .software-development .contact-section {
    height: 60vh;
}

.services-page .software-development .contact-section h4 {
    color: #323232;
}






/* ------------------------------------------------ services pages ------------------------------------------------ */

.contact-page .padding-top-page h1 {
    text-align: left;
    color: #fff;
    padding-bottom: 90px;
}

.contact-page .parallax-title-top {
    background: url("../images/custom/contact-bg.jpg") no-repeat fixed;
    background-position: 50% 100% !important;
    background-size: cover;
}

.contact-page .contact-det-wrap h6 {
    color: var(--primary);
}

.contact-page .form-head h4 {
    text-align: left;
    margin-bottom: 50px;
}

.contact-page p.pirvacy {
    text-align: center;
}

.contact-page p.pirvacy a {
    color: var(--primary);
}



/* ------------------------------------------------ larger font-size ------------------------------------------------ */

.menu>ul>li a {
    font-size: 14px !important;
}

.menu>ul>li>ul>li a {
    font-size: 13px !important;
}

.menu>ul>li>ul.normal-sub {
    width: 280px !important;
}

p {
    font-size: 16px;
}

.portfolio-bottom-link p {
    font-size: 20px;
}

.about-us .des-programs-author h6 {
    font-size: 16px;
    color: #757575;
}

.about-us .des-programs-author.left p {
    font-size: 16px;
}

.about-us .description-title-text p {
    font-size: 22px;
}

.services-page .software-development .description-title-text p {
    font-size: 22px;
}

.software-development .des-programs-author p {
    font-size: 16px;
    font-weight: normal;
}

.services-page .title-text.left p {
    font-size: 16px;
}

.about-wrap h5 {
    font-size: 20px;
}

.left-footer p,
.right-footer p {
    font-size: 14px;
}

.services-page li {
    font-size: 16px;
}

p.pirvacy {
    line-height: 1.2;
}








/* ------------------------------------------------ responsivity fixes ------------------------------------------------ */
@media only screen and (max-width: 1299px) {
    .logo {
        top: 16px;
    }

    .title-text-img img {
        max-width: 94%;
    }

    .contact-banner {
        padding-right: 10px;
    }

    .contact-banner h4 {
        font-size: 20px;
        line-height: 1.2;
    }

    .translate-right {
        transform: translateX(120px);
        margin-top: 40px;
        padding: 30px;
    }

    .translate-left {
        transform: translateX(-120px);
        margin-top: 40px;
        padding: 30px;
    }

    .software-development .translate-right,
    .software-development .translate-left {
        margin-top: 20px;
        padding: 20px;
    }

    .home-text h2 {
        font-size: 90px;
        line-height: 110px;
    }

    .container .custom-row .three.columns {
        width: 199px;
    }

    .it-services .about-wrap h5 {
        font-size: 16px;
    }

    .it-services .container .three.columns.services-icon-section {
        width: 210px;
    }

    .contact-det-wrap {
        padding-top: 0px;

    }

    .menu-dropdown-icon:before {
        content: unset;
    }

    .software-development .portfolio-box-1 h3 {
        line-height: 0.8;
    }


}

@media only screen and (max-width: 1199px) {
    .padding-top.padding-top-sm {
        padding-top: 0;
    }
}


@media only screen and (max-width: 959px) {
    .container .custom-row .three.columns {
        width: 45%;
    }

    .it-services .container div.three.columns.services-icon-section {
        width: 100%;
    }
}



@media only screen and (max-width: 800px) {

    .translate-right,
    .translate-left {
        padding: 0;
        padding-bottom: 45px;
        margin-top: 30px;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(50px);
    }
}




@media only screen and (max-width: 767px) {
    .title-text-img img {
        margin-bottom: 30px;
    }

    .home-text h2 {
        font-size: 50px;
        line-height: 80px;
    }

    .border-right {
        border: none;
    }

    .footer-top h4,
    .footer-top h5 {
        text-align: center;
    }

    .list-social-footer li {
        float: none;
    }

    .privacy-menu {
        width: 100%;
    }

    .privacy-menu a {
        text-align: center;
        display: block;
        width: 100%;
        margin-left: 0;
    }

    .translate-right,
    .translate-left {
        transform: none;
    }

    .about-wrap {
        margin-bottom: 40px;
    }

    .title-text.left p span {
        padding-left: 50px;
    }

    .title-text.left p span:before {
        width: 10px;
    }

    .it-services .custom-row .three.columns {
        margin: 0 0 20px 0;
        width: 100%;

    }

    p.smaller-p {
        font-size: 15px !important;
    }

    .padding-top-bottom.sm-padding-mobile {
        padding: 50px 0;
    }

    .padding-top-bottom {
        padding: 60px 0;
    }

    .padding-top {
        padding-top: 60px;
    }

    .padding-bottom {
        padding-bottom: 60px;
    }

    .software-development .services-wrap p span {
        padding-left: 0;
        display: block;
    }

    .software-development .services-wrap p span:before {
        content: none;
    }

    .title-text.left p span {
        padding-left: 0;
        display: block;
    }

    .title-text.left p span:before {
        content: none;
    }


}


@media only screen and (max-width: 479px) {
    .home-text h2 {
        font-size: 36px;
        line-height: 1.2;
    }

    .logo {
        background-size: 127px 35px;
        width: 127px;
    }

    .tech-stack-box {
        padding: 10px;
    }

    .software-development .portfolio-box-1 h3 {
        font-size: 20px;
    }

    .software-development .portfolio-box-1 h3 span {
        font-size: 14px;
    }

    .services-page .software-development .contact-section {
        height: 100vh;
    }

    .software-development .portfolio-box-1 h3 {
        width: 85%;
    }
}

.about-wrap .about-icon {
    top: 50%;
    transform: translateY(-50%);
}

.description-title-text.left p,
.description-title-text.right p {
    line-height: 1.2;
}

.alrite-banner p {
    line-height: 1.2;
}

@media only screen and (max-height: 650px) {
    .services-page .software-development .contact-section {
        height: 120vh;
    }
}

.services-page .title-text.left h2 {
    max-width: unset;
    margin-bottom: 20px;
    text-align: left;
    padding-top: 15px;
    width: 100%;
}









/* Cookie consent styles */

.cookieconsent {
    background-color: rgba(100, 100, 100, 0.8);
    padding-top: 20px;
    padding-bottom: 20px;
    color: white !important;
    bottom: 0;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    margin-bottom: 0;
    line-height: 1.5;
}

.cookie-text>p {
    font-size: 16px;
    float: left;
    width: 70%;
    margin-right: 10%;
}

.cookie-container>div>p>a {
    font-size: 18px;
    text-transform: uppercase;
}

.cookie-container>div>p>a.close-cookie-banner {
    color: var(--primary);
}

.cookie-container>div>p>a {
    color: #c2c2c2;
}

.cookie-container>div>p>a:hover {
    filter: contrast(0.7)
}


@media (min-width: 1200px) {
    .cookie-container {
        width: 1170px;
        margin: auto;
    }
}

@media (max-width: 1200px) {
    .cookie-text>p {
        margin-left: 20px;
    }
}

@media (max-width: 569px) {
    .cookie-more {
        display: table !important;
        margin-left: 20px;
        line-height: 1;
        padding-top: 5px;
    }

    .cookie-more>p {
        display: inline-block;
        margin-right: 20px;
    }

    .cookieconsent {
        padding-bottom: 0px;
        padding-top: 3px;
        background-color: rgba(100, 100, 100, 0.9);
    }

    .cookie-text>p {
        margin: 0px 20px 0px 20px;
        width: auto;
    }

    .cookie-container {
        padding: 40px 10px;
    }

    .link-down {
        display: none;
    }
}






@supports (-webkit-touch-callout: none) {

    /* CSS specific to iOS devices */
    .contact-page .parallax-title-top,
    .parallax-5,
    .alrite-banner,
    .about-us .parallax-5,
    .services-page .parallax-5 {
        background-attachment: scroll !important;
    }
}




/* ---------------------------- Form styles ---------------------------- */

.g-recaptcha div {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.error {
    color: rgb(185, 0, 0)
}

#contact-form-message {
    border: 1px solid transparent;
    border-radius: 4px;
    text-align: center;
    font-size: xx-large;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    line-height: 1.2;
}

#contact-form-message.mail-error {
    padding: 40px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

#contact-form-message.success {
    padding: 40px;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

#contact-form-message #close-msg {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: url("../images/close.svg") no-repeat;
    cursor: pointer;
}

.close-msg {
    display: none;
}

#contact-form-message.mail-error #close-msg {
    display: block;
}

#contact-form-message.success #close-msg {
    display: block;
}

#err-captcha {
    text-align: center;
    margin-bottom: 10px;
}

.loader {
    border: 3px solid #dfdfdf;
    border-top: 3px solid #4c4c4c;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
    margin: 0;
    position: absolute;
    left: -40px;
    display: none;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}