.about-marquee{
    overflow: hidden;
}
.portfolio-listing-section{
    background-color: #FDF4F4;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: -50px;
    margin-bottom: -50px;
    padding: 100px 100px 100px 100px;
    z-index: 9;
    border-radius: 0px 0px 50px 50px;
    position: relative;
}

.portfolio-wrapper-area {
    width: 1240px !important;
    max-width: 100% !important;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.portfolio-area-inner{
    --container-max-width: 1140px;
    --content-width: min(100%, var(--container-max-width, 1140px));
    max-width: var(--content-width);
    margin: 0 auto;
    padding-inline-start: 0;
    padding-inline-end: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: var(--align-content);
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    align-self: auto;
}
.cm-port-topic {
    padding-top: 20px;
}

.cm-port-topic ul {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    width: 100%;
    margin: 20px auto;
    /* padding: 0 15px; */
    z-index: 4;
    list-style: none;
}

.cm-port-topic ul li {
    display: inline-block;
    text-align: center;
    margin-left: 0;
}

.portfolio-listing-v2-section .cm-port-topic ul {
    text-align: center;
}

.cm-port-topic ul li.active a {
    color: #e60000;
}

.cm-port-topic ul li a {
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-right: 30px;
    line-height: 29px;
    letter-spacing: 0;
    font-weight: 500;
    color: #232323;
    font-size: 16px;
    will-change: transform;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.cm-port-topic ul li a:before {
    content: attr(data-title);
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    transform: translateY(110%);
    transition: transform 1.05s cubic-bezier(.3, .86, .36, .95), -webkit-transform 1.05s cubic-bezier(.3, .86, .36, .95);
}

.cm-port-topic ul li a:hover:before {
    transform: translateY(0);
    color: #e60000;
}

.cm-port-topic ul li a span {
    display: inline-block;
    transition: transform 1.05s cubic-bezier(.3, .86, .36, .95), -webkit-transform 1.05s cubic-bezier(.3, .86, .36, .95);
    will-change: transform;
}

.cm-port-topic ul li a:hover span {
    transform: translateY(-125%);
}

/* Consultant */

.teams .content-wrapper {
    max-width: 1170px;
    padding: 0 15px !important;
}

.teams .top-section {
    text-align: left;
    padding: 0 10px;
}
.teams .custom-team-mem .content-inner .content p {
    margin: 0;
}
.teams .custom-team-mem .content-inner {
    max-width: 700px;
    text-align: left;
    margin: 0;,
    animation: ;
}

.teams .custom-team-mem .content-inner .title {
    padding: 0;
}

.teams .custom-team-mem .content-inner .title {
    font-size: 40px;
    line-height: 52px;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    padding-left: 0;
    padding-right: 100px;
    margin-bottom: 0;
    font-weight: 600;
    font-family: "Fira Sans",sans-serif;
}

.teams .custom-team-mem .content-inner .content {
    margin: 0;
}

.logo-area .cm-logo-slider .content-wrapper {
    max-width: 1170px;
    padding: 0 15px;
}

/* 404 */

.page-404 {
    min-height: 100vh;
    height: 100%;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    justify-content: center;
    background-image: linear-gradient(180deg, #e4edf5 0, #fffFFF00 100%);
    background-color: #ffffff;
}
/* .page-404:after{
background-image: url('https://21149055.fs1.hubspotusercontent-na1.net/hubfs/21149055/Siloh/Images/error.png');
background-size: contain;
background-repeat: no-repeat;
height: 500px;
width: 300px;
content: "";
position: absolute;
bottom: 50px;
right: 0;
--float-animation-ease: ease;
--float-animate-from: 0%;
--float-animate-to: 3%;
--float-delay: 0s;
animation: moFloatImg 1s var(--float-animation-ease) infinite alternate;
animation-delay: var(--float-delay);
} */
.page-404 .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1170px;
    width: 100%;
}

.page-404 .text-center {
    text-align: center;
}
.page-404 .image_404{
    text-align: center;
    margin-bottom: 50px;
}
.page-404 .text-center h1 {
    clear: both;
    margin-bottom: 0;
    font-size: 250px;
    line-height: 250px;
    font-weight: 600;
    font-family: "Fira Sans";
}

.page-404 .text-center h4 {
    display: block;
    font-size: 37px;
    margin-bottom: 12px;
    font-weight: 600;
    font-family: "Fira Sans";
    line-height: 1;
}

.page-404 .text-center p {
    font-size: 15px;
    line-height: 25px;
    transition: all .25s cubic-bezier(.25, .8, .25, 1);
    max-width: 505px;
    margin: auto;
    color: #6a7c92;
}

.page-404 .text-center a {
    margin-top: 30px;
    overflow: hidden;
    font-size: 17px;
    padding: 17px 50px;
    display: inline-block;
}

.page-404 .text-center a:before {
    position: absolute;
    content: '';
    width: 120%;
    height: 0;
    padding-bottom: 120%;
    top: -110%;
    left: -10%;
    border-radius: 50%;
    transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
}

.page-404 .text-center a span {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    vertical-align: middle;
}

.page-404 .text-center a:after {
    position: absolute;
    content: '';
    transform: translate3d(0, -101%, 0);
    transition: transform .4s cubic-bezier(.1, 0, .3, 1);
}

/* .page-404 .text-center a:hover {
background: #101828;
color: #fff;
border-color: #101828;
} */

.page-404 .text-center a:hover:before {
    /*     transform: translate3d(0, 0, 0) scale3d(1, 1, 1); */
    transition: transform .4s cubic-bezier(.1, 0, .3, 1);
    background: #101828;
}

.page-404 .text-center a:hover:after {
    transform: translate3d(0, 0, 0);
    transition-duration: 50ms;
    transition-delay: 0.4s;
    transition-timing-function: linear;
}

.page-404 .text-center a:hover span{
    animation: MoveScaleUpIn .3s forwards, MoveScaleUpEnd .3s forwards .3s;
}


@keyframes MoveScaleUpIn{
    100% {
        transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
        opacity: 0;
    }
}

@keyframes MoveScaleUpEnd{
    0% {
        transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
        opacity: 0;
    }

    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes moFloatImg{
    0% {
        transform: translateY(var(--float-animate-from, 0));
    }
    100% {
        transform: translateY(var(--float-animate-to, 3%));
    }
}


@media screen and (max-width: 1470px){
    .page-404 .text-center a {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 1024px){
    /*     .page-404:after {
    height: 300px;
    width: 200px;
    bottom: 0;
} */

    .page-404 .text-center h1 {
        font-size: 150px;
        line-height: 150px;
    }
    .portfolio-listing-section{
        padding: 100px 50px;
    }
}
@media screen and (max-width: 480px){
    /*     .page-404:after {
    height: 300px;
    width: 200px;
    bottom: 0;
} */

    .page-404 .text-center h1 {
        font-size: 150px;
        line-height: 150px;
    }
    .portfolio-listing-section{
        padding: 50px 15px;
        margin-bottom: 0;
    }
}

/* @media screen and (max-width: 480px){
.page-404:after{
display: none;
}
} */



/* FAQ */

.page-height {
    min-height: 90px;
}

.faq-header {
    padding-top: 100px;
}

.faq-page-section .faq-sec-wrapper{
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.mo-title-box .content-inner .header-wrapper {
    padding: 0 10px;
    display: flex;
    width: 100%;
}

/* .mo-title-box .content-inner .header-wrapper .content-inner-wrapper {
max-width: 650px;
margin: 0 auto;
text-align: center;
} */

.faq-header .mo-title-box .content-inner .content-inner-wrapper h3 {
    padding-left: 50px;
    padding-right: 50px;
}



/* portfolio 2 */
.port-logo .logo--inner {
    padding: 0;
    border: navajowhite;
}

.port-logo .cm-logo-slider .top-section {
    display: none;
}

.portfolio-listing-v2-section .portfolio-area-inner {
    padding: 30px 0 120px;
}

.port-logo .cm-logo-slider {
    padding: 0;
}

/* Services */

.services-layout .custom-counter .counter-number .counter-wrap .title-wrap h6 {
    max-width: 100%;
}

.post-social-shares .post-custom-social-container {
    position: static !important;
    display: inline-block !important;
    margin: 0 !important;
    margin-top: 30px !important;
}

.portfolio-post .post-social-shares .post-custom-social-container a {
    display: inline-flex;
}

.portfolio-post .blog-post-content-inner {
    width: 100% !important;
}

.portfolio-post .blog-post__body {
    width: 100%;
}

.test-bot-support .right .description a {
    color: inherit;
}

.test-bot-support .right .description a:hover {
    color: #fff;
}