@import url("https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");

.relative {
    position: relative;
}

.display-0 {
    font-size: 5rem;
    line-height: 1;
}

.display-3 {
    font-size: 2.75rem !important;
}

.display-4 {
    font-size: 2.25rem !important;
}

.cms-bg-banner {
    background: #fff !important;
    background-color: #fff !important;
    position: relative;
}

.cms-bg-banner::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70%;
    display: block;
    background-image: url(https://upload.century.ae/upload/century_max/asset_0.png) !important;
    background-size: cover !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    z-index: 0;
}

.cms-bg-banner::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 15%;
    display: block;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 72%, rgba(255, 255, 255, 1) 100%);
    z-index: 3;
}

.container-fluid {
    padding-right: 0 !important;
    padding-left: 0 !important;
    max-width: 100% !important;
}

.container-fluid>.container {
    max-width: 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    position: relative;
    overflow: hidden;
}

.container-fluid>.container .container {
    max-width: 1190px !important;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    z-index: 10;
}

.slider-section>.container.container-fluid {
    padding-right: 0 !important;
    padding-left: 0 !important;
    max-width: 100% !important;
}

.live_account_1,
.live_account_2 {
    width: 100%;
}

h1.page-title,
.h1.page-title {
    color: #a1a1a1;
}

h1.page-title .span-1,
.h1.page-title .span-1 {
    color: #323232;
}

h1.page-title .span-2,
.h1.page-title .span-2 {
    font-family: "Kaushan Script", cursive;
    font-weight: 400;
    font-style: normal;
    color: rgb(242, 195, 0);
}

ul.tabs {
    margin: 0 0 30px;
    padding: 0px;
    list-style: none;
    align-items: center;
    justify-content: center;
    display: flex;
}

ul.tabs li {
    margin-right: 10px;
    transition: all 700ms ease;
}

ul.tabs li:last-child {
    margin-right: 0;
}

html[dir=rtl] ul.tabs li {
    margin-right: unset;
    margin-left: 10px;
    transition: all 700ms ease;
}

html[dir=rtl] ul.tabs li:last-child {
    margin-right: unset;
    margin-left: 0;
}


ul.tabs li:not(.current) {
    background: #fff !important;
    display: inline-block;
    cursor: pointer;
}

ul.tabs li span {
    background-image: url("https://upload.century.ae/upload/images/btn-icons.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 19px;
    height: 22px;
    display: inline-block;
    transition: background 700ms ease;
    transform: translate(-5px, 5px);
}


html[dir=rtl] ul.tabs li span {
    transform: translate(5px, 5px);
}

ul.tabs li:nth-child(1) span {
    background-position: top -294px left 0;
}

ul.tabs li:nth-child(1).current span,
ul.tabs li:nth-child(1):hover span {
    background-position: top -272px left 0;
}

ul.tabs li:nth-child(2) span {
    background-position: top -203px left 0;

}

ul.tabs li:nth-child(2).current span,
ul.tabs li:nth-child(2):hover span {
    background-position: top -181px left 0;

}

ul.tabs li:nth-child(3) span {
    background-position: top -111px left 0;
}

ul.tabs li:nth-child(3).current span,
ul.tabs li:nth-child(3):hover span {
    background-position: top -89px left 0;
}

ul.tabs li:nth-child(4) span {
    background-position: top -22px left 0;
}

ul.tabs li:nth-child(4).current span,
ul.tabs li:nth-child(4):hover span {
    background-position: top 0 left 0;
}

ul.tabs li:nth-child(5) span {
    background-position: top -159px left 0;
}

ul.tabs li:nth-child(5).current span,
ul.tabs li:nth-child(5):hover span {
    background-position: top -136px left 0;
}

ul.tabs li:hover,
ul.tabs li.current {
    background: rgb(242, 195, 0) !important;
}

.border-bottom-1 {
    border-bottom: 3px solid #8b8b8b;
}

.border-bottom-2 {
    border-bottom: 1px solid #a8a8a8;
}

.tab-content {
    display: none;
    padding: 15px;
}

#manage-content .tab-content {
    display: inherit !important;
}

.tab-content.current {
    display: inherit;
}

.arrow {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.text-success2 {
    color: #78B757 !important;
}

.arrow.up:after {
    border-bottom: #78B757 13px solid;
    border-left: transparent 8px solid;
    border-right: transparent 8px solid;
    margin: -11px 0 0 0px;
}

.arrow.down:after {
    border-top: #ff5959 13px solid;
    border-left: transparent 8px solid;
    border-right: transparent 8px solid;
    margin: -11px 0 0 0px;
}

.arrow:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    top: 50%;
}

.ticker_change,
.ticker_price,
.ticker_name,
.ticker_highlow {
    display: flex;
    align-items: center;
    justify-content: start;
}

.ticker_change p,
.ticker_price p,
.ticker_name p,
.ticker_highlow p {
    margin-bottom: 0;
}

@media screen and (max-width: 992px) {
    .ticker_contents {
        overflow-x: auto;
    }
}

.loader p {
    height: 53px;
    background: #f1f1f1;
    position: relative;
    overflow: hidden;
}

.loader .row:nth-child(7) p {
    height: 29px;
    width: 50%;
}

.loader h6 {
    height: 24px;
    background: #f1f1f1;
    position: relative;
    overflow: hidden;
}

.loader p:after,
.loader h6:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;

    background: linear-gradient(100deg,
            rgba(255, 255, 255, 0) 20%,
            rgba(255, 255, 255, 0.5) 50%,
            rgba(255, 255, 255, 0) 80%);

    animation: shimmer 2s infinite linear;
}

.loader .row:nth-child(7) p:after {
    animation: shimmer 3.5s infinite linear;
    animation-delay: -0.5s;
}
@keyframes shimmer {
    from {
        transform: translateX(-200%) rotate(30deg);
    }

    to {
        transform: translateX(200%) rotate(30deg);
    }
}

.loader .ticker_change,
.loader .ticker_price,
.loader .ticker_name,
.loader .ticker_highlow {
    display: block;
}

.loader .border-bottom-1 {
    border-bottom: 3px solid #f1f1f1;
}

.loader .border-bottom-2 {
    border-bottom: 1px solid #f1f1f1;
}

@keyframes spinner-c7wet2 {
    100% {
        transform: rotate(1turn);
    }
}

.loading {}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.carousel {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    font-family: Arial;
}

.carousel__list {
    display: flex;
    list-style: none;
    position: relative;
    width: 100%;
    justify-content: center;
    perspective: 300px;
    margin: 0;
    padding: 0;
}

.carousel__item {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0px;
    width: 25%;
    border-radius: 12px;
    position: absolute;
    transition: all 0.3s ease-in;
}

.carousel__item:nth-child(3) {
    position: relative;
}

.carousel__item.active {
    /* box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.5); */
}

.carousel__item:nth-child(1) {
    /* background: linear-gradient(45deg, #2D35EB 0%, #904ED4 100%); */
}

.carousel__item:nth-child(2) {
    /* background: linear-gradient(45deg, #2D35EB 0%, #fdbb2d 100%); */
}

.carousel__item:nth-child(3) {
    /* background: linear-gradient(45deg, #2D35EB 0%, #22c1c3 100%); */
}

.carousel__item:nth-child(4) {
    /* background: linear-gradient(45deg, #fdbb2d 0%, #904ED4 100%); */
}

.carousel__item:nth-child(5) {
    /* background: linear-gradient(45deg, #22c1c3 0%, #904ED4 100%); */
}

.carousel__item[data-pos="0"] {
    z-index: 5;
}

.carousel__item.active[data-pos="-1"],
.carousel__item.active[data-pos="1"] {
    opacity: 1;
}

.carousel__item.active[data-pos="-1"] {
    transform: translateX(-70%) scale(0.9);
    z-index: 4;
}

.carousel__item.active[data-pos="1"] {
    transform: translateX(70%) scale(0.9);
    z-index: 4;
}

.carousel__item.active[data-pos="-2"],
.carousel__item.active[data-pos="2"] {
    opacity: 1;
}

.carousel__item.active[data-pos="-2"] {
    transform: translateX(-120%) scale(0.8);
    z-index: 3;
}

.carousel__item.active[data-pos="2"] {
    transform: translateX(120%) scale(0.8);
    z-index: 3;
}



.slide-section {
    height: 100vh;
    margin: 0;
    width: 100%;
}

.container-page {
    background-color: white;
    overflow: hidden;
}

.outsection>.sections {
    width: 80%;
    position: relative;
    height: 768px;
    display: flex;
    /* margin-block: 10rem !important; */
    flex-direction: row;
    justify-content: center;
    /* align-items: center; */
    margin: 0 auto;
    overflow: hidden;
    /* border-radius: 24px; */
    /* border: 5px solid yellow; */
    margin-bottom: 2rem !important;
}

.container-page .contento {
    margin-top: -2px;
}

.container-page > .contento {
    position: absolute;
}


.contento>img {
    width: 100%;
    margin: 0 !important;
}

.panels .slick-track {
    display: flex;
    flex-direction: column;
    padding: 5px;
    width: 100% !important;
}

.panel {
    line-height: 1.5;
    position: relative;
    box-sizing: border-box;
    width: calc(100% - 15px) !important;
    padding: 25px;
    margin-bottom: 1rem;
    transition: background 500ms ease;
    border-radius: 10px;
    overflow: hidden;
    border: none;
    background: #f8f8f8;
    cursor: pointer;
}

.panel h6 {
    margin-bottom: 0 !important;
    padding-left: 30px;
    position: relative;
}

html[dir=rtl] .panel h6 {
    padding-right: 30px;
    padding-left: unset;
    position: relative;
}

.panel h6:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: #f3c300;
    top: 5px;
    left: 0;
    transition: background 0.7ms ease;
}

html[dir=rtl] .panel h6:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: #f3c300;
    top: 5px;
    left: unset;
    right: 0;
    transition: background 0.7ms ease;
}


.panel>div {
    height: 100%;
    width: 100%;
    display: none;
}

.panel>div>div>div {
    padding-bottom: 0 !important;
}

.panel.is-active>div {
    display: block;
    margin-top: 1rem;
}

.panel.is-active h6:before,
.panel:hover h6:before  {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: #323232;
    top: 5px;
    left: 0;
    transition: background 0.7ms ease;
}

html[dir=rtl] .panel.is-active h6:before,
html[dir=rtl] .panel:hover h6:before  {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: #323232;
    top: 5px;
    right: 0;
    left: unset;
    transition: background 0.7ms ease;
}

.panel.is-active,
.panel:hover {
    background: #FFEFBE;
}


.panel>div .row {
    width: 100%;
}

.panel>div .row .buttont1,
.panel>div .row .buttont2,
.panel>div .row .buttont3 {
    max-width: 160px !important;
}

.gray {
    background-color: #777;
    background-image: radial-gradient(circle at 47% 14%,
            rgba(205, 205, 205, 0.04) 0%,
            rgba(205, 205, 205, 0.04) 43%,
            transparent 43%,
            transparent 100%),
        radial-gradient(circle at 35% 12%,
            rgba(215, 215, 215, 0.04) 0%,
            rgba(215, 215, 215, 0.04) 4%,
            transparent 4%,
            transparent 100%),
        radial-gradient(circle at 1% 35%,
            rgba(24, 24, 24, 0.04) 0%,
            rgba(24, 24, 24, 0.04) 37%,
            transparent 37%,
            transparent 100%),
        radial-gradient(circle at 21% 1%,
            rgba(0, 0, 0, 0.04) 0%,
            rgba(0, 0, 0, 0.04) 26%,
            transparent 26%,
            transparent 100%),
        radial-gradient(circle at 23% 82%,
            rgba(249, 249, 249, 0.04) 0%,
            rgba(249, 249, 249, 0.04) 60%,
            transparent 60%,
            transparent 100%),
        radial-gradient(circle at 11% 54%,
            rgba(251, 251, 251, 0.04) 0%,
            rgba(251, 251, 251, 0.04) 23%,
            transparent 23%,
            transparent 100%),
        radial-gradient(circle at 69% 68%,
            rgba(234, 234, 234, 0.04) 0%,
            rgba(234, 234, 234, 0.04) 10%,
            transparent 10%,
            transparent 100%),
        linear-gradient(90deg, #777, #606060);
}

.blue {
    background-color: #2c7ad2;
    background-image: radial-gradient(circle at 47% 14%,
            rgba(205, 205, 205, 0.04) 0%,
            rgba(205, 205, 205, 0.04) 43%,
            transparent 43%,
            transparent 100%),
        radial-gradient(circle at 35% 12%,
            rgba(215, 215, 215, 0.04) 0%,
            rgba(215, 215, 215, 0.04) 4%,
            transparent 4%,
            transparent 100%),
        radial-gradient(circle at 1% 35%,
            rgba(24, 24, 24, 0.04) 0%,
            rgba(24, 24, 24, 0.04) 37%,
            transparent 37%,
            transparent 100%),
        radial-gradient(circle at 21% 1%,
            rgba(0, 0, 0, 0.04) 0%,
            rgba(0, 0, 0, 0.04) 26%,
            transparent 26%,
            transparent 100%),
        radial-gradient(circle at 23% 82%,
            rgba(249, 249, 249, 0.04) 0%,
            rgba(249, 249, 249, 0.04) 60%,
            transparent 60%,
            transparent 100%),
        radial-gradient(circle at 11% 54%,
            rgba(251, 251, 251, 0.04) 0%,
            rgba(251, 251, 251, 0.04) 23%,
            transparent 23%,
            transparent 100%),
        radial-gradient(circle at 69% 68%,
            rgba(234, 234, 234, 0.04) 0%,
            rgba(234, 234, 234, 0.04) 10%,
            transparent 10%,
            transparent 100%),
        linear-gradient(90deg, #2c7ad2, #1568c6);
}

/* Section 4 */
.section-4 {
    transition: background 0.9s ease;
}

.horizontal>.container-fluid {
    display: flex;
    left: 0;
    align-items: center;
}

.horizontal-content {}

.horizontal-content .card {
    height: 100%;
    background: #ffffff;

    border-radius: 24px;
    display: flex;
    flex: none;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    text-align: left;
    border: unset;
}

.horizontal-content .card img {
    max-width: 45%;
    margin-bottom: 20px;
}

.horizontal-content .card p {
    max-width: 100%;
    text-align: center;
    line-height: 1.5;
    font-size: 1.5rem;
    margin-bottom: 0;
    font-weight: 100;
}


.bg-grey-3 {
    background: #FFEFBE;
}

ul.bulleted-menus {
    text-align: center;
    width: 100%;
    padding: 14px 0 !important
}

ul.bulleted-menus li {
    line-height: 1.5;
    position: relative;
}

ul.bulleted-menus li a {
    color: #ffffff !important;
}

ul.bulleted-menus li a:hover {
    color: #ffd73b !important;
}

ul.bulleted-menus .bulleted {
    padding-left: 40px;
}

ul.bulleted-menus .bulleted:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #ffffff;
    top: 10px;
    left: 15px;
}

html[dir=rtl] ul.bulleted-menus .bulleted:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #ffffff;
    top: 10px;
    left: unset;
    right: 15px;
}

html[dir=rtl]  ul.bulleted-menus .bulleted {
    padding-left: unset;
    padding-right: 40px;
}


.section-4 .card {
    border: 1px solid #cccccc;
}

.section-4 .this>div>.card {
    opacity: 0;
}

.section-4 .this>div:nth-child(2)>.card {
    transition: opacity 500ms linear;
}

.section-4 .this>div:nth-child(3)>.card {
    transition: opacity 700ms linear;
}

.section-4 .this>div:nth-child(4)>.card {
    transition: opacity 900ms linear;
}

.section-4 .this>div:nth-child(5)>.card {
    transition: opacity 1100ms linear;
}

.section-4 .this>div:nth-child(6)>.card {
    transition: opacity 1300ms linear;
}

.section-4 .this>div:nth-child(7)>.card {
    transition: opacity 1500ms linear;
}

.section-4.active .this>div>.card {
    opacity: 1;
}

/* Section 5 */
.section-5 {
    background: #c9d5df;
}

.section-5 .popup,
.section-5 .popup>* {
    position: relative;
}

.section-5 .popup>* {
    z-index: 10;
}

.section-5 .popup:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    background: url(https://d10t455z86w23i.cloudfront.net/public/uploads/editor-images/images/century-app/round-shape-bg.jpg);
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: opacity 1000ms linear;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-5 .popup.active:before {
    opacity: 1;
}

.section-5 .popup h2,
.section-5 .popup p,
.section-5 .popup .stats-detail .span-2 {
    transition: color 700ms linear;
}

.section-5 .popup.active h2,
.section-5 .popup.active p,
.section-5 .popup.active .stats-detail .span-2 {
    color: #ffffff !important;
}

#image {
    position: relative;
    height: auto;
    width: 60%;
    max-width: 250px;
    opacity: 0;
    z-index: 10;
}

.hidden-image {
    position: absolute;
    width: 35px;
    /* Adjust size as needed */
    height: 35px;
    opacity: 0;
    transition: opacity 0.7s, transform 0.7s, scale 0.7s;
    top: 50%;
    left: 50%;
    z-index: 0;
    transform: translate(-50%,
            -50%);
    /* Start from the center of the main image */
}


.hidden-image-1 {
    transform: translate(-50%, -50%) scale(0.5);
    /* Initially scale down */
}

.hidden-image-2 {
    transform: translate(-50%, -50%) scale(0.5);
    /* Initially scale down */
}

.hidden-image-3 {
    transform: translate(-50%, -50%) scale(0.5);
    /* Initially scale down */
}

.hidden-image-4 {
    transform: translate(-50%, -50%) scale(0.5);
    /* Initially scale down */
}

.hidden-image-5 {
    transform: translate(-50%, -50%) scale(0.5);
    /* Initially scale down */
}

.hidden-image-6 {
    transform: translate(-50%, -50%) scale(0.5);
    /* Initially scale down */
}

.hidden-image-7 {
    transform: translate(-50%, -50%) scale(0.5);
    /* Initially scale down */
}

.hidden-image-8 {
    transform: translate(-50%, -50%) scale(0.5);
    /* Initially scale down */
}

.hidden-image-9 {
    transform: translate(-50%, -50%) scale(0.5);
    /* Initially scale down */
}

.hidden-image-10 {
    transform: translate(-50%, -50%) scale(0.5);
    /* Initially scale down */
}

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

.popup.active .image-wrapper .hidden-image-1 {
    opacity: 1;
    transform: translate(-650%, -580%) scale(1.5);
}

.image-wrapper.active-2 .hidden-image-1 {
    animation-delay: 1000ms;
    animation: move-up-down1 5s infinite ease;
}

@keyframes move-up-down1 {
    0% {
        transform: translate(-650%, -580%) scale(1.5);
    }

    50% {
        transform: translate(-650%, -560%) scale(1.5);
    }

    100% {
        transform: translate(-650%, -580%) scale(1.5);
    }
}


.popup.active .image-wrapper .hidden-image-2 {
    opacity: 1;
    transform: translate(800%, -250%) scale(2.1);
}

.image-wrapper.active-2 .hidden-image-2 {
    animation-delay: 1000ms;
    animation: move-up-down2 6s infinite ease;
}

@keyframes move-up-down2 {

    0% {
        transform: translate(800%, -250%) scale(2.1);
    }

    50% {
        transform: translate(800%, -230%) scale(2.1);
    }

    100% {
        transform: translate(800%, -250%) scale(2.1);
    }
}

.popup.active .image-wrapper .hidden-image-3 {
    opacity: 1;
    transform: translate(-1000%, 450%) scale(2.2);
}

.image-wrapper.active-2 .hidden-image-3 {
    animation-delay: 1000ms;
    animation: move-up-down3 8s infinite ease;
}

@keyframes move-up-down3 {

    0% {
        transform: translate(-1000%, 450%) scale(2.2);
    }

    50% {
        transform: translate(-1000%, 430%) scale(2.2);
    }

    100% {
        transform: translate(-1000%, 450%) scale(2.2);
    }
}

.popup.active .image-wrapper .hidden-image-4 {
    opacity: 1;
    transform: translate(590%, 110%) scale(2.1);
}

.image-wrapper.active-2 .hidden-image-4 {
    animation-delay: 1000ms;
    animation: move-up-down4 11s infinite ease;
}

@keyframes move-up-down4 {

    0% {
        transform: translate(590%, 110%) scale(2.1);
    }

    50% {
        transform: translate(590%, 90%) scale(2.1);
    }

    100% {
        transform: translate(590%, 110%) scale(2.1);
    }
}

.popup.active .image-wrapper .hidden-image-5 {
    opacity: 1;
    transform: translate(-1000%, -200%) scale(2);
}

.image-wrapper.active-2 .hidden-image-5 {
    animation-delay: 1000ms;
    animation: move-up-down5 3s infinite ease;
}

@keyframes move-up-down5 {

    0% {
        transform: translate(-1000%, -200%) scale(2);
    }

    50% {
        transform: translate(-1000%, -180%) scale(2);
    }

    100% {
        transform: translate(-1000%, -200%) scale(2);
    }
}

.popup.active .image-wrapper .hidden-image-6 {
    opacity: 1;
    transform: translate(460%, -620%) scale(1.6);
}

.image-wrapper.active-2 .hidden-image-6 {
    animation-delay: 1000ms;
    animation: move-up-down6 4s infinite ease;
}

@keyframes move-up-down6 {

    0% {
        transform: translate(460%, -620%) scale(1.6);
    }

    50% {
        transform: translate(460%, -600%) scale(1.6);
    }

    100% {
        transform: translate(460%, -620%) scale(1.6);
    }
}

.popup.active .image-wrapper .hidden-image-7 {
    opacity: 1;
    transform: translate(-600%, 90%) scale(2);
}

.image-wrapper.active-2 .hidden-image-7 {
    animation-delay: 1000ms;
    animation: move-up-down7 7s infinite ease;
}

@keyframes move-up-down7 {

    0% {
        transform: translate(-600%, 90%) scale(2);
    }

    50% {
        transform: translate(-600%, 70%) scale(2);
    }

    100% {
        transform: translate(-600%, 90%) scale(2);
    }
}

.popup.active .image-wrapper .hidden-image-8 {
    opacity: 1;
    transform: translate(920%, 440%) scale(1.9);
}

.image-wrapper.active-2 .hidden-image-8 {
    animation-delay: 1000ms;
    animation: move-up-down8 5s infinite ease;
}

@keyframes move-up-down8 {

    0% {
        transform: translate(920%, 440%) scale(1.9);
    }

    50% {
        transform: translate(920%, 420%) scale(1.9);
    }

    100% {
        transform: translate(920%, 440%) scale(1.9);
    }
}

.popup.active .image-wrapper .hidden-image-9 {
    opacity: 1;
    transform: translate(-550%, 650%) scale(1.9);
}

.image-wrapper.active-2 .hidden-image-9 {
    animation-delay: 1000ms;
    animation: move-up-down9 8s infinite ease;
}

@keyframes move-up-down9 {

    0% {
        transform: translate(-550%, 650%) scale(1.9);
    }

    50% {
        transform: translate(-550%, 630%) scale(1.9);
    }

    100% {
        transform: translate(-550%, 650%) scale(1.9);
    }
}

.popup.active .image-wrapper .hidden-image-10 {
    opacity: 1;
    transform: translate(450%, 640%) scale(1.9);
}

.image-wrapper.active-2 .hidden-image-10 {
    animation-delay: 1000ms;
    animation: move-up-down10 5s infinite ease;
}

@keyframes move-up-down10 {

    0% {
        transform: translate(450%, 640%) scale(1.9);
    }

    50% {
        transform: translate(450%, 620%) scale(1.9);
    }

    100% {
        transform: translate(450%, 640%) scale(1.9);
    }
}

/* Section 6 */
.stats-detail .span-2 {
    font-family: proxima_nova, sans-serif !important;
    font-weight: bold !important;
    font-style: normal !important;
    color: #373a36 !important;
}

.stats-detail .span-1 {
    color: #a1a1a1 !important;
}

.stats-left .stats-detail:nth-child(1) {
    width: 65%;
    margin-left: auto;
}

.stats-left .stats-detail:nth-child(2) {
    width: 65%;
    margin-left: 15%;
}

.stats-right .stats-detail:nth-child(1) {
    width: 65%;
    margin-right: auto;
}

.stats-right .stats-detail:nth-child(2) {
    width: 65%;
    margin-right: 15%;
    margin-left: auto;
}

.stats-divide {
    margin-bottom: 20px;
}

.stats-app {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.stats-app>p,
.stats-app>a {
    width: 18%;
    max-height: 58px;
    margin-bottom: 0;
}

.stats-app>a>img {
    width: 100%;
    max-height: 58px;
    height: auto;
}

.font-xxl {
    font-weight: 100;
}

.stats-app>p {
    font-weight: bold;
    font-weight: 100;
}

@media (min-width: 1920px) {}

@media (max-width: 1366px) {
    .carousel__item {
        width: 20%;
    }

    .cms-bg-banner::before {
        height: 60%;
    }
}





@media (min-width: 1024px) and (max-width: 1365px) {

    .section-5 {
        background-color: #c9d5df;
        overflow: hidden;
    }

    .horizontal-content {}

}

@media (max-width: 1200px) {}

@media (mix-width: 992px) and (max-width: 1023px) {
    .section-4 .this>div>.card {
        opacity: 1 !important;
    }
}

@media (mix-width: 768px) and (max-width: 991px) {
    .section-4 .this>div>.card {
        opacity: 1 !important;
    }

    .panel {
        width: 100% !important;
    }

    .stats-left .stats-detail:nth-child(1) {
        width: 100%;
        margin-left: 0;
    }

    .stats-left .stats-detail:nth-child(2) {
        width: 100%;
        margin-left: 0%;
    }

    .stats-right .stats-detail:nth-child(1) {
        width: 100%;
        margin-right: 0;
    }

    .stats-right .stats-detail:nth-child(2) {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    ul.bulleted-menus {
        display: flex !important;
        flex-wrap: wrap;
    }

    ul.bulleted-menus li:not(:nth-child(5)) {
        line-height: 1.5;
        position: relative;
        flex: 50%;
        margin-bottom: 4px !important;
    }

    ul.bulleted-menus .bulleted {
        padding-left: 0;
    }

    ul.bulleted-menus .bulleted:before {
        display: none;
    }

    .image-wrapper {
        display: none !important;
    }

    .popup,
    .popup>.container {
        padding-bottom: 0 !important;
    }

    .section-6 {
        background-color: #c9d5df;
        transform: translateY(-1px);
    }

    .image-wrapper {
        display: none !important;
    }

    .carousel__item {
        min-height: unset;
    }

    .carousel__list {
        margin: 0;
        padding: 0;
    }


    .horizontal-content .card {
        padding: 10px;
    }

    .w-75 {
        width: 100% !important;
    }

    .horizontal-content .card p {
        max-width: 100%;
        text-align: center;
        line-height: 1.5;
    }

    #image {
        position: relative;
        height: auto;
        width: 45% !important;
        max-width: 300px;
        transform: unset !important;
        z-index: 10;
    }

    .stats-section>.container {
        padding-right: 0;
        padding-left: 0;
    }

    .stats-detail {
        padding-top: 20px;
        min-height: 225px;
    }

    .stats-app {
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 0;
        align-items: unset;
    }

    .stats-app>p {
        width: 100%;
        text-align: center;
        margin-bottom: 1.5rem;
    }

    .stats-app>a {
        width: 23%;
    }

    .horizontal-content {}
}

@media (max-width: 767px) {
    .section-4 .this>div>.card {
        opacity: 1 !important;
    }

    .panel {
        width: 100% !important;
    }

    .stats-left .stats-detail:nth-child(1) {
        width: 100%;
        margin-left: 0;
    }

    .stats-left .stats-detail:nth-child(2) {
        width: 100%;
        margin-left: 0%;
    }

    .stats-right .stats-detail:nth-child(1) {
        width: 100%;
        margin-right: 0;
    }

    .stats-right .stats-detail:nth-child(2) {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    ul.bulleted-menus {
        display: flex !important;
        flex-wrap: wrap;
        text-align: left;
    }

    ul.bulleted-menus li {
        line-height: 1.5;
        position: relative;
        flex: 100%;
        text-align: center;
    }

    ul.bulleted-menus li:not(:nth-child(5)) {
        margin-bottom: 4px !important;
    }

    ul.bulleted-menus li:nth-child(5) {
        width: 100% !important
    }

    ul.bulleted-menus .bulleted {
        padding-left: 0;
    }

    ul.bulleted-menus .bulleted:before {
        display: none;
    }

    .image-wrapper {
        display: none !important;
    }

    .popup,
    .popup>.container {
        padding-bottom: 0 !important;
    }

    .section-6 {
        background-color: #c9d5df;
        transform: translateY(-1px);
    }

    .stats-section {
        padding-top: 0 !important;
    }

    .slide-section {
        height: auto;
    }

    .cms-bg-banner::before {
        height: 40%;
    }

    ul.tabs {
        overflow: scroll;
        padding-bottom: 10px;
        align-items: start;
        justify-content: start;
    }

    .slide-section {
        width: unset;
    }

    .carousel__item {
        min-height: unset !important;
    }

    .carousel__list {
        margin: 0;
        padding: 0;
    }


    .horizontal-content .card {
        padding: 10px;
    }

    .w-75 {
        width: 100% !important;
    }

    .horizontal-content .card p {
        max-width: 100%;
        text-align: center;
        line-height: 1.5;
    }

    #image {
        position: relative;
        height: auto;
        width: 45% !important;
        max-width: 300px;
        transform: unset !important;
        z-index: 10;
    }

    .hidden-image {
        width: 27px;
        height: 27px;
    }

    .image-wrapper .hidden-image-1 {
        opacity: 1;
        transform: translate(-540%, -400%) scale(2);
        /* Move further outwards to the top-left */
    }

    .image-wrapper .hidden-image-2 {
        opacity: 1;
        transform: translate(500%, -225%) scale(2.1);
        /* Move further outwards to the top-right */
    }

    .image-wrapper .hidden-image-3 {
        opacity: 1;
        transform: translate(-570%, 473%) scale(2.2);
        /* Move further outwards to the bottom-left */
    }

    .image-wrapper .hidden-image-4 {
        opacity: 1;
        transform: translate(390%, 80%) scale(2);
        /* Move further outwards to the bottom-right */
    }

    .image-wrapper .hidden-image-5 {
        opacity: 1;
        transform: translate(-600%, -122%) scale(3);
        /* Move to the left */
    }

    .image-wrapper .hidden-image-6 {
        opacity: 1;
        transform: translate(385%, -500%) scale(2.5);
        /* Move to the right */
    }

    .image-wrapper .hidden-image-7 {
        opacity: 1;
        transform: translate(-492%, 177%) scale(1.8);
        /* Move down-left */
    }

    .image-wrapper .hidden-image-8 {
        opacity: 1;
        transform: translate(500%, 440%) scale(2.7);
        /* Move down-right */
    }

    .image-wrapper .hidden-image-9 {
        opacity: 1;
        transform: translate(-650%, 723%) scale(2.8);
        /* Move up-left */
    }

    .image-wrapper .hidden-image-10 {
        opacity: 1;
        transform: translate(377%, 719%) scale(3.1);
        /* Move up-left */
    }

    .stats-section>.container {
        padding-right: 0;
        padding-left: 0;
    }

    .stats-detail {
        padding-top: 20px;
        min-height: 225px;
    }

    .stats-app {
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 0;
        align-items: unset;
    }

    .stats-app>a>img {
        width: 100%;
        max-height: 50px;
        height: auto;
    }

    .stats-app>p {
        width: 100%;
        text-align: center;
        margin-bottom: 1.5rem;
    }

    .stats-app>a {
        width: 49%;
        margin-bottom: 1rem;
    }

    .horizontal-content {}

    .section-2 {
        display: none !important;
    }
}

.account {
    align-self: flex-start;
    border-radius: 24px;
    box-shadow: 0 1px 2px #00000040;
    display: flex;
    flex: 1 0 0px;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow: visible;
    padding: 40px !important;
    z-index: 2;
    background: white;
}

.custom-display-3 {
    font-size: 1.2rem !important;
}

.app-store-link {
    background-image: url(https://d10t455z86w23i.cloudfront.net/public/uploads/editor-images/images/century-app/App-Store.png);
    background-position: center;
    background-size: contain;
    transition: all 0.5s linear;
    display: block;
    background-repeat: no-repeat;
}

.play-store-link {
    background-image: url(https://d10t455z86w23i.cloudfront.net/public/uploads/editor-images/images/century-app/Google-Play2.png);
    background-position: center;
    background-size: contain;
    transition: all 0.5s linear;
    display: block;
    background-repeat: no-repeat;
}

.web-link {
    background-image: url(https://d10t455z86w23i.cloudfront.net/public/uploads/editor-images/images/century-app/Web-Platform.png);
    background-position: left center;
    background-size: contain;
    transition: all 0.5s linear;
    display: block;
    background-repeat: no-repeat;
}

.portal-link {
    background-image: url(https://d10t455z86w23i.cloudfront.net/public/uploads/editor-images/images/Client-Portal.png);
    background-position: left center;
    background-size: contain;
    transition: all 0.5s linear;
    display: block;
    background-repeat: no-repeat;
}

.app-store-link:hover,
.app-store-link:focus {
    background-image: url(https://d10t455z86w23i.cloudfront.net/public/uploads/editor-images/images/century-app/App-Store_Black.png);
}

.play-store-link:hover,
.play-store-link:focus {
    background-image: url(https://d10t455z86w23i.cloudfront.net/public/uploads/editor-images/images/century-app/Google-Play_Black.png);
}

.web-link:hover,
.web-link:focus {
    background-image: url(https://d10t455z86w23i.cloudfront.net/public/uploads/editor-images/images/century-app/Web-Platform_Black.png);
}

.portal-link:hover,
.portal-link:focus {
    background-image: url(https://d1hnoulsugymps.cloudfront.net/public/uploads/editor-images/images/Web-Platform_Black2.png);
}


/*.account-link { display: block; text-align: center; background: -moz-linear-gradient(top, rgba(239,239,239,1) 0%,rgba(221,222,224,1) 40%,rgba(221,222,224,1) 60%,rgba(239,239,239,1) 100%);
        background: -webkit-linear-gradient(top, rgba(239,239,239,1) 0%,rgba(221,222,224,1) 40%,rgba(221,222,224,1) 60%,rgba(239,239,239,1) 100%);
        background: linear-gradient(to bottom, rgba(239,239,239,1) 0%,rgba(221,222,224,1) 40%,rgba(221,222,224,1) 60%,rgba(239,239,239,1) 100%); padding: 7px 15px; border: 2px solid #ffffff; border-radius: 6px; font-weight: 600; }
        
        .account-link:hover, .account-link:focus { color: #ffffff; background: -moz-linear-gradient(top, rgba(54,58,54,1) 0%,rgba(54,58,54,1) 40%,rgba(54,58,54,1) 60%,rgba(54,58,54,1) 100%);
        background: -webkit-linear-gradient(top, rgba(54,58,54,1) 0%,rgba(54,58,54,1) 40%,rgba(54,58,54,1) 60%,rgba(54,58,54,1) 100%);
        background: linear-gradient(to bottom, rgba(54,58,541) 0%,rgba(54,58,54,1) 40%,rgba(54,58,54,1) 60%,rgba(54,58,54,1) 100%);
        background: #363a36; } */

.account-link {
    background: #f5c300;
    padding: 7px 15px;
    border: 2px solid #ffffff;
    border-radius: 6px;
    font-weight: 600;
    display: block;
    text-align: center;
}

.account-link:hover,
.account-link:focus {
    background: #363a36;
    color: #ffffff !important;
}

.century-app-bg1 {
    background: #fff;
    background-image: url("https://d10t455z86w23i.cloudfront.net/public/uploads/editor-images/images/century-app/BG(1).jpg");
    background-position: center;
    background-size: cover;
}

.century-app-bg2 {
    background: #ddedfa;
}

.century-app-bg3 {
    background: #ffffff;
    overflow: hidden;
}

.century-app-bg4 {
    background: #f1f1f1;
    overflow: hidden;
}

.century-app-img1,
.century-app-img2 {
    position: relative;
}

.century-app-img1 img,
.century-app-img2 img {
    position: relative;
    z-index: 2;
    height: auto;
}

.century-app-img1:before {
    content: "";
    background-image: url(https://d10t455z86w23i.cloudfront.net/public/uploads/editor-images/images/century-app/Green-Shape.png);
    background-position: center;
    background-size: contain;
    position: absolute;
    background-repeat: no-repeat;
    top: -4rem;
    left: -9rem;
    right: -2rem;
    bottom: -5rem;
    z-index: 1;
    animation: animationFramestwo 10s linear infinite;
}

.century-header {
    max-width: 120%;
    z-index: 5;
    animation: animationFramesOne 20s linear infinite;
    margin-left: 25%;
    transition: opacity 500ms ease;
    opacity: 0;
}

html[dir=rtl] .century-header { 
    margin-left: unset;
    margin-right: -20%;
}
.century-header-1 {
    width: 15%;
    position: absolute;
    top: -5%;
    left: 0%;
    opacity: 0;
    z-index: 0;
    animation: animationFramesOne 20s linear infinite;
    transition: opacity 1500ms ease;
    margin-left: 15%;
}

html[dir=rtl] .century-header-1 {
    width: 15%;
    position: absolute;
    top: -5%;
    left: unset;
    right: 82%;
    opacity: 0;
    z-index: 0;
    animation: animationFramesOne 20s linear infinite;
    transition: opacity 1500ms ease;
    margin-right: 15%;
    margin-left: unset;
}

.century-header-2 {
    width: 15%;
    position: absolute;
    top: 27%;
    z-index: 0;
    opacity: 0;
    left: -15%;
    animation: animationFramesOne 20s linear infinite;
    transition: opacity 700ms ease;
    margin-left: 15%;
}

html[dir=rtl] .century-header-2 {
    width: 15%;
    position: absolute;
    top: 27%;
    z-index: 0;
    opacity: 0;
    right: 98%;
    left: unset;
    animation: animationFramesOne 20s linear infinite;
    transition: opacity 700ms ease;
    margin-right: 15%;
    margin-left: unset;
}

.century-header-3 {
    width: 15%;
    position: absolute;
    top: 63%;
    z-index: 10;
    left: 3%;
    opacity: 0;
    animation: animationFramesOne 20s linear infinite;
    transition: opacity 1000ms ease;
    margin-left: 15%;
}

html[dir=rtl] .century-header-3 {
    width: 15%;
    position: absolute;
    top: 63%;
    z-index: 10;
    right: 80%;
    left: unset;
    opacity: 0;
    animation: animationFramesOne 20s linear infinite;
    transition: opacity 1000ms ease;
    margin-right: 15%;
    margin-left: unset;
}

.century-header-1.active,
.century-header-2.active,
.century-header-3.active,
.century-header.active,
html[dir=rtl] .century-header-1.active,
html[dir=rtl] .century-header-2.active,
html[dir=rtl] .century-header-3.active,
html[dir=rtl] .century-header.active  {
    opacity: 1;
}

.century-app-img2:before {
    content: "";
    background-image: url(https://d10t455z86w23i.cloudfront.net/public/uploads/editor-images/images/century-app/Yellow-Shape.png);
    background-position: center;
    background-size: contain;
    position: absolute;
    background-repeat: no-repeat;
    top: -6rem;
    left: 0;
    right: -8rem;
    bottom: -9rem;
    z-index: 1;
    -webkit-transform: translate(1%, 1%);
    transform: translate(1%, 1%);
    animation: animationFramesOne 5s linear infinite;
}



.century-app-icon {
    width: 60px;
    height: auto;
    margin-bottom: 1rem
}

.button1,
.button2,
.button3,
.button4 {
    max-width: unset !important;
}

.button1 img,
.button2 img,
.button3 img,
.button4 img {
    max-width: 90% !important;
    height: 38px !important;
}

.buttont1,
.buttont2,
.buttont3,
.buttont4 {
    max-width: unset !important;
    margin-right: 5px !important;
    position: relative;
    z-index: 5;
}

.buttont1 img,
.buttont2 img,
.buttont3 img,
.buttont4 img {
    max-width: 98% !important;
    height: 43px !important;
}

html[dir=rltl] h1.display-0, html[dir=rltl] h1.display-3, html[dir=rltl] h1.display-4 {
    position: relative;
    z-index: 3;
}

@media (max-width: 1024px) {

    .buttont1 img,
    .buttont2 img,
    .buttont3 img,
    .buttont4 img {
        max-width: 98% !important;
        height: 38px !important;
    }
}

@media (max-width: 768px) {
    .century-header {
        max-width: 105%;
        z-index: 5;
        animation: animationFramesOne 20s linear infinite;
        margin-left: 42%;
        transition: opacity 500ms ease;
        opacity: 0;
        margin-top: 7%;
    }
    .century-header-3 {
        width: 15%;
        position: absolute;
        top: 70%;
        z-index: 10;
        left: 17%;
        opacity: 0;
        animation: animationFramesOne 20s linear infinite;
        transition: opacity 1000ms ease;
        margin-left: 15%;
    }
    .century-header-2 {
        width: 15%;
        position: absolute;
        top: 37%;
        z-index: 0;
        opacity: 0;
        left: 0%;
        animation: animationFramesOne 20s linear infinite;
        transition: opacity 700ms ease;
        margin-left: 15%;
    }
    .century-header-1 {
        width: 15%;
        position: absolute;
        top: 0%;
        left: 11%;
        opacity: 0;
        z-index: 0;
        animation: animationFramesOne 20s linear infinite;
        transition: opacity 1500ms ease;
        margin-left: 15%;
    }

   
    .slick-track, .slick-list {
        height: auto !important;
    }
    .century-header,
    .century-header-1,
    .century-header-2,
    .century-header-3 {
        animation: unset !important;
    }

    .app-store-link,
    .play-store-link,
    .web-link,
    .portal-link {
        max-width: unset !important;
        background-size: contain;
        background-position: center;
        text-align: center;
    }

    .button1,
    .button2,
    .button3,
    .button4 {
        max-width: unset !important;
    }

    .button1 img,
    .button2 img,
    .button3 img,
    .button4 img {
        max-width: 90% !important;
        height: 45px !important;
    }

    .buttont1 img,
    .buttont2 img,
    .buttont3 img,
    .buttont4 img {
        max-width: 98% !important;
        height: 51px !important;
    }

    .century-header {
        max-width: 85%;
    }

    .app_form {}

    a.cert {
        transform: translateY(-3px) !important;
        position: relative !important;
        display: inline-block !important;
    }

    .account-link {
        font-size: 12px;
    }

    .app-store-link,
    .play-store-link,
    .web-link,
    .portal-link {
        max-width: unset !important;
        background-size: contain;
    }

    .century-app-bg1 {
        
    }

    .century-app-img1:before {
        animation: animationFramestwo2 5s linear infinite;
        top: -1rem;
        left: -4rem;
        right: -2rem;
        bottom: -3rem;
    }

    .century-app-img2:before {
        animation: animationFramesOne2 5s linear infinite;
        right: -8rem;
        bottom: -7rem;
        left: -9rem;
    }

    .century-header {
        animation: animationFramesOne3 20s linear infinite;
    }

    .century-app-img2 {
        text-align: center;
        margin: 0 auto;
    }

    .century-app-img2 img {
        max-width: 230px !important;
    }

    .account-link {
        width: 100% !important;
    }
    .indroducing-text{
    text-align: center;
    }
    .century-trader-text{
      text-align: center;
      font-size: 40px !important;
    }
    .gateway-text{
      font-size: 30px !important;
      text-align: center;
    }
    .trading-excellence-text{
      font-size: 40px !important;
    }
    .access-market-text{
      font-size: 35px !important;
    }
    .live-button-mobile{
      font-size: 13px !important;
    }
    .amazon-image{
      width: 400px !important;
    }
}

@media (max-width: 1053px) and (min-width: 768px) {

    .century-header,
    .century-header-1,
    .century-header-2,
    .century-header-3 {
        animation: unset !important;
    }

    .app-store-link,
    .play-store-link,
    .web-link,
    .portal-link {
        max-width: unset !important;
        background-size: contain;
        background-position: center;
    }
}

@media (max-width: 500px) {
    a.cert {
        transform: translateY(-14px) !important;
        position: relative !important;
        display: inline-block !important;
    }

    .app-store-link,
    .play-store-link,
    .web-link,
    .portal-link {
        max-width: unset !important;
        background-size: contain;
        background-position: center;
    }

    .buttont1 img,
    .buttont2 img,
    .buttont3 img,
    .buttont4 img {
        max-width: 98% !important;
        height: 38px !important;
    }

    .button1 img,
    .button2 img,
    .button3 img,
    .button4 img {
        max-width: 90% !important;
        height: 39px !important;
    }
}

@keyframes animationFramesOne {
    0% {
        transform: translate(0px, 0px);
    }

    20% {
        transform: translate(50px, 20px);
    }

    40% {
        transform: translate(70px, 5px);
    }

    60% {
        transform: translate(60px, -10px);
    }

    80% {
        transform: translate(30px, -5px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

@-webkit-keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px);
    }

    20% {
        -webkit-transform: translate(50px, 20px);
    }

    40% {
        -webkit-transform: translate(70px, 5px);
    }

    60% {
        -webkit-transform: translate(60px, -10px);
    }

    80% {
        -webkit-transform: translate(30px, -5px);
    }

    100% {
        -webkit-transform: translate(0px, 0px);
    }
}

@keyframes animationFramestwo {
    0% {
        transform: translate(0px, 0px);
    }

    20% {
        transform: translate(-50px, -20px);
    }

    40% {
        transform: translate(-70px, -5px);
    }

    60% {
        transform: translate(-60px, 10px);
    }

    80% {
        transform: translate(-30px, 5px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

@-webkit-keyframes animationFramestwo {
    0% {
        -webkit-transform: translate(0px, 0px);
    }

    20% {
        -webkit-transform: translate(-50px, -20px);
    }

    40% {
        -webkit-transform: translate(-70px, -5px);
    }

    60% {
        -webkit-transform: translate(-60px, 10px);
    }

    80% {
        -webkit-transform: translate(-30px, 5px);
    }

    100% {
        -webkit-transform: translate(0px, 0px);
    }
}

@keyframes animationFramesOne2 {
    0% {
        transform: translate(0px, 0px);
    }

    20% {
        transform: translate(30px, 10px);
    }

    40% {
        transform: translate(50px, 0px);
    }

    60% {
        transform: translate(40px, -5px);
    }

    80% {
        transform: translate(20px, 0px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

@-webkit-keyframes animationFramesOne2 {
    0% {
        -webkit-transform: translate(0px, 0px);
    }

    20% {
        -webkit-transform: translate(30px, 10px);
    }

    40% {
        -webkit-transform: translate(50px, 0px);
    }

    60% {
        -webkit-transform: translate(40px, -5px);
    }

    80% {
        -webkit-transform: translate(20px, 0px);
    }

    100% {
        -webkit-transform: translate(0px, 0px);
    }
}

@keyframes animationFramestwo2 {
    0% {
        transform: translate(0px, 0px);
    }

    20% {
        transform: translate(-30px, -10px);
    }

    40% {
        transform: translate(-50px, 0px);
    }

    60% {
        transform: translate(-40px, 5px);
    }

    80% {
        transform: translate(-20px, 0px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

@-webkit-keyframes animationFramestwo2 {
    0% {
        -webkit-transform: translate(0px, 0px);
    }

    20% {
        -webkit-transform: translate(-30px, -10px);
    }

    40% {
        -webkit-transform: translate(-50px, 0px);
    }

    60% {
        -webkit-transform: translate(-40px, 5px);
    }

    80% {
        -webkit-transform: translate(-20px, 0px);
    }

    100% {
        -webkit-transform: translate(0px, 0px);
    }
}

@keyframes animationFramesOne3 {
    0% {
        transform: translate(0px, 0px);
    }

    20% {
        transform: translate(20px, 10px);
    }

    40% {
        transform: translate(20px, 0px);
    }

    60% {
        transform: translate(10px, -5px);
    }

    80% {
        transform: translate(20px, 0px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

@-webkit-keyframes animationFramesOne3 {
    0% {
        -webkit-transform: translate(0px, 0px);
    }

    20% {
        -webkit-transform: translate(20px, 10px);
    }

    40% {
        -webkit-transform: translate(20px, 0px);
    }

    60% {
        -webkit-transform: translate(10px, -5px);
    }

    80% {
        -webkit-transform: translate(20px, 0px);
    }

    100% {
        -webkit-transform: translate(0px, 0px);
    }
}

.century-app-bg2 p,
.century-app-bg3 p {
    line-height: 1.5;
}

.app-logo {
    position: absolute;
    right: 25px;
    top: 25px;
    max-width: 90px;
    display: none;
}

.app-logo.active {
    display: block;
}

.app-logo>img {
    width: 100%;
}
ul.tabs li.current {
    background: rgb(242, 195, 0) !important;
}
ul.tabs li {
    margin-right: 10px;
    transition: all 700ms ease;
}
.btn-primary {
    color: #212529;
    background-color: #f5c300  !important;
    border-color: #f5c300 !important;
}
 .btn {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .7rem 2rem;
    font-size: 1rem;
    line-height: 1.8;
    border-radius: 50rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.border-bottom-1 {
    border-bottom: 3px solid #8b8b8b;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.cms-bg-banner {
    background: #fff !important;
    background-color: #fff !important;
    position: relative;
}
.img-fluid {
    max-width: 100% !important;
    height: auto !important;
}
.wide-range{
overflow:hidden;}