
@media (min-width: 992px){
.padding-tb {
    padding: 120px 0;
}}
.padding-tb {
    padding: 80px 0;
}


.conainer{
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 992px){
    .conainer {
        max-width: 1170px;
    }
   
/* .cus-fixcon {
    max-width: 960px !important;
} */
}
.text-center {
    text-align: center!important;
}

.section__header {
    max-width: 600px;
    margin: 0 auto 40px;
}
h6, .infotext p a {
    color: rgb(255, 113, 67);
}
h6 {
    font-size: 18px;
}

.ojo {
    color: #282828;
    font-family: "Rubik", sans-serif;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 20px;
    font-size: 30px;
}
.ojos {
    color: #282828;
    font-family: "Rubik", sans-serif;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 20px;
    /* font: 30px; */
}

.bajox {
    color: #282828;
    font-family: "Rubik", sans-serif;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 20px;
}
h2, h6 {
    color: #282828;
    font-family: "Rubik", sans-serif;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 20px;
}
.nav-tabs {
    border-bottom: none;
}

.justify-content-center {
    justify-content: center!important;
}
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}
 ul li {
    list-style: none;
}
.misson__tabul li .lab-btn {
    margin: 5px;
}
.misson__tabul li .lab-btn {
    color: #0d1c25;
}
.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
[type=button], button {
    -webkit-appearance: button;
    appearance: button;
}
.lab-btn {
    line-height: 42px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 0 1.3rem;
    color: #fff;
    text-transform: capitalize;
}
.lab-btn {
    display: inline-block;
}
.lab-btn {
    font-weight: 700;
}
.lab-btn {
    position: relative;
}
.lab-btn{
    overflow: hidden;
}
.misson__tabul li .lab-btn {
    border: none;
    background-color: #F2F6F9;
}
.misson__tabul li .lab-btn.active, .misson__tabul li .lab-btn:hover {
    background-color: rgb(255, 113, 67);
}
.misson__tabul li .lab-btn.active {
    color: #fff;
}
.fade {
    transition: opacity .15s linear;
}
.tab-content>.tab-pane {
    display: none;
}

.fade:not(.show) {
    opacity: 0;
}
.misson__inner {
    display: flex;
    flex-wrap: wrap;
}
@media (min-width: 992px){
.misson__thumb {
    width: calc(100% / 2);
}}

/* .misson__thumb{
    width: 100%;
} */
.misson__thumb img {
    width: 100%;
}
img {
    max-width: 100%;
}
img, svg {
    vertical-align: middle;
}
img {
    max-width: 100%;
    height: auto;
}
@media (min-width: 992px){
.misson__content {
    width: calc(100% / 2);
    padding: 30px;
    padding-top: 0;
}}

.misson__content {
    padding-block: 30px;
}
p {
    line-height: 1.7;
    margin-bottom: 15px;
}

.misson__content .lab-btn{
    margin-top: 30px;
}
a:visited{
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: inherit;
}
.tab-content>.active {
    display: block;
}
.misson__content {
    padding-block: 30px;
}