/*------------------------------------------------------------------
[RESPONSIVE CSS]

- Project:	UpHill Designers - We Build Better
- Author:  UpHill Designers

-------------------------------------------------------------------*/

/* ==============================
   PAGE CONTAINER WIDTH
   ============================== */
.page-container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px;
}

@media (min-width: 576px) {
    .page-container {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .page-container {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 992px) {
    .page-container {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1320px) {
    .page-container {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 576px) {
    .page-container {
        width: 540px;
        max-width: 100%
    }
}

@media (min-width: 768px) {
    .page-container {
        width: 720px;
        max-width: 100%
    }
}

@media (min-width: 992px) {
    .page-container {
        width: 960px;
        max-width: 100%
    }
}

@media (min-width: 1320px) {
    .page-container {
        width: 1240px;
        max-width: 100%
    }
}


/* ==============================
   MAIN MENU
   ============================== */

@media screen and (max-width: 1023px) {
    #menu-nav-content .menu-list{
        overflow: auto;
    }
    .menu-info #menu-logo{
        margin: 0px;
        left: 20px;
    }
    #close-menu-button{
        background-color: #FFF;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        padding: 0px;
        position: absolute;
        left: 0%;
        right: 0;
        bottom: 30px;
        margin-left: 50%;
        transform: translateX(-50%);
        z-index: 99;
    }
    #close-menu-button svg{
        position: absolute;
        top: 14px;
        left: 13px;
        color: #212121 !important;
    }
    #close-menu-button .close-icon{
        position: absolute;
        top: -20px;
        left: 5px;
    }
}
@media screen and (max-width: 850px) {
    #menu-nav-content .menu-list{
        flex-direction: column;
    }
    #menu-nav-content .menu-list > .menu-section{
        width: 100%;
        /* min-width: 20%; */
        max-width: 100%;
        min-height: 20%;
    }
    #menu-nav-content .menu-list > .menu-section .menu-links-wrapper{
        text-align: left;
        padding-left: 30px;
    }
    .icon-triangle {
        top: calc(50% - 60px);
        left: 30px;
        right: 0px;
        margin: 0;
        width: 30px;
        height: 30px;
    }
}
@media screen and (max-width: 500px) {
    .menu-info-cta span{
        display: none;
    }
    .call-menu{
        margin-right: 10px;
    }
    .mail-menu{
        padding-right: 10px;
        margin-right: 0px;
        border-right: 1px solid #ccc;
    }
    #close-menu-button{
        margin-left: 80%;
    }
    .menu-links h3{
        transform: translateY(10px);
    }
    .icon-triangle {
        top: calc(50% - 40px);
    }
}


/* ==============================
   INNER HEADER NAV
   ============================== */
@media screen and (max-width: 1023px) {
    .header-nav{
        padding: 10px 30px;
    }
    .inner-page-header #desktop-menu-icon{
        display: none;
    }
    .header-menu-center-logo{
        position: relative;
    }
    .right-nav{
        display: none;
    }
}
@media screen and (max-width: 359px) {
    .left-nav{
        display: none;
    }
}

/* ==============================
   Bottom Contact Form
   ============================== */
@media screen and (max-width: 550px) {
    .line-contact-form .form-input-wrapper{
        width: 100%;
        padding: 0;
    }
}


/* ==============================
   Inner Header Breadcrumb
   ============================== */
@media screen and (max-width: 700px) {
    .right-breadcrumb-nav{
        display: none;
    }

    .page-header-breadcrumb{
        padding: 10px 30px;
    }

    .left-breadcrumb-nav{
        width: 100%;
    }

    .transformer-tabs .header-breadcrumb-list {
        border-bottom: 1px solid #ffa225;
        overflow: hidden;
        display: block;
        position: relative;
        background: none;
        text-align: left;
        padding: 0px;
        min-width: 250px;
    }
    .transformer-tabs .header-breadcrumb-list::after {
        content: "☰";
        position: absolute;
        top: 10px;
        right: 15px;
        z-index: 2;
        pointer-events: none;
        color: #212121;
    }
    .dark-theme .transformer-tabs .header-breadcrumb-list::after {
        color: #fff;
    }
    .transformer-tabs .header-breadcrumb-list li {
        display: block;
        padding: 0px;
    }
    .transformer-tabs .header-breadcrumb-list a {
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-decoration: none;
        padding: 0.5rem;
        visibility: hidden;
        border-right: 0px !important;
    }
    .transformer-tabs .header-breadcrumb-list a.active {
        border: 0;
        z-index: 1;
        visibility: visible;
        position: relative;
    }
    .header-breadcrumb-list li a.active::after{
        display: none;
    }

    .transformer-tabs ul.open a {
        position: relative;
        display: block;
        visibility: visible;
    }
}




/* ==============================
   Company Profile PAGE
   ============================== */
@media screen and (max-width: 950px) {
    img.about-top-image{
        display: none;
    }
    .about-video-section{
        display: block;
        margin-bottom: 0px;
    }
    .about-video-wrapper{
        height: 300px;
        border-radius: 0px;
    }
    .about-video-content{
        max-width: 100%;
    }
    .about-why-us-section{
        width: 100%;
        padding: 0 40px;
    }
}
@media screen and (max-width: 767px) {
    .section-heading{
        font-size: 40px;
        line-height: 42px;
    }
    .about-why-us-section{
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 480px) {
    .about-feature-list{
        text-align: center;
    }
    .about-feature-list .sub-text{
        display: none;
    }
    .about-feature-list img{
        margin: auto;
    }
    .section-heading{
        font-size: 30px;
        line-height: 32px;
    }
}

/* ==============================
   Our Values PAGE
   ============================== */
@media screen and (max-width: 991px) {
    .cta-heading{
        width: 100%;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 767px) {
    .feature-wrapper{
        width: 100%;
    }
}

/* ==============================
   Quality Assurance PAGE
   ============================== */
@media screen and (max-width: 767px) {
    .quality-main-section .page-container{
        flex-direction: column;
    }
}


/* ==============================
   Services PAGEs
   ============================== */

/*Website*/
@media screen and (max-width: 991px) {
    .website-type-wrapper{
        flex-direction: column;
    }
    .website-type-content-wrapper {
        padding: 40px 0px 0px;
    }
}

/*Digital Marketing*/
@media screen and (max-width: 1319px) {
    .technologies-content img{
        width: 90px;
        margin: 0px 20px;
    }
}
@media screen and (max-width: 990px) {
    .web-technologies-wrapper{
        flex-direction: column;
    }
    .technologies-banner, .technologies-content{
        text-align: center;
    }
    .technologies-content{
        margin-top:30px;
    }
    .technologies-content img{
        width: 135px;
    }
}
@media screen and (max-width: 767px) {
    .marketing-feature-section .feature-wrapper{
        width: 100%;
    }
    .marketing-feature-section .feature-wrapper img{
        margin: auto;
    }
    .technologies-content img{
        margin: 0px 6px;
    }
    .technologies-content h2{
        font-size: 20px;
        line-height: 24px;
    }
}





@media screen and (min-width: 1199px) {
    .menu-text{
        display: inline-block;
    }
}

@media screen and (max-width: 1200px) {
    footer{
        background: url(../media/footer-bg.jpg) center center / cover;
        padding-left: 300px;
    }
}

@media screen and (max-width: 1023px) {
    footer{
        padding-left: 150px;
    }
    .footer-container {
        padding: 80px 30px;
    }

    .mobile-header{
        display: block;
    }
    #navMenuBar{
        display: block;
    }

    /*--------HOME PAGE--------*/
    #left-section{
        display: none;
        width: 0px;
    }
    #right-section{
        width: 100%;
    }
    .home-page .header-nav{
        display: none;
    }
}

@media screen and (max-width: 800px) {
    footer{
        background: url(../media/footer-bg.jpg) -450px center / cover;
        padding-left: 0px;
    }
    .footer-container {
        padding: 60px 30px 80px;
    }
    .dayNightToggleIcons{
        opacity: 1;
    }
}


@media screen and (max-width: 640px) {
    .headerHireLink {
        display: none;
    }
    .main-heading {
        font-size: 6vw;
        line-height: 6vw;
    }
    footer{
        background: url(../media/footer-bg.jpg) center left / cover;
    }
    /*.footer-container {
        padding: 60px 30px 80px;
    }*/
    .main-heading-footer {
        font-size: 35px;
        line-height: 35px;
    }
    .footer-about p{
        font-size: 14px;
        text-align: justify;
    }
    .footer-links li{
        display: block;
        border-right: 0px;
        text-align: left;
        position: relative;
    }
    .footer-links li::before{
        content: '';
        position: absolute;
        border-right: 1px solid;
        border-bottom: 1px solid;
        width: 4px;
        height: 4px;
        top: calc(50% + 0px);
        left: -15px;
        transform: translateY(-50%) rotate(-45deg);
        opacity: 0.7;
    }
}