/*.slider-video-bg {*/
/*    height: 100vh !important;*/
/*}*/

.slide.slide-style-2.slider-video-bg {
    height: 100vh;
}

.slider-video-bg .video-background video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content .title {
    white-space: nowrap;
}

.service .content .title{
    font-size: 27px;
}

.single-service.service__style--4 .icon,
.fa-angle-up,
.completed-projects,
.websites,
.clients,
.portfolios-short-description,
.myaccordion .btn,
.fa-inverse{
    color: black !important;
}


.packaging-list li {
    font-weight: 600;
}

.visual-identity-icon {
    width: 20%!important;
}

.user-dots {
    list-style-type:none!important;
}

.ui-ux-text {
    text-align: center;
}

.fa-stack, .yellow-font
{
    color: #FDC82F;
}

.project-technology-icon {
    height: 35px;
}

.dot-image {
    height: 10px;
    vertical-align: baseline;
    margin-bottom: -2px;
    margin-left: 4px;
}

.completed-projects,
.websites,
.clients {
    font-weight: 600;
    font-size: 2em !important;
    text-align: center !important;
}

.hover-underline-animation {
    display: inline-block;
    position: relative;
    color: black;
    cursor: pointer;
}

.hover-underline-animation:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #ffe151;;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.crucial-steps, .home-bottom-description h2, .title-slider, .packaging-subtitle-one{
    font-weight: 500;
}


.project-img, .technologies {
    background-color: #f6f6f6;
}

.call-to-action-wrapper {
    background-color: #FAE116;
}

.brand {
    background-color: unset;
}

.bold-500 {
    font-weight: 600!important;
}

.single-service {
    height: 100% !important;
}
.website-process-home h4 {
    font-size: 40px;
}

.text-align-center {
    text-align: -webkit-center;
}

.projects-featured-image, .portfolios-border  {
    border-radius: 0px !important;
}

.website-process h4 {
    font-size: 1.7em;
    text-align: center;
    margin-bottom: 10px!important;

}

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

.text-left {
    text-align: left!important;
}

.website-development-icon {
    width: 33%;
    margin-bottom: 20px;
}

.contact-btn-home {
    max-width: 294px;
    width: 100%;
    text-align: center!important;
}

ul.social-share.rn-lg-size li a {
    width: 39px;
    height: 39px;
    line-height: 37px;
    display: block;
    font-size: 16px;
}

.technologies::before {
    background-color: black;
}

.crucial-steps-text h4{
    font-size: 1.8em;
}

.packaging-subtitle-one {
    font-size: 1.2rem!important;
    margin-bottom: 4px!important;
}
.packaging-subtitle-two {
    font-size: 1.4rem!important;
}

.nex-bus-text {
    margin-left: 20%;
}

.crucial-steps-text {
    margin-left: 10%;
}

.nex-bus-description {
    font-size: 2.7em;
}

.description, .single-tab-content p {
    text-align: justify;
}

.image-placeholder {
    margin-right: 5%;
}

.nexbus-img {
    width: 100%;
    height: auto;
}

.history,
.section-title p,
.nav-link,
.tech-description {
    color: #030303 !important;
    font-size: 1.6em;
    font-weight: 500 !important;
}

.technology-title {
    margin-bottom: 10px !important;
}

.footer-style-2 p{
    font-size: 18px;
}


.service__style--2:hover .service .content .tech-description {
    color: black !important;
}

.single-column p {
    font-size: 20px;
    text-align: justify!important;
}

.about-inner p {
    font-size: 1.5em !important;
    letter-spacing: 1.5px;
    font-weight: 600 !important;
    color: #030303 !important;
}

.footer-services h4 {
    font-size: 1.7em !important;
}

.ft-link a, .ft-link p {
    color: white;
    font-size: 1.3em !important;
    font-weight: 500 !important;;
}

.rn-address .icon {
    left: 50%;
    transform: translate(-50%);
}

.single-tab-content {
    color: #030303 !important;
    font-size: 1em !important;
    font-weight: 500;
}

.send-message-btn {
    background: transparent !important;
    color: #0a0a0a !important;
    border: 2px solid #b1b4c1 !important;
}

 .contact-btn{
    background: #2F3137 !important;
    color: #FAE16B !important;
    box-shadow: none !important;
    border: 1px solid #2F3137 !important
}

.single-service.service__style--2 a::before {
    /*position: absolute;*/
    /*content: "";*/
    /*left: 0;*/
    /*top: 0;*/
    /*background-image: -webkit-gradient(linear, left top, right top, from(#030303), to(#030303));*/
    /*background-image: -webkit-linear-gradient(left, #030303, #030303);*/
    /*background-image: -o-linear-gradient(left, #030303, #030303);*/
    /*background-image: linear-gradient(to right, #030303, #030303);*/


    position: absolute;
    content: "";
    left: 0;
    top: 0;
     background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#fae119));
     background-image: -webkit-linear-gradient(left, #fae119, #fae119);
    background-image: -o-linear-gradient(left, #fae119, #fae119);
     background-image: linear-gradient(to right, #ffffff, #ffffff);
    opacity: 0;
    visibility: hidden;
    width: 100%;
}

/*.single-service.service__style--2:hover a {*/
/*    -webkit-box-shadow: 0 10px 25px 10px rgb(250 225 26 / 5%);*/
/*}*/

.view-projects-home, .single-service.service__style--2 .icon, .category-title, .category-title:hover, .rn-address .inner p a:hover {
    color: black !important;
}

button.video-popup.theme-color::before, a.video-popup.theme-color::before {
    border-left: 15px solid black;
}

.lang-switcher a {
    color: #c6c9d8 !important;
    font-size: 1.5em;
}

.lang-switcher a, .mainmenunav ul.mainmenu > li > a {
    font-size: 1.5em;
}

.single-service.service__style--2:hover .title {
    color:#faba19!important; ;
}

.single-service.service__style--2:hover .tech-description,
.single-service.service__style--2:hover .icon,
.ft-link a:hover,
.footer-bottom-copy-right,
.nav-item a:hover,
.header-active,
.ft-link li::marker,
::marker {
    color: #FAE16B !important; ;
}

.php-li li {
    font-size:20px!important; ;
}

.laravel-benefits, .our-values-title {
    color: black;
    font-weight: 600;
}

.contact-taxi-img {
    padding-right: unset;
    padding-left: unset;
}

.icon-laravel {
    width: 5%;
    height: auto;
    margin-right: 10px;
}

.nav-item {
    font-size: 12px;
}

.rn-address {
    height: 100%;
    margin-top: 0;
}

.nav-tabs .nav-link.active {
    color: #0a0a0a !important;
    background: #FAE16B !important;
    padding: 0 20px;
}
.messonry-button {
    background-color: #FAE116;
}

.title.project-title a {
    color: #383838;
    font-size: 30px;
}

/*.title.project-title a:hover {*/
/*    color: #383838;*/
/*    font-size: 35px;*/
/*    font-weight: 600;*/
/*}*/

.project-section .portfolios-short-description {
    font-size: 18px;
}

.portfolio-categories, .pv-tab-button li.is-checked span, .pv-tab-button button.is-checked span {
    color: #0a0a0a !important;
    font-weight: bold;
}

.pv-tab-button button span::after {
    background-color: #0a0a0a;
}

ul.nav.tab-style--1 li a::before {
    position: unset;
}

.rn-address .icon{
    color: #000000 !important;
    background: #FAE16B;
}

.rn-address:hover .icon,
.rn-address .icon:hover {
    background: #000000 !important;
    color: #FAE16B !important;
    border: unset !important;
}

.learn-more {
    margin-top: 4%;
}

.logo-header {
    width: 50%;
}

.b2b-description p{
    text-align: justify!important;
}

.logo-footer {
    width: 65%;
}

.view-all-technologies {
    display: flex;
    justify-content: center;!important;
}

.view-projects-home:hover, .send-message-btn:hover {
    color: #000000 !important;
    background: #fae119 !important;
    box-shadow: unset !important;
    border-color: #fae119 !important;
}

.call-to-action::before {
    background-image: unset;
}

button.rn-button-style--2:hover {
    box-shadow: unset !important;
}

ul.social-share li:hover a, .bg_color--yellow {
    background: #FAE116;
    border: unset;
    color: black;
}

.learn-more, .home-bottom-description {
    display: flex;
    justify-content: center;
}

.text-white-wrapper a.rn-button-style--2 {
    border: 2px solid black;
    color: black;
}

.footer-services h4 {
    color: white;
}

.menu, ol, ul {
    padding: 0;
}
.ft-link a, .title-slider {
    color: white;
}

.footer-contact .ft-link a, .title-slider {
    font-size: 19px !important;
}

.rn-address .inner p a, .rn-address .inner p {
    color: #0a0a0a;
}

.contact-talk h2 {
    font-size: 45px !important;
    font-weight: 600 !important;
}

.contact-img {
    width: 10%;
}

.rn-section-gap {
    padding: 120px 0 60px 0 !important;
}

.rn-section-gap.projects-index {
    padding: 60px 0 30px 0 !important;
}

.rn-address .title {
    font-size: 28px !important;
    font-weight: 600 !important;
}

.rn-address {
    border: unset;
}

.rn-address a {
    font-size: 18px !important;
}

.rn-address p {
    font-size: 18px !important;
}

.breadcrumb-inner, .theme-gradient p, .services p {
    font-size: 1.7em !important;
}

#name, #email, #subject, #message {
    font-size: 1.3em;
}

.contact-form--1 input:focus, .contact-form--1 textarea:focus {
    border-color: #fae16b;
}

.icons_description_about {
    display: flex;
    justify-content: center; !important;
}

.icons {
    max-width:45%;
}

.icons-description p {
    text-align: center;
}

.accordion-flush {
    display: flex;
    margin-top:30px;
    justify-content: space-around;

}

.logo-design {
    text-align: justify;
}

.service-group-home {
    text-align: center;
}

.accordion-header {
    font-size: 1rem;
}

.services .service-title h3{
    white-space: initial;
}

.icon-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.accordion-button {
    border: none;

}

.breadcrumb-inner h2.title {
    background: #fae16b;
    background: -webkit-linear-gradient(305deg, #fae16b 0%, #fae16b 100%);
    background: -o-linear-gradient(305deg, #fae16b 0%, #fae16b 100%);
    background: linear-gradient(145deg, #fae16b 0%, #fae16b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

button.video-popup.theme-color, a.video-popup.theme-color {
    background: #fae16b;
}

.breadcrumb-inner ul .current-page {
    color: #FAE16B !important;
}

.left {
    margin-left: 13px !important;
}

.categories-home {
    justify-content: space-evenly;
}

.categories-home h3, .single-column h4 {
    font-size: 2.2em !important;
}

.home-category-description p {
    font-size: 3.3em !important;
    line-height: 1.1em !important;
    font-weight: 500 !important;
}

.seo-title {
 font-weight: 500;
}

.timeline {
    font-size: 50px;
    font-weight: 500;
}

.seo-title-two {
    font-size: 45px;
}

#support, #history {
    font-weight: 650 !important;
    border-radius: 5.5px;
}

#scrollUp i:hover, .yellow-bg {
    background:  #FAE116;
}

.icon-contact {
    display: block;
    margin: auto;
    max-width: 70%;
}

.icon-contact-wrapper {
    justify-content: right;
}

.lets-talk {
    font-size: 64px;
}

.yellow-bg {
    display: flex;
    justify-content: center;
    padding: 6px !important;
    letter-spacing: 5px !important;
}

.capabilities {
    justify-content: flex-start !important;
}

.timeline-section {
    padding-top: 55px !important;
}

.timeline {
    margin-bottom: 70px
}

.capabilities a {
    justify-content: flex-start; !important;
}

.counterup_style--1 h5.counter {
    color:  black;
    font-weight: bold;
    font-size: 8em;
}

.section-title h2.title, .core-values {
    font-size: 40px;
    font-weight: 400;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 4rem;
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
    padding: 0 25px
}

.icon-about {
    position: absolute;
    top: 133%;
    left: 20%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 60px;
    cursor: pointer;
}

.arrow {
    position: absolute;
    top: 25px;
    width: 90%;
    height: 10px;
    background-color: #fae119;
    box-shadow: 0 3px 5px rgb(0 0 0 / 20%);
    animation: arrow 700ms linear infinite;
}

.technology-icon {
    width: 25% !important;
    margin-bottom: 5%;
}

.arrow::after,
.arrow::before {
    content: "";
    position: absolute;
    width: 60%;
    height: 10px;
    right: -8px;
    background-color: #fae119;
}

.single-service.service__style--2:hover .content p,
.single-service.service__style--2 .content p{
    color: #0a0a0a !important;
}

.arrow::after {
    top: -12px;
    transform: rotate(45deg);
}

.arrow::before {
    top: 12px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    transform: rotate(-45deg);
}

.parent {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(9, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 2px;
}

.div1 { grid-area: 1 / 1 / 3 / 6; }
.div2 { grid-area: 3 / 1 / 6 / 3; }
.div3 { grid-area: 3 / 3 / 6 / 5; }
.div4 { grid-area: 6 / 1 / 8 / 5; }
.div5 { grid-area: 8 / 1 / 10 / 5; }

.header-area.header-black {
    background-color: #0a0a0a;
}

.portfolio-wrapper {
    width: 100%;
    height: 800px;
}

.project-section {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.portfolio-style--3 .thumbnail a::after {
    background: unset !important;
}

.portfolios-short-description {
    color: #e1e1e1;
}

.projects-featured-image {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 20/13;
}

.project-title {
    margin-bottom: unset;
}

.image-portfolio {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.portfolio-title {
    font-weight: 500;
    text-transform: uppercase;
}

.portfolio-description {
    font-size: 18px;
}

.portfolio-subtitle {
    font-weight: 500;
    font-size: 1.8em;
}

.center-content-portfolio {
    max-width: 1600px;
    margin: 0 auto;
    text-align: center;
}

.portfolio-main-image {
    width: 100%;
    max-height: 100vh;
    height: calc(100vh - 100px);
    object-fit: cover;
}

.yellow-separator {
    width: 45px;
    height: 5px;
    background: #fae119;
    margin-top: 10px;
}

.yellow-line {
    display: block;
    margin-before: 0.5em;
    margin-after: 0.5em;
    margin-start: auto;
    margin-end: auto;
    overflow: hidden;
    border-style: inset;
    background-color:  #fae119;
}

.industries-container .row {
    justify-content: space-between;
}

.tech-presentation {
    font-weight: 600;
    letter-spacing: 3px;
    font-size: 25px;
}

.mvp-icons {
    width: 50%!important;

}

.industries-container .industries-title {
    text-align: center;
    margin-bottom: 50px;
}

.industries-container div.icon img {
    width: 40px;
}

.industries-container .list-style--1 li span {
    margin-left: 10px;
    color: #000;
    font-size: 25px;
    font-weight: 600;
}

.ecommerce-icon {
    width: 20%!important;
}

.user-ui li {
    font-size: 17px;
}

.mvp {
    text-align: center;
}
/*a.view-projects-home{*/
/*    letter-spacing: 1px!important;*/
/*}*/

.rn-pricing::before {
    z-index: -1;
    display: inline-block;
    content: '';
    -webkit-transition: all 0.6s cubic-bezier(0.33, 0.84, 0.31, 0.98);
    -o-transition: all 0.6s cubic-bezier(0.33, 0.84, 0.31, 0.98);
    transition: all 0.6s cubic-bezier(0.33, 0.84, 0.31, 0.98);
    opacity: 0;
    border-radius: 5px;
    /* background-color: #f81f01; */
    /* background-image: -webkit-linear-gradient(305deg, #f81f01 0%, #ee076e 100%); */
    background-image: -o-linear-gradient(305deg, #ffffff 0%, #ffffff 100%);
    background-image: linear-gradient(145deg, #000000 0%, #ffffff 100%);
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
}

.contact-taxi-img {
    height: 30vh;
    background: url(../images/contact-us.png) no-repeat 50%/cover;
}

.pricing-table-inner .pricing-header .title, .pricing-table-inner .pricing-header .pricing .subtitle, .pricing-body ul li {
    color: black;
}

.service-category .title {
    white-space: initial;
}

a.view-projects-home {
   text-align: center;
}

a.view-projects-home span{
    white-space: nowrap;
}
.ovo-brand {
    padding: 75px 0 100px 0 !important;
}

.portfolio-single-image {
    width: 100%;
    max-height: 100vh;
    height: 100vh;
    object-fit: cover;
}

.seo-title {
    font-size: 36px ;
}

.text-initial {
    text-align: initial;
}

.projects-carousel {
    display: flex;
    justify-content: center;
}

.portfolio-scroll-section {
    max-width: 350px;
    width: 350px;
    overflow-y: auto;
}

.rn-contact-area .form-control {
    margin-bottom: 0 !important;
}

.rn-contact-area .invalid-feedback {
    font-size: 15px;
}

/* CUSTOM SCROLLBAR STYLES */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 0;
    background: #FDC82F;
}

.companies-text {
    padding: 0 20px;
}

.related-work .inner h4:hover a {
    color: #faba19;
}

.technology-portfolio, .service-portfolio {
    color: #0a0a0a !important;
}

.parallax-video{
    height: 450px;
    padding-bottom: 50px;
    padding-top: 50px;
}

.parallax-video video{
    min-width: 100%;
    position: fixed;
    top:0;
    z-index: -999;
}

.companies {
    font-size: 40px;
    line-height: 45px;
    font-weight: 600;
}

.companies-text {
    font-size: 20px;
}

.service-details .title {
    line-height: 45px!important;
}

@media only screen and (max-width: 767px) {
    .rn-section-gap {
        padding: 60px 0 !important;
    }
}

@media screen and (max-width: 1023px) {
    .parallax-video {
        display: none;
    }

    .parallax-video video {
        display: none;
    }

    .tech-presentation {
        font-size: 20px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1551px) {
    a.view-projects-home{
        letter-spacing: unset!important;
        padding: 12px 21px!important;
    }
    a.view-projects-home span {
        white-space: nowrap;
    }
}

@media screen and (max-width: 1023px) {
    .portfolio-main-image {
        max-height: 40vh;
        height: 40vh;
    }
}

@media screen and (min-width:375px) and (max-width: 425px) {
    .home-bottom-description h2 {
        text-align: center;
    }

    .footer-services h4 {
        font-size: 1.4em !important;
    }

    .mvp {
        gap: unset!important;
    }

    .mvp-icons{
        width:40% !important;
    }

    .ecommerce-icon {
        width: 22%!important;
    }

    .companies {
        font-size: 26px;
    }
}

@media screen and (max-width:991px) {
    .tab-support-history {
        margin-bottom: 40px;
    }
}

    @media screen and (max-width:766px) {
    .project-img {
        display: flex;
        flex-flow: column-reverse;
    }

    .website-process-home h4 {
        font-size: 2.5em;
    }

    .technologies-all {
        padding: unset!important;
    }

    /*.technology-img img {*/
    /*    width: 45%!important;*/
    /*}*/

    .companies {
        font-size: 26px;
    }
}

@media screen and (min-width: 281px) and (max-width: 540px) {
    .contact-img{
        width: 25% !important;
    }
}

@media screen and (width: 280px) {
    .contact-img{
        width: 25% !important;
    }
}


@media screen and (min-width: 765px) and (max-width: 912px) {
    .contact-img{
        width: 23% !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 820px) {
    .contact-img{
        width: 18% !important;
    }
}

@media screen and (min-width: 541px) and (max-width: 764px) {
    .contact-img{
        width: 18% !important;
    }
}

@media screen and (max-width: 767px) {
    .companies{
       padding: 0 40px;
    }
}

@media only screen and (max-width: 767px) {
    p.footer-bottom-copy-right {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 900px) {
    .nexbus-reverse {
        flex-direction: column-reverse !important;
    }

    .ovo-text {
        margin-top: 10%;
    }

    .about-inner p, .about-inner .description, #support, #history {
        font-size: 1.3em !important;
    }

    #support, #history {
        font-size: 1.4em !important;
    }

    .icons {
        max-width: 20%;
    }

    .icon-wrapper {
        margin: inherit;
    }

    .capabilities {
        margin-bottom: 10%;
        justify-content: center !important;
    }

    .rn-address .icon {
        left: 50%;
    }

    .icon-contact-wrapper {
        margin-top: 100px;
    }

    .icon {
        top: 133%;
        left:45% !important;
    }
    .technologies-all {
        padding: unset!important;
    }

    /*.technology-img img {*/
    /*    width: 35%!important;*/
    /*}*/
}

@media screen and (width: 912px) {
    .technologies-all {
        padding: unset!important;
    }

    /*.technology-img img {*/
    /*    width: 50%!important;*/
    /*}*/
}

@media screen and (max-width: 767px) {
    .portfolio-single-image {
        width: 100%;
        height: auto;
    }
    .mvp {
        gap: unset!important;
    }

    .mvp-icons {
        width:45% !important;
    }
    .b2b-description h4{
        margin-bottom: 2%;
        margin-top: 10%;

    }

    .counter {
        font-size: 5em!important;
    }

}

@media only screen and (max-width: 575px) {
    .single-service.service__style--2 .content h3.title {
        color: black !important;
    }

    .single-service.service__style--2 {
       margin-top: unset!important;
    }

    .technology-home {
        margin-top: unset!important;
    }

    .technologies-all {
        padding: unset!important;
    }

    /*.technology-img img {*/
    /*    width: 35%!important;*/
    /*}*/
}

@media screen and (max-width: 1375px) {
    .categories-home {
        display: block !important;
        text-align: center !important;
    }

    .nexbus-reverse .col-lg-4 {
        margin-top: 10%;
    }

    .nexbus-img {
        max-width: 80%
    }

    .categories-home .title, .nex-bus-description, .home-bottom-description h2 {
        font-size: 1.7em !important;
    }

    .image-placeholder {
        margin-right: 0px;
    }

    .nex-bus-text {
        margin-left: 14%;
    }

    .logo-footer {
        max-width: 40% !important;
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 767px) {
    .nex-bus-text {
        margin-left: 0;
        text-align: center;
    }

    .portfolio-description {
        margin-top: unset !important;
    }

    .portfolio-title-section {
        margin-bottom: 50px !important;
    }

    .portfolio-title {
        font-size: 35px !important;
    }
}

@media screen and (min-width: 902px) and (max-width: 992px) {
    .icon-wrapper .icons {
        width: 20% ;
    }
    .icon-wrapper {
        margin-bottom: 25px;
    }

    .capabilities {
        justify-content: center!important;
        margin-bottom: 25px;
        margin-top: 30px!important;
    }
}

@media screen and (width: 768px) {
.services-tech {
    margin-top: 50px;
}

.section-title h2.title {
    font-size: 48px !important;
    }
    .mvp {
        gap: unset!important;
    }

    .mvp-icons, .ecommerce-icon {
        width:50% !important;
    }

    .mvp-one {
        margin-right: -8px!important;
    }

    .mvp-two {
        margin-left: 65px!important;
    }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
    .mvp {
        gap: unset!important;
    }
    .mvp p {
        line-height: 43px;
        font-size: 30px;
    }
    .mvp-icons, .ecommerce-icon {
        width:70% !important;
    }

    .mvp-one {
        margin-right: -8px!important;
    }

    .mvp-two {
        margin-left: 65px!important;
    }
}

@media screen and (width: 912px) {
    .services-tech {
        font-size: 23px !important;
    }

    .nex-bus-description,
    .home-bottom-description h2,
    .contact-btn {
        font-size: 2em !important;
    }

    .capabilities {
        margin-bottom: 10%;
        justify-content: center !important;
    }

    .icon-wrapper {
        margin: inherit;
    }

    .mvp {
        gap: unset!important;
    }
    .mvp p {
    line-height: 43px;
    font-size: 30px;
    }
    .mvp-icons .ecommerce-icon {
        width:70% !important;
    }

    .mvp-one {
        margin-right: -8px!important;
    }

    .mvp-two {
        margin-left: 65px!important;
    }
}

@media screen and (width: 280px) {
    .logo-footer {
        max-width: 70% !important;
    }

    .view-projects-home {
        font-size: 14px !important;
    }
    .technologies-all {
        padding: unset!important;
    }

    /*.technology-img img {*/
    /*    width: 60%!important;*/
    /*}*/
    .companies {
        font-size: 20px;
        line-height: 32px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
    .logo-footer {
        max-width: 59% !important;
    }

    .home-category-description p {
        font-size: 2.2em !important;
    }

    .categories-home h3 {
        font-size: 2em !important;
    }

    .view-projects-home {
        font-size: 1.1em !important;
    }

    .section-title h2.title {
        font-size: 56px !important;
    }

    .about-inner .section-title p.description, .single-tab-content p, #support, #history {
        font-size: 1.5em !important;
    }
}

@media only screen and (max-width: 512px) {
    .accordion-flush {
        display: unset;
       margin: 40px;
    }
}

@media only screen and (min-width: 992px) {
    .branding-accordion {
        display: flex;!important;
    }
}

@media only screen and (min-width: 360px) and (max-width:430px) {
    .home-category-description p {
        font-size: 1.5em !important;
        line-height: 1.5em !important;
    }

    /*.categories-home .title {*/
    /*    font-size: 1.5em !important;*/
    /*}*/

    .crucial-steps-text h4 {
        font-size: 1.5em;
    }

    .result-oriented {
        font-size: 1.8em !important; ;
    }

    .home-technologies-title .title, .core-values {
        font-size: 31px !important;
    }
    .categories-home {
        margin-top: 1rem !important; ;
    }

    .home-technologies-title .technology-home-description, .core-values h4, .timeline-description, .industry-element{
        font-size: 1.3em !important;
    }

    .timeline {
        font-size: 37px !important;
        margin-bottom: 60px !important;
    }

    .industries-title {
        font-size: 35px;
    }
}

@media screen and (max-width:575px) {
    .industry, .services-tech {
        margin-left: 10px;
    }
}

@media screen and (max-width:992px) {
    .services-tech {
        margin-top: 50px;
    }
}

@media screen and (min-width: 431px) and (max-width: 850px ) {
    .home-category-description p, .timeline {
        font-size: 2em!important;
    }

    .home-category-description {
        margin-bottom: unset!important;
    }

    .categories-home .title {
        font-size: 1.5em!important;
    }

    .home-technologies-title {
        font-size: 31px;
    }

    .technology-home-description {
        font-size: 25px !important;
    }
}

@media screen and (max-width: 991px) {
    .our-values-title {
        margin-top: 45px!important;
    }

    .values-row {
        margin-top: unset!important;
    }

    .counterup_style--1 {
        margin-top: 50px ;
    }
    .social-share, .home-logo-footer.logo-footer a {
        justify-content: center;
    }
}

@media screen and (max-width: 902px) {
    .rn-address .icon {
        transform: unset !important;
    }
}

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

    .website-development-icon {
        width: 20%;
    }
}

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

    .logo-footer {
        max-width: 32% !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

    .logo-footer {
        max-width: 60% !important;
    }
}
@media screen and (max-width: 359px) {
    .home-category-description p{
        font-size: 21px!important;
        line-height: 1.5em !important;
    }

    .categories-home .title {
        font-size: 1.5em !important;
    }
}

@media screen and (min-width: 320px) and (max-width: 414px) {
    a.view-projects-home {
        font-size: 13px !important;
    }
}

@media screen and (width: 360px) {
    a.view-projects-home {
        font-size: 12px !important;
    }
}

@media screen and (min-width: 1552px) and (max-width:1777px)
{
    a.view-projects-home {
        font-size: 15px !important;
        padding: 14px 23px;;
    }
}

@media screen and (min-width: 992px) and (max-width:1230px)
{
    a.view-projects-home {
        font-size: 13px !important;
        padding: 14px 10px !important;
    }
}

@media screen and (max-width:1024px)
{
    .slide.slide-style-2.slider-video-bg {
        height: 50vh;
    }

    .slide.slide-style-2.slider-video-bg .video-popup.play__btn {
        width: 65px;
        height: 65px;
    }
}

@media screen and (max-width:767px)
{
    .slide.slide-style-2.slider-video-bg {
        height: 25vh;
    }

    .slide.slide-style-2.slider-video-bg .video-popup.play__btn {
        width: 40px;
        height: 40px;
    }

    .footer-tech-li-mobile-hidden,
    .footer-services-li-mobile-hidden {
        display: none;
    }

    .footer-tech-li-mobile-hidden-show-less a,
    .footer-tech-li-mobile-hidden-show-more a,
    .footer-services-li-mobile-hidden-show-less a,
    .footer-services-li-mobile-hidden-show-more a {
        color: #FAE16B;
    }
}

@media screen and (min-width:768px)
{
    .footer-tech-li-mobile-hidden-show-less,
    .footer-tech-li-mobile-hidden-show-more,
    .footer-services-li-mobile-hidden-show-less,
    .footer-services-li-mobile-hidden-show-more {
        display: none;
    }
}
