:root {
    --background-color: #ffffff;
    --default-color: #222222;
    --heading-color: #172a28;
    --accent-color: #008374e6;
    --surface-color: #ffffff;
    --contrast-color: #ffffff;
    --nav-color: #ffffff;
    --nav-hover-color: #008374;
    --nav-mobile-background-color: #ffffff;
    --nav-dropdown-background-color: #ffffff;
    --nav-dropdown-color: #01433c;
    --nav-dropdown-hover-color: #008374;
    --curve: 40;
}

.section-title h2:before {
    margin: 0 15px 10px 0;
}

/* .section-title h2:before,
.section-title h2:after {
    content: "";
    width: 50px;
    height: 2px;
    background: #022342;
    display: inline-block;
} */

.page-title .section-title h2:before,
.page-title .section-title h2:after {
    content: "";
    width: 50px;
    height: 2px;
    background: #fa371e;
    display: inline-block;
}

.section-title h2:after {
    margin: 0 0 10px 15px;
}

.align-items-center {
    align-items: center !important;
}

.financial-market .image-stack {
    display: grid;
    position: relative;
    grid-template-columns: repeat(12, 1fr);
}

.financial-market .image-stack .stack-front {
    grid-row: 1;
    grid-column: 1 / span 8;
    /* margin-top: 20%; */
    width: 100%;
    z-index: 2;
}

/* .financial-market img {
    border: 6px solid #fff;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
} */

svg {
    vertical-align: middle;
}

.description-content {
    visibility: visible;
    animation-delay: 200ms;
    animation-name: fadeInUp;
    min-height: 250px;
    align-content: center;
}

.image-content {
    visibility: visible;
    animation-delay: 300ms;
    animation-name: fadeInUp;
    min-height: 250px;
    align-content: center;
}

.description .fadeIn {
    visibility: visible;
    animation-delay: 100ms;
    animation-name: fadeIn;
}

.image-content-right img {
    /* border: 5px dotted #162e42;
    box-shadow: 8px 8px 5px 5px rgba(0, 0, 0, 0.5);
    border-radius: 25px;
    padding: 15px; */
    width: 250px;
}

.image-content-left img {
    /* border: 5px dotted #162e42;
    box-shadow: -8px 8px 5px 5px rgba(0, 0, 0, 0.5);
    border-radius: 25px;
    padding: 15px; */
    width: 250px;
}

.p-content {
    font-size: 16px;
    text-align: justify;
}

.p-content a {
    font-size: 16px !important;
}

.border-bottom {
    border-bottom: 1px solid #102c47;
}

.border-left {
    border-left: 1px solid #143953;
}

.border-right {
    border-right: 1px solid #143953;
}

.image-content-right img {
    /* animation: wobbleRight 10s ease infinite; */
}

@keyframes wobbleRight {
    0% {
        transform: translateX(100%);
    }

    15% {
        transform: translateX(-25%) rotate(5deg);
    }

    30% {
        transform: translateX(20%) rotate(3deg);
    }

    45% {
        transform: translateX(-15%) rotate(3deg);
    }

    60% {
        transform: translateX(10%) rotate(2deg);
    }

    75% {
        transform: translateX(-5%) rotate(1deg);
    }

    100% {
        transform: translateX(0%);
    }
}

.image-content-left img {
    /* animation: wobbleLeft 10s ease infinite; */
}

@keyframes wobbleLeft {
    0% {
        transform: translateX(-100%);
    }

    15% {
        transform: translateX(-25%) rotate(-5deg);
    }

    30% {
        transform: translateX(20%) rotate(-3deg);
    }

    45% {
        transform: translateX(-15%) rotate(-3deg);
    }

    60% {
        transform: translateX(10%) rotate(-2deg);
    }

    75% {
        transform: translateX(-5%) rotate(-1deg);
    }

    100% {
        transform: translateX(0%);
    }
}

.overview-content {
    background-color: var(--surface-color);
    padding: 40px;
    box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.overview-content-without-margin {
    background-color: var(--surface-color);
    padding: 40px;
    box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.overview-content h2 {
    padding-bottom: 8px;
    font-size: 22px;
    display: inline-block;
    border-bottom: 4px solid
        color-mix(in srgb, var(--heading-color), transparent 90%);
}

.tab-content-product {
    display: none;
    padding: 0 18px;
}

.tab-content-product.is-active {
    display: block;
}

.forex-img {
    position: relative;
    margin: 55px 0 0 40px;
}

.forex-right-img {
    position: relative;
    margin: 55px 0 0 40px;
}

.forex-img img {
    position: relative;
    z-index: 2;
}

.forex-right-img img {
    inset: 0px 0 0 -95px;
    position: relative;
    z-index: 2;
}

.forex-img:before {
    position: absolute;
    inset: -60px 0 0 -60px;
    content: "";
    background: url(../images/star-bg.png) top left;
    background-repeat: no-repeat;
    z-index: 1;
    animation: zoom-fade 8s infinite linear;
}

@keyframes zoom-fade {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

.forex-right-img:before {
    position: absolute;
    inset: -60px 0 0 60px;
    content: "";
    background: url(../images/star-bg.png) top left;
    background-repeat: no-repeat;
    z-index: 1;
}

.p-content a:hover {
    color: #fb3d24 !important;
}

.forex .flip-card-inner .fa,
.commodities .flip-card-inner .fa {
    font-size: 50px;
    margin-top: 20px;
}

.broker .flip-card-inner .fa {
    margin-top: 5px !important;
}

.broker .flip-card-front,
.broker .flip-card-back {
    width: 95% !important;
}

.forex-trading-card:hover {
    transition: 0.3s;
    background: var(--theme-color);
    color: var(--contrast-color) !important;
    border-color: var(--accent-color);
    cursor: pointer;
}

p.is-active {
    color: var(--theme-color);
    background: none;
    border-bottom: 3px solid var(--theme-color);
}

.forex-trading-card.card-active {
    transition: 0.3s;
    background: var(--theme-color);
    color: var(--contrast-color) !important;
    border-color: var(--theme-color);
    cursor: pointer;
}

.col-md-auto {
    padding: 0 15px 0 15px;
    float: left;
}

/* 1 item */
.col-md-auto:first-child:nth-last-child(1) {
    width: 100%;
}

/* 2 items */
.col-md-auto:first-child:nth-last-child(2),
.col-md-auto:first-child:nth-last-child(2) ~ div {
    width: 50%;
}

/* 3 items */
.col-md-auto:first-child:nth-last-child(3),
.col-md-auto:first-child:nth-last-child(3) ~ .col-md-auto {
    width: 33.3333%;
}

/* 4 items */
.col-md-auto:first-child:nth-last-child(4),
.col-md-auto:first-child:nth-last-child(4) ~ .col-md-auto {
    width: 25%;
}

/* 5 items */
.col-md-auto:first-child:nth-last-child(5),
.col-md-auto:first-child:nth-last-child(5) ~ .col-md-auto {
    width: 20%;
}

.commodities .flip-card-inner img {
    width: 50px;
    margin-top: 20px;
}

.element {
    animation-name: stretch;
    animation-duration: 2.5s;
    /* animation-timing-function: ease-out;  */
    animation-delay: 0;
    animation-direction: alternate;
    animation-iteration-count: initial;
    animation-fill-mode: none;
    animation-play-state: running;
}

@keyframes stretch {
    0% {
        transform: scale(0.3);
    }

    /* 50% {
      background-color: orange;
    } */
    100% {
        transform: scale(1);
        /* background-color: yellow; */
    }
}

/**
 * Contact Form
 */

.section-bg {
    background: url("../images/contact-bg.png") center;
}

section {
    padding: 60px 0;
    overflow: hidden;
}

.contact .info-box {
    color: #0e2e47;
    text-align: center;
    box-shadow: 0 0 20px rgba(214, 215, 216, 0.8);
    padding: 20px;
    margin-bottom: 8px;
    /* margin-top: 11px; */
    background-color: #fff;
    opacity: 0.85;
}

.contact .info-box i {
    font-size: 32px;
    color: #0e2e47;
    padding: 8px;
}

.bx {
    font-family: boxicons !important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.contact .info-box h3 {
    font-size: 20px;
    color: #777777;
    font-weight: 700;
    margin: 10px 0;
}

.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 0;
}

.contact .php-email-form {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 30px;
    background-color: #fff;
    opacity: 0.85;
}

.contact .php-email-form input {
    padding: 10px 15px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 5px;
    box-shadow: none;
    font-size: 14px;
    padding: 10px;
}

.contact .php-email-form input {
    height: 45px;
}

.contact .php-email-form textarea {
    padding: 12px 15px;
}

.contact .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    /* border: var(--bs-border-width) solid var(--bs-border-color); */
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #e71516;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact .php-email-form button[type="submit"] {
    background: #e71516;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 5px;
}

.contact .form-control:focus {
    border-color: #0e2e47;
}

/**
 * End Contact Form
 */

/**
 * Pricing Form
 */
/**
 * End Pricing Form
 */

.btn-download.windows {
    background: #073149 url(../images/win.png) no-repeat 10% center;
}

.btn-download.android {
    background: #073149 url(../images/android.png) no-repeat 10% center;
}

.btn-download.apple {
    background: #073149 url(../images/apple.png) no-repeat 10% center;
}

.btn-download.desktop {
    background: #073149 url(../images/desktop.png) no-repeat 10% center;
}

.btn-download {
    min-height: 10px;
    text-align: left !important;
    background-color: #143953;
    padding: 15px 30px 16px 84px;
    display: table;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3),
        0 2px 20px rgba(133, 67, 153, 0.3);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3),
        0 2px 20px rgba(133, 67, 153, 0.3);
    width: 100%;
    margin-bottom: 10px;
}

.mt5-set-background {
    background: url("../images/bg-MT5-webtrader.png") no-repeat center;
}

/**
 * Accounts
 */
.process-icon {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    /* background: #ffffff; */
    border-radius: 50%;
    color: white;
    text-align: center;
    line-height: 112px;
    font-size: 50px;
    border: 2px dashed #03223f;
}

.process-icon:before {
    content: "";
    position: absolute;
    top: 10%;
    bottom: 10%;
    right: -5%;
    left: -5%;
    background: inherit;
    border-radius: 5% / 50%;
    z-index: 0;
}

.process-icon img {
    position: relative;
    z-index: 2;
    width: 70px;
}

.process-number {
    position: absolute;
    right: -20px;
    font-size: 18px;
    line-height: 45px;
    top: -20px;
    color: #ffffff;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    font-weight: 700;
    z-index: 9;
    background: #ed4f12;
}

.process-style3:after {
    position: absolute;
    content: "";
    width: 55px;
    height: 66px;
    background-image: url(../images/process-arrow.png);
    top: 50px;
    right: -45px;
    color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.2;
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(
        var(--bs-light-rgb),
        var(--bs-bg-opacity)
    ) !important;
}

.percent-count img {
    width: 64px;
}

/**
 * Why Choose US
 */
.why-choose-us-area {
    padding: 50px 0px;
}

.why-choose-us-area.black-opacity:before {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.why-choose-us-area h2 {
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.why-choose-us-area a {
    display: inline-block;
    padding: 10px 30px;
    text-transform: uppercase;
    background: #fff;
    color: #222;
    font-weight: 600;
    border-radius: 3px;
}

.why-choose-us-area a:hover {
    background: #e71516;
    color: #fff;
}

.why-choose-us-area .image {
    width: 64px !important;
}

.why-choose-us-area .overview-content {
    background-color: var(--surface-color);
    padding: 20px;
    box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
    /* height: 350px; */
    margin: 0;
}

/**
 * End Why Choose US
 */

.box-shadow {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 20px;
}

.wedo-area {
    padding: 50px 0;
}

.card-backgound {
    background: url("../images/bg-1.png") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.footer-widget p {
    font-size: 14px;
}

.list-dash a:hover {
    color: #e71516ed;
}

.pricing-background {
    background: url("../images/account-type.png") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.metal-section-background {
    background: url("../images/products/metal/metal.png") no-repeat center
        center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.zoom-scale:hover {
    transform: scale(1.2);
}

.centred {
    text-align: center;
}

.mt5-backgound {
    background-image: url("../images/mt5-desktop-back.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain !important;
    /* min-height: 700px; */
    /* -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; */
}

.title-font {
    font-size: 40px !important;
    font-weight: 900 !important;
    color: #022342 !important;
}

.h3,
h3 {
    font-size: 25px !important;
    font-weight: 700;
}

/**
 * Page title section
 */
.section-title h1 {
    text-transform: capitalize;
}
section.page-title {
    position: relative;
    padding: 130px 0px;
    text-align: center;
}

.page-title .container {
    position: static;
    margin: 0 auto;
}

.page-title .container .content-box h2 {
    position: relative;
    display: block;
    font-size: 50px;
    line-height: 74px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 19px;
    text-shadow: 0px 1px 10px #03233d;
}

/*
.bg-about-us-image{
    background-image: url('../images/about-us-bg.png');
}

.bg-introducing-broker-image{
    background-image: url('../images/introducing-broker.png');
}

.bg-american-finance-market-image{
    background-image: url('../images/bg-american-finance-market.png');
}

.bg-european-finance-market-image{
    background-image: url('../images/financial-market/european-market/bg-european-finance-market.png');
}

.bg-middle-eastern-finance-market-image{
    background-image: url('../images/financial-market/middle-eastern-market/bg-middle-eastern-finance-market.png');
}

.bg-asian-finance-market-image{
    background-image: url('../images/financial-market/asian-financial-market/bg-asian-finance-market.png');
}

.bg-african-finance-market-image{
    background-image: url('../images/financial-market/african-financial-market/bg-african-finance-market.png');
}

.bg-forex-product-image{
    background-image: url('../images/products/forex/bg-forex-product.png');
}

.bg-metal-product-image{
    background-image: url('../images/products/metal/bg-metal-product.png');
}

.bg-indies-product-image{
    background-image: url('../images/products/indicies/bg-product-indicies.png');
}

.bg-commodities-product-image{
    background-image: url('../images/products/commodities/bg-product-commodities.png');
}

.bg-stock-product-image{
    background-image: url('../images/products/stock/bg-stock-product-image.png');
}

.bg-crypto-currency-product-image{
    background-image: url('../images/products/crypto-currency/bg-crypto-currency-product.png');
}

.bg-platform-image{
    background-image: url('../images/bg-platform.png');
}

.bg-forex-indicator-image{
    background-image: url('../images/tools-resources/indicator/bg-forex-indicator.png');
}

.bg-raw-spread-account-image{
    background-image: url('../images/accounts/raw-spread/bg-raw-spread-account.png');
}

.bg-elite-account-image{
    background-image: url('../images/accounts/raw-spread/bg-raw-spread-account.png');
}

.bg-tools-resource-overview-image{
    background-image: url('../images/tools-resources/overview/bg-resources.png');
}

.bg-pivot-point-image{
    background-image: url('../images/tools-resources/pivot-point/bg-pivot-point.png');
}

.bg-currency-convert-image{
    background-image: url('../images/tools-resources/currency-covert/bg-currency-convert.png');
}

.bg-profit-calculator-image{
    background-image: url('../images/tools-resources/profit-calculator/bg-profit-calculator.png');
}

.bg-economic-calender-image{
    background-image: url('../images/tools-resources/economic-calender/bg-economic-calender.png');
}

.bg-technical-analysis-image{
    background-image: url('../images/tools-resources/technical-analysis/bg-technical-analysis.png');
}

.bg-privacy-policy-image{
    background-image: url('../images/privacy-policy.png');
}

.bg-terms-condition-image{
    background-image: url('../images/terms-condition.jpg');
} */

.bg-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bg-layer:before {
    position: absolute;
    content: "";
    background: #00000094;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.1;
}

.triangle-shape {
    background-image: url("../images/triangle-shape.png");
    position: absolute;
    left: 0px;
    bottom: 83px;
    width: 86px;
    height: 170px;
    background-repeat: no-repeat;
}

.curve-shape {
    background-image: url("../images/curve-shape.png");
    position: absolute;
    top: 0px;
    right: 120px;
    width: 279px;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-animation: service_hexagon_2 15s infinite linear;
    -moz-animation: service_hexagon_2 15s infinite linear;
    -o-animation: service_hexagon_2 15s infinite linear;
    animation: service_hexagon_2 15s infinite linear;
}

@-moz-keyframes service_hexagon_2 {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@-moz-keyframes service_hexagon_2 {
    0% {
        -moz-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    100% {
        -moz-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@-o-keyframes service_hexagon_2 {
    0% {
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    100% {
        -o-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@keyframes service_hexagon_2 {
    0% {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    100% {
        -webkit-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/**
 * End page title section
 */

.bg-image-set {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain !important;
}

.payment-background {
    background: url("../images/bg-payment.png") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.vertical .carousel-inner {
    height: 100%;
}

.carousel.vertical .item {
    -webkit-transition: 0.5s ease-in-out top;
    -moz-transition: 0.5s ease-in-out top;
    -ms-transition: 0.5s ease-in-out top;
    -o-transition: 0.5s ease-in-out top;
    transition: 0.5s ease-in-out top;
}

.carousel.vertical .active {
    top: 0;
}

.carousel.vertical .next {
    top: 400px;
}

.carousel.vertical .prev {
    top: -400px;
}

.carousel.vertical .next.left,
.carousel.vertical .prev.right {
    top: 0;
}

.carousel.vertical .active.left {
    top: -400px;
}

.carousel.vertical .active.right {
    top: 400px;
}

.carousel.vertical .item {
    /* left: 0; */
    top: 50px;
    text-align: -webkit-center;
    width: 400px;
}

.payment-img {
    width: 110px;
    margin-left: 5px;
    margin-right: 5px;
}

.platform-a-btn {
    /* background: #073149;  */
    padding: 20px;
    border-radius: 10px;
    margin: 5px;
}

.platform-a-btn i {
    color: #073149;
    font-size: 50px;
}

.platform-a-btn i:hover {
    color: var(--theme-color);
}

.page-title-bg-image {
    display: none;
}

ul.list-sign {
    list-style: none;
}

ul.list-sign li:before {
    content: "✓";
    color: var(--theme-color);
    margin-right: 5px;
}

/* ul.list-dash li:hover:before {
    content: '✓';
    color: var(--theme-color);
} */

.copyright p {
    font-size: 12px;
}

/* .icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: -webkit-right;
    z-index: 1000;
}
*/
.icon-bar a {
    margin: 5px;
    position: relative;
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background: #333;
    border-radius: 50%;
    font-size: 20px;
    color: #666;
    transition: 0.5s;
}

.icon-bar a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #eb292c;
    transition: 0.5s;
    transform: scale(0.9);
    z-index: -1;
}

.icon-bar a:hover::before {
    transform: scale(1.1);
    box-shadow: 0 0 15px #eb292c;
}

.icon-bar a:hover {
    /* background-color: #000; */
    color: #eb292c;
    box-shadow: 0 0 5px #eb292c;
    text-shadow: 0 0 5px #eb292c;
}

.icon-bar .facebook {
    /* background: #3B5998; */
    color: #fff;
}

.icon-bar .twitter {
    /* background: #55ACEE; */
    color: #fff;
}

.icon-bar .google,
.icon-bar .quora {
    /* background: #dd4b39; */
    color: #fff;
}

.icon-bar .linkedin {
    /* background: #007bb5; */
    color: #fff;
}

.icon-bar .youtube {
    /* background: #bb0000; */
    color: #fff;
}

.icon-bar .instagram {
    /* background: #bb0000; */
    color: #fff;
}

.fa-twitter:before {
    content: "𝕏" !important;
}

.icon {
    font-size: 25px;
}

#sticky-header {
    z-index: 9999;
    animation: none !important;
}

/**
 * create a custom scrollbar
 */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #e71516;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

/**
* Promotion Sample 1
*/

#promotion {
    box-shadow: 0 15px 30px 1px grey;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    margin: 1em 0;
    height: 360px;
}

.promotion-details {
    position: relative;
    text-align: left;
    overflow: hidden;
    padding: 10px;
    height: 100%;
    /* float: left; */
    /* width: 50%; */
}

.promotion-btn {
    transform: translateY(0px);
    transition: 0.3s linear;
    background: #ff002f98;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    outline: none;
    border: none;
    color: #eee;
    padding: 0;
    margin-top: 20px;
}

.information {
    margin-top: 20px;
}

.promotion-btn:hover {
    transform: translateY(-6px);
    background: #ff0030;
}

.promotion-btn span {
    font-family: "Farsan", cursive;
    transition: transform 0.3s;
    display: inline-block;
    padding: 10px 20px;
    font-size: 1.2em;
    margin: 0;
}

.promotion-btn .price,
.shopping-cart {
    background: #333;
    border: 0;
    margin: 0;
}

.promotion-btn .price {
    transform: translateX(-10%);
    padding-right: 15px;
}

.promotion-btn .shopping-cart {
    transform: translateX(-100%);
    position: absolute;
    background: #333;
    z-index: 1;
    left: 0;
    top: 0;
}

.promotion-btn .buy {
    z-index: 3;
    font-weight: bolder;
}

.promotion-btn:hover .price {
    transform: translateX(-110%);
}

.promotion-btn:hover .shopping-cart {
    transform: translateX(0%);
}

.promotion-image {
    transition: all 0.3s ease-out;
    display: inline-block;
    position: relative;
    overflow: hidden;
    height: 100%;
    display: inline-block;
    border-radius: 25px;
}

#promotion img {
    width: 650px;
    height: 300px;
    border-radius: 25px;
}

.info-description {
    background: rgba(27, 26, 26, 0.9);
    transition: all 0.3s ease-out;
    transform: translateX(-100%);
    position: absolute;
    line-height: 1.8;
    text-align: left;
    font-size: 105%;
    cursor: no-drop;
    color: #fff;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0;
    border-radius: 25px;
}

.info-description ul {
    margin-left: 10px;
}

.info-description h2 {
    text-align: center;
}

.promotion-image:hover .info-description {
    transform: translateX(0);
}

.info-description ul li {
    transition: 0.1s ease;
}

.info-description ul li:hover {
    transform: translateX(50px) scale(1.2);
}

.promotion-image:hover img {
    transition: all 0.1s ease-out;
}

.promotion-image:hover img {
    transform: scale(1.2, 1.2);
}

.info-description h2 {
    margin-top: 10px !important;
}

/**
 * Promotion Sample 2
 */

.promotion-cards {
    display: grid;
    /* grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); */
    gap: 2rem;
    margin: 2rem;
    padding: 0;
    list-style-type: none;
}

.promotion-card {
    position: relative;
    display: block;
    height: 100%;
    border-radius: calc(var(--curve) * 1px);
    overflow: hidden;
    text-decoration: none;
}

.promotion-card__image {
    width: 100%;
    height: 400px;
}

.promotion-card__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    border-radius: calc(var(--curve) * 1px);
    background-color: var(--surface-color);
    transform: translateY(100%);
    transition: 0.2s ease-in-out;
}

.promotion-card:hover .promotion-card__overlay {
    transform: translateY(0);
}

.promotion-card__header {
    position: relative;
    display: flex;
    align-items: center;
    gap: 2em;
    padding: 1em;
    border-radius: calc(var(--curve) * 1px) 0 0 0;
    background-color: var(--surface-color);
    transform: translateY(-100%);
    transition: 0.1s ease-in-out;
}

.promotion-card__arc {
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 100%;
    right: 0;
    z-index: 1;
}

.promotion-card__arc path {
    fill: var(--surface-color);
    d: path("M 40 80 c 22 0 40 -22 40 -40 v 40 Z");
}

.promotion-card:hover .promotion-card__header {
    transform: translateY(0);
}

.promotion-card__thumb {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.promotion-card__title {
    font-size: 1em;
    margin: 0 0 0.3em;
    color: #e71516;
}

.promotion-card__tagline {
    display: block;
    margin: 1em 0;
    font-family: "MockFlowFont";
    font-size: 0.8em;
    color: #d7bdca;
}

.promotion-card__status {
    font-size: 0.8em;
    color: #d7bdca;
}

.promotion-card__description {
    padding: 0.5em;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.promotion-card .list-sign {
    margin-left: 30px;
    margin-bottom: 15px;
}

/**
 * Sample 3
 */
.pattern-3 {
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)) !important;
}

/**
 * Sample 4
 */
.pattern-4 {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
}

.copyright p {
    text-align: justify;
}

.single-slider .slider-slogan {
    width: 45%;
}

.single-slider .open_live_account {
    margin-top: 15px;
    margin-bottom: 30px;
}

.product-link-area a:hover {
    color: #42545e;
}

.product-link-area a {
    color: #42545e;
    font-size: 15px;
}

p a {
    font-size: 16px;
}

.breadcrumb {
    margin: 20px !important;
    background-color: unset !important;
}

.breadcrumb a {
    color: #000 !important;
}

.breadcrumb a:hover {
    color: #eb292c !important;
}
