/*
Template-Author: zeeshan-hyder Author

*/
/*---------------------------------------------Css Reset------------------------------------------*/


* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body, html {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 20px;
    scroll-behavior: smooth;
    height: 100%;
    color: #1b1643;
    font-size: 14px;
}

.f-body, .link, .link-text, .pt-description, .subtitle {
    font-weight: 600;
    line-height: 1.4;
}

html,
body,
div,
span,
img,
ol,
ul,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
option,
legend,
label,
table,
th,
td,
tr,
article,
aside,
caption,
figure,
footer,
header,
hgroup,
mark,
nav,
section,
time,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

img {
    max-width: 100%;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none !important;
}

a {
    text-decoration: none;
}

input:focus {
    outline: none;
}

input::-moz-focus-inner {
    border: 0;
    display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

::-webkit-input-placeholder {
    color: #555;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
    color: #555;
    opacity: 1; /* Firefox */
}

/* Firefox */
::-ms-input-placeholder {
    color: #555;
    opacity: 1;
}

::placeholder {
    color: #555;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #555;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #555;
}

table {
    border-collapse: collapse;
}

html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

ul,
li {
    margin: 0;
    padding: 0;
}

figure {
    margin: 0;
}

form {
    position: relative;
}

.form-control:focus {
    outline: none !important;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    line-height: inherit;
}

h1:hover a,
h2:hover a,
h3:hover a,
h4:hover a,
h5:hover a,
h6:hover a {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
}

hr {
    margin: 0;
    padding: 0;
    border-color: #000;
}

ul {
    list-style-type: none;
}

li {
    list-style: none;
    position: relative;
}

a,
button {
    position: relative;
}

a:hover,
a:focus,
button:hover,
button:focus {
    outline: 0;
    text-decoration: none;
}

input,
textarea,
button {
    border: 0;
}

.form-control {
    border-radius: 0;
}

/*----------------------------Flexbox css-------------------------*/
.d-flex {
    display: flex;
}

.justify-content-between {
    -webkit-box-pack: space-between !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-between !important;
}

.flex-wrap {
    flex-wrap: wrap;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

/*---------------------------------------------Css Reset------------------------------------------*/
/* Layout settings */
.d-none {
    display: none;
}

.container {
    max-width: 1110px;
    margin: 0 auto;
    width: 100%;
    /*padding-right: 15px;*/
    /*padding-left: 15px;*/
}

.header-section .container {
    max-width: 1080px;

}

.main-menu-wrapper .active
{
    color: #687ded;
}

.container-fluid {
    max-width: 100%;
}

.mx-auto {
    margin: 0 auto;
}

.w-100 {
    width: 100%;
}

/* colours settings */
.homepage-main {
    background-color: #F9FAFB;
}

a {
    background-color: transparent;
    color: #687ded;
    text-decoration: none;
}

.theme-light-text {
    color: #868c96;
}

.link-white {
    color: #fff;
}

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

.link-d-blue {
    color: #2f1c6a;
}


/* ---------------------------------Header main Menu Style ------------------------------------*/
.toggle-button-menu {
    position: absolute;
    right: 0;
}

.header-section .header-content-wrapper {
    height: 60px;
}

.header-section {
    padding: 10px 0;
    /* position: -webkit-sticky; */
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
}

.header-section.menu-scroll
{
    background:white;
}

.left-content {
    max-width: 50%;
    width: 100%;
    padding-right: 110px;
}

.main-menu-wrapper a {
    padding: 20px;
    color: #222222;
    font-size: 14px;
    font-weight: 400;
}

.main-menu-wrapper .buton-login a {
    font-weight: 400;
    margin-left: 0;
    padding: 11px 25px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-radius: 6px;
    background-color: #687ded;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
}

.toggle-button-menu {
    position: absolute;
    right: 20px;
    display: none;
}

/* ---------------------------------Header main Menu Style onscroll ------------------------------------*/

/* ---------------------------------Header main Menu Style onclick-open ------------------------------------*/

/* --Back to top--*/

.back-to-top-text {
    color: #673de6;
    font-weight: 800;
    font-size: 15px;
}

.scroll-to-top-image {
    background-image: url(../img/arrow-scroll-to-top.html);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    min-width: 50px;
    max-width: 50px;
    height: 50px;
    display: inline-block;
}

#back-to-top-button {
    position: fixed;
    bottom: 15px;
    float: right;
    right: 16px;
    z-index: 99;
    cursor: pointer;
    background-color: transparent;
    border: none;
    outline: 0;
    text-decoration: none;
    max-width: 50px;
    -webkit-transition: ease-in-out max-width .5s;
    transition: ease-in-out max-width .5s;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;

}

#back-to-top-button:hover {
    max-width: 140px;
}

#back-to-top-button p {
    width: 0%;
}

#back-to-top-button:hover p {
    width: 100%;
}

/* ---------------------------------Footer Style------------------------------------*/
.footer-section {
    background-color: #1B1643;
    padding-top: 50px;
}

.footer-new-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #cdcdcd;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-new-holder-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
}

.footer-new-holder-right-holder-brand {
    width: 150px;
    height: 30px;
    filter: brightness(0) invert(1);
}

.footer-new-bottom-text {
    padding: 0;
    margin-bottom: 0;
    opacity: 50%;
    color: white;
    font-size: 14px;
    line-height: 34px;
    font-weight: 500;
}

.footer-new-holder-right-holder-payments-payment img {
    max-width: 40px;
    width: 100%;
}

.footer-new-bottom-text:first-child {
    margin-right: 20px;
}

.footer-new-holder-right-holder-text {
    padding: 0;
    opacity:50%;
    margin-top: 15px;
    margin-bottom: 40px;
    color: #FFF;
    font-size: 14px;
    line-height: 25px;
    font-weight: 300;
}

.footer-new-holder-right-holder-payments, .footer-new-holder-right-holder-trust-badge {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 10px;
}

.footer-new-holder-right {
    display: flex;
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-new-list-title {
    font-size: 14px;
    letter-spacing: 2px;
    margin: 0 0 10px;
    text-transform: uppercase;
    position: sticky;
    top: 76px;
    min-height: 35px;
    display: flex;
    color: #fff;
    z-index: 1;
    pointer-events: none;
}

.footer-new-holder-right-holder-socials img {
    margin-right: 10px;
}

.footer-new-holder-right-holder-payments-link a {
    font-size: 14px;
    font-weight: 600;
    -ms-flex-item-align: center;
    align-self: center;
}

.footer-new-holder-right-holder-payments-payment {
    margin: 0 10px 10px 0;
    border-radius: 3px;
}

.footer-new-list-holder-item a {
    display: block;
    opacity: 50%;
    color: white;
    font-size: 14px;
    line-height: 34px;
    font-weight: 500;
}

.col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}

.footer-new-list-holder-item {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.footer-new-list-holder-item:hover {
    opacity: .6;
}

.pl-0 {
    padding-left: 0;
}

.footer-new-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 20px 20px 0;
}

/* ---------------------------------Footer Style end------------------------------------*/
/*  copyright Style */
.copy-right-content {
    border-top: solid 1px rgba(140, 133, 255, .2);
}

.copy-right-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

}

/*  copyright Style */


@media (min-width: 1200px) {
    .contct-hero-banner-top .container {
        max-width: 1140px;
        padding: 0;
    }
}


