html,
body {
    height: 100%;
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    color: #4d5157;
}

#wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -215px;
    padding: 0 0 215px;
}

a {
    color: #4d5157;
}

a:hover {
    color: #e54642;
    cursor: pointer;
    text-decoration: none;
}

h1, h2, h3, h4, .btn {
    font-weight: 300;
}

h2 {
    font-size: 2.5rem;
    font-weight: 200;
}

.btn {
    border-radius: 0;
}

.btn-primary {
    background-color: #e54642;
    border-color: #e54642;
}

.btn-primary:hover {
    background-color: #e12924;
    border-color: #e12924;
}

.btn-light {
    color: #4d5157;
    background-color: #eaeaea;
    border-color: #eaeaea;
}

.navbar {
    padding: 1rem;
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 4px 0 rgba(0, 0, 0, .1);
    font-weight: 300;
    background: #fff;
}

.navbar-brand img {
    width: 175px;
}

.nav-item {
    position: relative;
}

.nav-item span {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 40px;
    color: #e54642;
    font-size: 40px;
    line-height: 0;
}

#lang, #top-social {
    border-left: 1px solid #ccc;
}

#top-social.navbar-nav .nav-link {
    padding-right: 0.1rem;
    padding-left: 0.8rem;
    color: #e54642;
}

#top-social.navbar-nav .nav-link:hover {
    color: #e12924;
}

#intro, #page-header {
    background: url(../images/bg-hero.jpg) no-repeat;
    background-size: cover;
    padding-top: 230px;
    padding-bottom: 140px;
    position: relative;
    overflow: hidden;
}

#page-header {
    background: none;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 40px;
}

#introText {
    position: relative;
    z-index: 1020;
}

#intro h1, #intro .lead {
    color: #fff;
    z-index: 1020;
}

#intro .lead {
    font-size: 2rem;
    margin-top: 2rem;
}

#intro img {
    width: 500px;
}

#page-header h1, .card-title {
    color: #e54642;
    z-index: 1020;
    background: #fff;
}

#services, #portfolio {
    padding: 60px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

#services {
    background: #f3f2f2;
}

#services h2, #research-activity h2, #portfolio h2 {
    color: #e54642;
}

#services h4 a {
    color: #4d5157;
}

#services h4 a:hover {
    color: #e8453d;
}

#services .icon {
    padding: 31px 30px;
    border-radius: 100%;
    background: #fff;
    margin-bottom: 30px;
}

#services .icon img {
    width: 25px;
}

.share-btn {
    width: 180px;
    height: 30px;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
}

.share-btn .share {
    position: absolute;
    left: 0;
    cursor: pointer;
}

.share-btn .share img {
    width: 20px;
}

.share-btn ul {
    margin-left: 35px;
}

#services .share-btn .share {
    left: 70px;
}

#services .share-btn ul {
    margin-left: 15px;
    display: none;
}

.share-btn li a, #clientsCarousel .action-clients a {
    color: #4e5258;
    background: #eaeaea;
    padding: 7px 10px;
    line-height: 32px;
    cursor: pointer;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.share-btn li a:hover, #clientsCarousel .action-clients a:hover {
    color: #fff;
    background: #e54642;
}

#sectors {
    padding: 30px 0 10px;
}

#sectors ul li, .sector {
    font-size: 0.8rem;
    text-transform: uppercase;
    margin-right: 21px;
}

#sectors ul li img, .sector img {
    width: 35px;
    display: block;
    margin: auto;
    padding-bottom: 5px;
}

#wheesbee-promo {
    background: url(../images/wheesbee-promo-placeholder-2.png) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    height: 740px;
    padding-top: 200px;
    color: #fff;
}

#wheesbee-promo .btn-light {
    background: #fff;
    border-color: #fff;
}

#research-activity {
    background: #f8f8f9;
}

#research-activity #activity-text {
    padding: 60px 0;
}

#research-activity #projects {
    background: #efefef;
    text-align: center;
    padding-top: 60px;
    position: relative;
    overflow: hidden;
}

#carouselProjects {
    height: 450px;
}

#carouselProjects .carousel-item img {
    width: 190px;
    padding-top: 20px;
    padding-bottom: 200px;
}

.carousel-caption {
    color: #4d5157;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 30px;
    height: 30px;
}

.carousel-control-next-icon {
    background-image: url(../images/next.png);
}

.carousel-control-prev-icon {
    background-image: url(../images/prev.png);
}

.carousel-control-next-icon:hover {
    background-image: url(../images/next-hover.png);
}

.carousel-control-prev-icon:hover {
    background-image: url(../images/prev-hover.png);
}

#portfolio .no-gutters {
    margin-left: -15px;
    margin-right: -15px;
}

.portfolio-box {
    position: relative;
    display: block;
    max-width: 650px;
    margin: 0 auto;
}

.portfolio-box .portfolio-box-caption {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
    background: rgba(32, 39, 42, 0.6);
    /*background: rgba(232, 69, 61, 0.9);*/
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-text {
    padding: 0 15px;
    font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

.portfolio-box:focus {
    outline: none;
}

#clients {
    padding: 80px 0;
}

#clientsCarousel .carousel-inner .carousel-item.active,
#clientsCarousel .carousel-inner .carousel-item-next,
#clientsCarousel .carousel-inner .carousel-item-prev {
    display: flex;
}

#clientsCarousel .carousel-inner .carousel-item-right.active,
#clientsCarousel .carousel-inner .carousel-item-next {
    transform: translateX(25%);
}

#clientsCarousel .carousel-inner .carousel-item-left.active,
#clientsCarousel .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
}

#clientsCarousel .carousel-inner .carousel-item-right,
#clientsCarousel .carousel-inner .carousel-item-left {
    transform: translateX(0);
}

#clientsCarousel .carousel-control-next, #clientsCarousel .carousel-control-prev {
    width: 5%;
    bottom: 40px;
}

#clientsCarousel .carousel-control-next {
    right: -50px;
}

#clientsCarousel .carousel-control-prev {
    left: -50px;
}

#clientsCarousel .carousel-item img {
    width: 140px;
    padding-bottom: 30px;
}

#clientsCarousel .carousel-item .logo img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray; /* Fix per Explorer */
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#clientsCarousel .carousel-item .logo:hover img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
}

#clientsCarousel .action-clients .btn-group a {
    padding: 0 10px;
    margin-top: -2px;
    line-height: 33px;
    height: 33px;
}

.clientText {
    background: #e54642;
    color: #ffffff;
    padding: 15px 10px 0;
    width: 250px !important;
    border-radius: 0;
    border: none;
    text-align: center;
}

#intro-content .lead {
    color: #e54642;
    background: url(../images/bg-lead.png) center bottom no-repeat;
    padding-bottom: 60px;
}

.bg-gray {
    background: #f3f2f2;
}

#main-content h2, #contactForm h2 {
    padding-bottom: 1rem;
    color: #e54642;
    font-size: 2rem;
    width: 100%;
}

.line {
    display: inline-block;
    width: 100px;
    height: 2px;
    border-top: 1px solid #e54642;
    margin-bottom: 25px;
}

.numbered-list div {
    border-right: 1px solid #cccccc;
}

.numbered-list div:last-child {
    border-right: none;
}

.numbered-list div p {
    font-size: 0.85rem;
}

.num {
    font-size: 22px;
    border: 1px solid #e54642;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    display: inline-block;
    margin-bottom: 10px;
}

.infographic img {
    width: 400px;
}

.infographic .lead span {
    color: #e54642;
    font-size: 1.6rem;
}

.card {
    border-radius: 0;
    border: none;
    margin-bottom: 2rem;
}

.card-img {
    border-radius: 0;
    border: 1px solid #e5e5e5;
    padding: 0 0.5rem;
}

.card-img img {
    width: 190px;
}

#projects-list .card {
    display: inline-block;
}

#projects-list .card-img {
    width: 20%;
    float: left;
}

#projects-list .card-body {
    float: right;
    width: 75%;
    border-bottom: 1px solid #e5e5e5;
    padding: 0.50rem 1.25rem 1.25rem 0;
}

.nav-pills .nav-link {
    border-radius: 0;
}

.nav-pills .nav-link {
    color: #4d5157;
}

#changeView .nav-pills .nav-link {
    color: #4d5157;
    background: #e4e4e5;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link, #changeView .nav-pills .nav-link.active {
    background: #e54642;
    color: #fff;
}

.aside-box {
    border-bottom: 1px solid #ccc;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.aside-box:last-child {
    border-bottom: none;
}

#portfolio-category {
    margin-bottom: 0;
}

.website-link img {
    width: 20px;
    margin-right: 15px;
}

.website-link a {
    color: #e54642;
}

.sector {
    margin-right: 0;
}

.sector img {
    margin: 0;
}

#portfolio-nav {
    border-top: 1px solid #ccc;
    padding: 2.5rem 0;
    margin-top: 2rem;
}

#PortfolioCarousel .carousel-control-next, #PortfolioCarousel .carousel-control-prev, #teamPeople .carousel-control-next, #teamPeople .carousel-control-prev {
    width: 30px;
}

.accordion .card {
    margin-bottom: 0.5rem;
}

.accordion .card-header {
    background: none;
    border-bottom: none;
}

.accordion .card-body {
    padding-left: 5rem;
    padding-right: 5rem;
}

.accordion h4 a:before {
    content: "-";
    font-size: 2rem;
    font-weight: 200;
    color: #e54642;
    width: 30px;
    display: inline-block;
}

.accordion h4 a.collapsed:before {
    content: "+";
    font-size: 2rem;
    font-weight: 200;
    color: #e54642;
    width: 30px;
    display: inline-block;
}

.job-contact {
    background: #e8453d;
    color: #fff;
    padding: 1.5rem;
    margin-top: 2rem;
    text-align: center;
}

.job-contact a {
    color: #fff;
    font-weight: 400;
}

.job-contact img {
    height: 30px;
    margin-top: 10px;
}

#team img {
    width: 180px;
}

#teamPeople h2 {
    color: #4d5157;
}

#teamPeople .progress {
    height: 10px;
    margin-bottom: 25px;
    border-radius: 0;
}

#teamPeople span.small {
    font-weight: 200;
}

#teamPeople span.label {
    font-weight: 200;
    font-size: 1.5rem;
    color: #e54642;
}

#teamPeople .progress-bar {
    background: #e54642;
}

#carouselTeam .carousel-item .col {
    height: 250px;
    position: relative;
}

#carouselTeam .carousel-item img {
    width: 100px;
    border-radius: 100%;
}

#carouselTeam .carousel-caption {
    top: 90px;
    font-size: 0.9rem;
}

#carouselTeam .carousel-caption li {
    margin: 0;
}

#job-cta {
    background: #e8453d;
}

#job-cta .job-contact {
    margin: 0;
}

.office img {
    height: 30px;
}

.office h3 {
    margin-bottom: 1.5rem;
}

.office a {
    color: #e54642;
}

.google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.form-control {
    border-radius: 0;
    background: #bdc0c4;
    border: none;
}

.form-control:focus {
    background: #d1d6d9;
}

#services-contact #contactForm {
    display: none;
}

#footer {
    height: 215px;
    background: #656b72;
    color: #fff;
}

#info, #contact-mail, #contact-location, #social {
    padding: 90px 30px 0px;
    text-align: center;
    height: 215px;
}

#info {
    padding: 50px 30px 40px;
}

#info img {
    width: 150px;
    margin-bottom: 30px;
}

#contact-mail {
    background: #cfd1d4;
}

#contact-location {
    background: #bdc0c4;
}

#social {
    background: #abafb4;
}

#social a, #contact-mail a, #contact-location a {
    color: #fff;
    text-decoration: none;
    opacity: 0.7;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#social a:hover, #contact-mail a:hover, #contact-location a:hover {
    opacity: 1;
}

#social i {
    font-size: 36px;
}

#contact-mail img {
    height: 30px;
}

#contact-location img {
    height: 35px;
}

#scrollUp {
    bottom: 20px;
    right: 20px;
    height: 50px;
    width: 50px;
    background: url(../images/scroll-up.png) no-repeat;
}

.circles, .circles2 {
    display: block;
    width: 130px;
    height: 130px;
    background: url(../images/circles.png) no-repeat;
    background-size: 50%;
    position: absolute;
    top: -30px;
    right: 300px;
    animation: c-pulse 3s ease infinite alternate,
    c-moving 5s linear infinite alternate;
}

.circles2 {
    background: url(../images/circles-black.png) no-repeat;
    background-size: 60%;
    top: -30px;
    left: 300px;
}

@keyframes c-pulse {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
}

@keyframes c-moving {
    0%, 100% {
        transform: translate(0, 0);
    }
    40% {
        transform: translate(0, 5px);
    }
    50% {
        transform: translate(0, 20px);
    }
    60% {
        transform: translate(0, 30px);
    }
}

.zigzag {
    display: block;
    width: 200px;
    height: 100px;
    background: url(../images/zigzag.png) no-repeat;
    background-size: 60%;
    position: absolute;
    top: 50px;
    right: 100px;
    animation: z-pulse 3s ease infinite alternate,
    z-moving 5s linear infinite alternate;
}

@keyframes z-pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
}

@keyframes z-moving {
    0%, 100% {
        transform: translate(0, 0);
    }
    50% {
        transform: rotate(-8deg);
    }
    80% {
        transform: rotate(4deg);
    }
}

.x {
    display: block;
    width: 50px;
    height: 50px;
    background: url(../images/X.png) no-repeat;
    background-size: 50%;
    position: absolute;
    top: 100px;
    left: 100px;
    animation: z-pulse 3s ease infinite alternate,
    z-moving 5s linear infinite alternate;
}

.arrow {
    display: block;
    width: 50px;
    height: 50px;
    background: url(../images/arrow.png) no-repeat;
    background-size: 50%;
    position: absolute;
    top: 50px;
    right: 150px;
    animation: z-pulse 3s ease infinite alternate,
    z-moving 5s linear infinite alternate;
}

.x2 {
    display: block;
    width: 50px;
    height: 50px;
    background: url(../images/X.png) no-repeat;
    background-size: 40%;
    position: absolute;
    top: -4px;
    left: 250px;
    animation: z-pulse 3s ease infinite alternate,
    z-moving 5s linear infinite alternate;
}

.zigzag2 {
    display: block;
    width: 200px;
    height: 100px;
    background: url(../images/zigzag-black.png) no-repeat;
    background-size: 50%;
    position: absolute;
    top: 30px;
    left: 35px;
    animation: z-pulse 3s ease infinite alternate,
    z-moving 5s linear infinite;
}

.points {
    display: block;
    width: 160px;
    height: 125px;
    background: url(../images/points.png) no-repeat;
    background-size: 50%;
    position: absolute;
    bottom: 20px;
    left: 45px;
    animation: z-pulse 3s ease infinite alternate,
    z-moving 5s linear infinite alternate;
}

.gray-round {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #aaadb1;
    background-size: 50%;
    position: absolute;
    bottom: -20px;
    right: 180px;
    animation: c-pulse 3s ease infinite alternate,
    c-moving 5s linear infinite alternate;
}

.red-round {
    display: block;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    background: #e8453d;
    position: absolute;
    bottom: -100px;
    left: 50%;
    animation: c-moving 5s linear infinite alternate;
}

.circles-big {
    display: block;
    width: 130px;
    height: 130px;
    background: url(../images/circles.png) no-repeat;
    background-size: 70%;
    position: absolute;
    top: 100px;
    left: 58%;
    animation: c-pulse 3s ease infinite alternate
}

.lines {
    display: block;
    width: 1066px;
    height: 782px;
    background: url(../images/lines.png) no-repeat;
    background-size: 60%;
    position: absolute;
    top: 50px;
    left: -480px;
    animation: c-pulse 3s ease infinite alternate,
    logo-moving 5s linear infinite;
}

.logo-part-1 {
    display: block;
    width: 1066px;
    height: 1520px;
    background: url(../images/logoPart1.png) no-repeat;
    background-size: 60%;
    position: absolute;
    top: -140px;
    right: -750px;
    animation: c-pulse 3s ease infinite alternate,
    logo-moving 5s linear infinite;
}

.logo-part-2 {
    display: block;
    width: 1066px;
    height: 1520px;
    background: url(../images/logoPart2.png) no-repeat;
    background-size: 60%;
    position: absolute;
    top: -140px;
    right: -750px;
    animation: c-pulse 3s ease infinite alternate,
    logo-moving 5s linear infinite;
}

@keyframes logo-moving {
    0%, 100% {
        transform: translate(0, 0);
    }
    50% {
        transform: rotate(-2deg);
    }
    80% {
        transform: rotate(1deg);
    }
}

#page-header .zigzag2 {
    top: 130px;
    left: 35%;
}

#page-header .arrow {
    top: 240px;
    left: 8%;
}

#page-header .x {
    top: 73px;
    left: 25%;
}

#intro .lines {
    top: 50px;
    left: -400px;
}

#intro .zigzag2 {
    top: 190px;
    left: 45%;
}

#intro .arrow {
    top: 240px;
    left: 8%;
}

#intro .x {
    top: 73px;
    left: 25%;
}

#intro .circles-big {
    background-size: 80%;
    top: 300px;
    left: 58%;
    animation: c-pulse 3s ease infinite alternate,
    z-moving 5s linear infinite alternate;
}

#intro .red-round {
    bottom: -140px;
    left: 50%;
    animation: c-moving 5s linear infinite alternate;
}

#intro .logo-part-1 {
    background-size: 80%;
    right: -580px;
}

#intro .logo-part-2 {
    background-size: 80%;
    right: -580px;
}

#intro .logo-part-3 {
    display: block;
    width: 1066px;
    height: 1520px;
    background: url(../images/logoPart3.png) no-repeat;
    background-size: 80%;
    position: absolute;
    top: -140px;
    right: -580px;
    animation: c-pulse 3s ease infinite alternate,
    logo-moving 5s linear infinite;
}

.points-black {
    display: block;
    width: 160px;
    height: 125px;
    background: url(../images/points-black.png) no-repeat;
    background-size: 50%;
    position: absolute;
    bottom: 0;
    right: 300px;
    animation: z-pulse 3s ease infinite alternate,
    z-moving 5s linear infinite alternate;
}

#intro .gray-round {
    left: 280px;
    animation: c-pulse 3s ease infinite alternate,
    c-moving 5s linear infinite alternate;
}

.red-line {
    display: block;
    width: 8px;
    height: 60px;
    border-radius: 8px;
    background: #e8453d;
    position: absolute;
    top: 120px;
    left: 35%;
    animation: z-moving 5s linear infinite alternate;
}

.red-line2 {
    display: block;
    width: 60px;
    height: 8px;
    border-radius: 8px;
    background: #e8453d;
    position: absolute;
    bottom: 50px;
    left: 35%;
    animation: z-moving 5s linear infinite alternate;
}

@media ( min-width: 992px) and (max-width: 1199px) {
    .navbar-brand img {
        width: 140px;
    }

    #services p {
        min-height: 8rem;
    }
}

@media ( min-width: 767px) and (max-width: 1199px) {
    #intro {
        padding-top: 250px;
        padding-bottom: 50px;
    }

    #clientsCarousel .carousel-item img {
        width: 120px;
        padding-bottom: 20px;
    }
}

@media (max-width: 1199px) {
    .h4, h4 {
        font-size: 1.2rem;
    }

    #clientsCarousel .carousel-control-next {
        right: -15px;
    }

    #clientsCarousel .carousel-control-prev {
        left: -15px;
    }

    .clientText p {
        margin-bottom: 0.5rem;
    }

    .copy {
        font-size: 0.9rem;
    }

    #intro .logo-part-1, #intro .logo-part-2, #intro .logo-part-3 {
        right: -750px;
        background-size: 70%;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .8rem;
        padding-left: .8rem;
    }

    #research-activity #activity-text {
        padding: 60px 60px 60px 0;
    }
}

@media (max-width: 992px) {
    .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid #ddd;
    }

    .nav-item span {
        text-align: left;
        top: 20px;
        left: 0;
    }

    .navbar-nav .nav-link {
        padding-left: 15px;
    }

    #research-activity #projects {
        padding-top: 20px;
    }

    #carouselProjects .carousel-item img {
        padding-bottom: 160px;
    }

    #scrollUp {
        bottom: 2px;
    }

    #lang, #top-social {
        border-left: none;
    }

    .card .btn {
        font-size: 0.9rem;
    }

    .logo-part-1, .logo-part-2, .logo-part-3 {
        display: none;
    }
}

@media (max-width: 767px) {
    #intro {
        padding-top: 150px;
        padding-bottom: 50px;
    }

    .display-4 {
        font-size: 2.5rem;
    }

    #services .icon {
        display: inline-block;
        margin-bottom: -60px;
    }

    .share-btn {
        margin-top: 10px !important;
        margin-bottom: 50px;
    }

    .aside-box .share-btn {
        margin-bottom: 0;
    }

    #sectors ul li {
        padding-top: 20px;
    }

    #carouselProjects .carousel-item img {
        padding-bottom: 210px;
        padding-top: 0;
    }

    #clientsCarousel .carousel-item img {
        width: 110px;
        padding-bottom: 10px;
    }

    #clientsCarousel .carousel-control-next {
        right: 20px;
        top: -220px;
    }

    #clientsCarousel .carousel-control-prev {
        left: 20px;
        top: -220px;
    }

    #clientsCarousel .dropup {
        display: none;
    }

    .col-sm-4 .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-text {
        font-size: 16px
    }

    .accordion .card-body {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .job-contact img {
        display: none;
    }

    #carouselTeam {
        margin-bottom: 30px;
    }

    #carouselTeam .carousel-item .col {
        height: 300px;
    }

    #portfolio-nav {
        margin-top: 0;
    }
}

@media (max-width: 576px) {
    #contact-mail, #contact-location, #social {
        padding: 35px 30px 0px;
        height: 100px;
    }

    #clientsCarousel .carousel-item img {
        width: 80px;
    }

    #clientsCarousel .carousel-control-next {
        display: none;
    }

    #clientsCarousel .carousel-control-prev {
        display: none;
    }

    .numbered-list div {
        border-right: none;
    }

    .infographic .btn {
        font-size: 0.8rem;
    }

    .infographic img {
        width: 350px;
    }

    .card .btn {
        font-size: 0.8rem;
    }

    .accordion .card-body {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    #teamPeople .progress {
        margin-bottom: 0;
    }

    .office {
        margin-top: 20px;
    }
}
