@charset "UTF-8";

@font-face {
    font-family: "VisbyRoundCF-Bold";
    src: url('../fonts/Visby-Round-Font/VisbyRoundCF-Bold.otf'); format('opentype');
    font-weight: 200;
    font-style: auto;
}

@font-face {
    font-family: "VisbyRoundCF-DemiBold";
    src: url('../fonts/Visby-Round-Font/VisbyRoundCF-Bold.otf'); format('opentype');
    font-weight: 200;
    font-style: auto;
}

@font-face {
    font-family: "VisbyRoundCF-ExtraBold";
    src: url('../fonts/Visby-Round-Font/VisbyRoundCF-Bold.otf'); format('opentype');
    font-weight: 200;
    font-style: auto;
}

@font-face {
    font-family: "VisbyRoundCF-ExtraLight";
    src: url('../fonts/Visby-Round-Font/VisbyRoundCF-Bold.otf'); format('opentype');
    font-weight: 200;
    font-style: auto;
}

@font-face {
    font-family: "VisbyRoundCF-Heavy";
    src: url('../fonts/Visby-Round-Font/VisbyRoundCF-Bold.otf'); format('opentype');
    font-weight: 200;
    font-style: auto;
}

@font-face {
    font-family: "VisbyRoundCF-Light";
    src: url('../fonts/Visby-Round-Font/VisbyRoundCF-Bold.otf'); format('opentype');
    font-weight: 200;
    font-style: auto;
}

@font-face {
    font-family: "VisbyRoundCF-Medium";
    src: url('../fonts/Visby-Round-Font/VisbyRoundCF-Bold.otf'); format('opentype');
    font-weight: 200;
    font-style: auto;
}

@font-face {
    font-family: "VisbyRoundCF-Regular";
    src: url('../fonts/Visby-Round-Font/VisbyRoundCF-Bold.otf'); format('opentype');
    font-weight: 300;
    font-style: auto;
}

#about-us-in-banner{
    background-color: #BF2025;
    border-radius: 6px !important;
}
#contact-us-in-banner{
    background-color: #106635;
    border-radius: 6px !important;
}

body {
    font-weight: 500;
    color: #3e5569;
    font-size: 25px;
    max-width: 1920px;

    font-family: 'VisbyRoundCF-Regular', serif;
    line-height: 1.5;
    margin:0 auto;
}



.dropdown-toggle {
    white-space: nowrap;
}
[role=button] {
    cursor: pointer;
}
a {
    --mdb-link-decoration: none;
    text-decoration: var(--mdb-link-decoration);
}
a:hover {
    --mdb-link-color-rgb: var(--mdb-link-hover-color-rgb);
    text-decoration: none;
}
a {
    /* color: rgba(var(--mdb-link-color-rgb), var(--mdb-link-opacity, 1)); */
    text-decoration: none;
}
*, *::before, *::after {
    box-sizing: border-box;
}
.dropup, .dropend, .dropdown, .dropstart, .dropup-center, .dropdown-center {
    position: relative;
}

*, *::before, *::after {
    box-sizing: border-box;
}

/*div {
    display: block;
    unicode-bidi: isolate;
}*/
.text-center {
    text-align: center !important;
}
.largehead{
    font-size: 56px; /* Larger size */
    font-weight: bold;
    color: #fff;
}
.mediumhead{
    font-size: 38px; /* Medium size */
    font-weight: normal;
}
#lean-area-text{

    padding-left: 20px;
    font-weight: normal !important;
}
#andHead{
    font-size: 29px;
}
#login-btn{
    background-color: #303084;
}
/* language styles */
.language {
    width: 110px; /* 55px * 2 */
    height: 30px;
    font-size: 14px;
    line-height: 1;

    margin-left: 20px;
    margin-right: 20px;
}
#header-menu{
    background-color: #000000;
}
.language__container--left,
.language__container--right {
    position: relative;
    float: left;
    width: 55px;
    height: 30px;
    padding: 5px;
}

.language__label {
    position: absolute;
    top: 0;
    left: 0;
    width: 55px;
    height: 30px;
    border: 1px solid #ccc; /* $language-border */
    padding: 7px 8px 5px 0;
    background-color: white; /* Assuming $white is white */
    background-repeat: no-repeat;
    background-position: 7px 7px;
    background-size: 14px;
    text-align: right;
    text-transform: uppercase;
}

.language__container--left .language__label {
    border-radius: 4px 0 0 4px;
}

.language__container--right .language__label {
    border-left: 0;
    border-radius: 0 4px 4px 0;
}

.language__control:hover + .language__label,
.language__control:focus + .language__label {
    background-color: #eee; /* $language-hover */
}

.language__control:checked + .language__label {
    background-color: #ddd; /* $language-checked */
}

.language__control:focus + .language__label,
.language__control:checked:focus + .language__label {
    z-index: 2;
    outline: 2px solid #85bffd; /* $language-focus */
    box-shadow: 0 0 8px #85bffd; /* $language-focus */
}

/* country flags */
.language__container--fr .language__label {
    background-image: url('fr.svg');
}

.language__container--en .language__label {
    background-image: url('../img/logo/gb.svg');
}
/* Style for the search input */
input[type="search"] {
    border-radius: 1px; /* Adjust the radius as needed */
    padding: 8px; /* Add some padding for better appearance */
    border: none;
    width: 310px; /* Set the width of the search box */
    margin-left: 120px;
    margin-right: 0px;

    height: 40px;
    font-size: 14px;

    background-color: #D8D8D8;
    background-repeat: no-repeat;
    background-position: right center;


    box-shadow: none;
    -webkit-appearance: none;
}

/* Hide the submit button */
input[type="submit"] {
    display: none; /* Hides the submit button */
}

#pipwise-brand-logo{
    height:auto;

    width: 250px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 50px;
}
.fa, .fas {
    font-weight: 900 !important;
}
.dropdown-item {
    font-weight: 300;
}
.btn {
    border-radius: 6px;
    /*font-size: 17px;
    font-weight: 500;*/
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 125px;
}
.btn-theme {
    background-color: #106635;
    color: #fff;
    height: 40px;
    margin-left: 2px;
    margin-right: 2px;
}
.btn-theme:hover {
    color: #fff;
    background-color: #19191B;
}
.btn-secondary {
    background-color: #16365f;
}
.btn-theme-outline {
    border: 1px solid #e31f33;
    color: #e31f33;
}
.btn-theme-outline:hover {
    color: #fff;
    background-color: #19191B;
}
.btn-outline {
    border: 1px solid #e9ebf0;
}
.btn-outline:hover {
    border-color: #e31f33;
    color: #e31f33;
}
.tooltip {
    z-index: 9999;
}
select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 20px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 129 129' xmlns:xlink='http://www.w3.org/1999/xlink' enable-background='new 0 0 129 129'%3e%3cg%3e%3cpath d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z'/%3e%3c/g%3e%3c/svg%3e ");
    background-position: center right 15px;
    background-repeat: no-repeat;
    -webkit-background-size: 10px;
    background-size: 10px;
    height: 35px !important;
}
.tooltip .tooltip-inner {
    background-color: #374048;
    font-family: VisbyRoundCF-Medium, serif;
    padding: 5px 10px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 12px;
}
.bs-tooltip-right .arrow::before {
    border-right-color: #374048;
}
.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #374048;
}
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: #374048
}
.tooltip.show {
    opacity: 1;
}
.dropdown-menu {
    border: none;
    border-radius: 6px;
    box-shadow: 0 12px 28px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.select2-dropdown {
    border-radius: 6px;
    /* border: 1px solid #ced4da!important; */
    border: none;
    border-top: none!important;
}
.select2-container--default .select2-results>.select2-results__options {
    max-height: 300px;
}
.select2-results__option {
    font-size: 14px;
    padding: 12px;
    padding-left: 15px;
    padding-right: 15px;
    background: #fff;
    transition: padding .2s ease-in-out;
    position: relative;
}
.select2-container--default .select2-results__option[aria-selected=true], .select2-results__option.select2-results__option--highlighted {
    background-color: #fff;
}
.select2-container--default .select2-results__option[aria-selected=true]::before {

}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: rgba(236, 62, 111, 0.1);
    color: #333;
}
.select2-container--default .select2-results__option[aria-selected=true]::before {
    font-family: VisbyRoundCF-Medium, serif;
    font-weight: 900;
    content: "\f00c";
    position: absolute;
    right: 12px;
    top: 9px;
    font-size: 12px;
    color: #ef4153;
}
.select2-container--default .select2-search--dropdown .select2-search__field, .select2-dropdown {
    border-color: #e6e6e6;
}
.select2-container.select2-container--focus .select2-dropdown--above, .select2-container.select2-container--open .select2-dropdown--above, .select2-container--default.select2-container--focus .select2-dropdown--above, .select2-container--default.select2-container--open .select2-dropdown--above {
    border-bottom: 1px solid #ebebeb;
    min-width: 110px;
}
.select2-search--dropdown.select2-search--hide+.select2-results {
    padding: 7px 0;
}
.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}
.select2-container .select2-results__option, .select2-container--default .select2-results__option {
    padding: 7px 15px;
    background: #fff;
    font-size: 14px;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.select2-container .select2-results__option, .select2-container--default .select2-results__option + .select2-results__option {
    margin-top: 3px;
}
.select2-container .select2-results__option--highlighted[aria-selected], .select2-container .select2-results__option--highlighted[data-selected], .select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    color: #ef4153;
}
.select2-container .select2-selection--multiple .select2-selection__arrow, .select2-container .select2-selection--single .select2-selection__arrow, .select2-container--default .select2-selection--multiple .select2-selection__arrow, .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    margin-right: -1px;
    text-align: right;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:before {
    display: inline-block;
    content: "\f107";
    font-family: VisbyRoundCF-Medium, serif;
    font-weight: 900;
    border: none!important;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-results__group {
    color: #333;
    font-weight: 700;
    padding: 6px 15px;
}
.select2-container--open .select2-dropdown {
    border: none;
    border-radius: 3px;
    padding-bottom: 0;
    -moz-box-shadow: 0 0 1px rgba(57, 70, 78, .15), 0 20px 55px -8px rgba(57, 70, 78, .25);
    -webkit-box-shadow: 0 0 1px rgba(57, 70, 78, .15), 0 20px 55px -8px rgba(57, 70, 78, .25);
    box-shadow: 0 0 1px rgba(57, 70, 78, .15), 0 20px 55px -8px rgba(57, 70, 78, .25);
}
.select2-container--default .select2-selection--single {
    border-color: #dde2ec;
    border-radius: 4px !important;
}

.bootstrap-datetimepicker-widget .table thead {
    background-color: transparent
}
.bootstrap-datetimepicker-widget .table thead tr th {
    color: #212121;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px
}
.bootstrap-datetimepicker-widget .table tr td, .bootstrap-datetimepicker-widget .table tr th {
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: none;
    line-height: 35px;
    position: relative;
    z-index: 1
}
.bootstrap-datetimepicker-widget .table tr td.today, .bootstrap-datetimepicker-widget .table tr td.active {
    color: #fff;
    position: relative;
    z-index: 1;
    background-color: transparent;
    text-shadow: none
}
.bootstrap-datetimepicker-widget .table tr td.today:before, .bootstrap-datetimepicker-widget .table tr td.today::before, .bootstrap-datetimepicker-widget .table tr td.active:before, .bootstrap-datetimepicker-widget .table tr td.active::before {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    background-color: #4a5361;
    position: absolute;
    z-index: -1;
    display: block;
    margin: auto;
    content: '';
    top: 6px;
    left: 0px;
    right: 0px;
    bottom: auto;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
}
.bootstrap-datetimepicker-widget .table tr td.active:hover:before, .bootstrap-datetimepicker-widget .table tr td.active:hover::before {
    background-color: #4a5361 !important
}
.bootstrap-datetimepicker-widget .table tr td.today:before, .bootstrap-datetimepicker-widget .table tr td.today::before {
    background-color: #ef4153
}
.bootstrap-datetimepicker-widget .table tr td.day:hover, .bootstrap-datetimepicker-widget .table tr td.hour:hover, .bootstrap-datetimepicker-widget .table tr td.minute:hover, .bootstrap-datetimepicker-widget .table tr td.second:hover {
    background-color: transparent
}
.bootstrap-datetimepicker-widget .table tr td:before, .bootstrap-datetimepicker-widget .table tr td::before {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    background-color: transparent;
    position: absolute;
    z-index: -1;
    display: block;
    margin: auto;
    content: '';
    top: 6px;
    left: 0px;
    right: 0px;
    bottom: auto;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}
.bootstrap-datetimepicker-widget .table tr td:hover:before, .bootstrap-datetimepicker-widget .table tr td:hover::before {
    background-color: #f4f4f4;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
}
.bootstrap-datetimepicker-widget .timepicker table td {
    position: relative;
    z-index: 1;
    width: 35px;
    height: 35px;
    line-height: 35px
}
.bootstrap-datetimepicker-widget .timepicker table td .btn {
    height: auto
}
.bootstrap-datetimepicker-widget .timepicker table td span {
    width: 35px;
    height: 35px;
    line-height: 35px
}
.bootstrap-datetimepicker-widget.dropdown-menu {
    min-width: 280px;
    padding: 5px;
    font-size: 12px;
    background-color: #fff;
    border-color: transparent;
    margin: 0;
    width: 170px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.08)
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before, .bootstrap-datetimepicker-widget.dropdown-menu.bottom::before {
    border-bottom-color: #fff
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before, .bootstrap-datetimepicker-widget.dropdown-menu.top::before {
    border-top-color: #fff
}
.bootstrap-datetimepicker-widget.dropdown-menu .datepicker table tr th, .bootstrap-datetimepicker-widget.dropdown-menu .datepicker table tr td {
    width: 30px;
    height: 30px;
    line-height: 30px
}
.bootstrap-datetimepicker-widget.dropdown-menu .datepicker table tr td:before, .bootstrap-datetimepicker-widget.dropdown-menu .datepicker table tr td::before {
    top: 4px;
    left: 0px
}
.bootstrap-datetimepicker-widget.dropdown-menu .datepicker table tr td.today:before, .bootstrap-datetimepicker-widget.dropdown-menu .datepicker table tr td.today::before, .bootstrap-datetimepicker-widget.dropdown-menu .datepicker table tr td.active:before, .bootstrap-datetimepicker-widget.dropdown-menu .datepicker table tr td.active::before {
    top: 4px;
    left: 0px
}

.btn-white-outline {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.btn-white-outline:hover {
    background-color: #fff;
    color: #ef4153;
}
.site-wrapper .site-header {
    /*margin-left: 14%;*/
    /*padding: 20px 30px;*/
    /*margin-right: 14%;*/
}
.site-wrapper .site-header .navbar {
    background-color: transparent;
    padding: 0;
}
.site-wrapper .site-header .navbar .navbar-brand {
    padding: 0;
    margin: 0;
}
.site-wrapper .site-header .navbar .navbar-brand img {
    height: 40px;
}
.site-wrapper .site-header .navbar .navbar-nav .nav-link {
    font-size: 16px;
    padding: 10px 40px;
    color: #fff;
}
.site-wrapper .site-header .navbar .navbar-nav .nav-item.active .nav-link {
    color: #ffffff;
}
.nav-item.active{
    color: #ffffff !important;
}
.site-wrapper .site-header .navbar .header-btns {
    margin-left: 30px;
}
.site-wrapper .site-header .navbar .header-btns .btn {
    font-size: 14px;
}
.header-btns {
    margin-left: 5px !important;
    margin-right: 5px !important;
}
.site-wrapper .hero-area {
    padding-top: 190px;
    padding-bottom: 120px;
    position: relative;
}
.hero-area {
    background-image: url("../img/cowback.webp");
    height: 700px;
    background-repeat: no-repeat;
    background-size: cover;
}
.about-area {
    background-image: url("../img/about-us-img.webp");
    height: 1200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 10;
}
.site-wrapper .hero-area .hero-content {
    padding-right: 50px;
}
.site-wrapper .hero-area .hero-content h1 {
    margin: 0;
    font-size: 50px;
    color: #fff;
    font-weight: 900;
    margin-bottom: 30px;
    letter-spacing: -0.75px;
}
.site-wrapper .hero-area .hero-content p {
    color: #fff;
    font-size: 16px;
    letter-spacing: -0.5px;
}
.site-wrapper .hero-area .hero-content .hero-btn {
    margin-top: 30px;
}
.site-wrapper .hero-area .hero-content .hero-btn .btn {
    font-size: 14px;
}
.hero-btn{
    padding-left:40px;
}
.site-wrapper .hero-area .hero-img-box {
    position: relative;
}
.site-wrapper .hero-area .hero-img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.site-wrapper .hero-area .hero-img-box img:first-child {
    position: unset;
}
.move-1 {
    /*-webkit-animation: move1 5s infinite;
    animation: move1 5s infinite*/
}

.move-2 {
    /*-webkit-animation: move2 5s infinite;
    animation: move2 5s infinite*/
}
@-webkit-keyframes move1 {
    0% {
        -webkit-transform: rotate(-1deg) translate(-2px, -2px);
        transform: rotate(-1deg) translate(-2px, -2px)
    }

    50% {
        -webkit-transform: rotate(1deg) translate(2px, 2px);
        transform: rotate(1deg) translate(2px, 2px)
    }

    to {
        -webkit-transform: rotate(-1deg) translate(-2px, -2px);
        transform: rotate(-1deg) translate(-2px, -2px)
    }
}

@keyframes move1 {
    0% {
        -webkit-transform: rotate(-1deg) translate(-2px, -2px);
        transform: rotate(-1deg) translate(-2px, -2px)
    }

    50% {
        -webkit-transform: rotate(1deg) translate(2px, 2px);
        transform: rotate(1deg) translate(2px, 2px)
    }

    to {
        -webkit-transform: rotate(-1deg) translate(-2px, -2px);
        transform: rotate(-1deg) translate(-2px, -2px)
    }
}

@-webkit-keyframes move2 {
    0% {
        -webkit-transform: rotate(1deg) translate(2px, 2px);
        transform: rotate(1deg) translate(2px, 2px)
    }

    50% {
        -webkit-transform: rotate(-1deg) translate(-2px, -2px);
        transform: rotate(-1deg) translate(-2px, -2px)
    }

    to {
        -webkit-transform: rotate(1deg) translate(2px, 2px);
        transform: rotate(1deg) translate(2px, 2px)
    }
}

@keyframes move2 {
    0% {
        -webkit-transform: rotate(1deg) translate(2px, 2px);
        transform: rotate(1deg) translate(2px, 2px)
    }

    50% {
        -webkit-transform: rotate(-1deg) translate(-2px, -2px);
        transform: rotate(-1deg) translate(-2px, -2px)
    }

    to {
        -webkit-transform: rotate(1deg) translate(2px, 2px);
        transform: rotate(1deg) translate(2px, 2px)
    }
}
.whyus-section {
    background-color: #4542B7 !important;
    padding: 50px;
    padding-top: 100px;
    padding-bottom: 100px;
}
#why-us-span{
    color: white;
    display: grid;
    font-size: 18px;
    text-align: justify;
}
#why-choose-us-span{
    color: white;
    font-size: 40px;
    font-family: "VisbyRoundCF-Heavy", serif;
}

#advantages-header{
    text-align: center;
    font-family: "VisbyRoundCF-Heavy", serif;
    font-size: 40px;
    color: #303084;
}
#advantages-header-platforms{

    font-family: "VisbyRoundCF-Heavy", serif;
    font-size: 35px;
    color: #303084;
    margin-bottom: 10px;
    word-spacing: -6px;
}

#payment-options{
    text-align: left;
    font-family: "VisbyRoundCF-Heavy", serif;
    font-size: 25px;
    color: #303084;
    margin-bottom: 10px;
    word-spacing: -4px;
}

#news-header{
    text-align: center !important;
    font-family: "VisbyRoundCF-Heavy", serif;
    font-size: 20px;
    color: #303084;
    margin-bottom: 10px;
}
#advantages-header-assets{
    text-align: center;
    font-family: "VisbyRoundCF-Heavy", serif;
    font-size: 25px;
    color: #FFFFFF;
    margin-bottom: 50px;

}

#daily-new-area{
    text-align: center;
    font-family: "VisbyRoundCF-Heavy", serif;
    font-size: 28px;
    color: #FFFFFF;
    margin-bottom: 30px;

}
.assets-section{
    color:#FFFFFF !important;

}
.assets-logo-trow{
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-left: 1px;
    width:15% !important;
}
.feature-section-assets{
    padding-left: 18%;
    padding-right: 18%;
    background-color: #161A7B;
    font-size: 2px !important;
    font-family: 'VisbyRoundCF-Regular', serif;
    padding-top: 85px;
    padding-bottom: 85px;
}
.platform-desc-area{
    text-align: justify;
    font-family: "VisbyRoundCF-Heavy", serif;
    font-weight: bold;
    font-size: 18px;
    color: #8B8B8B;
    margin-bottom: 20px;
    line-height: 25px;

}

.platform-desc-area-card{

    font-family: "VisbyRoundCF-Heavy", serif;
    font-weight: bold;
    font-size: 18px;
    color: #8B8B8B;
    margin-bottom: 20px;
    line-height: 25px;

}
.get-started-desc-area{
    text-align: center;
    font-family: "VisbyRoundCF-Heavy", serif;
    font-size: 22px;
    color: #8B8B8B;
    margin-bottom: 10px;
    line-height: 10px;
}

.pamm-desc-area{

    font-family: "VisbyRoundCF-Heavy", serif;
    font-size: 18px;
    color: #8B8B8B;
    margin-bottom: 20px;

    text-align: justify;
    line-height: 25px;

}
#mt5-logo-trow{
    width:200px;
    padding-right:10px;
}

#payment-logo-trow{


    padding-top: 20px;

}
#ctrader-logo-trow{
    width:200px;
    border-left:1px solid #D2D2D2 !important;
    padding-left:10px;
}
.feature-section {
    background-color: #4542B7 !important;
}
.platform-container{
    max-width: 1140px;
}
.feature-section-2 {
    background-color: #F0F0F0 !important;
    padding-top: 50px;
}

.feature-section-3 {
    background-color: #FFFFFF !important;
    padding-top: 50px;
    padding-bottom: 50px;
}

.feature-section-4 {
    background-color: #F2F2F2 !important;
    padding-top: 50px;
    padding-bottom: 50px;
}
.feature-section-5 {
    background-color: #FFFFFF !important;
    padding-top: 50px;
    padding-bottom: 50px;
}

.feature-section-6 {
    background: rgb(22,26,123);
    background: linear-gradient(180deg, rgba(22,26,123,1) 0%, rgba(22,26,123,1) 40%, rgba(69,66,183,1) 40%, rgba(69,66,183,1) 100%);
    padding-top: 50px;
    padding-bottom: 50px;
}
.mt5-ctrader-platforms{
    text-align:center;

}
.read-more-button {
    width: 220px;
    padding: 7px;
    font-size: 14px;
    background-color: #106635;
    border:none;
    color:#FFFFFF;
}
.read-more-desc {
    width: 220px;

    overflow: hidden; /* Control overflow behavior */
    white-space: normal; /* Allow normal wrapping */

    padding: 7px;
    font-size: 14px;

    border:none;
    color:#FFFFFF;

    text-align: left;
    margin-top:270px;

}

.news-desc-area{
    width: 220px;
}

.payment-option-text-table{
    text-align:center;
    vertical-align: middle;
    padding:30px;
}

#pipwise-account-types{
    background-color: #F0F0F0;
}
#pipwise-account-types-mobile{
    background-color: #F0F0F0;
}
.site-wrapper .feature-section {
    position: relative;
    padding: 60px 0;
    background-color: #f4f5f8;
    padding-bottom: 70px;
}
/*Designs for price plans*/
.suptt{
    font-size: 40px;
}

.unordered-list{
    list-style: none;
    font-size: 15px;
    font-family: VisbyRoundCF-Heavy, serif;
    color: #FFFFFF;
    padding: 0px;
    margin: 0px;
}

.unordered-list-item{
    border-bottom: 1px solid #494a5a;
    padding: 0px;
    margin: 0px;
    text-align: center;
    height: 36px;
    line-height: 25px;
}
.accountbutton{
    width: 200px;
    height: 50px;
    margin-bottom: 8%;
    justify-items: center;
    background: #106635;
    text-align: center;
    color: #F5FFFF;
    font-size: 16px;

}
.omid{
    text-align: center;
}
.unordered-list-item-platforms{
    padding: 0px;
    margin: 0px;
    text-align: center;
    height: 106px;
    line-height: 25px;
}
.diverse-platform-laptop-image{
    width:150px !important;
    text-align: left;
}

.diverse-platform-cc-image{
    width:400px;
}

.pamm-image{
    width:450px;
    padding-left: 75px;
}

.diverse-platforms-header {
    font-family: "VisbyRoundCF-Heavy", serif;
    font-size: 24px;
    color: #303084;
    text-align: left;
}
/* Create two equal columns that floats next to each other */
.multi-platform-column {
    float: left;
    width: 50%;
    padding-top: 50px;
    padding-bottom: 30px;
    padding-left:15px;
    height: 300px; /* Should be removed. Only for demonstration */
    box-sizing: border-box;
    background-color: rgba(0,0,0,0);

}

.multi-platform-column-card {
    float: left;
    width: 50%;

    padding-bottom: 30px;
    padding-left:15px;
    height: 300px; /* Should be removed. Only for demonstration */
    box-sizing: border-box;
    background-color: rgba(0,0,0,0);

}
.multi-platform-column-pamm{
    float: left;
    width: 50%;
    padding-top: 10px;
    padding-bottom: 30px;
    padding-left:15px;
    height: 300px; /* Should be removed. Only for demonstration */
    box-sizing: border-box;
    background-color: rgba(0,0,0,0);
}
.multi-payment-column {
    float: left;
    width: 50%;
    padding: 30px;
    height: 300px; /* Should be removed. Only for demonstration */
    box-sizing: border-box;
    background-color: rgba(0,0,0,0);
    padding-top: 60px;
}

.multi-payment-column-card{
    float: left;
    width: 50%;
    padding: 30px;
    height: 300px; /* Should be removed. Only for demonstration */
    box-sizing: border-box;
    background-color: rgba(0,0,0,0);
    padding-left: 100px;
}

#platforms-header{
    text-align: left;
}
#platforms-image{
    text-align: right;
}
.multi-platform-row:after {
    content: "";
    display: table;
    clear: both;
    box-sizing: border-box;
    vertical-align: middle !important;
}

/* Create a flex container */
.news-row {
    display: flex;
    justify-content: center; /* Center the columns */
    flex-wrap: wrap; /* Allow wrapping for responsiveness */
    text-align: center; /* Center text inside columns */
}

/* Style the columns */
.news-column {
    width: 220px;
    padding: 10px;
    height: 220px; /* Should be removed. Only for demonstration */
    box-sizing: border-box;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 30px;
    margin-bottom: 0px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.news-image-btn-holder{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
/* Responsive layout - makes the columns stack on top of each other */
@media screen and (max-width: 600px) {
    .news-column {
        width: 220px; /* Make columns full width on small screens */
        margin: 20px; /* Adjust margin for smaller screens */
    }
    .platform-desc-area-card {
        font-family: "VisbyRoundCF-Medium", serif;

        font-size: 18px;

        margin-bottom: 5px;

        text-align: center;
    }
    #advantages-header-platforms{
        font-size: 22px;
    }
    .platform-desc-area{
        font-size: 15px;
    }
    #payment-options{
        font-size: 22px;
        text-align: center;
    }
    .platform-desc-area-card{
        font-size: 15px;
    }
    #advantages-header-assets{
        font-size: 22px;
    }
    .pamm-desc-area{
        font-size: 15px;
    }
    #daily-new-area{
        font-size: 22px;
    }
    #advantages-header{
        font-size: 22px;
    }
    .get-started-desc-area{
        font-size: 15px;
    }
}
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 1140px) {
    .multi-platform-column {
        width: 100%;
        box-sizing: border-box;
        margin:10px;
    }
    #platforms-header{
        text-align: center;
    }
    #platforms-image{
        text-align: center;
    }
}
#price-container{
    width: 100%;
    text-align:center;
    margin-bottom: 70px;
}

.wholett{
    display: inline-block;
}
.wholett-platforms{
    display: inline-block;
    vertical-align: middle;
}
.type-tt{
    width: 260px;
    background-color: #eac80d;
    height: 52px;
    border-bottom: 5px solid #F0F0F0;
    margin-top:20px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.type-tt p{
    font-family: VisbyRoundCF-Medium, serif;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    color: white;
    text-align: center;
    padding-top: 8px;
}

.plantt{
    width: 260px;
    background-color: #323489;
    font-family: VisbyRoundCF-Regular, serif;
    font-style:condensed;
    color: white;
    text-align: center;
    padding-top: 20px;
    height: 400px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top: 2px solid #f0f0f0;
}
.plantt-platforms{
    width: 230px;
    background-color: #323489;
    font-family: VisbyRoundCF-Regular, serif;
    font-style:condensed;
    color: white;
    text-align: center;
    padding-top: 10px;
}
.standard-tt{
    background-color: #34388F;
    border-bottom: 3px solid #18937b;
}

.ultimate{
    background-color: #5d6a9a;
    border-bottom: 3px solid #474f6f;
}

.header-tt{
    border-bottom: 1px solid #494a5a;
    padding-bottom: 39px;
}

.header-tt span{
    font-size: 32px;
}

.month{
    font-size: 14px;
    color: #575757;
    padding: 0px;
    margin: -10px;
}

.standard-plan{
    background-color: #5A8FFF;
}
.institutional-plan{
    background-color: #3A6CFF;
}
.ecn-plan{
    background-color: #223BC9;
}
.ecnpro-plan{
    background-color: #161A7B;
}

.price{
    height:80px;
}

.cart{

    color:white;
    position: relative;
    top: 16px;

}

.bottom{
    font-size: 18px;
    font-family: VisbyRoundCF-Medium, serif;
    color: white;
    text-decoration: none;
}

.content-tt{
}

.login_c{
    width:500px;
    background-color:#2b2937;
    height:300px;
    margin: 0 auto;
    margin-top:40px;
    border-radius:5px;

}

.top{
    margin-top:35px;
}
#pipwise-platforms-types{
    width: 90%;
    justify-content: center;
    margin-bottom: 50px;
    display: flex;
    padding-bottom: 70px;
    padding-left: 8%;
}

#pipwise-payment-options{
    width: 100%;
    justify-content: center;

    display: flex;
    padding-bottom: 120px;
}
.nodisplay{
    opacity: 0.1;
}


.standard-plan-body{
    background: rgb(53,73,144);
    background: linear-gradient(90deg, rgba(53,73,144,1) 0%, rgba(48,49,132,1) 35%, rgba(48,49,132,1) 65%, rgba(53,73,144,1) 100%);
}

.plantt.standard-plan-body:hover{
    background-color: #5A8FFF !important;
    background: none;
    color: #303184FF !important;
}
.plantt.standard-plan-body:hover .desc-plan-text{
    background: none;
    color: #303184FF !important;
}


.plantt.institutional-plan-body:hover{
    background-color: #5A8FFF !important;
    background: none;
    color: #303184FF !important;
}
.plantt.institutional-plan-body:hover .desc-plan-text{
    background: none;
    color: #303184FF !important;
}


.plantt.ecn-plan-body:hover{
    background-color: #303184FF !important;
    background: none;
    color: #303184FF !important;
}
.plantt.ecn-plan-body:hover .desc-plan-text{
    background: none;
    color: #5A8FFF !important;
}


.plantt.ecnpro-plan-body:hover{
    background-color: #5A8FFF !important;
    background: none;
    color: #303184FF !important;
}
.plantt.ecnpro-plan-body:hover .desc-plan-text{
    background: none;
    color: #303184FF !important;
}

.institutional-plan-body{
    background: rgb(53,73,144);
    background: linear-gradient(90deg, rgba(53,73,144,1) 0%, rgba(48,49,132,1) 35%, rgba(48,49,132,1) 65%, rgba(53,73,144,1) 100%);
}
.ecn-plan-body{
    background: rgb(74,112,222);
    background: linear-gradient(90deg, rgba(74,112,222,1) 0%, rgba(73,74,218,1) 35%, rgba(73,74,218,1) 65%, rgba(74,112,222,1) 100%);
}
.ecnpro-plan-body{
    background: rgb(53,73,144);
    background: linear-gradient(90deg, rgba(53,73,144,1) 0%, rgba(48,49,132,1) 35%, rgb(48, 49, 132) 65%, rgba(53,73,144,1) 100%);}
.desc-plan-text{
    font-family: VisbyRoundCF-Regular, serif;
    color: #588EFD;
    padding-top: 10px;
}
.ecnpro-plan-body-platforms{
    background: rgb(0,0,0,0);
}
/*Designs for price plans*/
.container-wrapper {
    display: flex; /* Use flexbox for the wrapper */
    flex-wrap: wrap; /* Allow items to wrap if necessary */
    justify-content: center; /* Center items horizontally */
    align-items: center; /* Center items vertically */
}

.container-item {
    display: flex; /* Use flexbox for each item */
    flex-direction: column; /* Stack items vertically */
    justify-content: center; /* Center content vertically */
    align-items: center; /* Center content horizontally */
    margin: 26px; /* Optional: add some spacing between items */
    min-height: 150px; /* Optional: Set a minimum height for better alignment */
    text-align: center;
}

.container-item-ready-started {
    display: flex; /* Use flexbox for each item */
    flex-direction: column; /* Stack items vertically */
    justify-content: center; /* Center content vertically */
    align-items: center; /* Center content horizontally */
    margin: 15px; /* Optional: add some spacing between items */
    min-height: 150px; /* Optional: Set a minimum height for better alignment */
    text-align: center;
}

.container-item img {
    margin: 0; /* Remove any margin from images */
}


.item-content {
    display: flex; /* Use flexbox for the content */
    justify-content: center; /* Center text horizontally */
    align-items: center; /* Center text vertically */
    width: 100px; /* Width can be adjusted as needed */
    background: none;
    min-height: 50px; /* Minimum height for the item content */
    text-align: center; /* Center text alignment */
    font-size: 17px;
}

.flow-options {
    text-align: center;
    font-family: "VisbyRoundCF-Heavy", serif;
    font-size: 20px;
    color: #303084;
    margin-bottom: 10px; /* Adjust this if needed */
    margin-top: 20px; /* Adjust this if needed */
}


.site-wrapper .feature-section .feature-content h2 {
    margin: 0;
    font-size: 50px;
    color: #fff;
    font-weight: 900;
    margin-bottom: 30px;
    letter-spacing: -0.75px;
}
.assets-logo-title{
    font-size: 18px !important;
    font-family: "VisbyRoundCF-Light", serif;
}
.site-wrapper .feature-section .feature-content p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    letter-spacing: -0.5px;
}
.site-wrapper .feature-section .feature-content .content-btn {
    margin-top: 30px;
}
.site-wrapper .feature-section .feature-content .content-btn .btn {
    font-size: 16px;
}
/* .site-wrapper .feature-section .feature-card-wrapper {
    padding-right: 40px;
} */
.site-wrapper .feature-section .feature-card-wrapper .feature-card {
    padding: 25px 30px 12px;
    border-radius: 10px;
    background-color: rgba(0,0,0,0);
    -webkit-transition: .4s;
    transition: .4s;
    margin-bottom: 30px;
}
.site-wrapper .feature-section .feature-card-wrapper .feature-card .card-icon {
    width: 69px;
    height: 69px;
    border-radius: 50%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 40px;
    background-color: #201B53;
    color: #ef4153;
    margin: 0 auto;
    margin-bottom: 20px;
    font-family: "VisbyRoundCF-Medium", serif;
}
.site-wrapper .feature-section .feature-card-wrapper .feature-card .card-text .title {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 100;
    letter-spacing: 0px;
    margin-bottom: 12px;
    font-family: "VisbyRoundCF-Regular", serif;

}
.site-wrapper .feature-section .feature-card-wrapper .feature-card .card-text p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.5px;
    line-height: 28px;
    font-family: "VisbyRoundCF-Heavy", serif;
}
.site-wrapper .content-section {
    background-color: #fff;
    padding: 100px 0;
}
.site-wrapper .content-section .content-text {
    padding-right: 30px;
}
.site-wrapper .content-section .content-text .title {
    font-size: 50px;
    font-weight: 900;
    color: #19191b;
    letter-spacing: -2.5px;
    margin-bottom: 30px;
}
.site-wrapper .content-section .content-text p {
    color: #696871;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -0.66px;
    line-height: 39px;
}
.site-wrapper .content-section .content-text .content-btn {
    margin-top: 30px;
}
.site-wrapper .content-section .content-text .content-btn .btn {
    font-size: 15px;
}
.site-wrapper .content-section .content-img-group {
    text-align: right;
}
.site-wrapper .footer-section {
    background-color: #19191b;
}
.footer-section{
    background-color: #000000 !important;
    border-top: 5px solid #2A9556;
}
.site-wrapper .footer-section .footer-top {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}
.site-wrapper .footer-section .footer-top .footer-logo img {
    height: 50px;
}
#footer-logo-pipwise{
    height: 100px !important;
}
.site-wrapper .footer-section .footer-top .single-footer {
    margin-bottom: 30px;
}
.site-wrapper .footer-section .footer-top .single-footer .footer-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.5px;
    margin-bottom: 25px;
}
.footer-section .footer-top .single-footer .footer-title {

    margin-bottom: 10px !important;
}
.site-wrapper .footer-section .footer-top .single-footer .footer-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.site-wrapper .footer-section .footer-top .single-footer .footer-list a {
    color: rgba(255, 255, 255);
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -0.5px;
    line-height: 38px;
}
.footer-social{
    display: inline-block;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    padding:5px;
}
.fa-telegram{
    color: white !important;
}
.fa-instagram{
    color: white !important;
}
.fa-envelope{
    color: white !important;
}
.fa-youtube{
    color: white !important;
}
.socialFooterIcons{
    margin:9px;
}
.address-section{
    height:auto;
    background-color: #181818;
    text-align: center;
    vertical-align: middle;
    padding-top:20px;
    padding-bottom:20px;
    text-wrap: none;
}
.acknowledge-section{
    height:auto;
    background-color: #ffffff;
    text-align: center;
    vertical-align: middle;
    padding-top:20px;
    padding-bottom:20px;
    text-wrap: none;
    font-size: 14px;
}
.roww{
    display: inline-block !important;
}
.address-table{
    vertical-align: middle;
}
.fade_line_rule {
    height: 1px;
    background-color: #E6E6E6;
    width: 66.0em;
    margin: 0 auto;
    background-image: linear-gradient(left , white 2%, #E6E6E6 50%, white 98%);
    background-image: -o-linear-gradient(left , white 2%, #E6E6E6 50%, white 98%);
    background-image: -moz-linear-gradient(left , white 2%, #E6E6E6 50%, white 98%);
    background-image: -webkit-linear-gradient(left , white 2%, #E6E6E6 50%, white 98%);
    background-image: -ms-linear-gradient(left , white 2%, #E6E6E6 50%, white 98%);
    background-image: -webkit-gradient( linear, left bottom, right bottom, color-stop(0.02, white), color-stop(0.5, gray), color-stop(0.98, white) );
}

.footer-section .footer-top .single-footer .footer-list a {
    font-size: 18px !important;
}

.site-wrapper .footer-section .copyright-area {
    border-top: 1px solid #2F2F31;
    padding: 15px 0;
}
.site-wrapper .footer-section .copyright-area p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-weight: 300;
    line-height: 38px;
    margin: 0;
}
.site-wrapper .footer-section .copyright-area .social-icons {
    display: -webkit-inline-box;
    display: inline-flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.site-wrapper .footer-section .copyright-area .social-icons li a {
    color: #FFFFFF;
    font-size: 16px;
    -webkit-transition: .4s;
    transition: .4s;
    padding: 0 3px;
    margin: 0 2.5px;
}
.site-wrapper .footer-section .copyright-area .social-icons li + li {
    margin-left: 10px;
}
.site-wrapper .page-banner {
    padding-top: 100px;
    padding-bottom: 80px;
}
.site-wrapper .page-banner .banner-content .title {
    margin: 0;
    font-size: 60px;
    line-height: 84px;
    padding-bottom: 22px;
    color: #19191b;
    font-weight: 900;
    letter-spacing: -2.5px;
}
.site-wrapper .page-banner .banner-content p {
    color: #696871;
    font-size: 21px;
    font-weight: 300;
    letter-spacing: -0.66px;
    line-height: 39px;
    margin-top: 5px;
}
.site-wrapper .content-area {
    padding: 100px 0;
}
.site-wrapper .content-area .section-title {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
}
.site-wrapper .content-area .section-title .title {
    margin-right: 40px;
    max-width: 46%;
    font-size: 70px;
    line-height: 84px;
    color: #19191b;
    font-weight: 900;
    letter-spacing: -2.5px;
}
.site-wrapper .content-area .section-title .right-side {
    max-width: 40%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
}
.site-wrapper .content-area .section-title p {
    color: #696871;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -0.66px;
    line-height: 39px;
    margin-bottom: 0;
}
.site-wrapper .contact-section {
    padding-bottom: 100px;
}
.site-wrapper .contact-section .contact-widget-wrapper {
    border-radius: 10px;
    background-color: #f7f7fb;
    padding-top: 80px;
    padding-bottom: 30px;
    padding-left: 150px;
    padding-right: 150px;
}
.site-wrapper .contact-section .contact-widget-wrapper .contact-widget-block {
    margin-bottom: 50px;
}
.site-wrapper .contact-section .contact-widget-wrapper .contact-widget-block .title {
    color: #19191b;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.75px;
    line-height: 1;
}
.site-wrapper .contact-section .contact-widget-wrapper .contact-widget-block p {
    color: #696871;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -0.66px;
    line-height: 39px;
    margin-bottom: 0;
}
.site-wrapper .contact-section .contact-form {
    padding-top: 80px;
}
.site-wrapper .contact-section .contact-form .form-title {
    color: #19191b;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.75px;
}
.site-wrapper .contact-section .contact-form .form-group {
    margin-bottom: 30px;
}
.site-wrapper .contact-section .contact-form .form-group label {
    color: #19191b;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.56px;
    line-height: 1;
    margin-bottom: 20px;
}
.site-wrapper .contact-section .contact-form .form-group .form-control {
    border-radius: 10px;
    border: 1px solid #eae9f2;
    background-color: #ffffff;
    color: #9c9aaa;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -0.56px;
    margin-bottom: 17px;
    text-indent: 25px;
    min-height: 70px;
}
.site-wrapper .contact-section .contact-form .form-group textarea {
    min-height: 154px;
    max-height: 154px;
    padding-top: 20px;
}
.site-wrapper .contact-section .contact-form .btn {
    font-size: 14px;
    padding: 10px 20px;
}

.table.table-padded {
    border-collapse: separate;
    border-spacing: 0 5px;
}
.table.table-padded thead tr th {
    border: none;
    font-size: .81rem;
    color: rgba(90, 99, 126, 0.49);
    letter-spacing: 1px;
    padding: 0.3rem 1.1rem;
}
.table.table-padded tbody tr {
    border-radius: 4px;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
.table.table-padded tbody td {
    padding: 0.9rem 1.1rem;
    background-color: #fff;
    border: 1px solid #dde2ec;
    vertical-align: middle;
}
.table.table-padded tbody td:first-child {
    border-radius: 4px 0px 0px 4px;
}
.table.table-padded tbody td:last-child {
    border-radius: 0px 4px 4px 0px;
    border-left: none;
}
.table.table-padded tbody tr:hover {
    box-shadow: 0px 2px 5px rgba(69, 101, 173, 0.1);
    -webkit-transform: translateY(-1px) scale(1.01);
    transform: translateY(-1px) scale(1.01);
}
.table-responsive {
    overflow: visible;
}
.table .row-actions a {
    margin-right: 0.8rem;
    color: #bcc0c7;
    font-size: 18px;
}

.card .card-table .card-item {
    border-top: 1px solid #ededed
}
.table thead {
    background-color: #f6f8fb
}
.table thead th {
    font-weight: 600;
    color: #879099;
    font-size: 14px
}
.table tbody td {
    vertical-align: middle
}
.table tbody td .table-user-thumb {
    width: 30px;
    height: 30px;
    border-radius: 50%
}
.table tbody td .table-actions {
    text-align: right
}
.table tbody td .table-actions a {
    color: #bcc1c6;
    display: inline-block;
    margin-left: 8px;
    font-size: 16px
}
div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
}
div.dataTables_wrapper div.dataTables_filter label {
    display: inline-block !important;
}

.card .card-title {
    font-size: 18px;
}
.progress-sm {
    height: .5rem;
}
.progress-sm .progress-bar {
    height: .5rem;
}
.card-group .card:not(:last-child) {
    border-right: 1px solid #f1f1f1;
}
.card .card-body .icon {
    font-size: 37px;
    color: #9aa0ac;
}

.main-nav-dropdown {
    position: fixed;
    top: 0;
}
.main-nav-dropdown .dropdown-item {
    padding: 5px 10px;
    font-size: 13px;
}
.main-nav-dropdown .dropdown-item i {
    margin-right: 5px;
    font-size: 18px;
    vertical-align: -2px;
}
.site-wrapper .listing-page-wrap .listing-single-item {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #ededed;
}
.site-wrapper .listing-page-wrap .listing-single-item .listing-image {
    margin-right: 45px;
}
.site-wrapper .listing-page-wrap .listing-single-item .listing-text .listing-content {
    margin-bottom: 20px;
}
.site-wrapper .listing-page-wrap .listing-single-item .listing-text .listing-content h3 {
    font-size: 20px;
    line-height: 26px;
    color: #000;
    margin-bottom: 5px;
    margin-top: 0;
}
.site-wrapper .listing-page-wrap .listing-single-item .listing-text .listing-content h3 a {
    color: inherit;
}
.site-wrapper .listing-page-wrap .listing-single-item .listing-text .listing-content .listing-metas {
    margin-bottom: 20px;
}
.site-wrapper .listing-page-wrap .listing-single-item .listing-text .listing-content .listing-metas span + span {
    margin-left: 8px;
    padding-left: 8px;
    border-left: 1px solid #ededed;
}
.site-wrapper .listing-page-wrap .listing-single-item .listing-text .listing-content .listing-metas span,
.site-wrapper .listing-page-wrap .listing-single-item .listing-text .listing-content .listing-metas span a {
    color: #939393;
}
.site-wrapper .listing-page-wrap .listing-single-item .listing-text .listing-content p {
    color: #6f6f6f;
    line-height: 24px;
}
.site-wrapper .listing-page-wrap .listing-single-item:last-child {
    border-bottom: 0;
}
.site-wrapper .listing-page-wrap .left-sidebar {
    padding-left: 45px;
}
.site-wrapper .listing-page-wrap .search-block {
    margin-bottom: 45px;
}
.site-wrapper .listing-page-wrap .search-block .form-control {
    border-radius: 6px;
    padding: 5px 20px;
    height: 40px;
    font-size: 13px;
    border: none;
    padding-right: 40px;
    border: 1px solid #dde2ec;
    background-color: #fff;
    box-shadow: none;
}
.site-wrapper .listing-page-wrap .search-block .form-control~.btn {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 22px;
    padding: 0;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.site-wrapper .listing-page-wrap .search-block .form-control:focus {
    border-color: #6c757d;
}
.site-wrapper .listing-page-wrap .widget {
    margin-bottom: 45px;
}
.site-wrapper .listing-page-wrap .widget h4 {
    margin-bottom: 20px;
    position: relative;
    margin-top: 0;
    font-weight: 600;
    font-size: 18px;
    color: #000;
    overflow: hidden;
}
.site-wrapper .listing-page-wrap .widget h4::after {
    content: "";
    display: inline-block;
    width: 100%;
    background: #ef4153;
    height: 1px;
    top: 50%;
    position: absolute;
    margin-left: 20px;
}
.site-wrapper .listing-page-wrap .widget .list-style {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 20px;
}
.site-wrapper .listing-page-wrap .widget .list-style li {
    position: relative;
    padding: 0 15px 8px 0;
    margin: 0 0 8px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.site-wrapper .listing-page-wrap .widget .list-style li:before {
    content: "";
}
.site-wrapper .listing-page-wrap .widget .list-style li a {
    color: #6f6f6f;
}
.site-wrapper .listing-page-wrap .widget .list-style li a:hover {
    color: #ef4153;
}
.site-wrapper .listing-page-wrap .widget .list-style li span {
    position: absolute;
    top: 3px;
    right: 0;
}
.site-wrapper .listing-page-wrap .widget .latest-post {
    list-style: none;
    padding: 0;
    margin: 0;
}
.site-wrapper .listing-page-wrap .widget .latest-post li {
    padding: 9px 0 10px;
    align-items: center;
}
.site-wrapper .listing-page-wrap .widget .latest-post li:first-child {
    padding-top: 0;
}
.site-wrapper .listing-page-wrap .widget .latest-post li figure {
    width: 75px;
    margin: 0;
}
.site-wrapper .listing-page-wrap .widget .latest-post li div {
    line-height: normal;
    padding-left: 22px;
    position: relative;
}
.site-wrapper .listing-page-wrap .widget .latest-post li h5 {
    font-weight: 500;
    font-size: 13px;
    color: #000;
    margin: 0;
    margin-bottom: 5px;
}
.site-wrapper .listing-page-wrap .widget .latest-post li h5 a {
    color: inherit;
}
.site-wrapper .listing-page-wrap .widget .latest-post li .media-body span {
    margin: 0;
    font-size: 12px;
}
.site-wrapper .listing-page-wrap .widget .tag-cloud a {
    font-size: 12px;
    padding: 3px 8px;
    border: 1px solid #d9d9d9;
    margin: 0 8px 8px 0;
    display: inline-block;
    text-transform: capitalize;
    color: #232323;
    line-height: 18px;
    border-radius: 4px;
}
.site-wrapper .listing-page-wrap .widget .tag-cloud a:hover {
    background: #232323;
    color: #fff !important;
    border: 1px solid #232323;
}
.site-wrapper .pagination-wrap .pagination .page-item {
    margin: 0 5px;
}
.site-wrapper .pagination-wrap .pagination .page-item .page-link {
    border-radius: 4px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
}
.site-wrapper .pagination-wrap .pagination .page-item.active .page-link {
    background-color: #ef4153;
    border-color: #ef4153;
    color: #fff;
}
.site-wrapper .listing-single-wrap .single-title {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    margin-top: 0;
    margin-bottom: 15px;
}
.site-wrapper .listing-single-wrap .single-metas {
    margin-bottom: 30px;
}
.site-wrapper .listing-single-wrap .single-metas span,
.site-wrapper .listing-single-wrap .single-metas span a {
    color: #939393;
}
.site-wrapper .listing-single-wrap .single-metas span + span {
    margin-left: 8px;
    padding-left: 8px;
    border-left: 1px solid #ededed;
}
.site-wrapper .listing-single-wrap .single-content {
    color: #000;
}
.site-wrapper .listing-single-wrap .single-content p {
    font-size: 14px;
    color: #6f6f6f;
    font-weight: 400;
    line-height: 24px;
}
.site-wrapper .listing-single-wrap {
    margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
    .site-wrapper .site-header .navbar .navbar-brand img {
        height: 30px;
    }
    .site-wrapper .site-header .navbar .header-btns {
        position: absolute;
        right: 55px;
        top: 0;
    }

    .navbar-toggler.collapsed i::before {
        content: "\f0c9" !important;
    }
    .site-wrapper .content-section .content-text .title {
        font-size: 40px;
    }
    .site-wrapper .content-section .content-text p {
        font-size: 16px;
        line-height: 1.5;
    }
    .site-wrapper .site-header .navbar .navbar-collapse {
        margin-top: 15px;
        border-radius: 6px;
        -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
        -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 20%);
        box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    }
    .site-wrapper .site-header .navbar .navbar-nav .nav-link {
        padding: 10px 25px;
    }
    .site-wrapper .site-header .navbar .navbar-nav .nav-item:not(:last-child) {
        border-bottom: 1px solid #eaeaea;
    }
}
@media only screen and (max-width: 600px) {
    .site-wrapper .site-header {
        padding-left: 0;
        padding-right: 0;
    }
    .site-wrapper .hero-area {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .site-wrapper .hero-area .hero-content h1 {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .site-wrapper .hero-area .hero-content .hero-btn {
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .site-wrapper .feature-section {
        padding: 50px 0;
        padding-bottom: 20px;
    }
    .site-wrapper .content-section {
        padding: 50px 0;
    }
    .site-wrapper .content-section .content-text .title {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .site-wrapper .footer-section .footer-top{
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
/* css for markets page by omid*/
.forexbanner{
    background-image: url('../img/marketsbanner.webp');
    width: 100%;
    height:700px;
    background-position: 100%;
    background-size: cover;
    vertical-align: top;
}
#titrbanner{
    font-family: "VisbyRoundCF-Heavy";
    padding-top: 5%;
    padding-left: 15%;
    font-size: 50px;
    color: #f4f4f4;
    text-shadow: 5px 5px 10px#19191b;
}
#titr2{
    font-family:"VisbyRoundCF-Medium" ;
    padding-left: 15%;
    color: #212121;
    width: 60%;
    font-size: 20px;
}
@media (max-width: 992px) {
    .text-and-header-on-banner{
        left:0% !important;
        top:17% !important;
    }
    #titr2{
        font-family:"VisbyRoundCF-Medium" ;
        padding-left: 0;
        color: #212121;
        width: 100%;
        font-size: 16px !important;
        text-align: center;
    }
    #titrbanner{
        font-family: "VisbyRoundCF-Heavy";
        padding-top: 5%;
        padding-left: 0;
        font-size: 25px !important;
        color: #f4f4f4;
        text-shadow: 5px 5px 10px#19191b;
        text-align: center;
    }
    #arrowsright{
        display: none !important;
    }
}
#menu-banner{
    background: rgb(2,0,36);
    background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 22%, rgba(9,9,121,1) 78%, rgba(2,0,36,1) 100%);
    width: 100%;
    height: auto;
    text-align: center;
}
.nav-banner{
    font-size: 20px;
    padding: 10px 40px;
    color: #ffffff;

    text-align: center;
}
.nav-forex{
    margin-left: auto !important;
    display: flex;
    flex-direction: row;
    list-style: none;
    justify-content: center;
}
.titr1{
    font-family:"VisbyRoundCF-Heavy" ;
    width: 100%;
    color: #212121;
    font-size:35px ;
    text-align: center;
    padding-top:50px;

}
.p1-forex-page{
    width: 100%;
    height: 500px;
}
.p2-image-forex{
    padding-left: 20%;
    width: 50%;
    float: left;
    height: 500px;

}
.p2-forex{
    width: 50%;
    height:500px;
    float: right;
    text-align: justify;
    padding-left: 0%;
    padding-right: 20%;
    font-size: 18px;
    font-family: "VisbyRoundCF-Medium";
    display: flex;
    flex-direction: column;
    justify-content: space-around;

}
.p1-forex{
    width: 50%;
    height: 500px;
    float: left;
    text-align: justify;
    padding-left: 20%;
    padding-right: 0;
    font-size: 18px;
    font-family: "VisbyRoundCF-Medium";
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.p1-image-forex{
    padding-right: 20%;
    width: 50%;
    float: right;
    height: 500px;
}
.p3-image-forex{
    padding-right:14%;
    padding-left:1%;
    width: 50%;
    float: right;
    height: 500px;
}
.titr2{
    font-family:"VisbyRoundCF-Heavy" ;
    width: 100%;
    color: #212121;
    font-size:30x ;
    text-align: center;
    padding-top:20px;
    padding-bottom: 50px;
    height: 200px;
}
.p1-image-energy{
    padding-right: 18%;
    width: 50%;
    float: right;
    height: 500px;
    padding-left: 7%;
    padding-top: 2%;
}
.p3-image-socks{
    padding-right: 14%;
    padding-left: 3%;
    width: 50%;
    float: right;
    height: 500px;
    padding-top: 5%;
    padding-bottom: 50px;
}
.p1-image-indices{
    padding-right: 15%;
    width: 50%;
    float: right;
    height: 500px;
    padding-left: 5%;
}
.p1-image-bonds{
    padding-right: 20%;
    width: 50%;
    float: right;
    height: 500px;
    padding-top: 7%;
    padding-left: 6%;
}
                                                                            /* css for accounts page by omid*/


.accountsbanner{
    background-image: url('../img/accountbaner.webp');
    width: 100%;
    height:700px;
    background-position: 100%;
    background-size: cover;
}
@media (max-width: 768px) {
    .accountsbanner{
        background-position: center center;
        min-height: 300px !important;
        background-image: url('../img/standard-mobile-scaled.webp') !important;
        height: 800px !important;
        justify-content: center;
    }
}
.butten {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}
.Deposit-butten-account {
    margin: 0 10px;
    border-radius: 8px !important;
}
@media (max-width: 600px) {
    .butten {
        flex-direction: column;
    }
    .Deposit-butten-account {
        margin: 10px 0;
    }
}
.p1-markets-page{
    width: 100%;
    font-family: "VisbyRoundCF-Medium";
    height: auto;
    text-align: center;
    font-size: 20px;
    padding-top: 80px;
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 30px;
}
.p2-table{
    text-align: center;
    padding-left:250px;
    padding-right:250px;
    margin-top: 25px;
}
@media (max-width: 920px) {
    .p2-table{
        text-align: center;
        padding-left:25px;
        padding-right:25px;
    }
    .p1-markets-page{
        font-size: 16px;
    }
}
.table-standard{
    width: 100%;
    text-align: center;
}
.butten {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}
.Deposit-butten-account {
    margin: 0 10px;
    border-radius: 8px !important;
}
@media (max-width: 600px) {
    .butten {
        flex-direction: column;
    }
    .Deposit-butten-account {
        margin: 10px 0;
    }
}
#btn-p3-deposit{
    background-color: #BF2025;
    color: #f4f4f4;
    font-size: 20px;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 10px;
    padding-bottom: 10px;
}
#btn-p3-comparison{
    background-color: #106635;
    color: #f4f4f4;
    font-size: 20px;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-wrap: nowrap;
}
.p4-titr1{
    text-align: center;
    font-size: 30px;
    color: #212121;
    font-family:"VisbyRoundCF-Heavy" ;
    padding-top: 80px;
}
.p4-titr2{
    text-align: center;
    font-size: 30px;
    color: #212121;
    font-family:"VisbyRoundCF-Medium" ;
}
.imag-payment{
    text-align: center;
    padding-bottom: 50px;
}
#image-pm{
    margin: 5%;
    width: 7%;
}
                                                                                         /* css for platforms page by omid*/

.metabanner{
    background-image: url('../img/meta-banner.webp');
    width: 100%;
    height:700px;
    background-position: 100%;
    background-size: cover;
}
.platform-first{
    width: 100%;
    height: 500px;
    padding-top: 150px;
}
.platform-second{
    width: 100%;
    height: 500px;
    vertical-align: middle;
}
.mt5-box-text{
    width: 50%;
    float:left;
    padding-left: 15%;
}
.mt5-p1-titr{
    color: #303084;
    font-size: 30px;
    font-family:"VisbyRoundCF-Heavy" ;
    text-align: left;
}
.mt5-p1{
    color: #212121;
    font-size: 18px;
    font-family:"VisbyRoundCF-Medium" ;
    text-align: justify;
}
.mt5-box-image{
    width: 50%;
    float: right;
    padding-right: 15%;
    text-align: center;
}
.mt5-box-image-p2{
    width: 50%;
    float: left;
    padding-left: 15%;
    text-align: center;
}
mt5-box-text-p2{
    width: 50%;
    float:right;
    padding-right: 15%;
}
.mt5-p2{
    color: #212121;
    font-size: 18px;
    font-family:"VisbyRoundCF-Medium" ;
    text-align: justify;
    padding-right: 15%;
}
.mt5-p2-titr{
    padding-top: 50px;
    color: #303084;
    font-size: 30px;
    font-family:"VisbyRoundCF-Heavy" ;
    text-align: left;
}
.mt5-box-image-p4{
    width: 50%;
    float: left;
    padding-left: 15%;
    text-align: center;
    height: 500px;
}
.butten-mt5{
    width: 100%;
    height: 10%;
    padding-top: 50px;
    padding-bottom: 150px;
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
}
#btn-p3-mt5{
    background-color: #106635;
    color: #f4f4f4;
    font-size: 15px;
    padding-left: 3.5%;
    padding-right: 3.5%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 12px;
}

