body {
    margin: 0;
    padding: 0;
    font-family: 'Courier New', Courier, monospace;
}

.owl-stage {
    position: relative;
    background: #e5e5e5;
}

.owl-item {
    width: auto;
    background: #e5e5e5;
    /* height: 300px; */
}

.owl-item:nth-child(even) {
    /* background: #e5e5e5; */
}

.owl-nav img:nth-child(1) {
    width: 50px;
}

.owl-prev,
.owl-next {
    position: absolute;
    transition: 0.5s;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.7;
}

.owl-prev {
    left: 15px;
}

.owl-next {
    right: 15px;
}

.owl-prev:hover,
.owl-next:hover {
    background: transparent !important;
    opacity: 0.9;
}

.owl-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    background: #e5e5e5;
    padding: 5px 5px 2px 5px;
    border-radius: 20px;
    opacity: 0.7;
    display: none;
}

.owl-dot:hover span {
    background: lightyellow!important;
}

.active span {
    background: lightgreen !important;
}

.owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hello {
    text-align: center;
}

.team_section {
    margin-top: 0;
    margin-bottom: 80px;
}

h4.tm-custom-heading_team {
    font-family: "Roboto Condensed",Arial,Helvetica,sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #ff4f01;
    margin-top: 60px;
    margin: 0px auto;
    display: table;
    /* padding-top: 80px; */
}

.team-style-2 {
    border-radius: 1.5rem 0 1.5rem 0;
}
.team-style-2 .team-info {
    padding: 20px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #ffffff;
    border: 2px solid #e8e8e8;
    border-radius: 1.5rem 0 1.5rem 0;
    margin-top: -20px;
}

.team-style-2:hover .team-info {
    margin-top: -60px;
    padding-bottom: 60px;
}

.themetechmount-team-position {
    text-align: center;
}
img.oneimg {
    border-radius: 1.5rem 0 1.5rem 0;
}

.container_01 {
    width: 1203px !important;
}









