
a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #4458dc;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}
main > .container {
  padding: 60px 15px 0;
}
.form-signin {
    max-width: 530px;
    padding: 15px;
}
@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}


.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    padding-bottom: 10px;
}


[data-toggle="collapse"].collapsed:after {
    transform: rotate(0deg);
}


.background-gradient {
    background: var(--gradient-color);
}

.overflow-hidden {
    overflow: hidden !important;
}

.text-white {
    color: #fff !important;
}

.btn-outline-purple {
    color: #4840BB;
    border-color: #4840BB;
}

.btn-outline-purple:hover {
    color: #fff;
    background-color: #4840BB;
    border-color: #4840BB;
}

.btn-outline-purple:focus,
.btn-outline-purple.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-purple.disabled,
.btn-outline-purple:disabled {
    color: #4840BB;
    background-color: transparent;
}

.btn-outline-purple:not(:disabled):not(.disabled):active,
.btn-outline-purple:not(:disabled):not(.disabled).active,
.show>.btn-outline-purple.dropdown-toggle {
    color: #fff;
    background-color: #4840BB;
    border-color: #4840BB;
}

.btn-outline-purple:not(:disabled):not(.disabled):active:focus,
.btn-outline-purple:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-purple.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-purple {
    color: #fff;
    background-color: #4840BB;
    border-color: #007bff;
}

.btn-purple:hover {
    color: #fff;
    background-color: #4840BB;
    border-color: #4840BB;
}

.btn-purple:focus,
.btn-purple.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-purple.disabled,
.btn-purple:disabled {
    color: #fff;
    background-color: #4f4ea7;
    border-color: #4840BB;
}

.btn-purple:not(:disabled):not(.disabled):active,
.btn-purple:not(:disabled):not(.disabled).active,
.show>.btn-purple.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}

.btn-purple:not(:disabled):not(.disabled):active:focus,
.btn-purple:not(:disabled):not(.disabled).active:focus,
.show>.btn-purple.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.text-purple {
    color: #4840BB !important;
}

.extend-container {
    width: 200%;
    margin-left: -50%;
}

.bgimage {
    width: 100%;
    height: 500px;
    background: url('https://images.unsplash.com/photo-1438109491414-7198515b166b?q=80&fm=jpg&s=cbdabf7a79c087a0b060670a6d79726c');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.bgimage h5 {
    color: white;
    text-shadow: 2px 2px #333;
}

.site-main .site-banner .site-title h3 {
    padding-top: 35%;
    font-weight: 500;
}

.options-disclaimer-text:hover {
    color: var(--primary-color);
}

svg {
    color: var(--primary-color);
}

.site-main .site-banner .site-title h1 {
    font-size: 5rem;
}

.site-main .site-banner .site-title h4 {
    font-size: 1.5rem;
}

.site-main .site-banner .banner-image>img {
    padding: 7rem 0;
    width: 90rem;

}

html,
body {
    margin: 0%;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

.button {
    padding: .8rem 2.2rem;
    font: normal 500 16px/20px arial;
    position: relative;
    border: 3px solid transparent;
    border-radius: 4px;
}

.nav-button {

    position: relative;
    border: 3px solid transparent;
    border-radius: 4px;
}

.nav-button.primary-button {
    background: var(--gradient-color);
    color: whitesmoke;
    transition: background .6s ease;
    box-shadow: var(--box-shadow);
}

.button.primary-button {
    background: var(--gradient-color);
    color: whitesmoke;
    transition: background .6s ease;
    box-shadow: var(--box-shadow);
    
}

.card-background {
    background: var(--gradient-color);
    color: whitesmoke;
}

.button.primary-button:hover {
    background: rgba(105, 34, 220, 0.767);
    color: whitesmoke;
    transition: background .6s ease;
    box-shadow: var(--box-shadow);
}


.button.primary-button::after,
.button.secondary-button::after {
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    background: var(--gradient-color);
    content: '';
    z-index: -1;
    border-radius: 4px;
}

.button.secondary-button {
    background: white;
    background-clip: padding-box;
    transition: background .6s ease;
}

.button.secondary-button:hover {
    background: var(--gradient-color);
    color: whitesmoke;
    box-shadow: var(--box-shadow);
}

.site-main .about-area {
    padding: 8rem 5rem;
}

.site-main .about-area .about-title h2>span {
    display: block;
    font: normal bold 49px/ 60px arial;
}

.site-main .about-area .about-title .paragraph>p {
    padding: .4rem 0;
}

p.para {
    color: var(--text-color);
    font: normal 500 16px/ 25px arial;
}


.site-main .services-area {
    padding: 7rem 2rem;
}

.site-main .services-area .service-title {
    padding: 0 14rem;
}

.site-main .services-area .service-title h1 {
    font-size: 35px;
}

.site-main>.services-area .services {
    background-color: rgba(248, 252, 253, 0.973);
    padding: 2rem 0;
    width: 16rem;
    margin: 5rem .5rem;
    transition: box-shadow .7s ease;
}

.site-main>.services-area .services:hover {
    box-shadow: var(--box-shadow);
}

.site-main .project-area {
    padding: 4rem 0;
}

.project-area .button-group button {
    background: transparent;
    border: none;
    font: normal 500 16px/130px arial;
    text-transform: uppercase;
}

.project-area .button-group button+button {
    padding-left: 3rem;
}

.project-area .grid .our-project>.title h4 {
    font: normal 400 25px/12px arial;
}

.project-area .grid .our-project .img:hover {
    filter: brightness(1.1) drop-shadow(1px 8px 30px #b1afaf)
}

.title-h1 {
    font: normal bold 39px/40px arial;
}

.site-main .about-area .about-title p {
    padding: 1rem 7rem;
}

.site-main .about-area .client {
    background: #ffffff10;
    box-shadow: var(--box-shadow);
    margin: 3rem 0rem;
}

.site-main .about-area .client .client-img {
    padding: 2rem;
}

.site-main .about-area .client .about-client {
    padding-top: 2rem;
}

.site-main .about-area .client .about-client h4 {
    font: normal 500 21px/20px arial;
}

.site-main .about-area .client .about-client p {
    font-size: 14px;
}

.site-main .subscribe-us-area .subscribe {
    background: url('https://investstorage.blob.core.windows.net/image/subscribe-bg.png') no-repeat;
    padding: 10rem 0;
    margin: 3rem auto;
}

.site-main .subscribe-us-area .subscribe .subscribe-title h4 {
    font: normal 700 30px/ 30px arial;
    color: whitesmoke;
}

.site-main .subscribe-us-area .subscribe .subscribe-title p {
    color: whitesmoke;
    padding: 1rem 4rem;
}

.site-main .subscribe-us-area .subscribe form .input-textbox input {
    padding: 1.5rem 1rem;
    border: 1px solid whitesmoke;
    background: transparent;
    color: white;
    font: normal 500 17px/20px arial;
}

.site-main .subscribe-us-area .subscribe form .input-textbox input::placeholder {
    color: whitesmoke;
}

.site-main .subscribe-us-area .subscribe form .btn-submit button {
    background: whitesmoke;
    color: #000;
    padding: .7rem 2rem;
}

button:focus,
button:active button:hover .btn:active,
.btn.active {
    outline: 0px !important;
    box-shadow: none !important;
}

:root {
    --primary-color: #4458dc;
    --primary-color2: #854fee;
    --title-color: #141313;
    --text-color: #777777;
    --border-color: #201f1f17;
    --gradient-color: linear-gradient(90deg, #4458dc 0%, #854fee 100%);
    --shadow-color: 0px 10px 30px rgba(118, 85, 225, 0.3);
    --box-shadow: 0px 10px 30px rgba(57, 56, 61, 0.205);
}

.circle {
    width: 100px;
    height: 100px;
    background: var(--gradient-color);
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
}

.text {
    position: absolute;
    width: inherit;
    height: auto;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    color: #efffff;
    font-family: Arial;
    font-size: 25px;
}

.orange-text {
    color: orange;
}

.why-options-text {
    font-size: 18px;
}

p {
font-size: 18px;
}
.cftc-footer p {
    font-size: 14px;
}

.get-started-images {
    width: 100px;
    height: 100px;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu,
.navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}

.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

.change-link:hover {
    color: #fff;
    text-decoration: none;
}


#editor-container {

    height: 500px;
    width: 100%;
}

.ql-im#justHtml>p img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.sequence-bottom {
    position: relative;
    height: 45px;
    margin: 2.8315em auto;
    display: flex;
    justify-content: center;
    padding-right: 10px;
}

.sequence-nav-button span:not(:last-child) {
    padding-right: 10px;
}

.sequence-bottom button {
    border-radius: 0 !important;
}

.list-group-item.active {
    z-index: 0;
    color: #fff;
    background-color: #e9ecef;

}

.card-bs:hover {
    -webkit-box-shadow: -1px 9px 40px -12px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 9px 40px -12px rgba(0, 0, 0, 0.75);
    box-shadow: -1px 9px 40px -12px rgba(0, 0, 0, 0.75);
}

.card-bs {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}



.slider-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}
.first {
    margin-top: 40px;
    border-top: 1px solid #f4f4f4;
}

.list {
    width: 80%;
}

ol,
ul {
    padding: 0;
}

.top {
    display: flex;
    flex-direction: column;
    align-items: center;
}

input,
label {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0;
}



.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #5469d4;
    -webkit-transition: 0.4s;

    box-shadow: 2px 6px 25px #4269c2;
    transform: translate(0px, 0px);
    transition: 0.6s ease transform, 0.6s box-shadow;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked+.slider {
    background-color: #4461d4;
}

input:focus+.slider {
    box-shadow: 0 0 1px #4461d4;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.card {
    box-shadow: 0 20px 27px 0 rgb(0 0 0 / 5%);
}

.nav-tabs-custom .nav-item .nav-link.active {
    color: #6c6ff5;
}

.nav-tabs-custom .nav-item .nav-link {
    border: none;
}

.text-muted {
    color: #8ca3bd !important;
}

.nav-tabs-custom .nav-item {
    position: relative;
    color: #271050;
}

.nav-tabs-custom .nav-item .nav-link.active:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.nav-tabs-custom .nav-item .nav-link::after {
    content: "";
    background: #6c6ff5;
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -1px;
    -webkit-transition: all 250ms ease 0s;
    transition: all 250ms ease 0s;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.bold-list-items ol li {
    font-weight: bold;
}
.bold-list-items ul li {
    font-weight: bold;
}

