﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /*line-height: 60px;*/ /* Vertically center the text there */
}



/*Customized (self-defined)*/
select:required:invalid {
    color: gray;
}
select.minimal {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}

select.minimal:focus {
    background-image: linear-gradient(45deg, green 50%, transparent 50%), linear-gradient(135deg, transparent 50%, green 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    border-color: green;
    outline: 0;
}


.aboutUs-news2 li.active {
    background-color:red !important;
}
.roadmap-item {
    box-shadow: 0px 0px 5px -2px #000000;
    border-radius: 20px;
    /*min-height: 500px;*/
    background: white;
    color: black;
    padding: 3% 5%;
}
.roadmap-item-textbox {
    margin-left:15%;
    margin-right:15%;
}

.btn-grad {
    background-image: linear-gradient(to right, #FF512F 0%, #DD2476 51%, #FF512F 100%);
    color:white !important;
}

.btn-grad {
    margin: 10px;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
}



    .btn-grad:hover {
        background-position: right center; /* change the direction of the change here */
        color: #fff;
        text-decoration: none;
    }

.specialAnnounceText {
    background-color: #ffb800;
    width: 100%;
    text-align: center;
    padding: 5px 5px;
    font-family: 'Fira Sans Condensed', sans-serif;
}
.specialEventBannerSection {
    background-image: url('../assets/images/ubunyeNewYear2022.webp');
    background-position-y: center;
    min-height: 330px;
    box-shadow: inset 0px 0px 80px 0px #000000;
}
.specialEventBannerDiv {
    /*border-right: red solid 10px;*/
    padding: 10px;
    top: 30%;
    /*left: 50%;*/
    right: 28%;
    position: absolute;
}
@media (max-width: 900px) {
    .specialEventBannerDiv {
        right: 20%;
    }
}
@media (max-width: 651px) {
    .specialEventBannerDiv {
        right: 15%;
    }
}
@media (max-width: 542px) {
    .specialEventBannerDiv {
        right: 10%;
    }
}
@media (max-width: 426px) {
    .specialEventBannerDiv {
        right: 3%;
    }
}

.specialEventBannerText {
    text-align: right;
    color: white;
}

.specialBannerKerning {
    line-height: 0 !important;
}
@media (max-width: 768px) {
    .specialBannerKerning {
        line-height: 1 !important;
    }
}

.specialBannerLastRowText {
    margin-top: 10px !important;
}

@media (max-width: 768px) {
    .specialBannerLastRowText {
        margin-top: 0 !important;
    }
}
.article-vote {
    border: 3px solid red !important;
}
.blog-article-title :hover{
    color: red;
}
.news-article-title :hover{
    color: red;
}
.grow {
    transition: all 1s ease !important;
    -webkit-transition: -webkit-transform 1s ease;
    -moz-transition: -moz-transform 1s ease;
    -o-transition: -o-transform 1s ease;
}

    .grow:hover {
        transition: transform 1s ease !important;
        transform: scale(1.1) !important;
    }

.img-fill {
    height: -webkit-fill-available;
}
.img-div {
    height: 230px
}
@media (max-width: 1399px) {
    .img-div {
        height: 200px
    }
}
@media (max-width: 1199px) {
    .img-div {
        height: 170px
    }
}
@media (max-width: 991px) {
    .img-div {
        height: 430px
    }
}
@media (max-width: 767px) {
    .img-div {
        height: 330px
    }
}
@media (max-width: 575px) {
    .img-div {
        height: 290px
    }
}
@media (max-width: 419px) {
    .img-div {
        height: 255px
    }
}
@media (max-width: 359px) {
    .img-div {
        height: 225px
    }
}
@media (max-width: 320px) {
    .img-div {
        height: 200px
    }
}
.blog-socialmedia-sharer {
    padding-top: 0rem;
    padding-bottom: 3rem;
    background-color: #ffffff;
}
    .blog-socialmedia-sharer .social-row {
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
    }

#navbarSupportedContent a.active {
    border-radius: 40px;
    color: #ff0000 !important;
}

#EffluxnavbarSupportedContent .nav-item a.active {
    background: transparent linear-gradient(90deg, #006EFF 0%, #00357A 100%) 0% 100% no-repeat;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
#EffluxnavbarSupportedContent .nav-item a:hover,
#footer-navbar-menu a:hover {
    color: #006EFF !important;
}
.allstories-title:hover {
    text-shadow: 1px 1px 0px #888888;
}
.allstories-header-title {
    font-size: 100px;
    margin-bottom: 1rem;
}

@media (max-width: 454px) {
    .allstories-header-title {
        font-size: 80px;
    }
}

@media (max-width: 368px) {
    .allstories-header-title {
        font-size: 70px;
    }
}
.AllStoriesBtn {
    border-radius: 25px;
    box-shadow: 1px 1px 5px 0px #888888;
    padding: 10px;
    margin: 0;
    text-transform: none;
}
.linkUnderline :hover {
    text-decoration: underline;
}
.blog-text-wrapper {
    padding: 15px 0 25px;
}
@media (max-width: 991px) {
    #mobileViewBlogs {
        display:block !important;
    }
    #desktopViewBlogs {
        display:none;
    }
}
#mobileViewBlogs{

}
.logistics-banner1 {
    align-items: center;
    min-height: 70vh;
    display: flex;
    padding-top: 9rem;
    padding-bottom: 6rem;
    background-image: url("../assets/images/Logistic-Banner-Blue.webp");
}
.logistics-body-2 {
    padding-top: 5rem;
    padding-bottom: 4rem;
    background-image: url("../assets/images/logistics-2.webp");
}
.logistics-body-2 .mbr-overlay {
        background: #173668;
        opacity: 0.4;
    }
.logistics-bg-2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-image: url("../assets/images/hr-2.webp");
}
.logistics-bg-2 .mbr-overlay {
        background: #173668;
        opacity: 0.3;
    }
.logistics-body-1 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.logistics-body-1 .icon-box {
    background: #173668;
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logistics-body-1 .item {
    display: flex;
    align-items: center;
}

.logistics-body-1 .mbr-iconfont {
    font-size: 2rem;
    color: #ffffff;
}

@media (max-width: 991px) {
    .logistics-body-1 .col-md-6,
    .logistics-body-1 .col-md-8,
    .logistics-body-2 .col-md-6 {
        width: 100%;
    }
}

.logistics-body-1 .text-wrapper {
    padding: .5rem;
}
.logistics-body-3 {
    padding-top: 5rem;
    padding-bottom: 3rem;
}
.logistics-body-3 .text-wrapper {
    padding: 1rem;
}
.logistics-blog {
    padding-top: 3rem;
    padding-bottom: 5rem;
}
.hr-quote-1 {
    padding-top: 6rem;
    padding-bottom: 9rem;
}
.hrCampaign-banner1 {
    align-items: center;
    min-height: 70vh;
    display: flex;
    padding-top: 9rem;
    padding-bottom: 6rem;
    background-image: url("../assets/images/hr-1.webp");
}
.hrCampaign-body-2 {
    padding-top: 5rem;
    padding-bottom: 4rem;
    background-image: url("../assets/images/hr-3.webp");
}
.hrCampaign-body-2 .mbr-overlay {
        background: #173668;
        opacity: 0.4;
    }
.hrCampaign-bg-2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-image: url("../assets/images/hr-2.webp");
}
.hrCampaign-bg-2 .mbr-overlay {
        background: #173668;
        opacity: 0.3;
    }
.ad-banner1 {
    align-items: center;
    min-height: 70vh;
    display: flex;
    padding-top: 9rem;
    padding-bottom: 6rem;
    background-image: url("../assets/images/dont-get-stuck-in-the-past.webp");
}
.legal-body-2 {
    padding-top: 5rem;
    padding-bottom: 4rem;
    background-image: url("../assets/images/the-tipping-point.webp");
}
.legal-bg-2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-image: url("../assets/images/step-into-the-future.webp");
}
.legal-body-1 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.legal-body-1 .icon-box {
    background: #173668;
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.legal-body-1 .item {
    display: flex;
    align-items: center;
}
.legal-body-1 .mbr-iconfont {
    font-size: 2rem;
    color: #ffffff;
}
@media (max-width: 991px) {
    .legal-body-1 .img {
        display: none;
    }
    .legal-body-1 .col-md-8{
        width: 100%;
    }
    .legal-body-2 .col-md-8{
        width: 83.333%;
    }
}
@media (max-width: 767px) {
    .legal-body-2 .col-md-8{
        width: 100%;
    }
}
.legal-body-1 .text-wrapper,
.legal-body-2 .text-wrapper {
    padding: 2rem;
}
.legal-quote-1 {
    padding-top: 9rem;
    padding-bottom: 9rem;
}
.legal-quote-text {
    background: linear-gradient(to bottom right, #21386c, #b5256f, #ea1f27);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: auto !important;
    width: 85%;
    line-height: 1 !important;
}
.legal-closing-1 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
@media (max-width: 400px) {
    .fs-50px {
        font-size: 50px !important;
    }
}
@media (max-width: 991px) {
    .mobileCI {
        width: 100% !important;
        margin-bottom: 1rem;
    }
    .mobileDI {
        width: 100% !important;
    }
}
#productsportal-products .btn {
    padding: 0.6rem 1.7rem !important;
}
.fade-in-fwd {
    -webkit-animation: fade-in-fwd 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in-fwd 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
@-webkit-keyframes fade-in-fwd {
    0% {
        -webkit-transform: translateZ(-80px);
        transform: translateZ(-80px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes fade-in-fwd {
    0% {
        -webkit-transform: translateZ(-80px);
        transform: translateZ(-80px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
@media (max-width: 767px) {
    .hybrid-banner-section video {
        width: 120%;
    }
    .hybrid-banner-section {
        align-items: flex-start !important;
        min-height: 50vh !important;
        padding-bottom: 0 !important;
    }
}
@media (max-width: 650px) {
    .hybrid-banner-section {
        min-height: 40vh !important;
    }
}

#footerCR ul > li {
    display:inline-block;
    padding-right: 1em;
}
.cookieText {
    width: 100% !important;
    align-items: center;
    display: flex;
}
@media (min-width: 620px) {
    .cookieText {
        width: 75% !important;
    }
}
@media (min-width: 768px) {
    .cookieText {
        width: 83.33% !important;
    }
}
.cookieBtn {
    width: 100% !important;
    justify-content: center;
    display: flex;
    padding-top: 1rem;
}
@media (min-width: 620px) {
    .cookieBtn {
        width: 25% !important;
        justify-content: end;
        display: flex;
        padding-top: 0;
    }
}

@media (min-width: 768px) {
    .cookieBtn {
        width: 16.67% !important;
        justify-content: end;
        display: flex;
        padding-top: 0;
    }
}
/*@media (min-width: 768px) and (max-width: 991px) {
    .footer-navbar > div > div > div:nth-child(1) > div:nth-child(1) {
        padding: 0 4rem;
    }
}*/
.footer-products {
    padding: 0 3rem !important;
    border-left: 1px solid white;
    display: flex;
    justify-content: center;
}

@media (max-width: 991px) {
    .footer-products {
        border-left: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .footer-products {
        padding: 0 1.7rem !important;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .footer-products {
        padding: 0 2.5rem !important;
    }
}

#footer-address {
    margin: 0;
    /*padding:0;*/
}

    #footer-address div {
        border-left: 1px solid white;
    }

.footer-company {
    line-height: 1 !important;
}

.footer-companyAddress {
    line-height: 1.2 !important;
    font-weight: 200 !important;
}
.doc-lifecycle {
    /*padding-top: 7rem;*/
}

.btsa-suiteproducts {
    padding-top: 3rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}
.btsa-brochure {
    z-index: 10;
    background: transparent;
    padding-bottom: 2rem;
    margin-top: 4rem;
}
.btsa-brochure > div> div> div:nth-child(1)  {
    padding: 2rem;
}
.btsa-brochure .row > div:nth-child(2) {
    padding: 0% 10% 0 10%;
}
.btsa-intro {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}
@media (max-width: 992px) {
    .btsa-intro h2 {
        padding: 0 1rem;
    }
}

.doc-lifecycle .row > div > div:nth-child(1) {
    padding-left: 20% !important;
    padding-top: 7% !important;
}

.doc-lifecycle .row > div:nth-child(2) {
    padding: 3% 8%;
}

@media (min-width: 992px) {
    .doc-lifecycle .row > div > div:nth-child(1) {
        padding-left: 8% !important;
        padding-top: 1% !important;
    }

    .doc-lifecycle .row > div:nth-child(2) {
        padding: 7% 5% 0 3%;
    }

    .btsa-brochure {
        margin-top: -10rem;
    }
    .btsa-brochure > div> div> div:nth-child(1)  {
        padding: 4rem;
    }
    .btsa-brochure .row > div:nth-child(2) {
        padding: 10% 8% 0 0%;
    }
}

@media (min-width: 1200px) {
    .doc-lifecycle .row > div > div:nth-child(1) {
        padding-left: 10% !important;
        padding-top: 2% !important;
    }

    .doc-lifecycle .row > div:nth-child(2) {
        padding: 10% 8% 0 5%;
    }

    .btsa-brochure {
        margin-top: -13rem;
    }
    .btsa-brochure > div> div> div:nth-child(1)  {
        padding: 5rem;
    }
    .btsa-brochure .row > div:nth-child(2) {
        padding: 14% 13% 0 0%;
    }
}

@media (min-width: 1400px) {
    .doc-lifecycle .row > div > div:nth-child(1) {
        padding-left: 10% !important;
        padding-top: 4% !important;
    }

    .doc-lifecycle .row > div:nth-child(2) {
        padding: 14% 10% 0 5%;
    }

    .btsa-brochure {
        margin-top: -16rem;
    }
    .btsa-brochure > div> div> div:nth-child(1)  {
        padding: 7rem;
    }
    .btsa-brochure .row > div:nth-child(2) {
        padding: 15% 19% 0 0%;
    }
}

@media (min-width: 1600px) {
    .btsa-brochure {
        margin-top: -19rem;
    }
    .btsa-brochure > div> div> div:nth-child(1)  {
        padding: 7rem;
    }
    .doc-lifecycle .row > div:nth-child(2) {
        padding: 14% 18% 0 5%;
    }

}
@media (max-width: 500px) {
    .btsa-subscriptionbox > div > img {
        content: url("../assets/images/btsa-subscription-mobile.webp");
    }
}
@media (max-height: 394px) {
    .btsa-subscriptionpopup > div {
        padding-top: 1rem !important;
    }
}
@media (min-height: 395px) and (max-height: 449px) {
    .btsa-subscriptionpopup > div {
        padding-top: 3rem !important;
    }
}
@media (min-height: 450px) and (max-height: 560px) {
    .btsa-subscriptionpopup > div {
        padding-top: 7rem !important;
    }
}
.btsa-popup .btsa-subscriptionpopup {
    z-index: 1000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(51, 51, 51, 0.6);
    display: flex;
    justify-content: center;
    visibility: hidden;
}
.btsa-subscriptionbox {
    border-radius: 10px;
    box-shadow: 0 2px 8px #888888;
    opacity: 1;
    background: white;
    margin: 0 1rem;
    width: auto;
    position: relative;
}
.subscriptionClose {
    position: absolute;
    background: #3e3efd;
    right: -10px;
    color: white;
    border-radius: 50%;
    top: -10px;
    line-height: 1.2 !important;
}
.subscriptionClose:hover {
    background: red;
}
.btsa-subscriptionText {
    display: flex;
    padding: 1rem;
    justify-content: center;
}
.btsa-subscriptionTextEmail {
    border-radius: 5px 0 0 5px;
    border: 1px solid #707070;
}
.btsa-subscriptionTextBtn {
    border-radius: 0 5px 5px 0;
    border: 1px solid #FC3D3D;
    background: #fc3d3d;
}
.btsa-subscriptionTextBtn:hover {
    border: 1px solid #3e3efd;
    background: #3e3efd;
}

/* Toggle this class - hide and show the popup */
.btsa-popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


.sidenav .expand {
    width: 250px !important;
}

.sidenav {
    height: 100%;
    width: 30px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 36px;
    margin-left: 50px;
}

#main {
    transition: margin-left .5s;
    padding: 16px;
    margin-left: 30px;
}

#main .expand {
    margin-left: 250px !important;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .season-img {
        content: url("../assets/images/Website 2023 Christmas.webp");
    }
}
@media screen and (max-width: 767px) {
    .season-img-btsa {
        content: url("../assets/images/Website 2023 Christmas-BTSA.webp");
    }
}
.tqdl-otherresources .card-inner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fafafa;
    padding: 2rem 1.8rem;
    position: relative;
    overflow: hidden;
    border: 2px solid transparent;
    border-radius: 10px;
    box-shadow: 1px 1px 4px 0px #888888;
}

.tqdl-otherresources .card-inner:hover {
    border-color: #EC127A;
}


.efflux-feature-banner {
    padding-top: 7rem;
    padding-bottom: 2rem;
    background: transparent linear-gradient(90deg, #EC127A 0%, #F16A21 100%) 0% 0% no-repeat padding-box;
    /*background-position: top;*/
    min-height: 60vh;
}

    .efflux-feature-banner .mbr-overlay {
        background: #173668;
        opacity: 0.9;
    }

    /*.efflux-feature-banner img,
    .efflux-feature-banner .item-img {
        width: 100%;
        height: 100%;
        height: 300px;
        object-fit: cover;
    }*/

    .efflux-feature-banner .item:focus,
    .efflux-feature-banner span:focus {
        outline: none;
    }

    .efflux-feature-banner .item {
        cursor: pointer;
        margin-bottom: 2rem;
    }

    .efflux-feature-banner .item-wrapper {
        position: relative;
        border-radius: 4px;
        background: #ffffff;
        height: 100%;
        display: flex;
        flex-flow: column nowrap;
    }

@media (min-width: 992px) {
    .efflux-feature-banner .item-wrapper .item-content {
        padding: 2rem 2rem 0;
    }

    .efflux-feature-banner .item-wrapper .item-footer {
        padding: 0 2rem 2rem;
    }
}

@media (max-width: 991px) {
    .efflux-feature-banner .item-wrapper .item-content {
        padding: 1rem 1rem 0;
    }

    .efflux-feature-banner .item-wrapper .item-footer {
        padding: 0 1rem 1rem;
    }
}

.efflux-feature-banner .mbr-section-btn {
    margin-top: auto !important;
}

.efflux-feature-banner .mbr-section-title {
    color: #ffffff;
    text-align: left;
}

.efflux-feature-banner .mbr-text,
.efflux-feature-banner .mbr-section-btn {
    text-align: left;
}

.efflux-feature-banner .item-title {
    text-align: left;
    color: #353535;
}

.efflux-feature-banner .item-subtitle {
    text-align: left;
    color: #bbbbbb;
    text-align: left;
}


.efflux-feature-sec1 {
    padding-top: 4rem;
    padding-bottom: 3rem;
    background-color: #ffffff;
}

@media (min-width: 992px) {
    .efflux-feature-sec1 .text-wrapper {
        padding: 2rem;
    }
}

.efflux-feature-sec1 .image-wrapper img {
    width: 100%;
    object-fit: cover;
}

@media (max-width: 767px) {
    .efflux-feature-sec1 .image-wrapper {
        margin-bottom: 2rem;
    }
}

.feature-steps {
    padding: 3rem !important;
}
@media screen and (max-width: 575px) {
    .feature-steps {
        padding: 3rem 0 !important;
    }
}
@media screen and (min-width: 768px) {
    .feature-desc {
        padding: 0 3rem !important;
    }
}
.feature-subTitle {
    margin: 0 50px !important;
}
@media screen and (min-width: 768px) {
    .feature-subTitle {
        padding: 0 2rem !important;
    }
}
@media screen and (min-width: 992px) {
    .feature-subTitle {
        display: flex !important;
    }
}
.eff-hex-bg {
    position: absolute;
    right: -25%;
}
@media screen and (max-width: 991px) {
    .eff-hex-bg {
        display: none;
    }
}



.efflux-campaign-docit {
    padding-top: 7rem;
    padding-bottom: 5rem;
    /*background-image: url("../assets/images/efflux-banner.png");*/
    /*background-position: bottom;*/
    /*right: -50%;*/
    min-height: 60vh;
}

.efflux-campaign-docit .mbr-overlay {
    background: #173668;
    opacity: 0.9;
}

/*.efflux-campaign-docit img,
    .efflux-campaign-docit .item-img {
        width: 100%;
        height: 100%;
        height: 300px;
        object-fit: cover;
    }*/

.efflux-campaign-docit .item:focus,
.efflux-campaign-docit span:focus {
    outline: none;
}

.efflux-campaign-docit .item {
    cursor: pointer;
    margin-bottom: 2rem;
}

.efflux-campaign-docit .item-wrapper {
    position: relative;
    border-radius: 4px;
    background: #ffffff;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
}

@media (min-width: 992px) {
    .efflux-campaign-docit .item-wrapper .item-content {
        padding: 2rem 2rem 0;
    }

    .efflux-campaign-docit .item-wrapper .item-footer {
        padding: 0 2rem 2rem;
    }
}

@media (max-width: 991px) {
    .efflux-campaign-docit .item-wrapper .item-content {
        padding: 1rem 1rem 0;
    }

    .efflux-campaign-docit .item-wrapper .item-footer {
        padding: 0 1rem 1rem;
    }
}

.efflux-campaign-docit .mbr-section-btn {
    margin-top: auto !important;
}

.efflux-campaign-docit .mbr-section-title {
    /*color: #ffffff;*/
    text-align: left;
}

.efflux-campaign-docit .mbr-text,
.efflux-campaign-docit .mbr-section-btn {
    text-align: left;
}

.efflux-campaign-docit .item-title {
    text-align: left;
    color: #353535;
}

.efflux-campaign-docit .item-subtitle {
    text-align: left;
    color: #bbbbbb;
    text-align: left;
}

@media (min-width: 992px) {
    #RoiCalculator {
        display: flex;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    .text-padding {
        padding: 0 2rem;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .text-padding {
        padding: 0 10rem;
    }
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .text-padding {
        padding: 0 15rem;
    }
}
@media (min-width: 1400px) {
    .text-padding {
        padding: 0 20rem;
    }
}

.text-padding2 {
    padding: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .text-padding2 {
        padding: 0 3rem !important;
    }
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .text-padding2 {
        padding: 0 5rem !important;
    }
}
@media (min-width: 1400px) {
    .text-padding2 {
        padding: 0 10rem !important;
    }
}

@media (min-width: 769px) {
    .feature-category {
        display: none !important;
    }
}
@media (max-width: 991px) {
    .efflux-flex-col-reverse {
        flex-direction: column-reverse;
    }
}

@media (max-width: 768px) {
    .efflux-card {
        display: block !important;
        border: 2px solid #888888;
        border-radius: 20px;
        box-shadow: 0 0 3px 2px #8888;
        margin: 1rem;
        padding: 1.5rem;
        background-color: white;
    }
}
@media (max-width: 768px) {
    .hex-bg {
        left: 0 !important;
        width: 100% !important;
        object-fit: cover;
    }
}
@media (max-width: 991px) {
    .hex-bg-hide {
        display: none;
    }
}
/*End customized css*/


@keyframes orbit {
    0% {
        background-position: 50% 40%;
    }

    12.5% {
        background-position: 57% 43%;
    }

    25% {
        background-position: 60% 50%;
    }

    37.5% {
        background-position: 57% 57%;
    }

    50% {
        background-position: 50% 60%;
    }

    62.5% {
        background-position: 43% 57%;
    }

    75% {
        background-position: 40% 50%;
    }

    87.5% {
        background-position: 43% 43%;
    }

    100% {
        background-position: 50% 40%;
    }
}

@media (max-width: 991px) {
    .ecc-staytune {
        margin-top: 1rem;
    }
}
@media (min-width: 992px) {
    .ecc-staytune {
        margin-top: -13rem;
    }
}