.ddw .carousel {width: 100%;}
.ddw .default-carousel-wrapper {display: flex;align-items: center;}
.ddw .carousel-nav-wrapper {flex-grow: 1;display: flex;align-items: center;justify-content: center;}
.ddw .carousel-wrapper-item {width: 1140px;}
.ddw .carousel-nav {display: flex;width: 40px;height: 40px;align-items: center;justify-content: center;border-radius: 50%;border: 1px solid black;line-height: 1;font-size: 30px;padding-bottom: 3px;color: black;opacity: .3;text-decoration: none !important;user-select: none !important;}
.ddw .carousel-nav:hover {cursor: pointer;}
.default-carousel {margin-top: -15px;margin-left: -10px;margin-right: -10px;right: -10px !important;}
.default-carousel .owl-stage {padding-top: 15px;padding-bottom: 15px;margin-top: -15px;}
.default-carousel .item {position: relative;padding-top: 100%;}
.default-carousel .item-wrapper {position: absolute;top: 10px;left: 10px;right: 10px;bottom: 10px;}
.default-carousel .carousel-logo {position: absolute;top: 0px;left: 0px;right: 0px;bottom: 0px;bottom: 1.625rem;background-repeat: no-repeat;background-position: center;}
.default-carousel .carousel-item {text-decoration: none !important;display: block;display: flex;position: absolute;top: 0px;left: 0px;right: 0px;bottom: 0px;background: white;padding: 1rem;align-items: flex-end;justify-content: center;transition: shadow .3s;}
.default-carousel .carousel-item:hover {box-shadow: 0px 0px 14px 0px rgba(1,0,0,.14);transition: shadow .3s;}
.chevron-link {display: inline-block;position: relative;padding-left: 1.875rem;font-size: 12px;color: black !important;}
.chevron-link:before {content: "â€º";font-size: 25px;position: absolute;left: 0px;top: 0px;top: 50%;line-height: 0;display: block;margin-top: -3px;}
.chevron-link.link-gray {color: #848383 !important;}

.default-carousel .carousel-item {
    display: block !important;
}

.item-wrapper-team {
    position: relative !important;
    /*padding: 10px;*/
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.team-info2, .team-phones2 {
    margin-top: 25px;
}

b {
    font-family: 'Montserrat-Bold';
}

.team-post2 {
    margin-top: 5px;
}

.team-phones {
    font-size: 15px;
}

.wrapper-car1 {
    margin-top: 30px;
}

.carousel-image-wrapper {
    display: block;
    position: relative;
    padding-top: 75%;
}

.team-avatar2 {
    padding-top: 120%;
    background-size: cover !important;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.carousel-image-wrapper-inner {
    position: absolute;
    display: block;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: flex;
    align-items: center;
}

.carousel-text {
    margin-top: 10px;
    text-align: center;
    height: 25%;
}

.carousel-image-2 {
        position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.no-br1 p {
    max-width: 580px;
}

section {
    overflow-x: hidden !important;
}

.nav-mobile {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 40px;
}

.project-block1:not(:hover) * {
    color: black !important;
}

@media (max-width: 1199px) {
    .ddw .carousel-wrapper-item {width: 960px;}
}

@media (max-width: 991px) {
    .ddw .carousel-wrapper-item {width: 720px;}
}

@media (max-width: 767px)  {
    .ddw .carousel-wrapper-item {width: 540px;}
}

@media (min-width: 576px) {
    .nav-mobile {
        display: none !important;
    }
}

@media (max-width: 575px)  {
    .ddw .carousel-wrapper-item {
        width: 100%;
    }
    
    .carousel-nav-wrapper {
        display: none !important;
    }
}