body {
    color: #252525;
    font-size: 15px;
    font-family: 'PT Sans', sans-serif;
    line-height: 1.80857;
}

p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}

#overviews p {
    margin: 0 0 10px;
}

.all-title-box {
    background: url(../images/RV/about-banner.webp) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    min-height: 250px;
    filter: blur(2px);
    margin-top: 6rem;
}

.bg-text {
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    font-weight: bold;
    position: absolute;
    top: 128px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 80%;
    padding: 20px;
    text-align: center;
}

#pricing .section-title h3 {
    border-bottom: 2px solid #0057D9;
    display: inline-block;
    width: auto;
    text-align: center;
    font-size: 20px;
    margin: auto;
    padding: 10px 20px;
}

.section-title {
    display: block;
    position: relative;
    margin-bottom: 60px;
}

.section-title p {
    color: #252525;
    font-weight: 400;
    font-size: 18px;
    line-height: 33px;
    margin: 0;
}

.nav-pills {
    border: 1px solid #e1e1e1;
}

.nav-pills>li {
    width: 50%;
    padding: 10px;
    float: left;
    margin: 0 !important;
}

.nav-pills>li a {
    text-align: center;
}

.body.host_version .nav-pills>li.active>a {
    background-position: 100px;
    color: #ffffff !important;
    background: #00aeef;
}

.tumbo_stron_about p {
    color: white;
    font-size: 18px;
}

div .overviews_h3 {
    border-bottom: 2px solid red;
    display: inline-block;
    width: auto;
    font-size: 30px;
    text-align: center;
    margin: auto;
    padding: 10px 20px;
}

#overviews .overviews_ct_animate {
    visibility: visible;
    animation-duration: 1s;
    animation-delay: 0.2s;
    animation-name: fadeIn;
}

#overviews .icon-wrapper {
    position: relative;
    cursor: pointer;
    display: block;
    z-index: 1;
    text-align: left;
}

#overviews .icon-wrapper i {
    width: 75px;
    height: 75px;
    text-align: center;
    line-height: 75px;
    font-size: 28px;
    background-color: #f2f3f5;
    color: #1f1f1f;
    margin-top: 0;
}

#overviews .icon-wrapper h3 {
    font-size: 21px;
    padding: 0 0 15px;
    margin: 0;
}

#overviews .icon-wrapper p {
    margin-bottom: 0;
    padding-left: 95px;
    margin: 0;
    text-align: justify;
    font-size: 14px;
    line-height: 25px;
}

#overviews .effect-1 {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
}

#overviews .alignleft {
    float: left;
    margin: 10px 20px 20px 0;
}

.box-item {
    position: relative;
    -webkit-backface-visibility: hidden;
    width: 100%;
    margin-bottom: 10px;
    max-width: 100%;
}

.flip-box {
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    perspective: 1000px;
    -webkit-perspective: 1000px;
    transition: transform 0.8s;
}

.flip-box-front {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: transform 0.8s;
}

.flip-box-front,
.flip-box-back {
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    min-height: 530px;
    -ms-transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
    transition: transform 0.7scubic-bezier(.4, .2, .2, 1);
    -webkit-transition: transform 0.7scubic-bezier(.4, .2, .2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.8s;
}

.front,
.back {
    position: absolute;
    backface-visibility: hidden;
}

.flip-box .flip-box-front h4 {
    color: white;
    font-size: 18px;
    font-weight: 600;
}

.box-item:hover .flip-box {
    transform: rotateY(180deg);
    transition: transform 0.8s;
}

.back {
    background: #03446A;
    color: white;
    transform: rotateY(180deg);
}

.text-center {
    text-align: center;
}

.flip-box .inner {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0px;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
    transform: translateY(-50%) translateZ(60px) scale(.94);
    -webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
    -ms-transform: translateY(-50%) translateZ(60px) scale(.94);
    top: 50%;
}

.flip-box-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box-front,
.flip-box-back {
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    min-height: 530px;
    background-image: url(../images/img-bg-all.jpg);
    -ms-transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
    transition: transform 0.7scubic-bezier(.4, .2, .2, 1);
    -webkit-transition: transform 0.7scubic-bezier(.4, .2, .2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-box-header {
    font-size: 16pt;
    color: #fff;
}

.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}

.flip-box-back p {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}

.flip-box {
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    perspective: 1000px;
    -webkit-perspective: 1000px;
}

.flip-box p {
    font-size: 12pt;
    line-height: 1.5em;
    color: #fff;
}

.flip-box-img {
    margin-top: 25px;
}

.flip-box .inner {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0px;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
    transform: translateY(-50%) translateZ(60px) scale(.94);
    -webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
    -ms-transform: translateY(-50%) translateZ(60px) scale(.94);
    top: 50%;
}

#pricing_info_careeer {
    background-color: #f2f3f5;
    padding-top: 60px;
}

@media screen and (min-width: 1380px) {
    .box-container {
        flex-direction: row;
    }
}