html,
body {
    background: transparent !important;
}

body h3 {
    font-size: 3rem;
    color: var(--blue);
}

.custom-page {
    overflow-x: hidden;
}

.custom-pages-header .custom-page {
    margin-top: 0px;
}

.custom-page .section {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
}

.custom-page #section4 {
    height: auto;
}

.custom-page header.masthead {
    height: 81px;
    background: #fff;
}

.custom-page #job-list-page {
    overscroll-behavior: none;
}

.custom-page #section-contact {
    background-color: #0A1351 !important;
}

.city-page #section-contact {
    background-color: transparent !important;
}

.city-page #contact {
    background-color: #0A1351 !important;
    padding: 32px 0 92px 0;
}

.city-page .contact-form textarea {
    height: 130px;
}

.city-page .contact-section h5 {
    margin-bottom: 20px !important;
    color: #FE4D17;
    font-family: 'georgina';
    font-size: 1.875rem;
}

.city-page .contact-section {
    padding: 3% 5% 0 5% !important;
}

.city-page .city-services-tags-wrapper {
    margin-left: 25px;
}

.city-page ul.city-tags {
    list-style-type: none;
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
}

.city-page ul.city-tags li {
    font-size: 17px;
    color: #0A1351;
}

.city-page ul.city-services-tags {
    list-style-type: none;
    margin-top: 15px;
}

.city-page ul.city-services-tags li {
    display: inline;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 20px;
    white-space: nowrap;
    background-color: #f0f0f0;
    border-radius: 20px;
    margin: 15px;
    line-height: 45px;
    color: #0A1351;
}

.city-page .city-links {
    display: flex;
    padding-left: 10px;
}

.city-page .city-links img {
    margin: 15px 0px 15px 55px;
}

.city-page-section {
    width: 90%;
}

.city-page header.mainheader {
    position: relative;
    background-color: #343a40;
    background: url(/theme/images/160005458896.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.city-page header.mainheader .overlay {
    position: absolute;
    background-color: #212529;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.3;
}

.city-page .mainheader h1 {
    color: white;
    text-shadow: 3px 3px black;
    font-size: 1.5rem;
    background-color: rgba(3.9, 7.8, 31.8, 0.5);
    border-radius: 10px;
    padding: 7px;
}

.city-page .mainheader h2 {
    color: white;
    text-shadow: 3px 3px black;
    font-size: 1.25rem;
    line-height: 2rem;
    margin-top: 15px;
    background-color: rgba(3.9, 7.8, 31.8, 0.5);
    border-radius: 10px;
    padding: 7px;
}

.city-page .custom-page-link {
    color: #0A1351 !important;
}

.city-page {
    padding-bottom: 0px !important;
    margin-top: 0px !important;
}

.city-page .projects .container {
    padding: 20px 0px;
}

.city-page .showcase-img {
    background-size: cover;
}

.city-page .showcase-img.block-1 {
    background: url(/theme/images/code.jpg);
    background-size: cover;
    background-position: center;
}

.city-page .showcase-img.block-2 {
    background: url(/theme/images/ideation-image.jpg);
    background-size: cover;
    background-position: center;
}

.city-page .showcase-img.block-3 {
    background: url(/theme/images/tech.jpg);
    background-size: cover;
    background-position: center;
}

.city-page .icon-client {
    align-self: center;
    padding: 15px;
}

.city-page .icon-client img {
    filter: invert(1);
}

.city-page .btn {
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, font-size .30s ease-in-out, padding .30s ease-in-out;
}

.city-page .btn-primary {
    background-color: #fe4d18;
    border-color: #0e0e0f;
    color: #ffffff;
}

.city-page .btn-primary:active,
.city-page .btn-primary:focus,
.city-page .btn-primary:hover {
    background-color: #fe4d18;
    color: #fff !important;
    border-color: #fe4d18;
    box-shadow: none;
}

.city-page #section4 {
    padding-top: 0px;
}

.city-page #contact-btn-animation-3 {
    margin: 50px 0;
}

.city-page #contact-btn-animation-3 .scroll-button,
.city-page #contact-btn-animation-4 .scroll-button {
    width: 365px;
    margin: 0 auto;
}

.city-page #contact-btn-animation-3 .btn-arrow-animation:hover:after,
.city-page #contact-btn-animation-4 .btn-arrow-animation:hover:after {
    transform: translateX(320px);
}

.city-project-heading {
    font-size: 28pt;
    font-family: georgina;
    color: #0a1351;
    font-weight: 600;
}

.city-method-heading {
    font-size: 36pt;
    font-family: georgina;
    color: #0a1351;
    font-weight: 600;
}

.citypage-h3 {
    font-size: 30px;
    color: #000;
}

.citypage-services {
    min-height: 500px;
    font-size: 1rem;
    line-height: 28px;
}

.citypage-services p {
    font-size: 1rem;
    line-height: 28px;
    display: inline;
}

.city-page .showcase-text {
    padding: 30px 60px !important;
}

.city-page .features-icons {
    padding-top: 82px;
    padding-bottom: 82px;
}

.city-page .city-link-active {
    text-decoration: underline;
    pointer-events: none;
    cursor: default;
    display: inline-block !important;
}

.custom-page #section-contact .icon-city img {
    -webkit-filter: contrast(200%) invert(100%);
    filter: contrast(200%) invert(100%);
}

.citypage-section2-text {
    margin: auto;
    padding-bottom: 30px;
}

.city-wordwrap {
    white-space: nowrap;
}

.custom-page #section-contact .address h5,
.custom-page #section-contact .address p {
    color: #fff;
}

.custom-page .navbar li .nav-link.active,
.custom-page .navbar li .nav-link:hover {
    color: black !important;
}

.header-contact-btn img {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.custom-page .fullheader {
    position: relative;
    z-index: 1;
    margin-top: 120px;
    height: 550px;
    overflow: hidden;
}

.custom-page .image-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.custom-page .text-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
}

.custom-page .fullheader h1 {
    text-align: center;
}

.custom-page .fullheader p {
    text-align: center;
}

.custom-page .fullheader img {
    max-width: 100%;
    max-height: 100%;
}

html [type=button] {
    -webkit-appearance: none;
}

#porfolio-embed {
    overflow: visible;
    height: 100vh !important;
}

#porfolio-embed .section {
    padding-top: 0px;
    overflow: visible;
}

.custom-page .filesChosen {
    color: #fff;
}

.city-page .filesChosen {
    color: #343a40;
}

.city_view .main-logo-full {
    padding-bottom: 10px;
}

.custom-page .homepage-landing-footer {
    padding-top: 31px;
}

.custom-page .portfolio-view-page-footer {
    margin-top: 45px;
}

.swiper3 .swiper-button-next,
.swiper3 .swiper-button-prev {
    padding-top: 45px;
}

.swiper3 .swiper-button-next,
.swiper3 .swiper-button-prev {
    padding-top: 45px;
}

.swiper3 .swiper-button-next,
.swiper3 .swiper-button-prev {
    padding-top: 45px;
}

@media (max-width: 1400px) {
    .city-page ul.city-tags {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
}

@media (max-width: 1200px) {
    .city-page ul.city-tags {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}

@media (min-width: 1200px) {
    .citypage-header-section .col-xl-9 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .city-page .mainheader .container {
        max-width: 1400px;
        width: 100%;
    }
}

@media (max-width: 1090px) {
    .custom-page .navbar {
        display: none !important;
    }
}

@media (max-width: 1090px) and (min-width: 768px) {
    .custom-page .navbarmob {
        top: 73px;
        display: block;
        right: 10px;
    }

    .custom-page .header.overlayer-fixed {
        padding-top: 50px !important;
    }
}

@media (max-width: 1024px) {
    .city-page ul.city-tags li {
        font-size: 16px;
    }

    .city-page ul.city-services-tags li {
        font-size: 14px;
    }

    .city-page .city-links img {
        width: 45px;
    }
}

@media (max-width: 960px) {
    .custom-page .fullheader {
        height: 333px;
    }

    .custom-page .fullheader h1 {
        font-size: 40px;
    }
}

@media (max-width: 991px) {

    .city-page .showcase-img.block-1,
    .city-page .showcase-img.block-2,
    .city-page .showcase-img.block-3 {
        height: 300px;
    }
}

@media (min-width: 768px) {
    .city-page header.mainheader {
        padding-top: 12rem;
        padding-bottom: 12rem;
    }

    .city-page header.mainheader h1 {
        font-size: 2.5rem;
    }

    .city-page header.mainheader h2 {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    .custom-page h1 {
        font-size: 32px;
    }

    .city-page ul.city-tags {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .city-page .icon-client img {
        width: 35%;
        padding-top: 15px;
    }

    .city-page #contact-btn-animation-3 .btn-arrow-animation:hover:after,
    .city-page #contact-btn-animation-4 .btn-arrow-animation:hover:after {
        transform: translateX(342px);
    }

    .citypage-services {
        height: auto;
    }

    .citypage-section2-text .mt-1 {
        padding-top: 3rem !important;
    }

    .city-project-heading,
    .city-method-heading {
        font-size: 2.25em;
    }
}

@media (max-width: 600px) {
    .custom-page .fullheader {
        height: 222px;
    }

    .custom-page .fullheader h1 {
        font-size: 32px;
    }

    .city-page .city-links img {
        margin: 25px 0px 25px 55px;
    }
}

@media only screen and (max-width:500px) and (orientation: portrait),
only screen and (max-device-width: 500px) {
    .custom-page header.masthead {
        height: 70px;
    }

    .custom-page label.menu-button .hamburger,
    .custom-page label.menu-button .hamburger:after,
    .custom-page label.menu-button .hamburger:before {
        background: #000 !important;
    }

    .custom-page label.menu-button input:checked+.menu .hamburger:after,
    .custom-page label.menu-button input:checked+.menu .hamburger {
        background: #fff !important;
    }

    .custom-page .swiper-button-next,
    .custom-page .swiper-button-prev {
        padding-top: 50px;
    }

    .custom-page #contact .swiper-slide {
        height: 130px;
    }

    .custom-page .logos-contact img {
        max-width: 60%;
    }

    .city-page-section {
        margin-left: unset;
        width: 90%;
    }

    .city-page #section-contact {
        background: #fff !important;
    }

    .city-page #contact {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        padding: 0 5px !important;
    }

    .city-page ul.city-tags {
        margin-top: 50px;
    }

    .city-page .city-links img {
        width: 40px;
    }

    .city-page #contact-btn-animation-3 .scroll-button,
    .city-page #contact-btn-animation-4 .scroll-button {
        width: 260px !important;
        padding-left: 0px;
    }

    .city-page #contact-btn-animation-3 .btn-animation-text,
    .city-page #contact-btn-animation-4 .btn-animation-text {
        text-align: center;
        width: 260px !important;
    }

    .city-page #contact-btn-animation-3 .btn-arrow-animation:before,
    .city-page #contact-btn-animation-4 .btn-arrow-animation:before {
        right: 7px;
    }

    .city-page #contact-btn-animation-3 .btn-arrow-animation:hover:after,
    .city-page #contact-btn-animation-4 .btn-arrow-animation:hover:after {
        transform: translateX(237px);
    }

    .city-page .mainheader h1 {
        font-size: 1.5rem;
    }

    .city-page .mainheader h2 {
        font-size: 1.15rem;
        line-height: 1.5rem;
    }

    .city-page .contact-section h5 {
        font-size: 15px;
        margin-bottom: 15px;
        text-align: center;
        width: 55%;
        margin: 0 auto;
    }

    .city-page .showcase-text {
        padding: 30px 40px !important;
    }

    .citypage-h3 {
        font-size: 25px;
    }

    .city-method-heading {
        font-size: 2em;
    }

    .city-project-heading {
        font-size: 1.75em;
    }

    .city-page .contact-form label,
    .city-page #form-submit-btn {
        margin-top: 12px !important;
    }

    .city_view .main-logo-full {
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 320px) and (max-width: 1200px) and (max-height: 850px) and (orientation: landscape),
only screen and (min-device-width: 320px) and (max-device-width: 1200px) and (max-device-height: 850px) and (orientation: landscape) {
    .logos-contact {
        padding-left: 0;
    }
}

@media screen and (min-width:320px) and (max-width:1000px) and (orientation:landscape),
only screen and (min-device-width: 320px) and (max-device-width: 1000px) and (orientation:landscape) {
    .city-page .contact-section h5 {
        font-size: .9rem;
        margin-bottom: 10px;
        width: 90%;
    }
}

@media screen and (min-width:768px) and (max-width:1023px) and (min-height:700px) and (orientation:landscape),
only screen and (min-device-width: 768px) and (max-device-width: 1023px) and (min-device-height: 700px) and (orientation:landscape) {
    .city-page .contact-section h5 {
        font-size: 1.875rem;
        margin-bottom: 70px;
        width: 86%;
    }
}

@media screen and (min-width:501px) and (max-width:899px) and (orientation: portrait) {
    .city-page .contact-section h5 {
        font-size: 1.2rem;
        margin-bottom: 25px;
    }
}

@media screen and (min-width:1001px) and (max-width:1500px) and (max-height: 915px) and (orientation:landscape) {
    .city-page .contact-section h5 {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 500px) and (max-height: 600px) {
    .city-page .contact-section h5 {
        font-size: .8rem;
        margin-bottom: 15px;
        width: 85%;
    }
}

@media only screen and (max-width: 320px) and (orientation: portrait),
only screen and (max-device-width: 320px) {
    .city-page .contact-section h5 {
        font-size: .8rem;
        margin-bottom: 10px;
        width: 100%;
    }
}

@media only screen and (max-width: 320px) and (min-height: 420px) and (max-height: 499px) {
    .city-page .contact-section h5 {
        font-size: .8rem;
        margin-bottom: 0;
        width: 75%;
    }
}

@media screen and (max-width: 700px) and (min-width: 320px) and (max-height: 320px) and (orientation: landscape) {
    .city-page .contact-section h5 {
        font-size: .8rem;
        margin-bottom: 5px;
        width: 90%;
    }
}

@media screen and (min-width: 320px) and (max-width: 700px) and (max-height: 290px) and (orientation: landscape) {
    .city-page .contact-section h5 {
        font-size: .8rem;
        margin-bottom: 5px;
        width: 90%;
    }
}

@media screen and (min-height: 250px) and (max-height: 320px) and (orientation: landscape),
only screen and (min-device-height: 291px) and (max-device-height: 320px) and (orientation: landscape) {
    .city-page .contact-section h5 {
        font-size: .8rem;
        margin-bottom: 5px;
        width: 90%;
    }
}

@media screen and (max-width: 480px) and (min-height: 250px) and (max-height: 299px) and (orientation: landscape),
only screen and (max-device-width: 480px) and (min-device-height: 250px) and (max-device-height: 299px) and (orientation: landscape) {
    .city-page .contact-section h5 {
        font-size: .8rem;
        margin-bottom: 5px;
        width: 90%;
    }
}

@media only screen and (max-width: 320px) {
    .city-page .mainheader h1 {
        font-size: 1rem;
        width: 260px;
    }

    .city-page .mainheader h2 {
        font-size: 1rem;
        line-height: 1rem;
        width: 260px;
    }

    .city-page .contact-section h5 {
        font-size: .9rem;
        margin-bottom: 10px;
        width: 90%;
    }

    .city-page #contact-btn-animation-3 .scroll-button {
        left: -12px;
    }
}