#wrap {
    min-height: 100%;
    height: 100%;
}

#main {
    overflow: hidden;
}


@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700,900&display=swap");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css");

.elementor-shape-bottom {
    bottom: -1px;
}

.elementor-shape {
    overflow: hidden;
    left: 0;
    width: 150%;
    line-height: 0;
    direction: ltr;
    margin-top: -11.8rem;
}

.elementor-shape .elementor-shape-fill {
    fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.elementor-shape-bottom svg {
    width: calc(300% + 1.3px);
    height: 200px;
}

.elementor-shape svg {
    display: block;
    width: calc(220% + 1.3px);
    position: relative;
    left: 30%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}


@media (max-width: 1200px) {
    .elementor-shape svg {
        width: calc(400% + 1.3px);
        left: 60%;
    }
}


.side-menu {
    position: fixed;
    width: 140px;
    height: 100%;
    padding: 50px 0;
    box-sizing: border-box;
    background-color: var(--theme-color);
    display: flex;
    flex-direction: column;
    box-shadow: 3px 0px 6px hsla(240, 40%, 15%, .5);
    transform: translateX(-100%);
    transition: .5s;
    z-index: 999999999999999999999999;
}


.side-menu label {
    position: absolute;
    width: 31px;
    height: 70px;
    background-color: var(--theme-color);
    color: #fff;
    right: -30px;
    top: 178px;
    margin: auto;
    line-height: 70px;
    text-align: center;
    vertical-align: central;
    font-size: 23px;
    border-radius: 0 10px 10px 0;
    box-shadow: 3px 3px 6px hsla(240, 40%, 15%, .25);
    display: none;
}

@media (max-width: 768px) {
    .side-menu {
        width: 123px;
    }

    .side-menu label {
        top: 219px;
        width: 25px;
        right: -25px;
        height: 60px;
        line-height: 60px;
    }
}

#side-menu-switch {
    position: fixed;
    opacity: 0;
    z-index: -1;
}

#side-menu-switch:checked + .side-menu {
    transform: translateX(0);
}

#side-menu-switch:checked + .side-menu label .fa {
    transform: scaleX(-1);
}


.nav a {
    letter-spacing: 1px;
    display: block;
    padding: 2.5px 0 2.3px 2.9px;
    color: #fff;
    text-decoration: none;
    position: relative;
    margin-left: 18px;
    font-size: 13px;
}


.nav li {
    position: relative;
    width: 150px;
}

.nav li p {
    font-size: 16px;
    color: #fff;
    margin-left: 17px;
    margin-top: 6px;
    margin-bottom: 7px;
    font-weight: 600;
    letter-spacing: 1px;
}


.nav li + li a::before {
    content: '';
    position: absolute;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    left: 0px;
    right: 10px;
    top: 0;
}


.nav li:hover > a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
}

.nav ul {
    display: none;
    position: relative;
    left: 100%;
    width: 120px;
    top: 1px;
    background-color: rgba(255, 255, 255, .1);
    box-shadow: 5px 5px 10px hsla(240, 40%, 15%, .6);
}

.nav li:hover > ul {
    display: block;
}


@media (max-width: 768px) {

    nav.navbar .collapse ul.header-language {
        display: none;
    }

    .nav a {
        margin-left: 15px;
    }

    .nav li p {
        margin-left: 15px;
    }


}

@media (min-width: 900px) {

    nav .collapse ul.navbar-nav li.phone-language {
        display: none;
    }

    nav .collapse ul.header-language li.nav-item div.dropdown-menu a.language img {
        width: 16.5px !important;
        height: 16.5px !important;

    }


}


@media (min-width: 948px) {
    nav .collapse ul.navbar-nav li.phone-login {
        display: none;
    }

    nav .collapse ul.navbar-nav li.phone-account {
        display: none;
    }
}


.collapse ul.header-language {
    padding-left: 28.6rem;
    margin-right: 0 !important;
}


@media only screen and (min-width: 895px) and (max-width: 1200px) {
    .collapse ul.header-language {
        padding-left: 0rem;
    }

    .collapse ul.phone-loginarea {
        display: none;
    }
}


@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .collapse ul.header-language {
        padding-left: 5rem;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1800px) {
    .collapse ul.header-language {
        padding-left: 18rem;
    }
}


nav .collapse ul.header-language li.nav-item a.loginbutton {
    background-color: #fff;
    /* margin-top: -6px; */
    border-radius: 1.2rem;
    padding: 0.53rem 1.3rem;
    color: var(--theme-color);
    font-weight: 600;
}


nav .collapse ul.header-language li.nav-item a.loginbutton:hover {
    color: #fff !important;
    background: linear-gradient(45deg, var(--theme-color), var(--theme-color), #c85a45);
    border: 1px solid #fff;
}

nav .collapse ul.header-language li.nav-item a.loginbutton:active {
    color: #fff !important;
    background: linear-gradient(45deg, var(--theme-color), var(--theme-color), #c85a45);
}


nav .collapse ul.header-language li.nav-item div.dropdown-menu img {
    width: 16.5px !important;
    height: 16.5px !important;
    margin-right: 0.45rem;
    margin-top: -.15rem;
    vertical-align: middle;
}


@media (max-width: 768px) {

    .nav a {
        margin-left: 15px;
    }

    .nav li p {
        margin-left: 15px;
    }
}


nav .collapse ul.header-language li.nav-item img {
    width: 17.5px;
    height: 17.5px;
    margin-right: 0.3rem;
    margin-top: -0.2rem;
    vertical-align: middle;
}


ul.navbar-nav li span.description-text a {
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 29px;
    color: #528ec7;
    text-decoration: underline;
}


ul.navbar-nav li span.description-text a:hover {
    color: #fff;
}


@media (max-width: 768px) {

    body::-webkit-scrollbar {
        width: 0px;
    }

    body::-webkit-scrollbar {
        display: none;
    }
}


body {
    -ms-overflow-style: none;
    overflow-x: hidden;
}

::selection {
    background-color: var(--theme-color);
    color: #fff;
}

/*===========================
     5.PRODUCT CARD css
	===========================*/
.product-area {
    padding-top: 40px;
    padding-bottom: 70px !important;
}


.collection-menu .collection-title {
    background: var(--theme-color);
    font-size: 21px;
    font-weight: 600;
    color: #fff;
    padding: 20px 15px;
    letter-spacing: 2px;
    border-radius: 8px;
}

.collection-menu {
    margin: 0 0.6rem;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .collection-menu .collection-title {
        font-size: 20px;
        padding: 15px 10px;
    }
}

@media (max-width: 767px) {
    .collection-menu .collection-title {
        font-size: 20px;
        padding: 15px 8px;
        margin-left: 3rem;
        margin-right: 3rem;
    }

    .collection-menu .flex-column {
        margin-left: 3rem;
        margin-right: 3rem;
    }

    .product-area {
        padding-top: 1rem;
        margin-bottom: -7rem;
    }
}

.collection-menu .nav a {
    border-radius: 8px;
    margin-bottom: -1px;
    line-height: 42px;
    background-color: #fff;
    letter-spacing: 1px;
    text-decoration: none;
    font-size: 19px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0.2rem 0;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.collection-menu .nav a:hover {
    color: #1a1a1a;
    background: rgba(196, 233, 255, 0.2);
}


.collection-menu .nav a.active {
    background: rgba(196, 233, 255, 0.35);
    color: #1a1a1a;
}

.single-product-items .product-item-image {
    position: relative;
    overflow: hidden;
}

.single-product-items .product-item-image a {
    display: block;
}

.single-product-items .product-item-image img {
    width: 100%;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}


.single-product-items .product-item-content .product-title a {
    font-size: 20px;
    color: #333;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.single-product-items .product-item-content .product-title a:hover {
    color: #fe7865;
}

.single-product-items .product-item-content .rating li {
    color: #fc924b;
    font-size: 12px;
    display: inline-block;
}

.single-product-items .product-item-content span {
    margin: 0 3px;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}

.single-product-items .product-item-content .regular-price {
    color: #fe7865;
}

.single-product-items .product-item-content .discount-price {
    color: #c4c4c4;
}

.single-product-items .product-item-content .discount-price::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #222;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.single-product-items:hover .product-item-image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.product-items-active .slick-arrow {
    position: absolute;
    right: -80px;
    z-index: 9;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .product-items-active .slick-arrow {
        right: -40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-items-active .slick-arrow {
        right: -20px;
    }
}

.product-items-active .slick-arrow.prev {
    bottom: 35%;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .product-items-active .slick-arrow.prev {
        bottom: 38%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-items-active .slick-arrow.prev {
        bottom: 40%;
    }
}

.product-items-active .slick-arrow.next {
    top: 35%;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .product-items-active .slick-arrow.next {
        top: 38%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-items-active .slick-arrow.next {
        top: 40%;
    }
}


@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .product-items-active .slick-arrow i {
        width: 40px;
        line-height: 38px;
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-items-active .slick-arrow i {
        width: 30px;
        line-height: 28px;
        font-size: 16px;
    }
}

.product-items-active .slick-arrow i:hover {
    background-color: #fe7865;
    border-color: #fe7865;
    color: #fff;
}

.tab-content .tab-pane {
    display: block;
    overflow: hidden;
    height: 0;
    visibility: hidden;
    max-width: 100%;
    opacity: 0;
}

.tab-content .tab-pane.active {
    height: auto;
    visibility: visible;
    opacity: 1;
    overflow: visible;
}


table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1.3125rem;
    border-top: solid 2px var(--theme-color);
    border-bottom: solid 2px var(--theme-color);
    border-collapse: collapse;
    text-indent: initial;
    border-spacing: 2px;
    margin-left: 2rem;
    margin-right: 2rem;
}

thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}


.tabs-content__content thead tr th {
    font-size: 15.5px;
    padding: 0.6rem 0;
    text-align: center;
    width: 20%;
    color: #212121;
    font-weight: 600;
    letter-spacing: 0.03rem;
}

.tabs-content__content tbody tr {
    border-top: solid 1px rgba(47, 44, 43, .1);
    letter-spacing: 0.4px;
}

.tabs-content__content tbody tr td {
    padding: .42rem 0;
    text-align: center;
    font-size: 13.5px;
}


@media (max-width: 768px) {

    .tabs-content__content tbody tr td {
        text-align: center;
        font-size: 12px;
    }

    .tabs-content__content thead tr th {
        font-size: 13px;
    }

    .collection-menu {
        margin-bottom: 1.2rem;
    }

    table {
        margin-left: 0.05rem;
        margin-right: 0.05rem;
    }
}


.homehero_financefigures {
    background-color: #f9ecea;
    color: #212121;
    align-items: center;
    width: 100%;
    display: flex;
    text-align: center;
}


.homehero_financefigures ul li span.highlight {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: block;
    font-size: 32.3px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.11;
    letter-spacing: 1px;
    text-align: center;
    padding-bottom: .3125rem;
    color: var(--theme-color);
}

.homehero_financefigures ul li span.description {
    padding: 0 .5rem;
    text-align: center;
    font-size: 14.3px;
}

.homehero_financefigures ul {
    margin: 0 auto !important;
    padding: 0 !important;
    width: 32.7%;
    height: 5.2rem;
    text-align: center;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.homehero_financefigures ul li::after {
    content: "/";
    margin: 0;
    padding: 0;
    font-weight: 900;
    color: var(--theme-color);
    font-size: 30px;
    display: block;
    position: absolute;
    box-sizing: inherit;
    margin-left: -.65rem;
    width: 2rem;
}

.homehero_financefigures ul li:first-child::after {
    display: none;
}


/* sticky homehero financefigures*/

.sticky_homehero_financefigures {
    position: fixed;
    z-index: 99999999;
    bottom: 0;
    width: 100%;
    display: none;
}

.sticky_homehero_financefigures .homehero_financefigures {
    background-color: rgba(255, 255, 255, 0.95);
    color: #212121;
    align-items: center;
    width: 100%;
    display: flex;
    text-align: center;
    box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.3);
}


.sticky_homehero_financefigures ul li span.highlight {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: var(--theme-color);
    display: block;
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    padding-bottom: .3125rem;
}

.sticky_homehero_financefigures ul li span.description {
    padding: 0 .5rem;
    text-align: center;
    font-size: 12.1px;
}

.sticky_homehero_financefigures ul li span.description-text {
    padding-left: 2.5rem;
    text-align: left;
    font-size: 13.8px;
    line-height: 1.15rem;
    font-weight: 600;
    margin-top: 3px;
    letter-spacing: 0.8px;
}

.sticky_homehero_financefigures ul {
    margin: 0 auto !important;
    padding: 0 !important;
    width: 60%;
    height: 3.6rem;
    text-align: center;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.sticky_homehero_financefigures ul li::after {
    content: "/";
    margin: 0;
    padding: 0;
    font-weight: 900;
    color: var(--theme-color);
    font-size: 30px;
    display: block;
    position: absolute;
    box-sizing: inherit;
    margin-left: -.65rem;
    width: 2rem;
}

.sticky_homehero_financefigures ul li:first-child::after {
    display: none;
}

.sticky_homehero_financefigures ul li:last-child::after {
    display: none;
}


@media (max-width: 992px) {
    .homehero_financefigures ul {
        width: 60%;
    }
}


@media (max-width: 1200px) {
    .homehero_financefigures ul {
        width: 70%;
    }

    .sticky_homehero_financefigures {
        display: none !important;
    }
}

@media (max-width: 1600px) {
    .homehero_financefigures ul {
        width: 40%;
    }

    .sticky_homehero_financefigures ul {
        width: 60%;
    }
}


@media (max-width: 768px) {
    .homehero_financefigures ul {
        width: 100%;
        text-align: center;
        height: 3.45rem;
        margin-left: -0.5rem !important;
    }

    .homehero_financefigures ul li span.highlight {
        font-size: 1rem;
        padding-left: 0.7rem;
    }

    .homehero_financefigures ul li span.description {
        font-size: 0.73rem;
        padding-left: 1.2rem;
    }

    .sticky_homehero_financefigures {
        display: none !important;
    }
}


.homehero_financefigures ul li {
    float: left;
    height: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 9px;
    font-size: .5625rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    margin: 0 auto;
}


/******************************/
/*     01. General Styles     */
/******************************/
body,
html {
    width: 100%;
    height: 100%;
}

body, p {
    color: #707070;
    font: 400 0.95rem/1.5625rem "Open Sans", sans-serif;
}

.p-large {
    font: 400 1.125rem/1.625rem "Open Sans", sans-serif;
}

.p-small {
    font: 400 0.875rem/1.375rem "Open Sans", sans-serif;
}

.p-heading {
    margin-bottom: 3.5rem;
    text-align: center;
    letter-spacing: 0.5px;
}

.li-space-lg li {
    margin-bottom: 0.375rem;
}

.indent {
    padding-left: 1.25rem;
}

h1 {
    color: #484a46;
    font: 700 2.5rem/3rem "Montserrat", sans-serif;
}

h2 {
    color: #484a46;
    font: 700 1.75rem/2.125rem "Montserrat", sans-serif;
}

h3 {
    color: #484a46;
    font: 700 1.375rem/1.75rem "Montserrat", sans-serif;
}

h4 {
    color: #484a46;
    font: 700 1.25rem/1.625rem "Montserrat", sans-serif;
}

h5 {
    color: #484a46;
    font: 700 1.125rem/1.5rem "Montserrat", sans-serif;
}

h6 {
    color: #484a46;
    font: 700 1rem/1.375rem "Montserrat", sans-serif;
}

a {
    color: #787976;
    text-decoration: underline;
}

a:hover {
    color: #787976;
    text-decoration: underline;
}

a.green {
    color: #487aaa;
}

a.white,
.white {
    color: #dfe5ec;
}

.testimonial-text {
    font-style: italic;
}

.testimonial-author {
    font: 700 1rem/1.375rem "Montserrat", sans-serif;
}

strong {
    color: #484a46;
}

.section-title {
    color: #487aaa;
    font: 500 0.8125rem/1.125rem "Montserrat", sans-serif;
}

.btn-solid-reg {
    display: inline-block;
    padding: 1.1875rem 1.875rem 1.1875rem 1.875rem;
    border-radius: 2rem;
    background: linear-gradient(-135deg, rgb(0, 99, 166), rgb(0, 99, 166), rgb(8, 212, 242));
    color: #fff;
    font: 700 0.75rem/0 "Montserrat", sans-serif;
    text-decoration: none;
}

.btn-solid-reg:hover {
    color: #fff;
    text-decoration: none;
    background: linear-gradient(45deg, rgb(0, 99, 166), rgb(0, 99, 166), rgb(8, 212, 242));
    box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.15);
}


.btn-solid-reg2 {
    display: inline-block;
    padding: 1.1875rem 1.875rem 1.1875rem 1.875rem;
    border-radius: 2rem;
    background: var(--theme-color);
    color: #fff;
    font: 700 0.75rem/0 "Montserrat", sans-serif;
    text-decoration: none;
}

.btn-solid-reg2:hover {
    color: #fff;
    background: var(--theme-color);
    text-decoration: none;
    box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.15);
}


.btn-solid-lg {
    display: inline-block;
    padding: 1.34rem 2.1rem 1.34rem 2.1rem;
    border-radius: 2rem;
    background-color: rgba(16, 54, 96, 0.3);
    color: #fff;
    font: 0.92rem/0 "Montserrat", sans-serif;
    text-decoration: none;
    transition: all 0.2s;
    letter-spacing: 3px !important;
    border: solid 2px #fff;
}

.btn-solid-lg:hover {
    border: solid 2px #fff;
    background-color: rgba(8, 212, 242, 0.13);
    color: #FFF;
    text-decoration: none;
    box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.15);
}

/*
.btn-solid-lg1 {
	display: inline-block;
	padding: 1.34rem 1.65rem 1.34rem 1.65rem;
	border-radius: 2rem;
	background: var(--theme-color);
	color: #fff;
	font: 0.972rem/0 "Montserrat", sans-serif;
	text-decoration: none;
	letter-spacing: 2.5px !important;
	font-weight: 600;
	border: solid 2px #fff;

}

	.btn-solid-lg1:hover {
		background: linear-gradient(45deg,rgba(8,212,242,0.1),rgba(8,212,242,0.3),rgba(8,212,242,0.2));
		border: solid 2px #fff;
		color: #fff;
		text-decoration: none;
	} */


@media (max-width: 768px) {
    .btn-solid-lg1 {
        margin-top: 2rem;
    }
}

.btn-solid-lg1 {
    display: inline-block;
    border-radius: 2rem;
    margin-top: 0.4rem;
    font-weight: 600 !important;
    position: relative;
    padding: 1.34rem 1.65rem 1.34rem 1.65rem;
    color: var(--theme-color);
    background: #fff;
    font: 1rem/0 "Montserrat", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    transition: 1s;
    letter-spacing: 1.8px;
}

.btn-solid-lg1:hover {
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    background: linear-gradient(45deg, var(--theme-color), #990000, #C43B1A);
    box-shadow: 0 0 5px #fff, 0 0 25px #fff, 0 0 50px #fff, 0 0 250px #fff;
}

.btn-solid-lg1::before {
    content: "";
    width: 0%;
    height: 0%;
    position: absolute;
    bottom: -1px;
    right: -1px;
    transition: 0.65s;
}

.btn-solid-lg1:hover::before {
    border-radius: 2rem;
    width: 100%;
    height: 100%;
    border-bottom: 2px solid #aa2116;
    border-right: 2px solid #aa2116;
}

.btn-solid-lg1::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -1px;
    left: -1px;
    transition: 0.65s;
}

.btn-solid-lg1:hover::after {
    border-radius: 2rem;
    width: 100%;
    height: 100%;
    border-top: 2px solid var(--theme-color);
    border-left: 2px solid var(--theme-color);
}


.btn-solid-lg2 {
    margin-left: 1.2rem;
    display: inline-block;
    padding: 0.85rem 1rem 0.85rem 1rem;
    border-radius: 2rem;
    color: #fff;
    font: 0.9rem/0 "Montserrat", sans-serif;
    text-decoration: none;
    transition: all 0.2s;
    letter-spacing: 1.45px !important;
    text-align: center;
    vertical-align: middle;
    background: var(--theme-color);
}

.btn-solid-lg2:hover {
    background: var(--theme-color);
    color: #fff;
    text-decoration: none;
    box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.1);
}


.btn-solid-lg3 {
    margin-right: 0.68rem;
    display: inline-block;
    padding: 1.1rem 0.9rem 1.1rem 0.9rem;
    border-radius: 2rem;
    color: #fff;
    font: 0.9rem/0 "Montserrat", sans-serif;
    text-decoration: none;
    transition: all 0.2s;
    letter-spacing: 1.45px !important;
    text-align: center;
    vertical-align: middle;
    background: var(--theme-color);
}

.btn-solid-lg3:hover {
    background: var(--theme-color);
    color: #fff;
    text-decoration: none;
    box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.1);
}

.btn-solid-lg4 {
    margin-right: 0.68rem;
    display: inline-block;
    padding: 1.1rem 0.9rem 1.1rem 0.9rem;
    border-radius: 2rem;
    color: var(--theme-color);
    font: 0.9rem/0 "Montserrat", sans-serif;
    text-decoration: none;
    transition: all 0.2s;
    letter-spacing: 1.45px !important;
    text-align: center;
    vertical-align: middle;
    background: #fff;
    border: 1px solid var(--theme-color);
}

.btn-solid-lg4:hover {
    padding: 1.1rem 0.9rem 1.1rem 0.9rem;
    border-radius: 2rem;
    color: #fff;
    font: 0.9rem / 0 "Montserrat", sans-serif;
    text-decoration: none;
    transition: all 0.2s;
    letter-spacing: 1.45px !important;
    text-align: center;
    vertical-align: middle;
    background: var(--theme-color);
}


.btn-solid-lg5 {
    display: inline-block;
    padding: 1.34rem 2.1rem 1.34rem 2.1rem;
    border-radius: 2rem;
    background: linear-gradient(-135deg, rgb(0, 99, 166), rgb(0, 99, 166), rgb(8, 212, 242));
    color: #fff;
    font: 0.92rem/0 "Montserrat", sans-serif;
    text-decoration: none;
    transition: all 0.2s;
    letter-spacing: 3px !important;
    margin-bottom: 1.3rem;
}

.btn-solid-lg5:hover {
    background: linear-gradient(45deg, var(--theme-color), var(--theme-color), #c85a45);
    color: #FFF;
    text-decoration: none;
    box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.08);
}


.btn-solid-trading-rules {
    display: inline-block;
    padding: 1.1rem 2rem;
    margin-top: -2.5rem;
    border-radius: 2rem;
    color: #fff;
    font: 0.95rem/0 "Montserrat", sans-serif;
    text-decoration: none;
    transition: all 0.2s;
    letter-spacing: 1.9px !important;
    text-align: center;
    vertical-align: middle;
    background: var(--theme-color);
}

.btn-solid-trading-rules:hover {
    background: var(--theme-color);
    color: #fff;
    text-decoration: none;
    box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.1);
}


.btn-solid-lg-sticky {
    display: inline-block;
    padding: 1.1rem;
    border-radius: 2rem;
    background: var(--theme-color);
    color: #fff;
    font: 0.86rem/0 "Montserrat", sans-serif;
    text-decoration: none;
    transition: all 0.2s;
    letter-spacing: 2.3px !important;
    z-index: 999999999999;
}

.btn-solid-lg-sticky:hover {
    background-color: var(--theme-color);
    color: #fff;
    text-decoration: none;
}


.btn-outline-reg {
    display: inline-block;
    padding: 1.1875rem 1.875rem 1.1875rem 1.875rem;
    border: 0.125rem solid #787976;
    border-radius: 0.3rem;
    background-color: transparent;
    color: #787976;
    font: 700 0.75rem/0 "Montserrat", sans-serif;
    text-decoration: none;
    transition: all 0.2s;
}

.btn-outline-reg:hover {
    background-color: #787976;
    color: #fff;
    text-decoration: none;
}

.btn-outline-lg {
    display: inline-block;
    padding: 1.375rem 2.125rem 1.375rem 2.125rem;
    border: 0.125rem solid #787976;
    border-radius: 0.3rem;
    background-color: transparent;
    color: #787976;
    font: 700 0.75rem/0 "Montserrat", sans-serif;
    text-decoration: none;
    transition: all 0.2s;
}

.btn-outline-lg:hover {
    background-color: #787976;
    color: #fff;
    text-decoration: none;
}

.btn-outline-sm {
    display: inline-block;
    padding: 1rem 1.625rem 0.9375rem 1.625rem;
    border: 0.125rem solid #787976;
    border-radius: 0.3rem;
    background-color: transparent;
    color: #787976;
    font: 700 0.75rem/0 "Montserrat", sans-serif;
    text-decoration: none;
    transition: all 0.2s;
}

.btn-outline-sm:hover {
    background-color: #787976;
    color: #fff;
    text-decoration: none;
}

.form-group {
    position: relative;
    margin-bottom: 1.25rem;
}

.form-group.has-error.has-danger {
    margin-bottom: 0.625rem;
}

.form-group.has-error.has-danger .help-block.with-errors ul {
    margin-top: 0.375rem;
}

.label-control {
    position: absolute;
    top: 0.8125rem;
    left: 1.375rem;
    color: #787976;
    opacity: 1;
    font: 400 0.875rem/1.375rem "Open Sans", sans-serif;
    cursor: text;
    transition: all 0.2s ease;
}


/* IE10+ hack to solve lower label text position compared to the rest of the browsers */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .label-control {
        top: 0.9375rem;
    }
}

.form-control-input:focus + .label-control,
.form-control-input.notEmpty + .label-control,
.form-control-textarea:focus + .label-control,
.form-control-textarea.notEmpty + .label-control {
    top: 0.15rem;
    opacity: 1;
    font-size: 0.1rem;
    font-weight: 500;
}


@media (max-width: 768px) {
    .form-control-input:focus + .label-control,
    .form-control-input.notEmpty + .label-control,
    .form-control-textarea:focus + .label-control,
    .form-control-textarea.notEmpty + .label-control {
        top: 0.125rem;
        opacity: 1;
        font-size: 0.63rem;
        font-weight: 500;
    }
}


.form-control-input,
.form-control-select {
    display: block; /* needed for proper display of the label in Firefox, IE, Edge */
    width: 100%;
    padding-top: 1.25rem;
    padding-bottom: 0.25rem;
    padding-left: 1.3125rem;
    border: 1px solid #dadada;
    border-radius: 0.25rem;
    background-color: #fff;
    color: var(--theme-color);
    font: 400 0.875rem/1.375rem "Open Sans", sans-serif;
    transition: all 0.2s;
    -webkit-appearance: none; /* removes inner shadow on form inputs on ios safari */
}

.form-control-select {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    height: 3rem;
}

/* IE10+ hack to solve lower label text position compared to the rest of the browsers */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .form-control-input {
        padding-top: 1.25rem;
        padding-bottom: 0.75rem;
        line-height: 1.75rem;
    }

    .form-control-select {
        padding-top: 0.875rem;
        padding-bottom: 0.75rem;
        height: 3.125rem;
        line-height: 2.125rem;
    }
}

select {
    /* you should keep these first rules in place to maintain cross-browser behavior */
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url('../images/down-arrow.png?v=1.0.3');
    background-position: 96% 50%;
    background-repeat: no-repeat;
    outline: none;
}

select::-ms-expand {
    display: none; /* removes the ugly default down arrow on select form field in IE11 */
}


.form-control-textarea {
    display: block; /* used to eliminate a bottom gap difference between Chrome and IE/FF */
    width: 100%;
    height: 8rem; /* used instead of html rows to normalize height between Chrome and IE/FF */
    padding-top: 1.25rem;
    padding-left: 1.3125rem;
    border: 1px solid #dadada;
    border-radius: 0.25rem;
    background-color: #fff;
    color: #787976;
    font: 400 1rem/1.5625rem "Open Sans", sans-serif;
    transition: all 0.2s;
}

.form-control-input:focus,
.form-control-select:focus,
.form-control-textarea:focus {
    border: 1px solid #a1a1a1;
    outline: none; /* Removes blue border on focus */
}

.form-control-input:hover,
.form-control-select:hover,
.form-control-textarea:hover {
    border: 1px solid #a1a1a1;
}

.checkbox {
    font: 400 0.875rem/1.375rem "Open Sans", sans-serif;
}

input[type='checkbox'] {
    vertical-align: -15%;
    margin-right: 0.375rem;
}

/* IE10+ hack to raise checkbox field position compared to the rest of the browsers */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    input[type='checkbox'] {
        vertical-align: -9%;
    }
}

.form-control-submit-button {
    display: inline-block;
    width: 100%;
    height: 3rem;
    border: 0.125rem solid var(--theme-color);
    border-radius: 0.45rem;
    background-color: var(--theme-color);
    color: #fff;
    font: 600 0.99rem/1.75rem "Montserrat", sans-serif;
    letter-spacing: 0.23rem;
    cursor: pointer;
    transition: all 0.2s;
    margin-top: 0.7rem;
}

.form-control-submit-button:hover {
    background-color: var(--theme-color);
    border: 0.125rem solid var(--theme-color);
}

/* Form Success And Error Message Formatting */
#lmsgSubmit.h3.text-center.tada.animated,
#cmsgSubmit.h3.text-center.tada.animated,
#IBmsgSubmit.h3.text-center.tada.animated,
#lmsgSubmit.h3.text-center,
#cmsgSubmit.h3.text-center,
#IBmsgSubmit.h3.text-center {
    display: block;
    margin-bottom: 0;
    color: var(--theme-color);
    font: 400 0.9rem/1rem "Open Sans", sans-serif;
}

.help-block.with-errors .list-unstyled {
    color: var(--theme-color);
    font-size: 0.75rem;
    line-height: 1.125rem;
    text-align: left;
}

.help-block.with-errors ul {
    margin-bottom: 0;
}

/* end of form success and error message formatting */

/* Form Success And Error Message Animation - Animate.css */
@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        -ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        -ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

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

/* end of form success and error message animation - Animate.css */

/* Fade-move Animation For Lightbox - Magnific Popup */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    transition: all 0.2s ease-out;
    -webkit-transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
    -ms-transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
    transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(37.5rem) rotateX(0);
    -ms-transform: translateY(0) perspective(37.5rem) rotateX(0);
    transform: translateY(0) perspective(37.5rem) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg);
    -ms-transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg);
    transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg);
}

/* dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    transition: opacity 0.2s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}

/* end of fade-move animation for lightbox - magnific popup */

/* Fade Animation For Image Slider - Magnific Popup */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation: fadeIn 0.6s;
    animation: fadeIn 0.6s;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation: fadeOut 0.8s;
    animation: fadeOut 0.8s;
}

/* end of fade animation for image slider - magnific popup */


/**************************/
/*     03. Navigation     */
/**************************/
.navbar-custom {
    padding-top: 0rem;
    padding-bottom: 0rem;
    background-color: rgba(250, 250, 250, 0.96);
    box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.1);
    font: 600 0.9065rem/0.995rem "Open Sans", sans-serif;
    transition: all 0.2s;
    letter-spacing: 1.3px !important;
    font-weight: 600 !important;
}


.navbar-custom .navbar-brand.logo-image img {
    height: 34px;
    -webkit-backface-visibility: hidden;
    margin-top: 0rem;
}

.navbar-custom .nav-item .dropdown-menu {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    margin-top: 0.5rem 0 0;
}

h1 img.title_logo {
    width: 390px;
    margin-right: 1.1rem;
    padding-bottom: 0.6rem;
}


@media (max-width: 768px) {

    h1 img.title_logo {
        width: 320px;
        padding-bottom: 1.2rem;
        margin: 0 auto;
    }

    .navbar-custom .navbar-brand.logo-image {
        display: none;
    }


    .navbar-custom .navbar-brand.phone-logo img {
        height: 49px;
        -webkit-backface-visibility: hidden;
        padding: 8.5px 0 4.5px 0;
    }


    .navbar-custom .nav-item .nav-link {
        padding: 0.4rem 0.75rem 0.4rem 0.75rem;
        font-size: 14.49px;
    }

    .navbar-custom .nav-item .dropdown-menu {
        padding-top: 0.32rem;
        padding-bottom: 0.6rem;
        margin: 0.36rem 0 0;
    }


    .navbar-custom .nav-item .dropdown-menu .item-text {
        font-size: 13.8px;
    }
}

.navbar-custom .navbar-brand.logo-text {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    font: 700 2.25rem/1.5rem "Montserrat", sans-serif;
    color: #fff;
    text-decoration: none;
}

.navbar-custom .navbar-nav {
    /* margin-top: 1.3rem; */
    /* margin-bottom: 1.9rem; */
}

.navbar-custom .nav-item .nav-link {
    padding: 0.625rem 0.75rem 0.625rem 0.75rem;
    color: #fff;
    text-decoration: none;
    transition: all 0.2s ease;
    letter-spacing: 1.5px;
}

.navbar-custom .nav-item .nav-link:hover,
.navbar-custom .nav-item .nav-link.active {
    color: #fff;
}


@media (min-width: 769px) {
    /* Dropdown Menu */
    .navbar-custom .dropdown:hover > .dropdown-menu {
        display: block; /* this makes the dropdown menu stay open while hovering it */
        min-width: auto;
        animation: fadeDropdown 0.7s; /* required for the fade animation */
    }

    .navbar-custom .navbar-brand.phone-logo img {
        display: none;
    }
}


@keyframes fadeDropdown {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.navbar-custom .dropdown-toggle:focus { /* removes dropdown outline on focus  */
    outline: 0;
}

.navbar-custom .dropdown-menu {
    margin-top: -6px;
    border: none;
    border-radius: 0.25rem;
    background-color: rgba(255, 255, 255, 0.86);
}

@media (max-width: 768px) {
    .navbar-custom .dropdown-menu {
        background-color: rgba(255, 255, 255, 0);
        color: #212121;
    }

    .navbar-custom .dropdown-item {
        color: #212121;
        text-decoration: none;
        padding-bottom: 0.4rem;
        padding-top: 0.16rem;
        padding-left: 1.3rem;
    }


}


@media (max-width: 1200px) {
    .navbar-custom .language img {
        width: 16.5px;
        height: 16.5px;
        margin-right: 0.3rem;
        margin-top: -0.2rem;
        vertical-align: middle;
    }
}

@media (min-width: 769px) {
    .navbar-custom .dropdown-item {
        color: #000;
        text-decoration: none;
    }
}


.navbar-custom .dropdown-item:hover {
    background-color: rgba(0, 0, 0, 0);
    color: var(--theme-color);
}

.navbar-custom .dropdown-item .item-text {
    font: 600 0.9065rem/0.985rem "Open Sans", sans-serif;
}

.navbar-custom .dropdown-item:hover .item-text {
    color: var(--theme-color);
}

.navbar-custom .dropdown-items-divide-hr {
    width: 100%;
    height: 1px;
    margin: 0.3rem auto 0.3rem auto;
    border: none;
    background-color: #787976;
    opacity: 0;
}

/* end of dropdown menu */

.navbar-custom .social-icons {
    display: none;
}

.navbar-custom .navbar-toggler {
    border: none;
    color: var(--theme-color);
    font-size: 1.09rem;
    background: none;
    margin-right: -0.75rem !important;
}

.navbar-custom button[aria-expanded='false'] .navbar-toggler-awesome.fas.fa-times {
    display: none;
}

.navbar-custom button[aria-expanded='false'] .navbar-toggler-awesome.fas.fa-bars {
    display: inline-block;
}

.navbar-custom button[aria-expanded='true'] .navbar-toggler-awesome.fas.fa-bars {
    display: none;
}

.navbar-custom button[aria-expanded='true'] .navbar-toggler-awesome.fas.fa-times {
    display: inline-block;
}


/*********************/
/*    04. Header     */
/*********************/
.header {
    text-align: center;
}

.header .header-content {
    padding-top: 7rem;
    padding-bottom: 1.125rem;
    background: url('../images/header-background.png?v=1.0.3') center center no-repeat;
    background-size: cover;
}

.header .text-container {
    margin-bottom: 4rem;
}

.header h1 {
    margin-bottom: 1.3rem;
    color: #fff;
}

.header .p-large {
    margin-bottom: 1.08rem;
    color: #fff;
    letter-spacing: .9px;
    font-size: 1.07rem;
}

.header .btn-solid-lg {
    margin-bottom: 1.5rem;
}


/***************************/
/*     06. Description     */
/***************************/
.cards-1 {
    padding-top: 6.2rem;
    margin: 0 auto;
    text-align: center;
}


.cards-1 .card {
    margin-bottom: 2.5rem;
    border: none;
    text-align: center;
    margin: 0 0rem;
    align-items: center;
}

.cards-1 .fa-stack {
    width: 50%;
    height: 6rem;
    margin: 0 auto;
    margin-bottom: 2.2rem;
    text-align: center;
}

.cards-1 .fa-stack .hexagon {
    position: absolute;
    width: 6rem;
    height: 6rem;
    background-position: center center;
    background-size: 6rem 6rem;
    text-align: center;
}

.cards-1 .fa-stack-1x {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.cards-1 .fa-stack i img {
    text-align: center;
    width: 120px;
}

.cards-1 .card .card-body {
    padding: 0;
    margin-bottom: 12px;
}


.cards-1 .card a {
    text-decoration-line: none;
    letter-spacing: 0.3px;
}


.cards-1 .card h4.card-title {
    margin: 0 auto;
    margin-top: 12px;
    padding: 0;
    font-size: 21.8px;
}

.cards-1 .card .card-body p {
    margin-top: 18px;
    text-align: left;
    letter-spacing: 0.5px;
    font-size: 0.95rem;
}


.cards-product {
    padding-bottom: 5.6rem;
    margin: 0 auto;
    text-align: center;
}

.cards-product h2 {
    margin-top: -3.2rem;
    margin-bottom: 4.2rem;
}


@media (max-width: 768px) {

    .cards-product {
        padding-bottom: 2rem;
    }


    .cards-product h2 {
        margin-top: 4rem;
        margin-bottom: 4.2rem;
    }

    .cards-product .card {
        padding-bottom: 1.8rem;
    }
}


.cards-product .card {
    margin-bottom: 2.5rem;
    border: none;
    text-align: center;
    margin: 0 0rem;
    align-items: center;
}

.cards-product .fa-stack {
    width: 50%;
    height: 6rem;
    margin: 0 auto;
    margin-bottom: 2.2rem;
    text-align: center;
}

.cards-product .fa-stack .hexagon {
    position: absolute;
    width: 6rem;
    height: 6rem;
    background-position: center center;
    background-size: 6rem 6rem;
    text-align: center;
}

.cards-product .fa-stack-1x {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.cards-product .fa-stack i img {
    text-align: center;
    width: 120px;
}

.cards-product .card .card-body {
    padding: 0;
    margin-bottom: 12px;
}


.cards-product .card a {
    text-decoration-line: none;
    letter-spacing: 0.3px;
}


.cards-product .card h4.card-title {
    margin: 0 auto;
    margin-top: 12px;
    padding: 0;
    font-size: 21.8px;
}

.cards-product .card .card-body p {
    margin-top: 11px;
    letter-spacing: 0.5px;
    font-size: 15.7px;
}


/* ==========================================================================
Showcase
========================================================================== */
.showcase {
    background: linear-gradient(rgba(0, 99, 166, 0.99), rgba(0, 99, 166, 0.9)), url('../images/showcase-bg.jpg?v=1.0.3') center center no-repeat;
    background-size: cover;
    margin-top: 6.4rem;
}

.showcase h1 {
    margin: 0 0 20px 0;
    color: #fff;
    font-weight: 600;
    font-size: 25px;
    text-shadow: rgba(0, 0, 0, 0.9) 0.1rem;
}

.showcase h1.moible_title {
    font-size: 2.2rem;
    margin-bottom: -0.34rem;
}

@media (max-width: 768px) {
    .showcase h1.moible_title {
        margin-top: 0.5rem;
        margin-bottom: 1.6rem;
    }
}

.showcase p {
    margin-bottom: 25px;
    color: #fff;
    letter-spacing: 0.2px;
    text-align: justify;
    text-shadow: rgba(0, 0, 0, 0.9) 0.1rem;
}


.device {
    display: block;
    position: absolute;
    top: -187px;
    left: 17%;
    min-height: 731px;
    width: 368px;
}

.device::after {
    content: "";
    background: url('../images/iphone-skeleton.png?v=1.0.3') center center no-repeat;
    position: absolute;
    min-height: 731px;
    width: 368px;
    background-size: cover;
}


.device-content {
    position: absolute;
    display: inline-block;
    top: 15px;
    left: 29px;
    width: 312px;
    height: 606px;
    background: rgba(0, 0, 0, 0.3);
}

.device-content img {
    width: 312px;
    height: 680px;
}


.showcase-slider ul.slides {
    margin: 0;
    padding: 0;
    list-style: none;
}


.showcase-wrap {
    position: relative;
    padding: 60px 0;
    max-height: 550px;
    margin-bottom: 70px;
}


.showcase-slider .flickity-page-dots {
    margin-bottom: 42px;
    z-index: 999;
}

/* ==========================================================================
Showcase2
========================================================================== */
.showcase2 {
    background: url('../images/showcase-bg2.png?v=1.0.3') no-repeat center center fixed;
    background-size: cover;
    margin-bottom: 10.3rem;
}


@media (max-width: 768px) {
    .showcase2 {
        margin-bottom: 1rem;
    }
}


.showcase2 h1 {
    margin: 0 0 20px 0;
    color: #fff;
    font-weight: 600;
    font-size: 25px;
}

.showcase2 p {
    margin-bottom: 25px;
    color: #fff;
    letter-spacing: 0.2px;
    text-align: justify;
}

.device2 {
    position: absolute;
    top: -40px;
    left: 11%;
    height: 600px;
    width: 100%;
    background: url('../images/0.png?v=1.0.3') no-repeat center center;
}


/* ==========================================================================
Showcase product
========================================================================== */
.showcase_product {
    background: url('../images/otherpage/showcase-product.jpg?v=1.0.3') no-repeat center center fixed;
    background-size: cover;
    margin-bottom: 9rem;
}


@media (max-width: 768px) {
    .showcase_product {
        margin-bottom: 1rem;
    }
}


.showcase_product h1 {
    margin: 0 0 20px 0;
    color: #212121;
    font-weight: 600;
    font-size: 25px;
}

.showcase_product p {
    margin-bottom: 25px;
    color: #212121;
    letter-spacing: 0.2px;
    text-align: justify;
}


/* ==========================================================================
Showcase mt4
========================================================================== */
.showcase_mt4 {
    margin-top: 11.5rem !important;
    background: #fff;
    background-size: cover;
    margin-bottom: -9rem !important;
}


@media (max-width: 768px) {
    .showcase_mt4 {
        margin-top: -2.6rem !important;
        margin-bottom: 1rem;
    }

    .showcase_mt4 img.circle_smartphone {
        margin-bottom: 1.6rem !important;
        margin-left: -13rem !important;
    }

    .showcase_mt4 .device {
        display: block;
        position: absolute;
        top: 500px;
        left: -3.5%;
    }

    .showcase_mt4 a.download-btn img {
        width: 150px;
    }

}

.showcase_mt4 h1.moible_title {
    margin: 0 0 0px 0;
    font-size: 26px;
    color: var(--theme-color);
}


.showcase_mt4 h1 {
    margin: 0 0 20px 0;
    color: #212121;
    font-weight: 600;
    font-size: 35px;
}

.showcase_mt4 p {
    margin-bottom: 25px;
    color: #212121;
    letter-spacing: 0.2px;
    text-align: justify;
}


.showcase_mt4 {
    margin-top: 15rem;
    background: #fff;
    background-size: cover;
    margin-bottom: 9rem;
}


.showcase_mt4 img.circle_smartphone {
    width: 120px;
    margin-bottom: -25px;
}


.showcase_mt42 {
    padding: 1rem 0 0.1rem 0 !important;
    margin: 13rem 0 5rem 0;
    background: #fafafa;
}


@media (max-width: 768px) {
    .showcase_mt42 {
        padding: 1rem 1.1rem 5rem 1.1rem !important;
        margin-top: 56.5rem;
        margin-bottom: 1rem;
    }

    .showcase_mt42 img.circle_computer {
        margin: 0 auto !important;
        text-align: center !important;
        margin-bottom: 1.6rem !important;
    }

    .showcase_mt42 img.MT4screen02 {
        margin-left: 0rem !important;
        margin-top: 0rem !important;
        padding-top: 8rem;
    }

}

.showcase_mt42 h1.moible_title {
    margin: 0 0 0px 0;
    font-size: 26px;
    color: var(--theme-color);
}


.showcase_mt42 h1 {
    margin: 0 0 20px 0;
    color: #212121;
    font-weight: 600;
    font-size: 35px;
}

.showcase_mt42 p {
    margin-bottom: 25px;
    color: #212121;
    letter-spacing: 0.2px;
    text-align: justify;
}


.showcase_mt42 img.MT4screen02 {
    margin-left: 6rem;
    margin-top: -1rem !important;
}

.showcase_mt42 img.circle_computer {
    width: 120px;
    margin-bottom: -2px;
    margin-left: -6rem;
}


/* ==========================================================================
Custom Slider Controls (Flickity)
========================================================================== */
.flickity-page-dots .dot {
    width: 22px;
    height: 22px;
    opacity: 0.4;
    background: #484a46;
    border: 1.3px solid #e4e4e4;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}

.flickity-page-dots .dot.is-selected {
    background: #212121;
}


/************************/
/*     07. Services     */
/************************/
.cards-2 {
    padding-top: 9.5rem;
    padding-bottom: 2.25rem;
    background-color: initial;
}


.cards-2 .section-title {
    margin-bottom: 0.5rem;
    text-align: center;
}

.cards-2 h2 {
    margin-bottom: 3.25rem;
    text-align: center;
}

.cards-2 .card {
    margin-bottom: 5.625rem;
    border: none;
    background-color: transparent;
}

.cards-2 .card-image img {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}

.cards-2 .news-list {
    border-radius: 0.375rem !important;
    /*border: 1px solid #08CFEE !important;*/
    background: var(--theme-color) !important;
}


.cards-2 .card-body {
    padding: 2.25rem 2rem 2.125rem 2rem;
    border: 1px solid #ebe8e8;
    border-bottom-left-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
    background-color: #fff;
}

.cards-2 .card-body .news-list-body {
    padding: 0 auto;
    margin-top: 2rem;
    height: 15.5rem !important;
    z-index: 9999999999999999999999999999999999999999;
}


.articles {
    margin-top: -2px;
    text-align: right;

}

.articles .article {
    display: table;
    margin: 5.5px 0 8.8px 0;
    border-bottom: 1px solid #fff;
    width: 100%;
    z-index: 9999999999;
}

.articles .article .content {
    float: left;
    letter-spacing: 0.3px;
}


.articles .article .content .title {
    font-size: 0.9em;
    text-align: left;
}

.articles .article .content .title a {
    color: #fff;
}

.articles .article .content .title a:hover {
    color: #c4e9ff;
}

.articles .article .content .date {
    font-size: 0.2rem;
    color: #fff;
    text-align: left;
    margin-top: -0.2rem;
}


.cards-2 a {
    text-decoration: none;
}

.cards-2 .news-list h3 {
    margin-top: -0.3rem;
    margin-bottom: 0.5rem;
    color: #fff;
}


.cards-2 .news-list h3:after {
    border-top: 2px solid transparent !important;
    border-image: linear-gradient(to right, rgb(8, 212, 242) 0%, rgb(8, 212, 242) 100%);
    border-image-slice: 1;
    content: '';
    display: block;
    width: 60px;
    border-width: 1px;
    margin: 10px auto 0;
}


.cards-2 h3 {
    margin-bottom: 0.75rem;
    text-align: center;
    color: #212121;
}

.cards-2 p {
    text-align: justify;
    margin-bottom: 0.9rem;
}

.cards-2 .list-unstyled {
    margin-bottom: 1.5rem;
}

.cards-2 .list-unstyled .fas {
    color: var(--theme-color);
    font-size: 0.5rem;
    line-height: 1.375rem;
}

.cards-2 .list-unstyled .media-body {
    margin-left: 0.625rem;
}


.cards-2 .button-container {
    margin-top: -1.375rem;
    text-align: center;
}


.cards-2 span {
    left: auto;
    right: 0px;
    background: url('../images/label_content.png?v=1.0.3') left top no-repeat;
    padding: 19px 5px 15px 17px;
}

.cards-2 b.newstext {
    position: absolute;
    right: 4%;
}

.cards-2 span {
    display: inline-block;
    width: auto;
    font-size: 15px;
    letter-spacing: 0.2px;
    color: #FFF;
    position: absolute;
    line-height: 1.2;
    left: 0px;
    top: 43px;
    background: url('../images/label_content.png?v=1.0.3') right top no-repeat;
    padding: 20px 17px 15px 5px;
    height: 100px;
    text-transform: uppercase;
}


.cards-2 span img {
    width: auto;
    position: absolute;
    right: 100%;
    top: -8px;
    margin-left: -3px;
    opacity: 1;
    left: 100%;
}


/*************************/
/*     08. Details 1     */
/*************************/


.accordion {
    background: #fafafa;
}

.accordion .area-1 {

    background: url('../images/device.png?v=1.0.3') center right no-repeat;
    background-size: 61%;
}

@media (max-width: 1600px) {
    .accordion .area-1 {
        background-size: 80%;
    }
}

.accordion .accordion-container {
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 6rem;
    padding-bottom: 1.1rem;
}

.accordion h2 {
    margin-bottom: 1.85rem;
}

.accordion .item {
    margin-bottom: 2.2rem;
}

.accordion h4 {
    margin-bottom: 0;
}

.accordion span[aria-expanded="true"] .circle-numbering,
.accordion span[aria-expanded="false"] .circle-numbering {
    display: inline-block;
    width: 2.25rem;
    height: 2.25rem;
    margin-right: 0.875rem;
    border: 0.125rem solid var(--theme-color);
    border-radius: 50%;
    background-color: var(--theme-color);
    color: #fff;
    font: 700 1rem/2.125rem "Montserrat", sans-serif;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    transition: all 0.2s ease;
}

.accordion span[aria-expanded="false"] .circle-numbering {
    border: 0.125rem solid #212121;
    background-color: transparent;
    color: #212121;
}

.accordion .item:hover span[aria-expanded="false"] .circle-numbering {
    border: 0.125rem solid var(--theme-color);
    color: var(--theme-color);
}

.accordion .accordion-title {
    display: inline-block;
    width: 70%;
    margin-top: 0.12rem;
    margin-bottom: 0.55rem;
    color: #212121;
    font: 700 1.25rem/1.75rem "Montserrat", sans-serif;
    vertical-align: middle;
    cursor: pointer;
    transition: all 0.2s ease;
}

.accordion .item:hover .accordion-title {
    color: var(--theme-color);
}

.accordion span[aria-expanded="true"] .accordion-title {
    color: var(--theme-color);
}

.accordion .accordion-body {
    margin-left: 3.15rem;
    text-align: justify;
}


/****************************/
/*     10. Testimonials     */
/****************************/
.slider {
    padding-top: 6.375rem;
    padding-bottom: 6.5rem;
    background-color: #fbfbfb;
}

.slider h2 {
    margin-bottom: 0.75rem;
    text-align: center;
}

.slider .slider-container {
    position: relative;
}

.slider .swiper-container {
    position: static;
    width: 90%;
    text-align: center;
}

.slider .swiper-button-prev:focus,
.slider .swiper-button-next:focus {
    /* even if you can't see it chrome you can see it on mobile device */
    outline: none;
}

.slider .swiper-button-prev {
    left: -0.5rem;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23787976'%2F%3E%3C%2Fsvg%3E");
    background-size: 1.125rem 1.75rem;
}

.slider .swiper-button-next {
    right: -0.5rem;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23787976'%2F%3E%3C%2Fsvg%3E");
    background-size: 1.125rem 1.75rem;
}

.slider .card {
    position: relative;
    border: none;
    background-color: transparent;
}

.slider .card-image {
    width: 6rem;
    height: 6rem;
    margin-right: auto;
    margin-bottom: 0.25rem;
    margin-left: auto;
    border-radius: 50%;
}

.slider .card .card-body {
    padding-bottom: 0;
}

.slider .testimonial-text {
    margin-bottom: 0.625rem;
}

.slider .testimonial-author {
    color: #484a46;
}


/**********************/
/*     11. Call Me    */
/**********************/
.form-1 {
    padding-top: 6.625rem;
    padding-bottom: 5.625rem;
    background-color: #153e52;
}

.form-1 .text-container {
    margin-bottom: 4rem;
}

.form-1 .section-title {
    margin-bottom: 0.5rem;
}

.form-1 h2 {
    margin-bottom: 1.375rem;
    color: #fff;
}

.form-1 .list-unstyled .fas {
    color: var(--theme-color);
    font-size: 0.5rem;
    line-height: 1.375rem;
}

.form-1 .list-unstyled .media-body {
    margin-left: 0.625rem;
}

.form-1 .label-control {
    color: #fff;
}

.form-1 .form-control-input,
.form-1 .form-control-select {
    border: 1px solid #39728f;
    background-color: #2a5d77;
    color: #fff;
}

.form-1 .form-control-textarea {
    border: 1px solid #39728f;
    background-color: #2a5d77;
    color: #fff;
}

.form-1 .form-control-input:focus,
.form-1 .form-control-input:hover,
.form-1 .form-control-select:focus,
.form-1 .form-control-select:hover,
.form-1 .form-control-textarea:focus,
.form-1 .form-control-textarea:hover {
    border: 1px solid #fff;
}

#lmsgSubmit.h3.text-center.tada.animated,
#lmsgSubmit.h3.text-center {
    color: #fff;
}

.form-1 .help-block.with-errors .list-unstyled {
    color: #dfe5ec;
}


/********************/
/*     14. Advantage     */
/********************/
.basic-2 {
    padding-top: 1.2rem;
    padding-bottom: 3rem;
    background-color: #fff;
    text-align: center;
}

@media (max-width: 768px) {
    .basic-2 {
        margin-top: -5rem;
    }
}

.basic-2 h2 {
    margin-top: 4.9rem;
    margin-bottom: 0.75rem;
    background: linear-gradient(to right, rgb(0, 99, 166), rgb(0, 99, 166), rgb(8, 212, 242));
    background: -webkit-linear-gradient(to right, rgb(0, 99, 166), rgb(0, 99, 166), rgb(8, 212, 242));
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.basic-2 .advantage {
    display: inline-block;
    min-width: 8.3rem;
    margin-right: 1rem;
    margin-bottom: 3rem;
    padding-top: 2rem;
    margin-left: 0.5rem;
    /*border: 1.9px solid #e1efff;
			border-radius: 10px;*/
}

.basic-2 .advantage:hover {
    border-radius: 10px;
    background: rgba(225, 239, 255, 0.3);
}


/* Hover Animation */
.basic-2 .image-wrapper {
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.basic-2 .image-wrapper img {
    margin: 0;
    transition: all 0.3s;
}


/* end of hover animation */

.basic-2 .advantage .p-large {
    margin-bottom: 0.25rem;
}

.basic-2 .advantage .advantage-title {
    margin-bottom: 2rem;
    color: #51534f;
    letter-spacing: 0.6px;
    font: 600 1.1rem/1.375rem "Montserrat", sans-serif;
}

.basic-2 .fa-stack {
    width: 1.8rem;
    height: 1.8rem;
    margin-right: 0.125rem;
    margin-left: 0.125rem;
}

.basic-2 .fa-stack .hexagon {
    position: absolute;
    left: 0;
    width: 1.2rem;
    height: 1.2rem;
    background: url('../images/hexagon-green.png?v=1.0.3') center center no-repeat;
    background-size: 1.75rem 1.75rem;
}

.basic-2 .fa-stack:hover .hexagon {
    background: url('../images/hexagon-white.png?v=1.0.3') center center no-repeat;
    background-size: 1.2rem 1.2rem;
}

.basic-2 .fa-stack-1x {
    font-size: 0.6875rem;
    line-height: 1.75rem;
    color: #fff;
}

.basic-2 .fa-stack:hover .fa-stack-1x {
    color: #487aaa;
}


@media (max-width: 768px) {
    .basic-2 .advantage {
        display: inline-block;
        margin-bottom: 0.8rem;
        padding-top: 0.6rem;
    }

    .basic-2 .advantage .advantage-title {
        font: 600 1.03rem/1.375rem "Montserrat", sans-serif;
    }
}


/********************/
/*     14. Advantage-product     */
/********************/
.basic-product {
    padding-top: 0rem;
    padding-bottom: 0rem;
    background-color: var(--theme-color);
    text-align: center;
    margin-bottom: 6rem;
}

.basic-product h2 {
    margin-top: 3.3rem;
    margin-bottom: 1.8rem;
    color: #fff;
}

.basic-product .advantage {
    display: inline-block;
    min-width: 8.3rem;
    margin-right: 1rem;
    margin-bottom: 1.4rem;
    padding-top: 2rem;
    margin-left: 0.5rem;
    /*border: 1.9px solid #e1efff;
			border-radius: 10px;*/
}

.basic-product.advantage:hover {
    border-radius: 10px;
    background: rgba(225, 239, 255, 0.3);
}


/* Hover Animation */
.basic-product .image-wrapper {
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.basic-product .image-wrapper img {
    margin: 0;
    transition: all 0.3s;
}


/* end of hover animation */

.basic-product .advantage .p-large {
    margin-bottom: 0.25rem;
}

.basic-product .advantage .advantage-title {
    margin-bottom: 2rem;
    color: #fff;
    letter-spacing: 0.6px;
    font: 600 1.1rem/1.375rem "Montserrat", sans-serif;
}

.basic-product .fa-stack {
    width: 1.8rem;
    height: 1.8rem;
    margin-right: 0.125rem;
    margin-left: 0.125rem;
}

.basic-product .fa-stack .hexagon {
    position: absolute;
    left: 0;
    width: 1.2rem;
    height: 1.2rem;
    background: url('../images/hexagon-green.png?v=1.0.3') center center no-repeat;
    background-size: 1.75rem 1.75rem;
}

.basic-product .fa-stack:hover .hexagon {
    background: url('../images/hexagon-white.png?v=1.0.3') center center no-repeat;
    background-size: 1.2rem 1.2rem;
}

.basic-product .fa-stack-1x {
    font-size: 0.6875rem;
    line-height: 1.75rem;
    color: #fff;
}

.basic-product .fa-stack:hover .fa-stack-1x {
    color: #487aaa;
}


@media (max-width: 768px) {
    .basic-product .advantage {
        display: inline-block;
        margin-bottom: 0.8rem;
        padding-top: 0.6rem;
    }

    .basic-product .advantage .advantage-title {
        font: 600 1.03rem/1.375rem "Montserrat", sans-serif;
    }
}


/********************/
/*  14. other page Advantage */
/********************/
.basic-3 {
    margin-top: 0rem;
    padding-bottom: 3rem;
    background-color: #fff;
    text-align: center;
}


.basic-3 .advantage {
    display: inline-block;
    min-width: 12rem;
    margin-right: 1rem;
    margin-bottom: 3.5rem;
    padding-top: 1.6rem;
    margin-left: 0.5rem;
    text-align: left;
    vertical-align: top;
    /*border: 1.9px solid #e1efff;
			border-radius: 10px;*/
}

.basic-3 .advantage:hover {
    border-radius: 10px;
    background: rgba(225, 239, 255, 0);
}


/* Hover Animation */
.basic-3 .image-wrapper {
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.basic-3 .image-wrapper img {
    margin: 0;
    transition: all 0.3s;
    width: 60px;
    left: 0;
}


/* end of hover animation */

.basic-3 .advantage p {
    margin-bottom: 0.25rem;
    text-align: justify;
    letter-spacing: 0.3px;
}

.basic-3 .advantage .advantage-title {
    margin-bottom: 1.1rem;
    color: #212121;
    letter-spacing: 0.6px;
    font: 600 1.26rem/1.475rem "Montserrat", sans-serif;
}


.basic-3 .fa-stack {
    width: 1.8rem;
    height: 1.8rem;
    margin-right: 0.125rem;
    margin-left: 0.125rem;
}

.basic-3 .fa-stack .hexagon {
    position: absolute;
    left: 0;
    width: 1.2rem;
    height: 1.2rem;
    background: url('../images/hexagon-green.png?v=1.0.3') center center no-repeat;
    background-size: 1.75rem 1.75rem;
}

.basic-3 .fa-stack:hover .hexagon {
    background: url('../images/hexagon-white.png?v=1.0.3') center center no-repeat;
    background-size: 1.2rem 1.2rem;
}

.basic-3 .fa-stack-1x {
    font-size: 0.6875rem;
    line-height: 1.75rem;
    color: #fff;
}

.basic-3 .fa-stack:hover .fa-stack-1x {
    color: #487aaa;
}


.basic-3 .metalsAdvantage {
    width: 14rem !important;
}

@media (max-width: 768px) {

    .basic-3 .metalsAdvantage {
        width: 18.5rem !important;
    }

    .basic-3 .advantage {
        display: inline-block;
        margin-bottom: 0.8rem;
        padding-top: 1.2rem;
    }

    .basic-3 .advantage .advantage-title {
        font: 600 1.13rem/1.375rem "Montserrat", sans-serif;
        margin: 0.7rem 0 0.65rem 0;
    }

    .basic-3 .image-wrapper {
        overflow: hidden;
        margin-bottom: 0.7rem;
    }

    .basic-3 {
        margin-top: -5rem;
        padding-bottom: 5rem;
    }
}


/*********************/
/*     15. About     */
/*********************/


@media (max-width: 768px) {

    .counter .image-container img {
        width: 75%;
        margin: 0 auto;
    }


}

.counter {
    padding-top: 3.5rem;
    padding-bottom: 6.25rem;
}

.counter .image-container {
    margin-bottom: 3rem;
    width: 592px;
    margin-left: -50px;
}

.counter .image-container img {
    margin-top: 30px;
}

.counter .section-title {
    margin-bottom: 0.5rem;
    margin-top: 2.5rem;
}


.counter h2 {
    margin-bottom: 1.375rem;
}

.counter .text-container {
    margin-top: 20px;
}

.counter .text-container p {
    text-align: justify;
}

.counter .text-container a.btn-solid-lg {
    margin-bottom: 1.8rem;
}

.counter .text-container a.btn-solid-lg:hover {
    color: #fff;
    background-color: var(--theme-color);
}


.counter .list-unstyled {
    margin-bottom: 2.6rem;
}

.counter .list-unstyled .fas {
    color: var(--theme-color);
    font-size: 0.5rem;
    line-height: 1.375rem;
}

.counter .list-unstyled .media-body {
    margin-left: 0.625rem;
}

.counter #counter {
    text-align: left;
}

.counter #counter .cell {
    display: inline-block;
    width: 10.9rem;
    margin-bottom: 0.75rem;
}

.counter #counter .cell-two {
    margin-left: -69px;
    margin-right: 3.5px;
}

.counter #counter .counter-value {
    display: inline-block;
    margin-bottom: 0.125rem;
    color: var(--theme-color);
    font: 700 2.875rem/3.25rem "Montserrat", sans-serif;
    vertical-align: middle;
}

.counter #counter .counter-info {
    display: inline-block;
    margin-left: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    vertical-align: middle;
}


/***********************/
/*     16. Contact     */
/***********************/
.form-2 {
    padding-top: 6.625rem;
    padding-bottom: 5.625rem;
    background-color: #fbfbfb;
}

.form-2 .text-container {
    margin-bottom: 3rem;
}

.form-2 .section-title {
    margin-bottom: 0.5rem;
}

.form-2 h2 {
    margin-bottom: 1.375rem;
}

.form-2 .list-unstyled {
    margin-bottom: 2.25rem;
    font-size: 1rem;
    line-height: 1.625rem;
}

.form-2 .list-unstyled .fas,
.form-2 .list-unstyled .fab {
    margin-right: 0.5rem;
    font-size: 0.875rem;
    color: var(--theme-color);
}

.form-2 .list-unstyled .fa-phone {
    vertical-align: 3%;
}

.form-2 h3 {
    margin-bottom: 1rem;
}

.form-2 .fa-stack {
    margin-right: 0.25rem;
    margin-bottom: 0.75rem;
    margin-left: 0.125rem;
    width: 3.25rem;
    height: 3.25rem;
}

.form-2 .fa-stack .hexagon {
    position: absolute;
    width: 3.25rem;
    height: 3.25rem;
    background: url('../images/hexagon-green.svg?v=1.0.3') center center no-repeat;
    background-size: 3.25rem 3.25rem;
    transition: all 0.2s ease;
}

.form-2 .fa-stack:hover .hexagon {
    background: url('../images/hexagon-white.svg?v=1.0.3') center center no-repeat;
    background-size: 3.25rem 3.25rem;
}

.form-2 .fa-stack-1x {
    font-size: 1.5rem;
    line-height: 3.25rem;
    color: #fff;
    transition: all 0.2s ease;
}

.form-2 .fa-stack:hover .fa-stack-1x {
    color: #487aaa;
}

/**********************/
/*     17. Footer     */
/**********************/
.footer {
    padding: 2.7rem 0 80px 0;
    background-color: #12100F;
    color: rgba(255, 255, 255, 0.7);
}

.footer .b1 {
    display: flex;
    align-items: center;
}

.footer .t1 {
    margin-left: 24px;
}

.footer .divider {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    margin-top: 40px;
}

.footer .arg {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.footer .arg a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
}

/*************************/
/*     18. Copyright     */
/*************************/
/* .copyright {
		padding-top: 0.8rem;
		padding-bottom: 3.76rem;
		background-color: #12100F;
		text-align: center;
	}

		.copyright p.p-small,
		.copyright a {
			color: #fff;
			font-size: 13px;
			text-decoration: none;
			letter-spacing: 0.2px;
		}

		.copyright p.warning {
			text-align: left;
			text-align: justify;
			margin-bottom: 3.5rem;
			font-size: 0.8em;
			letter-spacing: 0.1px;
		} */


/**********************************/
/*     19. Back To Top Button     */
/**********************************/
a.back-to-top {
    position: fixed;
    z-index: 999;
    right: 0.72rem;
    bottom: 4.5rem;
    display: none;
    width: 48px;
    height: 48px;
    background: url("../images/back-top.png?v=1.0.3") no-repeat center 100%;
    text-indent: -9999px;
}


@media (max-width: 768px) {
    a.back-to-top {
        right: 1.8rem;
        bottom: 5.55rem;
        display: none;
    }

    a:hover.back-to-top {
        right: 1.8rem;
        bottom: 5.55rem;
    }
}


/***************************/
/*     20. Extra Pages     */
/***************************/


.ex-basic-2 h2.product_title {
    margin-bottom: 2.5rem;
}

.ex-basic-2 h2.product_title:after {
    border-top: 2px solid transparent !important;
    border-image: linear-gradient(to right, var(--near-theme-color) 0%, var(--theme-color) 100%);
    border-image-slice: 1;
    content: '';
    display: block;
    width: 110px;
    border-width: 1px;
    margin: 20px auto 0;
}

.ex-basic-2 h2.h2_title {
    margin-bottom: 2.5rem;
}

.ex-basic-2 h2.h2_title:after {
    border-top: 2px solid transparent !important;
    border-image: linear-gradient(to right, var(--near-theme-color) 0%, var(--theme-color) 100%);
    border-image-slice: 1;
    content: '';
    display: block;
    width: 110px;
    border-width: 1px;
    margin: 20px auto 0;
}


@media (max-width: 768px) {
    .ex-basic-2 h2.product_title:after {
        border-width: 0.5px;
    }

    @media (max-width: 768px) {
        .ex-basic-2 h2.h2_title:after {
            border-width: 0.5px;
        }
    }

}


/*metals*/

.metals {
    background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.01), rgba(255, 255, 255, 0)), url('../images/otherpage/metals/metals-header-background.jpg?v=1.0.3') center center no-repeat;
    background-size: cover;
}

/*forex*/
.forex {
    background: linear-gradient(rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0)), url('../images/otherpage/forex/forex-header-background.jpg?v=1.0.3') center center no-repeat;
    background-size: cover;
}

.forex_term table {
    margin: 0 auto;
    width: 100%;
    border-collapse: separate;
    border-radius: 9px;
    border-top: solid 2px #fff;
    border-bottom: solid 2px #fff;
    margin-bottom: 4.7rem;
    border-spacing: 0px 8px;
}

@media (max-width: 768px) {

    .forex_term {
        margin: 0 auto;
    }

    .forex_term table {
        width: 350px;
    }

    .forex_term table th {
        font-size: 0.85rem;
        padding: 0.5rem 1.3rem 0.5rem 1.3rem;
    }

    .forex_term table tr td {
        font-size: 0.85rem !important;
        padding: 0.5rem 1rem 0.5rem 1rem;
    }
}

@media (min-width: 769px) {
    .forex_term table {
        width: 835px;
    }
}

.forex_term table tr:last-child {
    border-bottom: none;
}

.forex_term table th {
    position: relative;
    width: 30%;
    background-color: var(--theme-color);
    color: white;
    text-align: center;
    padding: 11px 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    font-weight: 400;
}

.forex_term table th:after {
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top: calc(50% - 8px);
    right: -8.5px;
    border-left: 9px solid var(--theme-color);
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
}

.forex_term table td {
    text-align: left;
    width: 70%;
    text-align: center;
    background-color: #f5f5f5;
    padding: 11px 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    color: #212121;
    letter-spacing: 0.5px;
    font-size: 0.93rem;
}

.forex_term {
    margin: 20px auto;
    align-items: center;
    width: 100%;
}


/*oil*/
.oil {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1)), url('../images/otherpage/oil/oil-header-background.png?v=1.0.3') center center no-repeat;
    background-size: cover;
}

/*trading_rules*/

.trading_rules {
    background: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.16)), url('../images/otherpage/trading_rules/trading-rules-header-background.jpg?v=1.0.3') center center no-repeat;
    background-size: cover;
}


/*trading_operations*/

.operations {
    background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.0)), url('../images/otherpage/trading_operations/trading-operations-header-background1.jpg?v=1.0.3') center center no-repeat;
    background-size: cover;
}


/*deposit_withdraw_process*/

.deposit_withdraw {
    background: linear-gradient(rgba(0, 0, 0, 0.39), rgba(0, 0, 0, 0.0)), url('../images/otherpage/deposit_withdraw/deposit_withdraw-header-background.jpg?v=1.0.3') center center no-repeat;
    background-size: cover;
}

.deposit_withdraw_process {
    margin: 0 auto;
    text-align: center;
}

.deposit_withdraw_rules {
    border: solid rgba(215, 215, 215, 0.15) 1px;
    background: #fafafa;
    border-radius: 0.65rem;
    padding: 1rem 2.6rem;
    text-align: justify;
    margin: 0 10.2rem;
    margin-top: 3.5rem;
    letter-spacing: 0.5px;
    margin-bottom: 3rem;
}

@media (max-width: 768px) {
    .deposit_withdraw_rules {
        margin: 0rem 0.18rem;
        margin-top: 3rem;
        margin-bottom: 3rem;
        padding: 1rem 1.3rem;
        letter-spacing: 0.3px;
    }

    .deposit_withdraw_rules p {
        line-height: 1.75rem !important;
        letter-spacing: 0.3px;
    }
}


.deposit_withdraw_rules h5 {
    color: var(--theme-color);
    font-size: 17px;
    margin: 1rem 0 -0.2rem 0;
}


.deposit_withdraw_rules p {
    line-height: 2rem;
    font-size: 14px;
    letter-spacing: 0.2px;
}


a.deposit_withdraw_btn {
    background: #c2132c !important;
    font-size: 1.35rem;
    display: inline-block;
    padding: 1.34rem 2.6rem 1.34rem 2.6rem;
    color: #fff;
    font: 1.35rem/0 "Montserrat", sans-serif;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.2s;
    letter-spacing: 3.1px !important;
    border-radius: 2rem;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 3.5rem;
}


a.deposit_withdraw_btn:hover {
    background-color: var(--theme-color) !important;
}


/*profit_calculation*/
.calculation {
    background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.0)), url('../images/otherpage/profit_calculation/profit_calculation-header-background.jpg?v=1.0.3') center center no-repeat;
    background-size: cover;
}

/*Account_Opening_Guidelines*/

.rules-area {
    padding-top: 40px;
    padding-bottom: 85px;
}


.rules-area .collection-menu .collection-title {
    background: rgba(0, 0, 0, 0) !important;
    font-size: 27px;
    font-weight: 800;
    color: var(--theme-color);
    padding: 10.5px 15px;
    letter-spacing: 0.7px;
    border-radius: 0px;
    vertical-align: middle;
}

.rules-area .collection-menu {
    margin: 0 0.6rem;
    margin-bottom: 1.3rem;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rules-area .collection-menu .collection-title {
        font-size: 20px;
        padding: 15px 10px;
    }
}

@media (max-width: 768px) {
    .rules-area .collection-menu .collection-title {
        font-size: 29px;
        padding: 15px 8px;
        margin-left: 3rem;
        margin-right: 3rem;
    }

    .rules-area .collection-menu .flex-column {
        margin-left: 3rem;
        margin-right: 3rem;
    }

    .rules-area .collection-menu .nav a.active {
        font-size: 18px;
    }

    .rules-area .collection-menu .nav a {
        border-left: 4px solid #ffffff !important;
    }

}

.rules-area .collection-menu .nav a {
    border-radius: 0px;
    margin-bottom: -5px;
    line-height: 41px;
    background-color: #fff;
    letter-spacing: 1.5px;
    text-decoration: none;
    font-size: 17.5px;
    font-weight: 600;
    color: #1a1a1a;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    border-left: 4px solid #f1f1f1;
}

.rules-area .collection-menu .nav a:hover {
    color: #444;
    background: #fff;
}


.rules-area .collection-menu .nav a.active {
    background: rgba(196, 233, 255, 0);
    border-left: 4px solid transparent;
    border-image: linear-gradient(to bottom, var(--near-theme-color) 0%, var(--theme-color) 100%);
    border-image-slice: 1;
    font-size: 21px;
    color: var(--theme-color);
}


#rules .tab-content .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    line-height: 19.1px;
}

#rules .tab-content .table td {
    vertical-align: middle;
}


#rules .tab-content .inpage_table {
    color: #0D5B80;
    font-size: 0.843rem;
    vertical-align: middle;
    letter-spacing: 0.1px;
}

#rules .tab-content .inpage_table .side_title {
    border-right: 1px solid #f5f5f5;
    font-size: 0.858rem;
    letter-spacing: 1px;
}


#rules .tab-content .inpage_table tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

#rules .tab-content .inpage_table .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #f5f5f5;
    vertical-align: middle;
}


#rules .tab-content .inpage_table tbody {
    display: table-row-group;
    vertical-align: middle;
    text-align: center;
}


#rules .tab-content .footnote_red {
    color: #c2132c;
}


#rules .rules-p {
    margin-top: 2rem;
}

#rules .rules-p .bullet_point {
    font-size: 0.955rem;
    text-align: justify;
    padding: 0 52px;
}


@media (max-width: 768px) {
    #rules .rules-p .bullet_point {
        padding: 0 2.29rem;
    }

    #rules .rules-p .bluetext {
        margin: 0 auto;
    }
}


#rules .rules-p .bluetext {
    margin: 2.5rem 0;
    font-size: 0.955rem;
    color: var(--theme-color);
    padding: 0 35px;
    font-weight: 600;
}


#rules .rules-p .bullet_point::before {
    content: "/";
    margin: 0;
    padding: 0;
    font-weight: 900;
    color: var(--theme-color);
    font-size: 22px;
    display: block;
    position: absolute;
    box-sizing: inherit;
    margin-left: -1rem;
    width: 3rem;
}


#rules .rules-p .bluetext {
    background: url(../images/bullet.png?v=1.0.3) no-repeat 0 5px;
}


.trading_operations {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1.3125rem;
    border-top: solid 2px var(--theme-color);
    border-bottom: solid 2px var(--theme-color);
    border-collapse: collapse;
    text-indent: initial;
    border-spacing: 2px;
    margin-left: 2rem;
    margin-right: 2rem;
}

.trading_operations img {
    margin-top: 6rem;
    margin-left: 1.2rem;
}


.trading_operations h4 {
    color: var(--theme-color);
    margin-top: 2rem;
    margin-bottom: 1.6rem;
    margin-left: -0.7rem;
    line-height: 30px;
    letter-spacing: 0.1px;
    text-align: justify;
}

.trading_operations p {
    text-align: justify;
    font-size: 0.95rem;
    line-height: 27px;
    letter-spacing: 0.43px;
    text-align: justify;
    margin-left: -0.7rem;
}


.point {
    background: #f5f5f5;
}


.point p {
    color: var(--theme-color);
    margin: 3.8rem 0rem;
    padding: 1.5rem;
    font-weight: 600;
    line-height: 30px;
}

@media (max-width: 768px) {
    .point p {
        padding: 0.9rem;
    }

    .trading_operations img {
        margin-top: 0rem;
        margin-left: 0rem;
    }
}


.deposit_withdraw_process h4 {
    margin-top: 2rem;
    margin-bottom: 1.6rem;
    margin-left: 1.2rem;
}


.deposit_withdraw_process h4::before {
    content: "/";
    margin: 0;
    padding: 0;
    font-weight: 900;
    color: var(--theme-color);
    font-size: 22px;
    display: block;
    position: absolute;
    box-sizing: inherit;
    margin-left: -1rem;
    width: 3rem;
}


.deposit_withdraw_process {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1.3125rem;
    border-top: solid 2px var(--theme-color);
    border-bottom: solid 2px var(--theme-color);
    border-collapse: collapse;
    text-indent: initial;
    border-spacing: 2px;
    margin-left: 2rem;
    margin-right: 2rem;
}


.profit_calculation {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1.3125rem;
    border-top: solid 2px var(--theme-color);
    border-bottom: solid 2px var(--theme-color);
    border-collapse: collapse;
    text-indent: initial;
    border-spacing: 2px;
    margin-left: 2rem;
    margin-right: 2rem;
}

.profit_calculation h4 {
    margin-top: 2rem;
    margin-bottom: 1.6rem;
    margin-left: 1.2rem;
}


.profit_calculation h4::before {
    content: "/";
    margin: 0;
    padding: 0;
    font-weight: 900;
    color: var(--theme-color);
    font-size: 22px;
    display: block;
    position: absolute;
    box-sizing: inherit;
    margin-left: -1rem;
    width: 3rem;
}


.profit_calculation .formula {
    font-size: 0.955rem;
    text-align: justify;
    padding: 0 0.1rem;
}

.profit_calculation img.profit {
    width: 78%;
    padding: 1rem 0;
    margin-top: 0.2rem;
    display: block;
    vertical-align: top;
    margin: 0 auto;
}


@media (max-width: 768px) {
    .profit_calculation img.profit {
        width: 100%;
        margin-top: 1rem;
    }
}


.process {
    display: inline-block;
    text-align: center;
    margin: 0.3rem;
    margin-top: 0.9rem;
}

.process .image-wrapper {
    margin: 0 auto;
    text-align: center;
}


.process .image-wrapper img {
    width: 370px !important;
}


.process .p-large {
    margin-bottom: 0.25rem;
}

.process .process-title {
    margin-bottom: 2rem;
    color: #212121;
    letter-spacing: 0.6px;
    font: 600 1rem/3.175rem "Montserrat", sans-serif;
}


@media (max-width: 768px) {
    .process {
        display: inline-block;
        margin: 0 auto;
        padding-top: 0.6rem;
        min-width: 9rem;
    }

    .process.advantage-title {
        font: 600 1.03rem/1.375rem "Montserrat", sans-serif;
    }
}


/*MT4_platform*/

.MT4 {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.0)), url('../images/otherpage/MT4_platform/mt4-header-background.jpg?v=1.0.3') center center no-repeat;
    background-size: cover;
}


img.MT4screen01 {
    width: 49%;
    margin-bottom: 3rem;
}

img.MT4screen02 {
    width: 100%;
}

@media (max-width: 768px) {
    .device02 {
        top: 0px;
        left: -26px !important;
        margin: 3rem 0 !important;
        z-index: 999;
    }

    img.MT4screen01 {
        width: 100%;
        margin-bottom: 3rem;
    }

    img.MT4screen02 {
        width: 100%;
    }
}


.device02 {
    display: block;
    position: relative;
    top: 0px;
    left: 0;
    min-height: 731px;
    width: 368px;
    margin: 0 auto;
}

.device02::after {
    content: "";
    background: url('../images/iphone-skeleton.png?v=1.0.3') center center no-repeat;
    position: absolute;
    min-height: 731px;
    width: 368px;
}


.device02 .device-content {
    position: absolute;
    display: inline-block;
    top: 117px;
    left: 44px;
    width: 283px;
    height: 603px;
    background: rgba(0, 0, 0, 0.3);
}

.device02 .device-content img {
    width: 283px;
    height: 606px;
}


@media (max-width: 768px) {
    .cards-MT4 {
        margin-top: 24rem !important;
    }
}

.cards-MT4 {
    padding-top: 1.8rem;
    padding-bottom: 5.8rem;
    margin: 0 auto;
    text-align: center;
}


.cards-MT4 .card {
    margin-bottom: 2.5rem;
    border: none;
    text-align: center;
    margin: 0 0rem;
    align-items: center;
}

.cards-MT4 .row {
    margin-top: 1.2rem;
}


.cards-MT4 .fa-stack {
    width: 50%;
    height: 6rem;
    margin: 0 auto;
    margin-bottom: 2.2rem;
    text-align: center;
}

.cards-MT4 .fa-stack .hexagon {
    position: absolute;
    width: 6rem;
    height: 6rem;
    background-position: center center;
    background-size: 6rem 6rem;
    text-align: center;
}

.cards-MT4 .fa-stack-1x {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.cards-MT4 .fa-stack i img {
    text-align: center;
    width: 120px;
}

.cards-MT4 .card .card-body {
    padding: 0;
    margin-bottom: 12px;
}


.cards-MT4 .card a {
    text-decoration-line: none;
    letter-spacing: 0.3px;
}


.cards-MT4 h4.card-title {
    margin-top: 16px;
    font-size: 23px;
    color: var(--theme-color);
    line-height: 35px;
}

.cards-MT4 .card .card-body p {
    margin-top: 11px;
    letter-spacing: 0.5px;
    font-size: 15.7px;
    text-align: left;
}


.cards-MT4 .IB-row {
    margin-top: 3rem;
    margin-bottom: 5.5rem;
}


@media (max-width: 768px) {
    .cards-MT4 .card {
        margin-top: 2rem;
        margin-bottom: 1.3rem;
    }

    .cards-MT4 .IB-row {
        margin-top: -0.89rem !important;
        margin-bottom: 0.3rem;
    }

    .cards-MT4 .row {
        margin-top: -2rem;
    }
}


/*form_download*/

.form_download {
    background: linear-gradient(rgba(0, 0, 0, 0.89), rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.0)), url('../images/otherpage/form_download/form-download-header-background.jpg?v=1.0.3') center center no-repeat;
    background-size: cover;
}


/*economic_calendar*/

.economic_calendar {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.0)), url('../../images/otherpage/market_news/market-news-header-background.jpg?v=1.0.3') center center no-repeat;
    background-size: cover;
}


.calendar {
    width: 100%;
    max-width: 100%;
    min-height: 1180px;
    margin-bottom: 1.3125rem;
    border-top: solid 2px var(--theme-color);
    border-bottom: solid 2px var(--theme-color);
    border-collapse: collapse;
    text-indent: initial;
    border-spacing: 2px;
    margin-left: 2rem;
    margin-right: 2rem;
}


.calendar p {
    text-align: justify;
    font-size: 0.95rem;
    line-height: 30px;
    letter-spacing: 0.45px;
    text-align: justify;
    margin: 1.8rem 0 2.5rem 0;
}

.calendar iframe {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    width: 100%;
    height: 990px;
}


.market {
    width: 100%;
    max-width: 100%;
    min-height: 945px;
    margin-bottom: 1.3125rem;
    border-top: solid 2px var(--theme-color);
    border-bottom: solid 2px var(--theme-color);
    border-collapse: collapse;
    text-indent: initial;
    border-spacing: 2px;
    margin-left: 2rem;
    margin-right: 2rem;
}


.market p {
    text-align: justify;
    font-size: 0.95rem;
    line-height: 30px;
    letter-spacing: 0.45px;
    text-align: justify;
    margin: 1.8rem 0 2.5rem 0;
}

.market iframe {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    width: 100%;
    height: 790px;
}


.news {
    width: 100%;
    max-width: 100%;
    min-height: 949px;
    margin-bottom: 1.3125rem;
    border-top: solid 2px var(--theme-color);
    border-bottom: solid 2px var(--theme-color);
    border-collapse: collapse;
    text-indent: initial;
    border-spacing: 2px;
    margin-left: 2rem;
    margin-right: 2rem;
    padding: 2rem 0;
}


.news p {
    text-align: justify;
    font-size: 0.95rem;
    line-height: 30px;
    letter-spacing: 0.45px;
    text-align: justify;
    margin: 1.8rem 0 2.5rem 0;
}

.news iframe {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    width: 100%;
    height: 790px;
}


#realtime_news .first_news {
    width: 100%;
    display: table;
}

#realtime_news > div, .static_content {
    padding: 10px;
}

#realtime_news .first_news .date {
    float: left;
    width: 30px;
    text-align: center;
    margin-right: 4.6rem;
    margin-left: -.4rem;
}


#realtime_news .first_news .date .month {
    color: var(--theme-color);
    font-size: 1em;
    padding-bottom: 3px;
    border-right: 3px solid #337ab7;
    width: 50px;
    margin: auto;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
}

#realtime_news .first_news .date .day {
    font-size: 3.3em;
    width: 1px;
    margin: auto;
    margin-top: 1.5rem;
    color: transparent;
}


#realtime_news .first_news .date .day b {
    font-size: 1.1em;
    font-weight: 600;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    background: linear-gradient(-135deg, rgb(0, 99, 166), rgb(0, 99, 166), rgb(8, 212, 242));
    background: -webkit-linear-gradient(-135deg, rgb(0, 99, 166), rgb(0, 99, 166), rgb(8, 212, 242));
    background-clip: text;
    -webkit-background-clip: text;
}


#realtime_news .first_news .news_image {
    float: left;
    width: 231px;
    margin-right: 20px;
    display: none;
}

#realtime_news .first_news .content {
    float: left;
    width: calc(100% - 60px - 40px);
}

#realtime_news .first_news .content .title {
    font-weight: bold;
    font-size: 1.5em;
    line-height: 33px;
    margin: 1rem 0;
    text-align: justify;
}


#realtime_news .first_news .content .title a {
    color: #337ab7;
    text-decoration: none;
    background-color: transparent;
}

#realtime_news .first_news .content .desc {
    font-size: 0.9em;
    line-height: 24px;
    padding-bottom: 12px;
    border-bottom: 1px solid #d8d8d8;
    letter-spacing: 0.3px;
    text-align: justify;
}


.visible-lg, .visible-md, .visible-sm, .visible-xs {
    display: none !important;
}

#realtime_news .more {
    font-size: 0.9em;
    text-align: right;
    line-height: 40px;
    padding-bottom: 2.3rem;
    padding-top: 0;
    padding-right: 0.1rem;
    text-decoration: none;
    letter-spacing: 0.3px;
}

#realtime_news .readmore {
    font-size: 0.9em;
    text-align: right;
    line-height: 20px;
    padding-top: 0;
    padding-right: 0.1rem;
    text-decoration: none;
    letter-spacing: 1px;
    margin: 0 auto;
    text-align: center;

}


#realtime_news .bluetext a {
    color: #fff;
    background: var(--theme-color);
    line-height: 27px;
    text-decoration: none;
    padding: 0.2rem 1.14rem;
    border-radius: 1rem;
}

#realtime_news .bluetext a:hover {
    background: var(--theme-color);
}


#realtime_news .readmoretext a {
    color: #FFF;
    background: var(--theme-color);
    padding: 0.2rem 1.14rem;
    line-height: 27px;
    border-radius: 1rem;
    text-decoration: none;
}

#realtime_news .readmore a:hover {
    background: var(--theme-color);
}


@media (max-width: 768px) {

    #realtime_news .more {
        margin-top: 0.5rem;
    }


    #realtime_news .first_news .content .mobile_date {
        margin-right: 5px;
        font-weight: normal;
        color: #999;
        font-size: 0.8em;
    }

    #realtime_news .first_news .date .day b {
        font-size: 0.65em;
    }

    .visible-xs {
        display: block !important;
    }

    #realtime_news .first_news .date {
        width: 3px;
    }

    #realtime_news .first_news .content {
        margin-left: -1rem;
        float: left;
        width: calc(100% - 60px - 30px);
    }

    #realtime_news .first_news .date .month {
        color: var(--theme-color);
        font-size: 0.85em;
        padding-bottom: 3px;
        border-right: 2px solid #337ab7;
        width: 45px;
        margin-bottom: -1.15rem;
        text-transform: uppercase;
        letter-spacing: 0.04rem;
    }

    #realtime_news .readmore {
        margin: 0 auto;
        text-align: center;
    }

}


/*market_news*/

.market_news {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.0)), url('../../images/otherpage/market_news/market-news-header-background.jpg?v=1.0.3') center center no-repeat;
    background-size: cover;
}


/*investment_learning*/

.investment {
    background: linear-gradient(rgba(0, 0, 0, 0.49), rgba(0, 0, 0, 0.29), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.0)), url('../../images/otherpage/investment_learning/investment-learning-header-background.jpg?v=1.0.3') center center no-repeat;
    background-size: cover;
}


.learning_forex {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1.3125rem;
    border-top: solid 2px var(--theme-color);
    border-bottom: solid 2px var(--theme-color);
    border-collapse: collapse;
    text-indent: initial;
    border-spacing: 2px;
    margin-left: 2rem;
    margin-right: 2rem;
    text-align: center;
}

.learning_forex h2 {
    margin: 0 auto !important;
    color: var(--theme-color);
    font-size: 22.5px;
    text-align: left;
}


.learning_forex p {
    text-align: justify;
    font-size: 0.95rem;
    line-height: 30px;
    letter-spacing: 0.45px;
    text-align: justify;
    margin: 1.1rem 0 2.5rem 0;
}

.learning_forex p.term {
    line-height: 38px;
}


@media (max-width: 768px) {

    .learning_forex p.term {
        line-height: 31px;
    }
}


.learning_forex img.forex_img {
    text-align: center;
    margin-top: 1.3rem;
    margin-bottom: 4.6rem;
    border-radius: 1rem;
}


.learning_metals {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1.3125rem;
    border-top: solid 2px var(--theme-color);
    border-bottom: solid 2px var(--theme-color);
    border-collapse: collapse;
    text-indent: initial;
    border-spacing: 2px;
    margin-left: 2rem;
    margin-right: 2rem;
}

.learning_metals h2 {
    margin: 0 auto !important;
    color: var(--theme-color);
    font-size: 22.5px;
}


.learning_metals h1 {
    font-size: 28px;
    color: #BA9657;
}


.metals_bottom {
    margin-top: -16rem;
}


.learning_metals p {
    text-align: justify;
    font-size: 0.95rem;
    line-height: 30px;
    letter-spacing: 0.45px;
    text-align: justify;
    margin: 1.1rem 0 2.5rem 0;
}


.learning_metals img.gold {
    border-radius: 1rem;
}

.learning_metals img.egg {
    position: absolute;
    bottom: 0;
    right: 1rem;
}

@media (max-width: 768px) {

    .learning_metals img.egg {
        display: none;
    }


    .metals_bottom {
        margin-top: 0rem;
    }
}


.learning_oil {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1.3125rem;
    border-top: solid 2px var(--theme-color);
    border-bottom: solid 2px var(--theme-color);
    border-collapse: collapse;
    text-indent: initial;
    border-spacing: 2px;
    margin-left: 2rem;
    margin-right: 2rem;
    text-align: center;
}

.learning_oil h2 {
    margin: 0 auto !important;
    color: var(--theme-color);
    font-size: 22.5px;
    text-align: left;
}

.learning_oil h3 {
    font-size: 19px;
    text-align: left;
}


.learning_oil p {
    text-align: justify;
    font-size: 0.95rem;
    line-height: 30px;
    letter-spacing: 0.45px;
    text-align: justify;
    margin: 1.1rem 0 2.5rem 0;
}

.learning_oil img.oil {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 3rem;
}


/*IB*/

.IB {
    background: linear-gradient(rgba(0, 0, 0, 0.49), rgba(0, 0, 0, 0.29), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.0)), url('../../images/otherpage/IB/IB-header-background.png?v=1.0.3') center center no-repeat;
    background-size: cover;
}


.cards-IB {
    padding-top: 4.3rem;
    padding-bottom: 2.87rem;
    margin: 0 auto;
    text-align: center;
}


.cards-IB .card {
    margin-bottom: 2.5rem;
    border: none;
    text-align: center;
    margin: 0 0rem;
    align-items: center;
}

.cards-IB .row {
    margin-top: 1.2rem;
}


.cards-IB .fa-stack {
    width: 50%;
    height: 6rem;
    margin: 0 auto;
    margin-bottom: 2.2rem;
    text-align: center;
}

.cards-IB .fa-stack .hexagon {
    position: absolute;
    width: 6rem;
    height: 6rem;
    background-position: center center;
    background-size: 6rem 6rem;
    text-align: center;
}

.cards-IB .fa-stack-1x {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.cards-IB .fa-stack i img {
    text-align: center;
    width: 120px;
}

.cards-IB .card .card-body {
    padding: 0;
    margin-bottom: 12px;
}


.cards-IB .card a {
    text-decoration-line: none;
    letter-spacing: 0.3px;
}


.cards-IB .card h4.card-title {
    margin-top: 16px;
    font-size: 18px;
    line-height: 35px;
    text-align: left;
}

.cards-IB .card .card-body p {
    margin-top: 11px;
    letter-spacing: 0.5px;
    font-size: 15.7px;
}


.cards-IB .IB-row {
    margin-top: 3rem;
    margin-bottom: 5.5rem;
}

.cards-IB .IB-row2 {
    margin-top: 5rem;
}

@media (max-width: 768px) {
    .cards-IB .card {
        margin-top: 2rem;
        margin-bottom: 1.3rem;
    }

    .cards-IB .IB-row {
        margin-top: -0.89rem !important;
        margin-bottom: 0.3rem;
    }

    .cards-IB .row {
        margin-top: -2rem;
    }

    .cards-IB .IB-row2 {
        margin-top: 3rem;
    }

    .IBform {
        margin-top: 3.5rem !important;
    }

    .IBform h2 {
        text-align: center !important;
    }
}


.IBform {
    margin-top: 8.5rem;
    margin-bottom: 3.5rem;
}

.IBform .col-md-6 {
    padding-right: 31px;
    padding-left: 31px;
}


/*dealing_desk*/

.dealing_desk {
    background: linear-gradient(rgba(0, 0, 0, 0.49), rgba(0, 0, 0, 0.29), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.0)), url('../images/otherpage/dealing_desk/dealing-desk-header-background.jpg?v=1.0.3') center center no-repeat;
    background-size: cover;
}


/*about*/

.company_introduction {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)), url('../../images/otherpage/company_introduction/company-introduction-header-background.png?v=1.0.3') center center no-repeat;
    background-size: cover;
}

.introduction {
    width: 100%;
    border-top: solid 2px var(--theme-color);
    border-bottom: solid 2px var(--theme-color);
    border-collapse: collapse;
    text-indent: initial;
    border-spacing: 2px;
    margin: 0 1.1rem;
    padding-bottom: 30px;
}

.introduction h3 {
    margin-top: 2rem;
    margin-bottom: 1.6rem;
    color: var(--theme-color);
    font-size: 26px;
}

.introduction h4 {
    margin-top: 1.2rem;
    margin-bottom: -0.2rem;
    color: #000;
    font-size: 22px;
}


.introduction p {
    text-align: justify;
    font-size: 0.95rem;
    line-height: 30px;
    letter-spacing: 0.45px;
    text-align: justify;
    margin: 1.8rem 0 2.5rem 0;
    color: #444444;
}


.introduction .advantage .image-wrapper img {
    width: 8%;
}

.introduction .advantage p {
    font-size: 15.5px;
    margin-top: 0.8rem;
    font-weight: 600;
}

.introduction .advantage {
    margin-left: -0.5rem;
}


.company_advantage {
    display: inline-block;
    margin: 0.3rem;
    margin-top: 0.9rem;
    width: 27.5rem;
    margin-right: 5rem;
}


.company_advantage .image-wrapper img {
    width: 120px !important;
}


.company_advantage .p-large {
    margin-bottom: 0.25rem;
}

.company_advantage .advantage-title {
    margin-bottom: 1rem;
    color: #444;
    letter-spacing: 0.6px;
    font: 600 16px/1.65rem "Montserrat", sans-serif;
}


@media (max-width: 768px) {

    .introduction {
        max-width: 92%;
        margin: 0 auto !important;
        padding: 0 auto;
    }


    .company_advantage {
        display: inline-block;
        margin: 0 auto;
        padding-top: 0.6rem;
        min-width: 9rem;
        width: 20rem;
    }

    .company_advantage .advantage-title {
        font: 600 1.15rem/1.75rem "Montserrat", sans-serif;
    }
}


.company_advantage2 {
    display: inline-block;
    margin: 0.3rem;
    margin-top: 0.9rem;
    width: 20rem;
    margin-right: 1.7rem;
}


.company_advantage2 .image-wrapper img {
    width: 70px !important;
    margin-bottom: -0.8rem;
}


.company_advantage2 .p-large {
    margin-bottom: 0.25rem;
}

.company_advantage2 .advantage-title {
    margin-bottom: 1rem;
    color: #444;
    letter-spacing: 0.6px;
    font: 400 16px/1.65rem "Montserrat", sans-serif;
}


@media (max-width: 768px) {


    .company_advantage2 {
        display: inline-block;
        margin: 0 auto;
        padding-top: 0.6rem;
        min-width: 9rem;
        width: 20rem;
    }

    .company_advantage2 .advantage-title {
        font: 600 1.15rem/1.75rem "Montserrat", sans-serif;
    }
}


img.cert {
    -webkit-filter: drop-shadow(7px 7px 5px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(7px 7px 5px rgba(0, 0, 0, 0.1));
    width: 100%;
}


.cert {
    display: inline-block;
    text-align: center;
    margin: 0.3rem;
    margin-top: 0.9rem;
    margin-bottom: 3.8rem;
}


#activity {
    width: 100%;
    margin-bottom: 1.3125rem;
    border-top: solid 2px var(--theme-color);
    border-bottom: solid 2px var(--theme-color);
    border-collapse: collapse;
    text-indent: initial;
    border-spacing: 2px;
    margin: 0 1.1rem;
    padding: 3rem 0 1.2rem 0;
}


#activity .activity_content {
    box-shadow: 0 2px 3px 0 rgba(150, 150, 150, 0.21);
    width: 100%;
    display: inline-block;
    background: rgba(225, 239, 255, 0.18);
    border-radius: 0.5rem;
    padding: 2rem 1.6rem;
    margin-bottom: 1.5rem;
}

#activity .activity_content:hover {
    background: rgba(225, 239, 255, 0.16);
    background: linear-gradient(135deg, rgba(0, 99, 166, 0.04) 0%, rgba(8, 212, 242, 0.04) 100%);
}


#activity > div, .static_content {
    padding: 30px;
}

#activity .activity_content .activity_img {
    float: left;
    width: 36%;
}

#activity .activity_content .activity_img img {
    border-radius: 0.35rem;
}


#activity .activity_content .content {
    float: right;
    width: calc(64% - 15px - 15px);
}

#activity .activity_content .content .title {
    font-weight: bold;
    font-size: 1.7em;
    line-height: 33px;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    text-align: justify;
}


#activity .activity_content .content .title a {
    color: #c2132c;
    text-decoration: none;
    background-color: transparent;
}

#activity .activity_content .content .date {
    font-size: 1.05em;
    letter-spacing: 2.3px;
    text-align: left;
    color: var(--theme-color);
    font-weight: 600;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding-bottom: 0.9rem;
    padding-left: 0.1rem;
}

#activity .activity_content .content .date i {
    padding-right: 0.4rem;
}


#activity .activity_content .content .desc {
    font-size: 0.9em;
    line-height: 24px;
    padding-bottom: 8px;
    letter-spacing: 0.7px;
    text-align: justify;
}


.visible-lg, .visible-md, .visible-sm, .visible-xs {
    display: none !important;
}

#activity .more {
    font-size: 0.9em;
    text-align: right;
    line-height: 40px;
    padding-top: 0;
    padding-right: 0.1rem;
    text-decoration: none;
    letter-spacing: 0.3px;
}


#activity .bluetext a {
    background: linear-gradient(to right, rgb(0, 99, 166) 0%, rgb(8, 212, 242) 100%);
    color: #fff;
    line-height: 27px;
    border-radius: 1rem;
    text-decoration: none;
    padding: 0.2rem 1.14rem;
}

#activity .bluetext a:hover {
    background: var(--theme-color);
    color: #fff;
    line-height: 27px;
    padding: 0.2rem 1.14rem;
}


#activity .activitymore {
    margin-top: 2.3rem;
    float: left;
    letter-spacing: 1.2px;
}


@media (max-width: 767px) {

    #activity {
        max-width: 92%;
        margin: 0 auto !important;
        padding: 0 auto;
        text-align: center;
    }

    #activity .activity_content .activity_img {
        float: left;
        width: 100%;
    }

    #activity .activity_content .content {
        float: right;
        width: 100%;
    }

    #activity .activity_content .content .title {
        font-size: 1.3rem;
        padding: 0.3rem 0;
    }

    #activity .activitymore {
        margin-top: 1.5rem;
        float: left;
    }
}


/*legal_documents*/

.legal_documents {
    background: linear-gradient(rgba(0, 0, 0, 0.67), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/otherpage/legal_documents/documents-header-background.jpg?v=1.0.3') center center no-repeat;
    background-size: cover;
}

.documents {
    width: 100%;
    margin-bottom: 1.3125rem;
    border-top: solid 2px var(--theme-color);
    border-bottom: solid 2px var(--theme-color);
    border-collapse: collapse;
    text-indent: initial;
    border-spacing: 2px;
    margin: 0 1.1rem;
    padding-bottom: 2rem;
}


.documents p {
    text-align: justify;
    font-size: 0.95rem;
    line-height: 30px;
    letter-spacing: 0.45px;
    text-align: justify;
    margin: 1.8rem 0 2.5rem 0;
}


#documents .documentsContent {
    text-align: justify;
}

#documents .documentsContent p {
    font-size: 0.9rem;
    line-height: 26px;
    padding: 0.2rem 1.65rem 0.1rem 0.7rem;
    margin: 0;
    letter-spacing: 0.4px;
}

#documents .documentsContent h5 {
    font-size: 15px;
    margin-top: 0.7rem;
    padding: 0.2rem 1.65rem 0 0.7rem;
    letter-spacing: 0.4px;
    font-weight: 600;
}

#documents .documentsContent h4 {
    margin-top: 0.7rem;
    font-size: 15.5px;
    color: var(--theme-color);
    padding: 0.2rem 1.65rem 0 0.7rem;
    letter-spacing: 0.7px;
    font-weight: 600;
}


#documents .documentsContent .fas {
    color: var(--theme-color);
    font-size: 0.35rem;
    line-height: 1rem;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    display: inline-block;
    font-variant: normal;
    padding-right: 0.25rem;
}


#documents a.documentsTitle {
    color: #337ab7;
    text-decoration: none;
    letter-spacing: 0.9px;
    font-weight: 600;
    line-height: 33px;
    font-size: 1.07rem;
}

#documents a.documentsTitle::after {
    display: inline-block;
    margin-left: 0.25em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}


#team {
    padding: 0;
    margin: 0;
}


#team .container {
    width: 45rem;
    margin-bottom: 2.5rem;
}


@media (max-width: 768px) {

    .documents {
        max-width: 92%;
        margin: 0 auto;
        padding: 0 auto;
    }

    #team .container {
        padding: 1rem 0 1rem 0;
        width: 19rem;
    }

    #team .container h4 {
        font-size: 17px !important;
        margin: 1.8rem 0;
        line-height: 22px;
        letter-spacing: 0.2px !important;
    }
}


#team .row {
    margin-top: 1rem;
}

#team .container {
    padding-right: 2px;
    padding-left: 2px;
    padding-top: 0.2rem;
    padding-bottom: 1.2rem;
    margin-right: 0;
    margin-left: 0;
}


#team .container h4 {
    font-size: 16px;
    letter-spacing: 0.2px;
    text-align: justify;
    margin: 1.5rem 0 0 0.5rem;
    line-height: 40px;
}

#team .container h4 a {
    color: var(--theme-color);
    font-size: 16px;
}

.team-members-tow figure {
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
}


.team-members-tow figure img {
    width: 100%;
    margin: 0 auto;
}

.team-members-tow figure:hover .image-overlay {
    opacity: 1;
}

.team-members-tow figure:hover .info-text {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    color: #fff !important;
}

.team-members-tow figure:hover .social-icons {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.team-members-tow .image-overlay {
    border-radius: 1.2rem;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.63);
    opacity: 0;
    width: 100%;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.team-members-tow .overlay-text {
    color: #ffffff;
    padding-top: 30%;
}

@media (max-width: 768px) {
    .team-members-tow .overlay-text {
        padding-top: 38%;
    }
}


.team-members-tow .overlay-text .info-text {
    margin-top: -1.5rem;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.team-members-tow .overlay-text .info-text strong {
    display: block;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #fff;
}

.team-members-tow .overlay-text .info-text span {
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
}

.team-members-tow .overlay-text .small-divider {
    margin-bottom: 21px;
    border-color: #fff;
    margin-top: 15px;
    width: 50px;
}

.team-members-tow .social-icons {
    padding-left: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.team-members-tow .social-icons li {
    display: inline-block;
    margin: 0 10px;
}

.team-members-tow .social-icons li a i {
    font-size: 24px;
    color: #fff;
}

.team-members-tow .social-icons .fa-facebook:hover {
    color: #3b5998;
}

.team-members-tow .social-icons .fa-twitter:hover {
    color: #55acee;
}

.team-members-tow .social-icons .fa-instagram:hover {
    color: #fb3958;
}

.team-members-three img {
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
}

.team-members-three .team-content {
    margin-top: 30px;
}

.team-members-three .team-content h3 {
    display: block;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
}

.team-members-three .team-content span {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #999;
    font-style: italic;
}

.team-members-three .team-content p {
    color: #999;
}

.team-members-three .team-content .info-text {
    margin-bottom: 30px;
}

.team-members-three .social-icons {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.team-members-three .social-icons li {
    display: inline-block;
    margin: 0 10px;
}

.team-members-three .social-icons li a i {
    font-size: 24px;
    color: #999;
}

.team-members-three .social-icons .fa-facebook:hover {
    color: #3b5998;
}

.team-members-three .social-icons .fa-twitter:hover {
    color: #55acee;
}

.team-members-three .social-icons .fa-instagram:hover {
    color: #fb3958;
}


.contact {
    width: 100%;
    margin-bottom: 1.3125rem;
    border-top: solid 2px var(--theme-color);
    border-bottom: solid 2px var(--theme-color);
    border-collapse: collapse;
    text-indent: initial;
    border-spacing: 2px;
    margin: 0 1.1rem;
}


.contact p {
    text-align: justify;
    font-size: 0.95rem;
    line-height: 30px;
    letter-spacing: 0.45px;
    text-align: justify;
    margin: 1.8rem 0 2.5rem 0;
}


@media (max-width: 768px) {
    .contact {
        max-width: 92%;
        margin: 0 auto;
        padding: 0 auto;
    }
}

/*activitys*/
.activitys {
    background: linear-gradient(rgba(16, 54, 96, 0.95), rgba(0, 99, 166, 0.45), rgba(0, 0, 0, 0.0)), url('../images/otherpage/activitys/activitys-header-background.jpg?v=1.0.3') center center no-repeat;
    background-size: cover;
}


/*contact_us*/
.contact_us {
    background: linear-gradient(rgba(0, 0, 0, 0.58), rgba(255, 255, 255, 0.1)), url('../../images/otherpage/contact_us/contact-header-background.jpg?v=1.0.3') center center no-repeat;
    background-size: cover;
}

/*news_list*/
.newslist {
    background: linear-gradient(rgba(0, 0, 0, 0.23), rgba(255, 255, 255, 0)), url('../images/otherpage/news_list/newslist-header-background.jpg?v=1.0.3') center center no-repeat;
    background-size: cover;
}

.newslistbody {
    width: 100%;
    margin-bottom: 1.3125rem;
    border-top: solid 2px var(--theme-color);
    border-bottom: solid 2px var(--theme-color);
    border-collapse: collapse;
    text-indent: initial;
    border-spacing: 2px;
    margin: 0 1.1rem;
}


.newslistbody p {
    text-align: justify;
    font-size: 0.95rem;
    line-height: 30px;
    letter-spacing: 0.45px;
    text-align: justify;
    margin: 1.8rem 0 2.5rem 0;
}


.newslistbody .box-x {
    padding: 10px 35px;
    margin-top: 1rem;
}

@media (max-width: 768px) {

    .newslistbody .box-x {
        padding: 10px 5px;
    }

    .newslistbody {
        width: 91%;
        padding-bottom: 2rem;
    }

    .newslistbody .pagination {
        width: 100%;
        position: absolute;
        left: 8.5%;

    }
}


@media (max-width: 991px) {

    .newslistbody .gd-zxgg-li time {
        display: none;
    }

}


.newslistbody ol, ul {
    list-style: none;
    padding: 0;
}

.newslistbody .gd-zxgg-li {
    line-height: 30px;
}

.newslistbody li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.newslistbody .gd-zxgg-li a {
    width: 80%;
    color: #212121;
    display: inline-block;
    letter-spacing: 0.3px;
    text-align: left;
}

.newslistbody .gd-zxgg-li a:hover {
    color: var(--theme-color);
}

.newslistbody .ell {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.newslistbody .gd-zxgg-li time {
    color: #999;
    font-size: 12px;
}

.newslistbody .r {
    float: right;
}

.newslistbody .page {
    width: 25%;
    margin: 30px auto 0 auto;
    margin-bottom: 1.8rem;
    margin-top: 0.7rem;
    text-align: center;
    font-size: 16px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.newslistbody ul.pagination {
    text-align: center;
    margin: 0 auto;
}


.newslistbody .page nav {
    margin: 0 auto;
    text-align: center;
}


.newslistbody .pagination li, .pagination li.active {
    display: inline-block;
}

.newslistbody .pagination li {
    margin: 0 7px;
}

.newslistbody .pagination .current {
    color: var(--theme-color);
    font-size: 17px;
    font-weight: 600;
    text-decoration: underline;
}

.newslistbody a {
    color: inherit;
    text-decoration: none;
}


.ex-header {
    padding-top: 10rem;
    padding-bottom: 3rem;
    text-align: center;
}

.ex-header .container {
    position: relative;
    left: 0%;
}


.ex-header h1 {
    margin-top: 1.9rem;
    margin-bottom: .6rem;
    color: #fff;
    font-size: 2.8rem;
}

@media (max-width: 768px) {
    .ex-header h1 {
        margin-top: 0.5rem;
    }

    .ex-header p {
        padding-bottom: 3rem;
    }

    .ex-basic-1 .breadcrumbs {
        margin-top: -1rem !important;
        margin-bottom: .3rem !important;
    }
}


@media (min-width: 769px) and (max-width: 1300px) {
    .ex-basic-1 .breadcrumbs {
        margin-top: -1.3rem !important;
        margin-bottom: .3rem !important;
    }
}

@media (min-width: 1301px) and (max-width: 1600px) {
    .ex-basic-1 .breadcrumbs {
        margin-top: -1.4rem !important;
        margin-bottom: .3rem !important;
    }
}


.ex-header p {
    margin-bottom: 2rem;
    color: #fff;
    letter-spacing: 1px;
    font-size: 1.2rem;
    font-weight: 600;
}

.ex-basic-1 {
    padding-top: 0.3rem;
    padding-bottom: 0rem;
    color: #212121;
}

.ex-basic-1 .breadcrumbs {
    margin-top: -2.1rem;
    margin-bottom: 1.75rem;
    font: 400 0.88rem/1.2rem "Open Sans", sans-serif;
    letter-spacing: .8px;
}

.ex-basic-1 .breadcrumbs a {
    color: var(--theme-color);
    text-decoration: none;
    font: 400 0.88rem/1.2rem "Open Sans", sans-serif;
    letter-spacing: .8px;
}


.ex-basic-1 .breadcrumbs .fa {
    margin-right: 0.5rem;
    margin-left: 0.625rem;
}

.ex-basic-2 {
    padding-top: 4.1rem;
    padding-bottom: 4rem;
    letter-spacing: 0.3px;
}

.ex-basic-2 h2 {
    text-align: center;
    margin-bottom: 1.5rem;
    color: var(--theme-color);
    font-size: 1.98rem;
}


.ex-basic-2 h3 {
    margin-bottom: 1.2rem;
    color: var(--theme-color);
    font-size: 1.68rem;
    margin-left: 0.35rem;
}


@media (max-width: 768px) {
    .ex-basic-2 h3 {
        margin-bottom: 1.2rem;
        color: var(--theme-color);
        font-size: 1.28rem;
    }
}


.ex-basic-2 p {
    margin-bottom: 3rem;
    line-height: 29px;
    padding: 0 0.4rem;
}

.ex-basic-2 .text-container {
    margin-bottom: 3.625rem;
    text-align: justify;
}


.ex-basic-2 .image-container {
    margin: 0 auto;
    text-align: center;
}

.ex-basic-2 .image-container img {
    border-radius: 9px;
    margin-top: 1.5rem;
}


.ex-basic-2 .text-container.last {
    margin-bottom: 0;
}

.ex-basic-2 .list-unstyled .fas {
    color: #487aaa;
    font-size: 0.5rem;
    line-height: 1.375rem;
}

.ex-basic-2 .list-unstyled .media-body {
    margin-left: 0.625rem;
}

.ex-basic-2 .form-container {
    margin-top: 2.5rem;
}

.ex-basic-2 .btn-outline-reg {
    margin-top: 1.75rem;
}


/*****************************/
/*     21. Media Queries     */
/*****************************/
/* Min-width width 768px */


@media (max-width: 768px) {

    .copyright {
        padding-bottom: 1.7rem;
    }

    h2 {
        font-size: 23px;
    }

    .cards-2 .card {
        margin: 0 auto;
        max-width: 19.25rem;
        margin-bottom: 5rem;
    }

    .basic-2 .advantage {
        width: 8rem;
    }

    #details {
        display: none;
    }

    .device {
        display: none;
    }

    .device2 {
        display: none;
    }

    .showcase h1 {
        margin: -30px 0px 20px 0px;
        font-size: 21px;
        letter-spacing: 0.2px;
        text-align: left;
    }

    .showcase p {
        margin-bottom: 25px;
        color: #fff;
        text-align: justify;
        font-size: 14px;
        padding: 0 0.2rem;
    }

    .showcase-wrap {
        margin-bottom: 0px;
    }

    .showcase {
        background: url('../images/showcase-phone-bg.png?v=1.0.3') center center;
        background-size: cover;
    }


    .showcase2 {
        background: url('../images/showcase2-phone-bg.png?v=1.0.3') center center;
        background-size: cover;
    }

    .showcase_product {
        background: url('../images/otherpage/showcase-product-phone.png?v=1.0.3') center center;
    }


    .showcase2 h1 {
        margin: -30px 0px 20px 0px;
        font-size: 21px;
        letter-spacing: 0.2px;
        text-align: left;
    }

    .showcase2 p {
        margin-bottom: 25px;
        color: #fff;
        text-align: justify;
        font-size: 14px;
        padding: 0 0.2rem;
    }


    .counter h2 {
        margin-bottom: 1.375rem;
    }

    .counter .text-container {
        margin: 0 10px;
    }

    .counter #counter .cell {
        display: inline-block;
        width: 7.5rem;
        margin: 0px 0px;
    }

    .counter #counter .cell-two {
        margin-left: -49px;
        margin-right: 3px;
    }


    .counter #counter .counter-value {
        display: inline-block;
        margin-bottom: 0.125rem;
        font: 700 1.9rem/2.25rem "Montserrat", sans-serif;
        vertical-align: middle;
    }

    .counter #counter .counter-info {
        display: inline-block;
        margin-left: 0.25rem;
        font-size: 0.7rem;
        line-height: 0.9rem;
        vertical-align: middle;
    }
}


@media (max-width: 768px) {
    .navbar-custom .nav-item .nav-link {
        color: #212121;
        font-weight: 600;
    }

    .navbar-custom .nav-item .nav-link:hover,
    .navbar-custom .nav-item .nav-link:active {
        color: var(--theme-color);
    }
}


@media (min-width: 768px) {

    .small-language{
        display: none;
    }
    /* General Styles */
    .p-heading {
        width: 85%;
        margin-right: auto;
        margin-left: auto;
    }

    /* end of general styles */
    /* Navigation */
    .navbar-custom {
        padding: 1.1rem 1.5rem 0.45rem 2rem;
        box-shadow: none;
        background: rgba(255, 255, 255, 0);
    }

    .navbar-custom .navbar-brand.logo-text {
        color: #212121;
    }

    .navbar-custom .navbar-nav {
        /* margin-top: 1.1rem; */
        /* margin-bottom: 0; */
        margin-left: 1.5rem;
        letter-spacing: 1.4px;
        font-weight: 500;
        text-shadow: rgba(0, 0, 0, 0.9) 0.1rem;
    }

    .navbar-custom .nav-item .nav-link {
        /* padding: 0.25rem 0.75rem 0.65rem 0.75rem; */
        color: #fff;
    }

    .navbar-custom .nav-item .nav-link:hover,
    .navbar-custom .nav-item .nav-link.active {
        color: #fff;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0.375rem 1.5rem 0.375rem 2rem;
        box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.1);
        background-color: rgba(0, 0, 0, 0.89);
    }


    .navbar-custom.top-nav-collapse .navbar-brand.logo-text {
        color: #fff;
    }

    .navbar-custom.top-nav-collapse .nav-item .nav-link {
        color: #212121;
    }

    .navbar-custom.top-nav-collapse .nav-item .nav-link:hover,
    .navbar-custom.top-nav-collapse .nav-item .nav-link.active {
        color: var(--theme-color);
    }


    .navbar-custom .dropdown-menu {
        padding-top: 1rem;
        padding-bottom: 1rem;
        border-top: 0.75rem solid rgba(0, 0, 0, 0);
        border-radius: 0.25rem;
        box-shadow: 0 0.25rem 0.375rem 0 rgba(0, 0, 0, 0.03);
    }


    .navbar-custom.top-nav-collapse .dropdown-menu {
        border-top: 0.125rem solid rgba(0, 0, 0, 0);
    }

    .navbar-custom .dropdown-item {
        padding-top: 0rem;
        padding-bottom: 0rem;
    }

    .navbar-custom .dropdown-items-divide-hr {
        width: 84%;
    }

    /* end of navigation */
    /* Header */
    .header .header-content {
        padding-top: 13rem;
        padding-bottom: 7.5rem;
    }

    .header h1 {
        font: 700 3.19rem/4rem "Montserrat", sans-serif;
        letter-spacing: 0.5px;
    }

    /* end of header */
    /* Details 1 */
    .accordion .accordion-container {
        max-width: 70%;
    }

    /* end of details 1 */
    /* Details 2 */
    .tabs .tabs-container {
        max-width: 70%;
    }

    .tabs #tab-2 .list-unstyled {
        display: inline-block;
        width: 45%;
        margin-top: 0;
    }

    .tabs #tab-2 .list-unstyled.first {
        margin-right: 2rem;
    }

    /* end of details 2 */
    /* Testimonials */
    .slider .swiper-button-prev {
        left: 1rem;
        width: 1.375rem;
        background-size: 1.375rem 2.125rem;
    }

    .slider .swiper-button-next {
        right: 1rem;
        width: 1.375rem;
        background-size: 1.375rem 2.125rem;
    }

    /* end of testimonials */
    /* Projects */
    .filter .element-item {
        width: 25%;
    }

    .filter .element-item .element-item-overlay {
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .filter .element-item:hover .element-item-overlay {
        opacity: 1;
    }

    /* end of projects */
    /* About */
    .counter #counter {
        text-align: left;
    }

    .counter #counter .cell {
    }

    /* end of about */
    /* Contact */
    .form-2 .list-unstyled li {
        display: inline-block;
        margin-right: 1rem;
    }

    .form-2 .list-unstyled .address {
        display: block;
    }

    /* end of contact */
    /* Extra Pages */
    .ex-header {
        padding-top: 11rem;
        padding-bottom: 9rem;
    }

    .ex-basic-2 .form-container {
        margin-top: 0.5rem;
    }

    /* end of extra pages */
}

/* end of min-width width 768px */


/* Min-width width 992px */
@media (min-width: 992px) {


    /* General Styles */
    .p-heading {
        width: 65%;
    }

    /* end of general styles */
    /* Navigation */
    .navbar-custom .social-icons {
        display: block;
        margin-left: 0.5rem;
    }

    .navbar-custom .fa-stack {
        margin-left: 0.375rem;
        font-size: 0.8125rem;
    }

    .navbar-custom .fa-stack .hexagon {
        width: 1.625rem;
        height: 1.625rem;
        position: absolute;
        background: url('../images/hexagon-green.svg?v=1.0.3') center center no-repeat;
        background-size: 1.625rem 1.625rem;
        transition: all 0.2s ease;
    }

    .navbar-custom .fa-stack:hover .hexagon {
        background: url('../images/hexagon-white.svg?v=1.0.3') center center no-repeat;
        background-size: 1.625rem 1.625rem;
    }

    .navbar-custom .fa-stack-1x {
        font-size: 0.6875rem;
        line-height: 1.625rem;
        color: #fff;
        transition: all 0.2s ease;
    }

    .navbar-custom .fa-stack:hover .fa-stack-1x {
        color: #1a9df9;
    }

    /* end of navigation */
    /* Header */
    .header .header-content {
        padding-top: 9rem;
        padding-bottom: 7rem;
    }

    .header .text-container {
        margin-top: 6.5rem;
    }

    /* end of header */
    /* Intro */
    .basic-1 {
        padding-top: 6.875rem;
    }

    .basic-1 .text-container {
        margin-bottom: 0;
    }

    /* end of intro */
    /* Description */
    .cards-1 .card {
        display: inline-block;
        max-width: 17.5rem;
        text-align: center;
        vertical-align: top;
    }

    .cards-1 div.card:nth-child(3n+2) {
        margin-right: 2.5rem;
        margin-left: 2.5rem;
    }

    .cards-MT4 .card {
        display: inline-block;
        max-width: 17.5rem;
        text-align: center;
        vertical-align: top;
    }

    .cards-MT4 div.card:nth-child(3n+2) {
        margin-right: 2.5rem;
        margin-left: 2.5rem;
    }

    .cards-IB .card {
        display: inline-block;
        max-width: 17.5rem;
        text-align: center;
        vertical-align: top;
    }

    .cards-IB div.card:nth-child(3n+2) {
        margin-right: 2.5rem;
        margin-left: 2.5rem;
    }


    .cards-product .card {
        display: inline-block;
        max-width: 17.5rem;
        text-align: center;
        vertical-align: top;
    }

    .cards-product div.card:nth-child(3n+2) {
        margin-right: 2.5rem;
        margin-left: 2.5rem;
    }

    /* end of description */
    /* Services */
    .cards-2 .card {
        width: 19.8rem;
        display: inline-block;
        vertical-align: top;
    }

    .cards-2 .col-lg-12 div.card:nth-child(3n+2) {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    /* end of services */
    /* end of description */
    /* Details 1 */
    .accordion {
        height: 34.625rem;
    }

    .accordion .area-1 {
        width: 50%;
        height: 100%;
        display: inline-block;
    }

    .accordion .area-2 {
        width: 49%;
        height: 100%;
        display: inline-block;
        vertical-align: top;
    }

    .accordion .accordion-container {
        max-width: 88%;
        margin-left: 2rem;
        padding-bottom: 0;
    }

    .accordion .accordion-title {
        width: 85%;
    }

    /* end of details 1 */
    /* Details 2 */
    .tabs {
        height: 36.125rem;
    }

    .tabs .area-1 {
        width: 50%;
        height: 100%;
        display: inline-block;
        vertical-align: top;
    }

    .tabs .area-2 {
        width: 50%;
        height: 100%;
        display: inline-block;
    }

    .tabs .tabs-container {
        max-width: 88%;
        margin-left: 2rem;
        padding-top: 6.75rem;
        padding-bottom: 0;
    }

    .tabs .nav-tabs {
        justify-content: flex-start;
    }

    /* end of details 2 */
    /* Call Me */
    .form-1 {
        padding-top: 7rem;
    }

    .form-1 .text-container {
        margin-bottom: 0;
    }

    /* end of call me */
    /* Project Lightboxes */
    .lightbox-basic img {
        margin-bottom: 0;
    }

    .lightbox-basic h3 {
        margin-top: 0.375rem;
    }

    .lightbox-basic .btn-solid-reg,
    .lightbox-basic .btn-outline-reg {
        margin-bottom: 0;
    }

    /* end of project lightboxes */
    /* Team */
    .basic-2 .advantage {
        width: 12.9rem;
        max-width: 100%;
        margin-right: 0.75rem;
        margin-left: 0.75rem;
    }

    /* end of team */
    /* About */
    .counter .image-container {
        margin-bottom: 0;
    }

    /* end of about */
    /* Contact */
    .form-2 {
        padding-top: 6.875rem;
    }

    .form-2 .text-container {
        margin-bottom: 0;
    }

    /* end of contact */
    /* Extra Pages */
    .ex-header h1 {
        width: 80%;
        margin-right: auto;
        margin-left: auto;
    }

    .ex-basic-2 {
        padding-bottom: 5rem;
    }

    /* end of extra pages */
}

/* end of min-width width 992px */


/* Min-width width 1200px */
@media (min-width: 1200px) {

    /* General Styles */
    .p-heading {
        width: 55%;
    }

    /* end of general styles */
    /* Navigation */
    .navbar-custom {
        padding-right: 3rem;
        padding-left: 3rem;
    }

    .navbar-custom.top-nav-collapse {
        padding-right: 5rem;
        padding-left: 5rem;
    }

    /* end of navigation */
    /* Header */
    .header .header-content {
        padding-top: 11rem;
        padding-bottom: 4rem;
    }

    /* end of header */
    /* Intro */
    .basic-1 .text-container {
        margin-top: 1.875rem;
        margin-right: 3rem;
    }

    /* end of intro */
    /* Description */
    .cards-1 .card {
        max-width: 14rem;
    }

    .cards-1 div.card:nth-child(4n+3) {
        margin-right: 2.875rem;
        margin-left: 2.875rem;
    }

    .cards-MT4 .card {
        width: 26rem;
    }

    .cards-MT4 div.card:nth-child(3n+2) {
        margin-right: 2.875rem;
        margin-left: 2.875rem;
    }

    .cards-IB.card {
        width: 26rem;
    }

    .cards-IB div.card:nth-child(3n+2) {
        margin-right: 2.875rem;
        margin-left: 2.875rem;
    }


    .cards-product .card {
        max-width: 21rem;
    }

    .cards-product div.card:nth-child(3n+2) {
        margin-right: 2.875rem;
        margin-left: 2.875rem;
    }

    /* end of description */
    /* Services */
    .cards-2 .card {
        max-width: 21.6rem;
    }

    .cards-2 .card-body {
        padding: 2.25rem 1.8rem 2.125rem 1.8rem;
    }

    .cards-2 .col-lg-12 div.card:nth-child(3n+2) {
        margin-right: 2.8rem;
        margin-left: 2.8rem;
    }


    /* end of services */
    /* end of services */
    /* Details 1 */
    .accordion .accordion-container {
        max-width: 28rem;
        margin-left: 5rem;
    }

    /* end of details 1 */
    /* Details 2 */
    .tabs .tabs-container {
        max-width: 28rem;
        margin-right: 5rem;
        margin-left: auto;
    }

    .tabs #tab-2 .media-wrapper.first {
        margin-right: 2rem;
    }

    /* end of details 2 */
    /* Call Me */
    .form-1 .text-container {
        margin-top: 1.375rem;
        margin-right: 1.75rem;
        margin-left: 3rem
    }

    .form-1 form {
        margin-left: 1.75rem;
        margin-right: 3rem
    }

    /* end of call me */
    /* Projects */
    .filter .element-item {
        width: 17.3125rem; /* to eliminate grid overflow problem on hard refresh */
        height: 16.875rem;
    }

    .filter .element-item .element-item-overlay span {
        top: 45%;
    }

    /* end of projects */
    /* Team */
    .basic-2 .advantage {
        width: 8.5rem;
        margin-right: 1.375rem;
        margin-left: 1.375rem;
    }

    .basic-3 .advantage {
        width: 5.5rem;
        margin-right: 1.375rem;
        margin-left: 1.375rem;
    }

    /* end of team */
    /* About */
    .counter {
        padding-bottom: 6.125rem;
    }

    .counter .image-container {
        margin-right: 1rem;
    }

    .counter .text-container {
        margin-top: 0.375rem;
        margin-right: 2.5rem;
        margin-left: 2rem;
    }

    /* end of about */
    /* Contact */
    .form-2 .text-container {
        margin-top: 0.875rem;
        margin-right: 1.5rem;
    }

    .form-2 form {
        margin-left: 1.5rem;
    }

    /* end of contact */
    /* Footer */
    .footer .text-container.about {
        margin-right: 5rem;
    }

    /* end of footer */
    /* Extra Pages */
    .ex-header h1 {
        width: 60%;
        margin-right: auto;
        margin-left: auto;
    }

    .ex-basic-2 .form-container {
        margin-left: 1.75rem;
    }

    /* end of extra pages */
}

/* end of min-width width 1200px */


/* Min-width width 1600px */
@media (min-width: 1600px) {

    /* Navigation */
    .navbar-custom {
        padding-right: 12rem;
        padding-left: 12rem;
    }

    .navbar-custom.top-nav-collapse {
        padding-right: 12rem;
        padding-left: 12rem;
    }

    /* end of navigation */
}

/* end of min-width width 1200px */


.sticky-tel {
    position: fixed;
    z-index: 999;
    right: 0rem;
    width: 15rem;

}

.sticky-image {
    position: fixed;
    bottom: 200px;
    right: 0;
    z-index: 9999;
    color: #fff;
}

.navbar-collapse {
    justify-content: flex-end;
}

.sticky-image a {
    display: block;
    text-decoration: none;
    margin-top: 8px;
    opacity: 0.9;
    transition: all;
}

.sticky-image a:hover {
    opacity: 1;
    transition: all;
}

.sticky-image img {
    width: 32px;
    height: 32px;
}

.sticky-image-content {
    background-color: var(--theme-color);
    border-radius: 8px;
    padding: 6px 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sticky-image-content p {
    margin-bottom: 0;
    color: #fff;
    margin-top: 8px;
}

@media (min-width: 1600px) {
    .navbar-custom, .footer-container {
        padding-right: 12rem;
        padding-left: 12rem;
    }

    .collapse ul.header-language {
        padding-left: 0;
    }
}

@media (max-width: 1599px) {
    .footer-container {
        padding-right: 40px;
        padding-left: 40px;
    }
}

.mt5-des {
    display: flex;
    margin: 0 !important;
    padding: 0 !important;
    align-items: center;
}

.mt5-des::before {
    content: "";
    display: block;
    margin-right: 8px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #707070;
}

#_customer_ {
    width: 64px;
    height: 64px;
    background-color: #fff;
    border-radius: 50%;
    position: fixed;
    left: 16px;
    bottom: 100px;
    z-index: 9999999;
    cursor: pointer;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
}

.download-btns {
    display: flex;
    width: 500px;
    flex-wrap: wrap;
}

.download-btns a {
    width: 180px;
    height: 48px;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    margin-right: 10px;
    line-height: 48px;
    text-decoration: none;
    color: #231916;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #231916;
    justify-content: center;
}

@media (max-width: 768px) {
    .download-btns {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }

    .download-btns > a {
        width: 46%;
        display: flex;
        align-items: center;
        margin-bottom: 16px;
        margin-right: 10px;
        line-height: 48px;
        text-decoration: none;
        color: #231916;
        background: #FFFFFF;
        border-radius: 8px;
        border: 1px solid #231916;
        justify-content: center;
        white-space: nowrap;
    }

    .download-btns a img {
        width: 32px !important;
        height: 32px;
    }
}

.download-btns a img {
    width: 32px;
    height: 32px;
    margin-right: 5px;
}

.stockmarket {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1)), url('../images/otherpage/stockmarket/stockmarket-header-background.jpg?v=1.0.3') center center no-repeat;
    background-size: cover;
}

.royal-list {
    display: flex;
    flex-wrap: wrap;
}

.royal-list-details {
    width: 33%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.royal-list-details img {
    width: 50%;
    margin-bottom: 12px;
}

.royal-list-details p {
    margin-bottom: 0;
    margin-top: 0;
}

@media (max-width: 992px) {
    .royal-list-details {
        width: 50%;
    }
}
.active-swiper{
    max-height: 713px;
    overflow: hidden;
    position: relative;
}

.banner2{
    position: relative;
    background-color: #000;
}
.banner2 .banner-img{
    width: 100%;
    height: 574px;
}
@media (min-width:768px){
    .banner2 .banner-img{
        height: 713px;
    }
}
.banner2-text{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.banner2-text-title{
    font-weight: 600;
    font-size: 50px;
    line-height: 70px;
    margin-top: 190px;
    background: linear-gradient(to bottom, #FFF3E6 0%, #EAC48B 100%);
    background-clip: text;
    color: transparent; 
    filter: drop-shadow(0px 4px 0px rgba(0,0,0,0.1));
    -webkit-filter: drop-shadow(0px 4px 0px rgba(0,0,0,0.3));
}
.swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    background: #FFFFFF;
    opacity: 0.6;
    transition: all 0.3s;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 24px;
    height: 8px;
    background: #FFFFFF;
    border-radius: 4px;
    opacity: 1;
}