body,
html {
    width: 100%;
    background: linear-gradient(to right,#2c004b 0,#120132 51%,#210216 100%);
    font-family: 'Nunito', sans-serif;
}
/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #F5608D; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}

body {
    color: #fff;
    font-family: 'Nunito', sans-serif;
    font-weight: 300;
        background: #fff;
}

p {
    color: #000;
    font-weight: 400;
    font-size: 14px;
}
.p-large {
    font-weight: 300;
    font-size: 18px;
    padding-right: 60px;
}
.p-small {
    font-weight: 300;
}
.p-heading {
    margin-bottom: 0.875rem;
}
.li-space-lg li {
    margin-bottom: 0.25rem;
}
.indent {
    padding-left: 1.25rem;
}
h1 {
    color: #fff;
    font-weight: 500;
}
h2 {
    color: #111439;
    font-weight: 500;
}
h3 {
    color: #fff;
    font-weight: 500;
}
h4 {
    color: #fff;
    font-weight: 500;
}
h5 {
    color: #fff;
    font-weight: 500;
}
h6 {
    color: #fff;
    font-weight: 500;
}
a {
    color: #fff;
}
a:hover {
    color: #fff;
}
a.turquoise {
    color: #ffd3d3;
    text-decoration: none;
}
a.white {
    color: #fff;
}
.testimonial-text {
    font-weight: 300;
}
.testimonial-author {
    font-weight: 600;
}
.turquoise {
    color: #ffffff;
    font-size: 34px;
    font-weight: 800;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
}
.btn-solid-reg {
    display: inline-block;
    padding: 10px 30px;
    border: 3px solid #fc62d7;
    border-radius: 2rem;
    background-color: #c00657;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.2s;
}
.btn-solid-reg:hover {
    background-color: transparent;
    color: #c00657;
    text-decoration: none;
    font-weight: 400;
}
.btn-solid-lg {
    display: inline-block;
    padding: 15px 35px;
    border-radius: 10px;
    background: linear-gradient(to right, #f755bd 0%, #fea500 62%, #ffb252 93%);
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s;
    font-size: 20px;
}
#particles-js{
        position: absolute;
    width: 100%;
    height: auto;
    background: transparent;
    z-index: 9;
    top: 0%;
} 

.mt-60{margin-top: 60px;}
.mt-100{margin-top: 100px;}
.mb-60{margin-bottom: 60px;}
.mb-100{margin-bottom: 100px;}


.btn-solid-lg:hover {
    background: linear-gradient(to right, #f7c255 0%, #dc9735 62%, #e52fdf 93%);
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    padding: 15px 35px;
    border-radius: 10px;
    font-size: 20px;
}
.btn-outline-reg {
    display: inline-block;
    padding: 1.1875rem 2.125rem 1.1875rem 2.125rem;
    border: 0.125rem solid #b789ff;
    border-radius: 2rem;
    background-color: transparent;
    color: #b789ff;
    font-weight: 300;
    text-decoration: none;
    transition: all 0.2s;
}
.btn-outline-reg:hover {
    background-color: #b789ff;
    color: #fff;
    text-decoration: none;
}
.btn-outline-lg {
    display: inline-block;
    padding: 1.375rem 2.625rem 1.375rem 2.625rem;
    border: 0.125rem solid #b789ff;
    border-radius: 2rem;
    background-color: transparent;
    color: #b789ff;
    font-weight: 300;
    text-decoration: none;
    transition: all 0.2s;
}
.btn-outline-lg:hover {
    background-color: #b789ff;
    color: #fff;
    text-decoration: none;
}
.btn-outline-sm {
    display: inline-block;
    padding: 1rem 1.625rem 0.875rem 1.625rem;
    border: 0.125rem solid #b789ff;
    border-radius: 2rem;
    background-color: transparent;
    color: #b789ff;
    font: 700 0.625rem/0 Raleway, sans-serif;
    text-decoration: none;
    transition: all 0.2s;
}
.btn-outline-sm:hover {
    background-color: #b789ff;
    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.87rem;
    left: 1.375rem;
    color: #111;
    opacity: 1;
    font-weight: 300;
    cursor: text;
    transition: all 0.2s ease;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .label-control {
        top: 0.9375rem;
    }
}
.form-control-input.notEmpty + .label-control,
.form-control-input:focus + .label-control,
.form-control-textarea.notEmpty + .label-control,
.form-control-textarea:focus + .label-control {
    top: 0.125rem;
    opacity: 1;
    font-size: 0.75rem;
    font-weight: 700;
}
.form-control-input,
.form-control-select {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #c4d8dc;
    border-radius: 0.25rem;
    background-color: #fff;
    color: #111;
    transition: all 0.2s;
    -webkit-appearance: none;
}
.form-control-select {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    height: 3rem;
}
@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 {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url(../images/down-arrow.png);
    background-position: 96% 50%;
    background-repeat: no-repeat;
    outline: 0;
}
select::-ms-expand {
    display: none;
}
.form-control-textarea {
    display: block;
    width: 100%;
    height: 8rem;
    padding-top: 1.25rem;
    padding-left: 1.3125rem;
    border: 1px solid #c4d8dc;
    border-radius: 0.25rem;
    background-color: #fff;
    color: #fff;
    font: 400 0.875rem/1.75rem Raleway, sans-serif;
    transition: all 0.2s;
}
.form-control-input:focus,
.form-control-select:focus,
.form-control-textarea:focus {
    border: 1px solid #a1a1a1;
    outline: 0;
}
.form-control-input:hover,
.form-control-select:hover,
.form-control-textarea:hover {
    border: 1px solid #a1a1a1;
}
input[type="checkbox"] {
    vertical-align: -15%;
    margin-right: 0.375rem;
}
@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: 3.125rem;
    border: 1px solid #b789ff;
    border-radius: 1.5rem;
    background-color: #b789ff;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s;
}
.form-control-submit-button:hover {
    background-color: transparent;
    color: #b789ff;
}
#cmsgSubmit.h3.text-center,
#cmsgSubmit.h3.text-center.tada.animated,
#pmsgSubmit.h3.text-center,
#pmsgSubmit.h3.text-center.tada.animated,
#rmsgSubmit.h3.text-center,
#rmsgSubmit.h3.text-center.tada.animated {
    display: block;
    margin-bottom: 0;
    color: #fff;
    font: 400 1.125rem/1rem Raleway, sans-serif;
}
.help-block.with-errors .list-unstyled {
    color: #fff;
    font-size: 0.75rem;
    line-height: 1.125rem;
    text-align: left;
}
.help-block.with-errors ul {
    margin-bottom: 0;
}
@-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(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.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(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.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;
}
.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);
}
.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);
}
.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);
}
.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    transition: opacity 0.2s ease-out;
}
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}
@-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;
}
.spinner-wrapper {
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
}
.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3.75rem;
    height: 1.25rem;
    margin: -0.625rem 0 0 -1.875rem;
    text-align: center;
}
.spinner > div {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    background-color: #b789ff;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
    }
}
@keyframes sk-bouncedelay {
    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
.navbar-custom {
    background-color: #fff;
    box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.1);
    font: 600 0.875rem/.875rem Raleway, sans-serif;
    transition: all 0.2s;
}
.navbar-custom .navbar-brand.logo-image {
    display: block;
}
.navbar-custom .navbar-brand.logo-image.st-logo {
    display: none;
}
.navbar-custom.top-nav-collapse .navbar-brand.logo-image {
    display: none;
}
.navbar-custom.top-nav-collapse .navbar-brand.logo-image.st-logo {
    display: block;
}
.navbar-custom .navbar-brand.logo-image img {
    width: 75%;
    display: block;
        margin-top: 0px;
}
.navbar-custom .navbar-brand.logo-image.st-logo img {
    width: 100%;
    display: none;
}
.navbar-custom.top-nav-collapse .navbar-brand.logo-image img {
    width: 100%;
    display: none;
}
.navbar-custom.top-nav-collapse .navbar-brand.logo-image.st-logo img {
    width: 100%;
    display: block;
}
.navbar-custom .navbar-brand.logo-text {
    font: 600 2rem/1.5rem Raleway, sans-serif;
    color: #fff;
    text-decoration: none;
}
.navbar-custom .navbar-nav {
    margin-top: 0.75rem;
    margin-bottom: 0.5rem;
}
.navbar-custom .nav-item .nav-link {
    padding: 0 12px;
    color: #fff;
    text-decoration: none;
    transition: all 0.2s ease;
    float: left;
    width: 100%;
    font-size: 19px;
    font-family: 'Nunito', sans-serif;
}
.navbar-custom .nav-item .nav-link.active,
.navbar-custom .nav-item .nav-link:hover {
    color: #b789ff;
}
.navbar-custom .dropdown:hover > .dropdown-menu {
    display: block;
    min-width: auto;
    animation: fadeDropdown 0.2s;
}
@keyframes fadeDropdown {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.navbar-custom .dropdown-toggle:focus {
    outline: 0;
}
.navbar-custom .dropdown-menu {
    margin-top: 0;
    border: none;
    border-radius: 0.25rem;
    background-color: #fff;
}
.navbar-custom .dropdown-item {
    color: #fff;
    text-decoration: none;
}
.navbar-custom .dropdown-item:hover {
    background-color: #fff;
}
.navbar-custom .dropdown-item .item-text {
    font-weight: 300;
}
.navbar-custom .dropdown-item:hover .item-text {
    color: #b789ff;
}
.navbar-custom .dropdown-items-divide-hr {
    width: 100%;
    height: 1px;
    margin: 0.75rem auto 0.725rem auto;
    border: none;
    background-color: #c4d8dc;
    opacity: 0.2;
}
.navbar-custom .social-icons {
    display: none;
}
.navbar-custom .navbar-toggler {
    border: none;
    color:#003a63;
    font-size: 2rem;
}
.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;
    margin-right: 0.125rem;
}
.header .header-content {
    padding-top: 8rem;
    padding-bottom: 4rem;
    text-align: center;
}
.header .text-container {
    margin-bottom: 4rem;
}
.header h1 {
    margin-bottom: 1.125rem;
    font-size: 2.5rem;
    line-height: 3.125rem;
}
.header .p-large {
    margin-bottom: 1.875rem;
    margin-right: 5rem;
}
.slider-1 {
    padding-top: 2.25rem;
    padding-bottom: 2.125rem;
    text-align: center;
}
.slider-1 h5 {
    margin-bottom: 0.75rem;
}
.slider-1 .slider-container {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
    border-radius: 0.5rem;
    background-color: #f7fcfd;
}
.cards-1 {
    padding-top: 1rem;
    padding-bottom: 0;
    text-align: center;
}
.cards-1 h2 {
    margin-bottom: 3rem;
}
/*.cards-1 .card {*/
/*        max-width: 21rem;*/
/*    margin-right: auto;*/
/*    margin-bottom: 1.5rem;*/
/*    margin-left: auto;*/
/*    padding: 25px 15px;*/
/*    border: 4px solid #c4d8dc;*/
/*    border-bottom-left-radius: 68px;*/
/*    background: #401b70;*/
/*    border-bottom-right-radius: 68px;*/
/*    border-top-left-radius: 10px;*/
/*    border-top-right-radius: 10px;*/
/*}*/
/*.cards-1 .card-image {*/
/*    width: 6rem;*/
/*    height: 6rem;*/
/*    margin-right: auto;*/
/*    margin-left: auto;*/
/*}*/
/*.cards-1 .card-title {*/
/*    margin-bottom: 0.875rem;*/
/*    font-weight: 700;*/
/*    font-size: 23px;*/
/*    text-align: center;*/
/*}*/
.card-body {
    padding: 15px 20px;
    font-weight: 400;
}
.basic-1 {
    padding-top: 1.625rem;
    padding-bottom: 0.75rem;
}
.basic-1 .text-container {
    margin-bottom: 4rem;
}
.basic-1 h2 {
    margin-bottom: 1.375rem;
    font-weight: 900;
    color: #ffca9e;
}
.basic-1 .btn-solid-reg {
    margin-top: 0.625rem;
}
.basic-2 {
    padding-top: 0.75rem;
    padding-bottom: 0;
}
.basic-2 .image-container {
    margin-bottom: 4rem;
}
.basic-2 h2 {
    margin-bottom: 1.375rem;
}
.basic-2 .list-unstyled .fas {
    color: #b789ff;
    line-height: 1.375rem;
}
.basic-2 .list-unstyled .media-body {
    margin-left: 0.625rem;
}
.basic-2 .btn-solid-reg {
    margin-top: 0.625rem;
}
.basic-3 {
    padding-top: 1.625rem;
    padding-bottom: 3.75rem;
}
.basic-3 .text-container {
    margin-bottom: 4rem;
}
.basic-3 h2 {
    margin-bottom: 1.375rem;
}
.basic-3 .btn-solid-reg {
    margin-top: 0.625rem;
}
.lightbox-basic {
    margin: 2.5rem auto;
    padding: 2rem 1.5rem 2rem 1.5rem;
    border-radius: 0.25rem;
    background: #fff;
    text-align: left;
}
.lightbox-basic .container {
    padding-right: 0;
    padding-left: 0;
}
.lightbox-basic .image-container {
    max-width: 33.75rem;
    margin-right: auto;
    margin-bottom: 3rem;
    margin-left: auto;
}
.lightbox-basic h3 {
    margin-bottom: 0.5rem;
}
.lightbox-basic hr {
    width: 2.5rem;
    height: 0.125rem;
    margin-top: 0;
    margin-bottom: 1.25rem;
    margin-left: 0;
    border: 0;
    background-color: #b789ff;
    text-align: left;
}
.lightbox-basic h4 {
    margin-bottom: 1rem;
}
.lightbox-basic .list-unstyled .fas {
    color: #b789ff;
    line-height: 1.375rem;
}
.lightbox-basic .list-unstyled .media-body {
    margin-left: 0.625rem;
}
.lightbox-basic .btn-outline-reg,
.lightbox-basic .btn-solid-reg {
    margin-top: 0.75rem;
}
.lightbox-basic .btn-solid-reg.mfp-close {
    position: relative;
    width: auto;
    height: auto;
    color: #fff;
    opacity: 1;
}
.lightbox-basic .btn-solid-reg.mfp-close:hover {
    color: #b789ff;
}
.lightbox-basic a.mfp-close.as-button {
    position: relative;
    width: auto;
    height: auto;
    margin-left: 0.375rem;
    color: #b789ff;
    opacity: 1;
}
.lightbox-basic a.mfp-close.as-button:hover {
    color: #fff;
}
.lightbox-basic button.mfp-close.x-button {
    position: absolute;
    top: -0.125rem;
    right: -0.125rem;
    width: 2.75rem;
    height: 2.75rem;
    color: #707984;
}
.cards-2 {
    padding-top: 30px;
    padding-bottom: 3.75rem;
    text-align: center;
}
.cards-2 h2 {
    margin-bottom: 3rem;
}
.cards-2 .card {
    display: block;
    margin-right: auto;
    margin-bottom: 6rem;
    margin-left: auto;
    border-radius: 0.5rem;
    vertical-align: top;
    transition: 0.3s;
}

/*.cards-2 .card:hover {*/
/*    margin-top: -10px;*/
/*}*/
.cards-2 .card .card-title {
    margin-bottom: 0.625rem;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    line-height: 2rem;
    text-align: center;
}
.cards-2 .card .card-subtitle {
    margin-bottom: 1.75rem;
    color: #0a0909;
}
.cards-2 .card .cell-divide-hr {
    height: 1px;
    margin-top: 0;
    margin-bottom: 0;
    border: none;
    background-color: #c4d8dc;
}
.cards-2 .card .price {
    padding-top: 0.875rem;
    padding-bottom: 1.5rem;
    text-align: center;
}
.cards-2 .card .value {
    color: #fff;
    font-weight: 700;
    font-size: 25px;
    /*line-height: 5rem;*/
    text-align: center;
}
.cards-2 .card .currency {
    margin-right: 0.375rem;
    color: #ffffff;
    font-size: 26px;
}
.cards-2 .card .frequency {
    margin-top: 0.25rem;
    font-size: 0.875rem;
    text-align: center;
    color: #ffffff;
    font-weight: 400;
}
.cards-2 .card .list-unstyled {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    text-align: left;
    color: #0a0909;
}
.cards-2 .card .list-unstyled.li-space-lg li {
    margin-bottom: 0rem;
}
.cards-2 .card .list-unstyled .fas {
    color: #b789ff;
    line-height: 1.375rem;
}
.cards-2 .card .list-unstyled .fas.fa-times {
    margin-left: 0.1875rem;
    margin-right: 0.125rem;
    color: #777b7e;
}
.cards-2 .card .list-unstyled .media-body {
    margin-left: 0.625rem;
        font-size: 15px;
    margin-bottom: 3px;
}
.cards-2 .card .button-wrapper {
    position: absolute;
    right: 0;
    bottom: 5px;
    left: 0;
    text-align: center;
}
.cards-2 .card .btn-solid-reg:hover {
    background-color: #fff;
}
.cards-2 .card .label {
    position: absolute;
    top: 0;
    right: 0;
    width: 10.625rem;
    height: 10.625rem;
    overflow: hidden;
}
.cards-2 .card .label .best-value {
    position: relative;
    width: 13.75rem;
    padding: 0.3125rem 0 0.3125rem 4.125rem;
    background-color: #b789ff;
    color: #fff;
    -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
    -ms-transform: rotate(45deg) translate3d(0, 0, 0);
    transform: rotate(45deg) translate3d(0, 0, 0);
}
.form-1 {
    padding-top: 6.875rem;
    padding-bottom: 6.25rem;
}
.form-1 h2 {
    margin-bottom: 1.25rem;
}
.form-1 .list-unstyled {
    margin-top: 1.375rem;
}
.form-1 .list-unstyled .fas {
    color: #b789ff;
    line-height: 1.375rem;
}
.form-1 .list-unstyled .media-body {
    margin-left: 0.625rem;
}
.form-1 .text-container {
    margin-bottom: 3.5rem;
}
.basic-3 {
    padding-top: 2.875rem;
    padding-bottom: 0.125rem;
}
.basic-3 h2 {
    margin-bottom: 3rem;
    text-align: center;
}
.basic-3 .image-container {
    margin-bottom: 2.25rem;
}
.basic-3 .image-container img {
    border-radius: 0.5rem;
}
.basic-3 .video-wrapper {
    position: relative;
}
.basic-3 .video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    display: block;
    box-sizing: content-box;
    width: 2rem;
    height: 2.75rem;
    padding: 1.125rem 1.25rem 1.125rem 1.75rem;
    border-radius: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.basic-3 .video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    display: block;
    width: 4.75rem;
    height: 4.75rem;
    border-radius: 50%;
    background: #b789ff;
    animation: pulse-border 1.5s ease-out infinite;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.basic-3 .video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    display: block;
    width: 4.375rem;
    height: 4.375rem;
    border-radius: 50%;
    background: #b789ff;
    transition: all 0.2s;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.basic-3 .video-play-button span {
    position: relative;
    display: block;
    z-index: 3;
    top: 0.375rem;
    left: 0.25rem;
    width: 0;
    height: 0;
    border-left: 1.625rem solid #fff;
    border-top: 1rem solid transparent;
    border-bottom: 1rem solid transparent;
}
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
.basic-3 p {
    text-align: center;
}
.slider-2 {
    padding-top: 7.5rem;
    padding-bottom: 7rem;
    background: url(../images/testimonials-background.png) center center no-repeat;
    background-size: cover;
}
.slider-2 .image-container {
    margin-bottom: 4rem;
}
.slider-2 h2 {
    margin-bottom: 2.5rem;
    text-align: center;
    
}
.slider-2 .slider-container {
    position: relative;
}
.slider-2 .swiper-container {
    position: static;
    width: 90%;
    text-align: center;
}
.slider-2 .swiper-button-next:focus,
.slider-2 .swiper-button-prev:focus {
    outline: 0;
}
.slider-2 .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'%23626262'%2F%3E%3C%2Fsvg%3E");
    background-size: 1.125rem 1.75rem;
}
.slider-2 .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'%23626262'%2F%3E%3C%2Fsvg%3E");
    background-size: 1.125rem 1.75rem;
}
.slider-2 .card {
    position: relative;
    border: none;
    background-color: transparent;
}
.slider-2 .card-image {
    width: 7rem;
    height: 7rem;
    margin-right: auto;
    margin-bottom: 0.25rem;
    margin-left: auto;
    border-radius: 50%;
}
.slider-2 .card-body {
    padding-bottom: 0;
}
.slider-2 .testimonial-author {
    margin-bottom: 0;
}
.basic-4 {
    padding-top: 7rem;
    padding-bottom: 4rem;
    text-align: center;
    background-color: #37456fa8;
}
.basic-4 h2 {
    margin-bottom: 1rem;
    text-align: center;
}
.basic-4 .team-member {
    max-width: 12.5rem;
    margin-right: auto;
    margin-bottom: 3.5rem;
    margin-left: auto;
}
.basic-4 .image-wrapper {
    overflow: hidden;
    margin-bottom: 1.5rem;
    border-radius: 50%;
}
.basic-4 .image-wrapper img {
    margin: 0;
    transition: all 0.3s;
}
.basic-4 .image-wrapper:hover img {
    -moz-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}
.basic-4 .team-member .p-large {
    margin-bottom: 0.25rem;
    font-size: 1.125rem;
}
.basic-4 .team-member .job-title {
    margin-bottom: 0.375rem;
}
.basic-4 .fa-stack {
    margin-top: 0.375rem;
    margin-right: 0.125rem;
    margin-left: 0.125rem;
    font-size: 0.875rem;
}
.basic-4 .fa-stack-2x {
    color: #b789ff;
    transition: all 0.2s ease;
}
.basic-4 .fa-stack-1x {
    color: #fff;
    transition: all 0.2s ease;
}
.basic-4 .fa-stack:hover .fa-stack-2x {
    color: #00a7bd;
}
.basic-4 .fa-stack:hover .fa-stack-1x {
    color: #fff;
}
.form-2 {
    padding-top: 25px;
    padding-bottom: 20px;
    background-size: cover;
    background-color: #111010;
    border-top: 6px solid #ffffff;
    
}
.copyright p{margin-bottom: 0;color: #fff;font-weight: 600;}

.form-2 h2 {
    margin-bottom: 1rem;
    text-align: center;
    
}
.form-2 .list-unstyled {
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: center;
    float: left;
    width: 100%;
    margin: 0 0px;
}
.form-2 .list-unstyled .fab,
.form-2 .list-unstyled .fas {
    margin-right: 0.5rem;
    font-size: 0.875rem;
    color: #b789ff;
}
.form-2 .list-unstyled .fa-phone {
    vertical-align: 3%;
}
.form-2 .map-responsive {
    position: relative;
    overflow: hidden;
    height: 0;
    margin-bottom: 4rem;
    padding-bottom: 70%;
    border-radius: 0.25rem;
}
.form-2 .map-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.footer {
    padding-top: 2.625rem;
    padding-bottom: 0.5rem;
    background-color: #37456fa8;
}
.footer .footer-col {
    margin-bottom: 2.25rem;
}
.footer h4 {
    margin-bottom: 1rem;
}
.footer .list-unstyled .fas {
    color: #b789ff;
    font-size: 0.5rem;
    line-height: 1.375rem;
}
.footer .list-unstyled .media-body {
    margin-left: 0.625rem;
}
.footer .fa-stack {
    margin-bottom: 0.75rem;
    margin-right: 0.5rem;
    font-size: 1.5rem;
}
.footer .fa-stack .fa-stack-1x {
    color: #fff;
    transition: all 0.2s ease;
}
.footer .fa-stack .fa-stack-2x {
    color: #b789ff;
    transition: all 0.2s ease;
}
.footer .fa-stack:hover .fa-stack-1x {
    color: #fff;
}
.footer .fa-stack:hover .fa-stack-2x {
    color: #00a7bd;
}
.copyright {
        background: #d27353 none repeat scroll 0 0;
    padding: 10px 0;
        text-align: center;
}
/*.copyright .p-small {*/
/*    padding-top: 6px;*/
/*    border-top: 1px solid #c4d8dc;*/
/*    opacity: 0.7;*/
/*    text-align: center;*/
/*    margin: 0;*/
/*}*/
a.back-to-top {
    position: fixed;
    z-index: 999;
    right: 0.75rem;
    bottom: 0.75rem;
    display: none !important;
    width: 2.625rem;
    height: 2.625rem;
    border-radius: 1.875rem;
    background: #b789ff url(../images/up-arrow.png) no-repeat center 47%;
    background-size: 1.125rem 1.125rem;
    text-indent: -9999px;
}
a:hover.back-to-top {
    background-color: #00a7bd;
}
.ex-header {
    padding-top: 8rem;
    padding-bottom: 5rem;
    text-align: center;
}
.ex-basic-1 {
    padding-top: 2rem;
    padding-bottom: 0.875rem;
    background-color: #f7fcfd;
}
.ex-basic-1 .breadcrumbs {
    margin-bottom: 1.125rem;
}
.ex-basic-1 .breadcrumbs .fa {
    margin-right: 0.5rem;
    margin-left: 0.625rem;
}
.ex-basic-2 {
    padding-top: 4.75rem;
    padding-bottom: 4rem;
}
.ex-basic-2 h3 {
    margin-bottom: 1rem;
}
.ex-basic-2 .text-container {
    margin-bottom: 3.625rem;
}
.ex-basic-2 .text-container.last {
    margin-bottom: 0;
}
.ex-basic-2 .list-unstyled .fas {
    color: #b789ff;
    font-size: 0.5rem;
    line-height: 1.375rem;
}
.ex-basic-2 .list-unstyled .media-body {
    margin-left: 0.625rem;
}
.ex-basic-2 .btn-outline-reg {
    margin-top: 1.75rem;
}
.ex-basic-2 .image-container-large {
    margin-bottom: 4rem;
}
.ex-basic-2 .image-container-large img {
    border-radius: 0.25rem;
}
.ex-basic-2 .image-container-small img {
    border-radius: 0.25rem;
}
.ex-basic-2 .text-container.dark-bg {
    padding: 1.625rem 1.5rem 0.75rem 2rem;
    background-color: #f9fafc;
}
.faq {
    font-size: 48px;
    color: #ff58bc;
    margin-bottom: 1rem !important;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
}
p.address {
    text-align: center;
    font-size: 17px;
}
@media (max-width: 767px) {
    .price .card {
        width: 100% !important;
    }
    .price .card .card-body {
        height: auto !important;
    }
    .p-large {
        padding-right: 0;
    }
    .turquoise {
        color: #b789ff;
        font-size: 36px;
    }
    .header h1 {
        margin-bottom: 1.125rem;
        font-size: 30px;
        line-height: 3.125rem;
    }
    .navbar-custom .navbar-nav {
        margin-top: 0.75rem;
        margin-bottom: 0.5rem;
        background: #26375b;
        padding: 25px 0 5px;
    }
    .navbar-custom .nav-item .nav-link {
        font-size: 14px;
    }
    li.nav-item {
        margin-bottom: 20px;
    }
    .strategy-delt p {
        font-size: 15px !important;
    }
    .strategy-box h3 {
        font-size: 30px !important;
    }
    span.subscribe {
        top: 1.5% !important;
        left: 59% !important;
    }
    .cards-2.pricing-2.strategy {
        margin-top: 65px !important;
    }
    .navbar-custom {
        background: #ffffff;
    }
    .social a img {
        width: 14% !important;
    }
    .navbar-custom.top-nav-collapse .navbar-brand.logo-image img {
        width: 100% !important;
    }
    .navbar-custom.top-nav-collapse .navbar-brand.logo-image.st-logo img {
        width: 110% !important;
    }
    .navbar-custom .navbar-brand.logo-image img {
        width: 110%;
    }
    img.move-1 {
    width: 100%;
}
.cart-btn {
    top: 2% !important;
    left: 55% !important;
}
.cart-btn img{
    width: 23% !important;
}
.card.faq-txt {
    max-width: 100%;
    margin: auto;
    border: none;
    background: transparent;
}
.card.faq-txt {
    font-size: 10px;
    margin: 0 0;
    padding: 0 0;
}
.social {
    position: fixed;
    bottom: 6%;
    left: 2%;
}

.navbar-custom .navbar-brand.logo-image {
    width: 28% !important;
}
.banner-three.bg-primary.p-t100 {
    padding: 154px 0 45px;
    margin-bottom: 25px;
}
    ul.strategy-delt li {
        font-size: 13px !important;
    }
    .modal-dialog {
        max-width: 100% !important;
    }
    .strat-img ul li {
        list-style: none;
        margin-bottom: 13px;
        float: left;
        width: 100% !important;
    }
    .btn-subscribe {
        text-align: center !important;
    }
    .table-start th {
        width: 70% !important;
    }
    .hd-lg {
        font-size: 38px !important;
    }
    .header .p-large {
        margin-right: 0 !important;
    }
    .card {
        display: inline-block !important;
    }
    .cards-2 .card {
        margin-bottom: 4rem !important;
    }
    .price.vps .card .card-body {
        height: auto important;
    }
    .li-space-lg li {
        float: left;
        width: 100%;
    }
    .form-2 .list-unstyled {
        margin: 0;
    }
    .small-txt {
        font-size: 17px;
        margin-bottom: 0;
    }
.register-info-box {
    width: 100% !important;
    padding: 0 50px;
    top: 68% !important;
    right: 0;
    position: absolute;
    text-align: left;
}
.frm-logo img {
    width: 50% !important;
}
.login-info-box {
    width: 100% !important;
    padding: 0 50px;
    top: 130% !important;
    left: 0;
    position: absolute;
    text-align: left;
}
.checkout-pg {
    margin-top: 370px;
}
.checkout-pg {
    margin-top: 220px !important;
    margin-bottom: 50px !important;
}
.login-reg-panel {
    width: 95% !important;
}
.white-panel.reg-box.right-log {
    right: 10px !important;
}
.white-panel {
    background-color: rgba(255, 255, 255, 1);
    /* height: 500px; */
    position: absolute;
    top: -50px;
    width: 95% !important;
    right: calc(17% - 50px) !important;
}
.right-log {
    right: 9px !important;
}
.login-reg-panel {
    height: 300px !important;
}
.modal-body {
    padding: 21px !important;
    background: #fafbff;
   /* height: 630px;*/
}
/*@media (max-width: 767px)
.modal-body {
    padding: 0 !important;
    
}*/
.modal.show .modal-dialog {
    margin-top: 0px !important;
}
.hd-box h1 {
    font-size: 33px !important;
    color: #f78eae;
    padding-top: 60px;
}
.banner-three .banner-inner {
    padding: 0 35px !important;
}
.cart-btn a {
    right: -14% !important;
     top: 25% !important;
}
.cart-btn a:hover {
    right: -10% !important;
       
}
.panel {
    margin-top: 95px;
}
.brokers {
    margin-top: 30px;
}
.brokers img {
    width: 60% !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
    .price .card {
        width: 100% !important;
    }
    .price .card .card-body {
        height: auto !important;
    }
    .col-xs-6 {
        width: 50%;
    }
    .p-large {
        padding-right: 0;
    }
}
@media (min-width: 768px) {
    .p-heading {
        width: 85%;
        margin-right: auto;
        margin-left: auto;
    }
    .header .header-content {
        padding-top: 10.5rem;
    }
    .header h1 {
        font-size: 2rem;
        line-height: 2.5rem;
        font-weight: 700;
    }
    .slider-1 {
        padding-top: 3rem;
        padding-bottom: 2.875rem;
    }
    .slider-1 .slider-container {
        padding-right: 3.5rem;
        padding-left: 3.5rem;
    }
    .basic-3 p {
        width: 85%;
        margin-right: auto;
        margin-left: auto;
    }
    .slider-2 .slider-container {
        width: 70%;
        margin-right: auto;
        margin-left: auto;
    }
    .slider-2 .swiper-container {
        width: 85%;
    }
    .slider-2 .swiper-button-prev {
        left: 1rem;
        width: 1.375rem;
        background-size: 1.375rem 2.125rem;
    }
    .slider-2 .swiper-button-next {
        right: 1rem;
        width: 1.375rem;
        background-size: 1.375rem 2.125rem;
    }
    .basic-4 .team-member {
        display: inline-block;
        width: 12.5rem;
        margin-right: 2rem;
        margin-left: 2rem;
        vertical-align: top;
    }
    .form-2 .list-unstyled li {
        display: inline-block;
        float: left;
        text-align: center;
        width: 33.33%;
    }
    .form-2 .list-unstyled .address {
        display: block;
    }
    .ex-header {
        padding-top: 11rem;
        padding-bottom: 9rem;
    }
    .ex-basic-2 .text-container.dark {
        padding: 2.5rem 3rem 2rem 3rem;
    }
    .ex-basic-2 .text-container.column {
        width: 90%;
        margin-right: auto;
        margin-left: auto;
    }
}
@media (min-width: 992px) {
    .navbar-custom {
        padding: 2.125rem 1.5rem 2.125rem 2rem;
        box-shadow: none;
        background: 0 0;
    }
    .navbar-custom .navbar-nav {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 40%;
    }
    .navbar-collapse .navbar-nav {
        margin-left: 38%;
    }
    .navbar-custom .nav-item .nav-link {
        padding: 25px 6px;
    color: #003a63;
    opacity: 0.8;
    font-weight: 900;
    font-size: 16px;
    }
    .navbar-custom .nav-item .nav-link.active,
    .navbar-custom .nav-item .nav-link:hover {
        color: #003a63;
        opacity: 1;
        
    }
    div#pricing {
    padding: 30px 0;
}
div#vps {
    padding: 30px 0;
}
.turquoise .fa{
background: #d27353;
    color: #111;
    padding: 10px 10px;
    border-radius: 50%;
    width: 40px;
}
    .navbar-custom.top-nav-collapse {
        padding: 0.5rem 1.5rem 0.5rem 2rem;
        box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.1);
        background-color: #ffffff;
    }
    .navbar-custom.top-nav-collapse .nav-item .nav-link {
        opacity: 1;
    }
    .navbar-custom.top-nav-collapse .nav-item .nav-link.active,
    .navbar-custom.top-nav-collapse .nav-item .nav-link:hover {
        color: #b789ff;
    }
    .navbar-custom .dropdown-menu {
        padding-top: 1rem;
        padding-bottom: 1rem;
        border-top: 0.75rem solid transparent;
        border-radius: 0.25rem;
        background: #cfe8fd;
    }
    .navbar-custom.top-nav-collapse .dropdown-menu {
        border-top: 0.5rem solid transparent;
        box-shadow: 0 0.375rem 0.375rem 0 rgba(0, 0, 0, 0.02);
    }
    .navbar-custom .dropdown-item {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }
    .navbar-custom .dropdown-items-divide-hr {
        width: 84%;
    }
    .navbar-custom .social-icons {
        display: block;
        margin-left: 0.5rem;
    }
    .navbar-custom .fa-stack {
        margin-bottom: 0.1875rem;
        margin-left: 0.25rem;
        font-size: 0.75rem;
    }
    .navbar-custom .fa-stack-2x {
        color: #b789ff;
        transition: all 0.2s ease;
    }
    .navbar-custom .fa-stack-1x {
        color: #fff;
        transition: all 0.2s ease;
    }
    .navbar-custom .fa-stack:hover .fa-stack-2x {
        color: #fff;
    }
    .navbar-custom .fa-stack:hover .fa-stack-1x {
        color: #b789ff;
    }
    .navbar-custom.top-nav-collapse .fa-stack-2x {
        color: #b789ff;
    }
    .navbar-custom.top-nav-collapse .fa-stack-1x {
        color: #fff;
    }
    .navbar-custom.top-nav-collapse .fa-stack:hover .fa-stack-2x {
        color: #00a7bd;
    }
    .navbar-custom.top-nav-collapse .fa-stack:hover .fa-stack-1x {
        color: #fff;
    }
    .p-heading {
        width: 65%;
    }
    .header {
        background: url(../images/bg-min2.png) center center no-repeat;
        background-size: cover;
    }
    .header .header-content {
        padding-top: 11.5rem;
        text-align: left;
    }
    .header .text-container {
        margin-top: 3rem;
        margin-bottom: 0;
    }
    .cards-1 .card {
        display: inline-block;
        max-width: 17.125rem;
        vertical-align: top;
    }
    .basic-1 .text-container {
        margin-top: 3.875rem;
        margin-bottom: 0;
    }
    .basic-2 .image-container {
        margin-bottom: 0;
    }
    .basic-2 .text-container {
        margin-top: 3.125rem;
    }
    .lightbox-basic {
        max-width: 62.5rem;
        padding: 2.5rem 2.5rem 2.5rem 2.5rem;
    }
    .lightbox-basic .image-container {
        max-width: 100%;
        margin-right: 2rem;
        margin-bottom: 0;
        margin-left: 0.5rem;
    }
    .lightbox-basic h3 {
        margin-top: 0.5rem;
    }
    .cards-2 .card {
        display: inline-block;
        width: 17.125rem;
        max-width: 100%;
        margin-right: 1rem;
        margin-left: 1rem;
    }
    .form-1 {
        padding-top: 7.5rem;
    }
    .form-1 .text-container {
        margin-top: 1.5rem;
        margin-bottom: 0;
    }
    .basic-3 .image-container {
        max-width: 53.125rem;
        margin-right: auto;
        margin-left: auto;
    }
    .basic-3 p {
        width: 65%;
    }
    .slider-2 {
        padding-bottom: 7.5rem;
    }
    .slider-2 .image-container {
        margin-bottom: 0;
    }
    .slider-2 .slider-container {
        width: 88%;
    }
    .slider-2 .swiper-container {
        width: 82%;
    }
    .form-2 .map-responsive {
        margin-bottom: 0;
    }
    .ex-header {
        background: url(../images/ex-header-background.jpg) center center no-repeat;
        background-size: cover;
    }
    .ex-header h1 {
        width: 80%;
        margin-right: auto;
        margin-left: auto;
    }
    .ex-basic-2 {
        padding-bottom: 5rem;
    }
    .ex-basic-2 .text-container.column {
        margin-bottom: 0;
    }
}
@media (min-width: 1200px) {
    .navbar-custom {
        padding: 65px 50px;

    }
    .navbar-custom.top-nav-collapse {
        padding: 0 50px;
    }
    .navbar-custom.top-nav-collapse a {
        width: 13%;
    }
    .p-heading {
        width: 60%;
    }
    .header .header-content {
        padding-top: 8.5rem;
    }
    .header .text-container {
        margin-top: 5.375rem;
        margin-left: 1rem;
        margin-right: 2rem;
    }
    .header .image-container {
        margin-left: 2rem;
        margin-right: 1rem;
    }
    .slider-1 .slider-container {
        margin-right: 3rem;
        margin-left: 3rem;
        padding-right: 2.5rem;
        padding-left: 2.5rem;
    }
    .cards-1 .card {
        max-width: 21rem;
    }
    /* .cards-1 .col-lg-12 div.card:nth-child(3n + 2) {
        margin-right: 2.875rem;
        margin-left: 2.875rem;
    } */
    .basic-1 .text-container {
        margin-top: 6.125rem;
        margin-right: 4rem;
        margin-left: 1rem;
    }
    .basic-2 .text-container {
        margin-top: 5.375rem;
        margin-right: 1rem;
        margin-left: 4rem;
    }
    /*.cards-2 .card {*/
    /*    width: 20.5rem;*/
    /*    margin: 0 5px 80px;*/
    /*    border-top-left-radius: 45px;*/
    /*border-bottom-right-radius: 25px;*/
    /*border: 5px solid #2a55ad;*/
    /*background: transparent;*/
    /*}*/
    .form-1 .text-container {
        margin-right: 1.5rem;
        margin-left: 6rem;
    }
    .form-1 form {
        margin-right: 6rem;
        margin-left: 1.5rem;
    }
    .basic-3 p {
        width: 55%;
    }
    .slider-2 h2 {
        margin-top: 3.5rem;
    }
    .basic-4 .team-member {
        margin-right: 2.25rem;
        margin-left: 2.25rem;
    }
    .form-2 .map-responsive {
        max-width: 31rem;
        margin-right: auto;
        margin-left: auto;
    }
    .form-2 #contactForm {
        max-width: 31rem;
        margin-right: auto;
        margin-left: auto;
    }
    .footer .footer-col {
        width: 90%;
    }
    .footer .footer-col.middle {
        margin-right: auto;
        margin-left: auto;
    }
    .footer .footer-col.last {
        margin-right: 0;
        margin-left: auto;
    }
    .ex-header h1 {
        width: 60%;
        margin-right: auto;
        margin-left: auto;
    }
    .ex-basic-2 .form-container {
        margin-left: 1.75rem;
    }
    .ex-basic-2 .image-container-small {
        margin-left: 1.75rem;
    }
    .move-1 {
    -webkit-animation: move1 5s infinite;
    animation: move1 5s infinite;
    width: 1000px !important;
    /* margin-top: 35px; */
    position: relative;
    top: 10px;
    right: 405px;
}
}
@media (min-width: 1200px) and (max-width: 1900px){
    .banner-three {
    height: 590px !important;
}
.move-1 {
        width: 675px !important;
    right: 214px;
    top: 28px !important;
}
.hd-lg {
    font-size: 38px !important;
}
}
@media (min-width: 1920px) and (max-width: 2500px){
    .banner-three {
    height: 780px !important;
}
.move-1 {
    width: 950px !important;
    right: 295px;
}
.hd-box p {
    width: 70% !important;
    font-size: 18px;
}
.hd-box img {
    width: 18%;
}
}
@media (min-width: 2560px){
    .banner-three {
    height: 1550px !important;
}
.move-1 {
    width: 500px !important;
    right: 295px;
}
.hd-box p {
    width: 70% !important;
    font-size: 14px;
}
.hd-box img {
    width: 18%;
}
.hd-lg {
    font-size: 50px !important;
}
}
.navbar-dark .navbar-brand {
    color: #fff;
    width: 25%;
    padding-top: 0rem;
}
.modal-dialog .modal-small{
    max-width: 45%;
}
.modal-body ul {
    padding: 0;
    float: left;
    width: 100%;
    margin: 0;
}
.modal-body ul li {
    float: left;
    width: 50%;
    list-style: none;
}

.modal-body ul li img {
    width: 76%;
    position: relative;
    top: 10px;
}
.modal-content {
    width: 100%;
    height: 100%;
}
.modal-body .close span {
    position: absolute;
    top: -30px;
    right: -10px;
    background: #fff;
    padding: 10px;
}
.modal-body ul li h1 {
    text-align: center;
}
.modal-body ul li h1 {
    text-align: center;
    margin: 45px 0;
}
form.modal-signin {
    padding: 0 50px;
    text-align: left;
}
.modal-img img {
    padding: 10px;
}
li.bg-green {
    background: #131827;
    text-align: center;
}
li.modal-img {
    text-align: center;
    position: relative;
    top: 55px;
}
.cards-2.pricing-2 {
    background: 0 0 !important;
}
div#request {
    background-color: #37456fa8;
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    text-align: left;
}
div#faqExample {
    text-align: left;
}
.btn-link {
    font-weight: 400;
    color: #ffb2c1;
    text-decoration: none !important;
    text-align: left;
    font-size: 18px;
}
p.lg-text {
    font-size: 18px;
}
.small-txt {
    font-size: 20px;
}
.social a img {
    position: fixed;
    width: 4%;
    bottom: 122px;
    right: 17px;
}
.hd-lg {
    font-size: 57px;
    color: #d27353;
    margin-bottom: 1rem !important;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
}
.card {
     border: 0px solid rgba(0, 0, 0, 0.125); 
}
.price .card {
    width: 11rem;
}
.price.pricing-2 .card {
    width: 22rem;
}
.price .card .card-body {
    height: 380px;
    width: 200px;
}
.register {
    margin-left: 20px;
}
.cards-2.pricing-2.strategy {
    margin-top: 206px;
}
.strategy-box {
    float: left;
    width: 100%;
    background: #fff;
    padding: 5px 15px;
    -webkit-box-shadow: 0 2px 8px rgb(0 0 0 / 33%);
    box-shadow: 0 2px 8px rgb(255 255 255 / 0%);
    border-radius: 15px;
}
.hd-box h1
{
    font-size: 54px;
    color: #f78eae;
}
.hd-box img
{
    width: 29%;
}
.strategy-box h3 {
    color: #9b6ad0;
    font-size: 30px;
    font-weight: 700;
    text-align: left;
    float: left;
    width: 100%;
}
.strategy-box p {
    color: #111;
}
p.strategy-owner {
    font-size: 18px;
}
.strategy-type {
    margin: 0;
    float: left;
    width: 100%;
    padding: 0;
}
.strategy-type li {
    float: left !important;
    margin-right: 15px;
    list-style: none;
    width: auto !important;
}
.strategy-type li label {
    border-radius: 12.5px;
    background-color: rgba(179, 197, 220, 0.3);
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    color: #9b6ad0;
    padding: 4px 15px;
}
ul.strategy-delt {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}
ul.strategy-delt li {
    float: left;
    list-style: none;
    text-align: center;
    color: #111;
    font-size: 13px;
    margin-right: 18px;
    font-weight: 700;
}
.strategy-delt h4 {
    float: left;
    color: #343a40;
    font-size: 14px;
    width: 100%;
    font-weight: 600;
    margin-top: 20px;
}
.strategy-delt p {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
}
span.subscribe {
    position: absolute;
    color: #111;
    top: 8%;
    left: 22%;
    font-weight: 700;
}
@keyframes blinker {
    50% {
        opacity: 0;
    }
}
@keyframes blin {
    50% {
        opacity: 0;
    }
}
.btn-link:hover {
    color: #fff !important;
}
.btn-subscribe {
    text-align: right;
}
hr {
    float: left;
    width: 100%;
}
.strategy table {
    text-align: left;
}
.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6;
    font-size: 11px;
    padding: 5px 10px;
}
.table-start th {
    width: 80%;
}
h3.all-strat {
    float: left;
    width: 100%;
    font-size: 22px;
    background: #9b6ad0;
    color: #fff;
    padding: 10px 10px;
}
.close:hover {
    color: #111 !important;
    text-decoration: none;
}
div#myModal {
    padding-right: 0 !important;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    margin: 6px 10px;
    position: absolute;
    right: 0;
    z-index: 9;
    background: #fff !important;
    border: 1px solid #fff;
    padding: 2px 5px !important;
}
span.strategy-owner {
    color: #111;
    font-size: 15px;
    margin-left: 20px;
}
.strat-img ul {
    float: left;
    margin: 20px 0;
    padding: 0;
}
.strat-img ul li {
    list-style: none;
    margin-right: 13px;
    float: left;
    width: 48%;
}
.strat-img ul li img {
    width: 100%;
}
.strat-img p {
    font-weight: 700;
}
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 23px;
    float: right;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 7px;
    bottom: 4px;
    background-color: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
input:checked + .slider {
    background-color: #2196f3;
}
input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}
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%;
}
.compare {
    float: left;
    width: 100%;
    margin: 10px 0;
}
.compare ul {
    padding: 0;
    margin: 0;
    float: right;
}
.compare ul li {
    float: left;
    margin-right: 20px;
    color: #111;
    list-style: none;
    font-size: 13px;
}
sup.comp-value {
    background: #ff5d00;
    padding: 5px;
    border-radius: 50%;
}
.compare tr th {
    width: 10%;
    background: #eee;
}
.compare tr td {
    width: 10%;
}
.card-header {
    border-bottom: 1px solid rgb(255 255 255 / 16%);
}
.price.vps .card {
    width: 22rem;
        border-top-left-radius: 45px;
    border: 5px solid #b476ff;
        border-bottom-right-radius: 25px;
        transition: 0.3s;
}
.price.vps .card:hover {
    border: 5px solid #2a55ad;
}
.price.vps .card .card-body {
    height: 100%;
}
.cards-2.vps .card .list-unstyled {
    margin: 0 0 25px 0;
}
.cards-2.vps .card .price {
    padding-top: 0;
    padding-bottom: 0;
}
.cards-2.vps .card .card-body {
    padding: 25px 20px 0px;
}
h5.buyer-algo {
    color: #111;
    text-align: center;
    font-size: 17px;
}

.faq-sec {
    text-align: left;
}
.cards-1 .card.faq-txt {
    max-width: 100%;
    border: navajowhite;
    padding: 0;
    margin: 0;
    width: 100%;
    background: transparent;
}
div#faqs {
    padding: 30px 0;
}
div#services {
    padding: 30px 0;
}
.btn-link {
    font-size: 18px;
    cursor: pointer;
}
.card-body p {
    font-weight: 400;
    font-size: 14px;
}
.modal.show .modal-dialog {
    margin-top: 100px;
}
/*
** Style Simple Ecommerce Theme for Bootstrap 4
** Created by T-PHP https://t-php.fr/43-theme-ecommerce-bootstrap-4.html
*/
.bloc_left_price {
    color: #c01508;
    text-align: center;
    font-weight: bold;
    font-size: 150%;
}
.category_block li:hover {
    background-color: #007bff;
}
.category_block li:hover a {
    color: #ffffff;
}
.category_block li a {
    color: #343a40;
}
.add_to_cart_block .price {
    color: #c01508;
    text-align: center;
    font-weight: bold;
    font-size: 200%;
    margin-bottom: 0;
}
.add_to_cart_block .price_discounted {
    color: #343a40;
    text-align: center;
    text-decoration: line-through;
    font-size: 140%;
}
.product_rassurance {
    padding: 10px;
    margin-top: 15px;
    background: #ffffff;
    border: 1px solid #6c757d;
    color: #6c757d;
}
.product_rassurance .list-inline {
    margin-bottom: 0;
    text-transform: uppercase;
    text-align: center;
}
.product_rassurance .list-inline li:hover {
    color: #343a40;
}
.panel-info {
    border-color: #bce8f1;
}
.panel {
    margin-bottom: 20px;
    background-color: #f7f8f8;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    padding-bottom: 17px;
    border-radius: 20px;
}
panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.glyphicon:empty {
    width: 1em;
}
.glyphicon:empty {
    width: 1em;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
}
.txt-black {
    color: #111;
}
.float-l {
    float: left;
}
h4.product-name {
    font-size: 17px;
    margin: 10px 0;
}
.login-reg-panel {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    right: 0;
    left: 0;
    margin: auto;
    height: 180px;
    background-color: #5f2186;
}
.white-panel {
    background-color: rgb(242 212 255);
    /*height:500px; */
    position: absolute;
    top: 0;
    width: 45%;
    right: calc(50% - 50px);
    transition: 0.3s ease-in-out;
    z-index: 0;
    box-shadow: 0 0 15px 9px #00000096;
    padding: 10px;
}
.login-reg-panel input[type="radio"] {
    position: relative;
    display: none;
}
.login-reg-panel {
    color: #010615;
}
.login-reg-panel #label-login,
.login-reg-panel #label-register {
    border: 1px solid #fff;
    padding: 5px 5px;
    width: 150px;
    display: block;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
}
.login-info-box {
    width: 30%;
    padding: 0 50px;
    top: 20%;
    left: 0;
    position: absolute;
    text-align: left;
}
.register-info-box {
    width: 30%;
    padding: 0 50px;
    top: 20%;
    right: 0;
    position: absolute;
    text-align: left;
}
.right-log {
    right: 50px !important;
}

.login-show,
.register-show {
    z-index: 1;
    display: none;
    opacity: 0;
    transition: 0.3s ease-in-out;
    color: #242424;
    text-align: left;
    padding: 15px;
}
.show-log-panel {
    display: block;
    opacity: 0.9;
}
.login-show input[type="text"],
.login-show input[type="password"] {
    width: 100%;
    display: block;
    margin: 20px 0;
    padding: 5px 15px;
    border: 3px solid #960ca6;
    outline: none;
    border-radius: 5px;
}
.login-show input[type="button"] {
    max-width: 150px;
    width: 100%;
    background: #ac38d6;
    color: #f9f9f9;
    border: none;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 2px;
    float: right;
    cursor: pointer;
    border-radius: 10px;
}
.login-show input[type="button"]:hover {
    background: #7b2592;
}
.login-show a {
    display: inline-block;
    padding: 10px 0;
}

.register-show input[type="text"],.register-show select,
.register-show input[type="password"],
.register-show input[type="email"],
.register-show input[type="number"] ,
.register-show input[type="tel"]{
    width: 100%;
    display: block;
    margin: 20px 0;
    padding: 5px 15px;
    border: 3px solid #960ca6;
    outline: none;
    border-radius: 5px;
}
.register-show input[type="button"] {
    max-width: 150px;
    width: 100%;
    background: #ac38d6;
    color: #f9f9f9;
    border: none;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 2px;
    float: right;
    cursor: pointer;
    border-radius: 10px;
}
.register-show input[type="button"]:hover {
    background: #7b2592;
}
.credit {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #3b3b25;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    z-index: 99;
}
.checkout-pg {
    margin-top: 70px;
    margin-bottom: 0px;
}
.frm-logo img {
    width: 40%;
}
.pb-0
{
    padding-bottom: 0;
}
.right-fix 
{
    position: fixed;
    right: -2%;
    bottom: 50%;
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    background: #111;
    padding: 7px 12px;
    margin: auto;
  
}
.right-fix a
{
 text-decoration: none;
}
    li.btn-cart {
    background: #032882;
    padding:4px 13px;
    border-radius: 23px;
}
.navbar-custom ul li a {
    opacity: .9;
    padding: 10px 3px;
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -.007em;
    text-decoration: none;
}

.final__register-wrapper {
    /* background-image: -webkit-linear-gradient(135deg, #0eeff0 30%, #088f90 90%);
     background-image: linear-gradient(135deg, #0eeff0 30%, #088f90 90%); */
     position: relative;
     z-index: 3;
     padding: 20px;
     font-size:16px;
     color: #999999;
     margin-top: 140px;
     overflow: hidden;
   }
   .algo-form {
    margin-bottom: 20px;
    }
    
    .algo-form label, .algo-form label a{
    font-weight: 700;
    font-size: 20px;
    color: #37456F;
    }
    .algo-form p{
    font-weight: 500;
    font-size: 15px;
    color: #37456F;
    }
    
   .final__register-wrapper * {
     box-sizing: border-box;
   }
   .final__register-wrapper form input {
     display: inline-block;
     width: 100%;
     padding: 0 20px;
     line-height: 50px;
     height: 40px;
     background-color: white;
     border: 1px solid #e6e6e6;
     border-bottom-width: 3px;
     border-radius: 5px;
     outline: 0;
     -webkit-transition: all 0.3s ease;
     transition: all 0.3s ease;
   }
   
   .final__register-wrapper form textarea {
     display: inline-block;
     width: 100%;
     padding: 0 20px;
     line-height: 50px;
     height: 100px;
     background-color: white;
     border: 1px solid #e6e6e6;
     border-bottom-width: 3px;
     border-radius: 5px;
     outline: 0;
     -webkit-transition: all 0.3s ease;
     transition: all 0.3s ease;
   }
   
   .final__register-wrapper form input[type="file"] {
     line-height: 30px;
     height: 40px;
     padding: 0;
   }
   .final__register-wrapper form input:not(:last-child) {
     margin-bottom: 20px;
   }
   .final__register-wrapper form input[type="email"]:focus, .final__register-wrapper form input[type="email"]:active, .final__register-wrapper form input[type="password"]:focus, .final__register-wrapper form input[type="password"]:active {
     border-color: #cccccc;
   }
   .final__register-wrapper form input[type="submit"] {
     position: relative;
     line-height: 30px;
     z-index: 1;
     display: inline-block;
     padding: 0 20px;
     font-size: 1rem;
     background-color: #191863;
     background-size: 100%;
     background-image: -webkit-linear-gradient(45deg,
                                                rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%,
                                                rgba(0, 0, 0, 0) 50%,
                                                rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%,
                                                rgba(0, 0, 0, 0));
     background-image:          linear-gradient(45deg,
                                                rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%,
                                                rgba(0, 0, 0, 0) 50%,
                                                rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%,
                                                rgba(0, 0, 0, 0));
     background-size: 20px 20px, 100% 100%;
     border: 1px solid #191863;
     border-bottom-width: 3px;
     color: white;
     outline: none;
     cursor: pointer;
     -webkit-transition: all 0.3s ease;
     transition: all 0.3s ease;
   }
   .final__register-wrapper form input[type="submit"]:hover {
     background-size: 40px 40px;
   }
   .final__register-title {
     font-size: 1.5em;
     padding-bottom: 20px;
     margin: 0 0 20px;
     border-bottom: 1px dashed #e6e6e6;
   }
   .final__register-block {
     position: relative;
     display: block;
     width: 100%;
     max-width: 550px;
     margin: auto;
     padding: 30px;
     background-color: white;
     box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
     border-radius: 5px;
   }
   .final__register-block:before, .final__register-block:after {
     position: absolute;
     z-index: -1;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     display: block;
     width: 100%;
     height: 100%;
     content: "";
     background-color: white;
     border: 1px solid #e6e6e6;
     border-radius: 5px;
     -webkit-transform: scale(0.9) translate(0, 0);
             transform: scale(0.9) translate(0, 0);
     -webkit-transition: all 0.3s ease;
     transition: all 0.3s ease;
   }
   .final__register-block:hover:before {
     z-index: -1;
     -webkit-transform: scale(0.96) translate(0, 16px);
             transform: scale(0.96) translate(0, 16px);
   }
   .final__register-block:hover:after {
     z-index: -2;
     -webkit-transform: scale(0.92) translate(0, 32px);
             transform: scale(0.92) translate(0, 32px);
   }
   
   /* The container */
.container-check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 15px !important;
}

/* Hide the browser's default checkbox */
.container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-check .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.txt-head {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #111;
}
p.txt-para {
    font-size: 15px;
    color: #737373;
}
ul.txt-para {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.txt-para li {
    font-size: 15px;
    color: #737373;
    width: 100% !important;
}
/*.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: transparent !important;
    background-clip: padding-box;
    border: none;
    border-radius: .3rem;
    outline: 0;
}*/
/*.modal-header {
    border-bottom: none !important; 
}*/
.modal-header .close {
    padding: 1rem 1rem;
     margin: 0 !important; 
}
input#apply_coupon {
    background: #380e7a;
    color: #fff;
    border: 5px solid #380e7a;
    border-radius: 30px;
    padding: 0px 25px;
}
.coupon h4 {
    font-size: 19px;
    
    
}
.coupon {
    margin-bottom: 20px;
    padding: 0 12px;
    text-align: center;
}
p.total {
    padding: 0 30px;
    font-size: 25px;
}
.message span
{
    font-size: 14px;
}
.message {
    text-align: center;
}


.banner-three {
    height: 706px;
    position: relative;
    background-position: top;
    background-repeat: no-repeat;
    overflow: hidden;
}
.p-t100 {
    padding-top: 100px;
}
.bg-primary {
    background-color: var(--primary) !important;
}
.banner-three .banner-inner {
    z-index: 99;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 210px;
}
.banner-three:after {
    background-image: url(../images/pic2.png);
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
        background-position: center;
    z-index: 0;
    background-size: cover;
}
.move-1 {
    -webkit-animation: move1 5s infinite;
    animation: move1 5s infinite;
    width: 100%;
}
.platform-dev
{
    padding: 0px 0 40px;
    background: #fff;
}
.platform-dev h2
{
    color: #717C81;
    font-size: 20px;
}
.platform-dev .line
{
    background: #d8d8d8;
}
.hd-box p
{
    width: 85%;
}
.plr-0
{
    padding-left: 0;
    padding-right: 0;
}
.cart-btn a{
    position: fixed;
    top: 1.5%;
    right: -24%;
    background: #ff0011;
    z-index: 9999;
    width: 29%;
    padding: 7px;
    border-radius: 10px;
    transition: 0.4s;
}
.cart-btn a:hover{
    right: -23%;
    width: 29%;
    background: #e48ade;
}
.cart-btn img{
    width: 10%;
}
.empty-cart h2
{
    color: #b905dd;
}
.empty-cart img
{
    width: 40%;
}
.line {
    height: 0px;
    width: 170px;
    background: #c6dfff;
    padding: 2px 0;
    margin: 15px auto 30px;
    border-radius: 50%;
}
.brokers img
{
    width: 90%;
}
.social ul
{
    position: fixed;
    right: 0;
    top: 20%;
    padding: 0;
    z-index: 9999;
}
.social ul li
{
        list-style: none;
    padding: 16px;
    width: 55px;
    height: 65px;
    line-height: 45px;
    
}
.social ul li a
{
    float: left;
    
}
.social ul li i
{
    font-size: 35px;
}
.social ul li.fb
{
    background: #097EEB;
}
.social ul li.tg
{
    background: #28A8E9;
}
.social ul li.yt
{
    background: #FE0000;
}
.social ul li.wp
{
    background: #1AD03F;
}
.clients-area {
    background: #fff;
    float: left;
    width: 100%;
    padding: 25px 5px;
    border-radius: 20px;
    border: 3px solid #04b337;
}

.clients-area img{
    
    width: 100%;
}
.login-body {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.login-body-blue {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.login-body a {
    background: #dc042b;
    border-color: #dc042b;
    color: #fff;
    border-radius: 5px;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 20px;
    font-weight: 600;
    text-align: center;
        transition: all .2s linear 0s!important;
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 25%);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 25%);
}
.login-body-blue a {
    background: #046edc;
    border-color: #046edc;
    color: #fff;
    border-radius: 5px;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 20px;
    font-weight: 600;
    text-align: center;
        transition: all .2s linear 0s!important;
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 25%);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 25%);
}
.cards-1.client-area {
    background: #04012e;
    margin-top: 11%;
    padding: 55px 0;
}
.bg-blue .card .card-body {
    background: #ebf8f9;
}
.bg-yellow .card .card-body {
    background: #f9f8d6;
}
.bg-orange .card .card-body {
    background: #ffd3d3;
}
.make-own-algo p{
    text-align: center;
}
.make-own-algo{
    margin-bottom: 20px;
}
.make-own-algo h3
{
    margin-bottom: 1.375rem;
    font-weight: 900;
    color: #ffca9e;
}
.make-own-algo p
{
    margin-top: 10px;
    font-size: 18px;
}
/*jssor slider loading skin spin css*/
        .jssorl-009-spin img {
            animation-name: jssorl-009-spin;
            animation-duration: 1.6s;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
        }

        @keyframes jssorl-009-spin {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }

.topbar-left ul li {
    display: inline-block;
}
.topbar-area {
    background:#d27353;
        height: 45px;
        position: relative;
    z-index: 999999;
}
.topbar-left ul li a {
    color: #ffffff;
    display: block;
    margin-right: 20px;
    padding: 11px 0;
    text-decoration: none;
    font-size: 15px;
}
.topbar-left ul{
    margin-bottom: 0px;
}
.topbar-left ul li a i {
    color: #ffffff;
    font-size: 16px;
    padding-right: 3px;
}
.topbar-left ul li:last-child a{
	margin-right:0px;
}
.topbar-right {
    float: right;
}
.topbar-right ul{
    display: inline-block;
}
.topbar-right ul li {
    display: inline-block;
    position: relative;
}
.topbar-right>ul>li>a {
    color: #c4d5f6;
    display: block;
    padding: 12px 30px 10px 0px;
    position: relative;
    font-size: 15px;
}
.topbar-right img {
    margin-right: 5px;
}
.topbar-right .select {
    margin-right: 20px;
    background: transparent;
    color: #fff;
    border: 1px solid #333;
    padding: 4px 5px;
}
.topbar-right select option {
    background-color: #150550;
    padding: 10px 0;
    display: block;
    border-top: 1px solid #e5e5e5;
}

.card-body.pri_table_list {
    box-shadow: 0 5px 25px rgb(0 0 0 / 10%);
    padding: 40px 30px;
    position: relative;
    overflow: hidden;
    background: #111010;
    margin-bottom: 0px;
    border-radius: 4px;
    z-index: 1;
}
.card-body.pri_table_list::after {
    background: url('https://sub.algosys.co.in/assets/front/images/layer.png');
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.2;
}
.pricing-text{
    display: block;
}
.card-body.pri_table_list ol li {
    padding: 14px 5px;
    font-size: 17px;
    font-weight: 600;
    border: 1px dotted #666;
}
.card-body.pri_table_list ol li:nth-child(2n){
    border-top: none;
    border-bottom: none;
}

.how-to-area {
    padding: 100px 0px 160px;
}
.all-how{
	margin-bottom:60px;
}
.single-how {
    text-align: center;
    z-index: 1;
    overflow: hidden;
    transition: 0.4s;
    padding: 40px 30px;
    border-radius: 5px;
    background: #232861;
}
.how-wel {
    padding: 20px 0px 0px;
}
.how-img {
    position: relative;
    display: block;
}
.big-icon img {
        width: 30%;
}
.how-content p {
    margin-bottom: 0px;
    color: #fff;
}
.how-content h4 {
    display: inline-block;
    font-size: 24px;
    margin-bottom: 0;
    padding: 0 0 10px;
    font-weight: 600;
}
.single-how.first-item,
.single-how.thired-item{
    position: relative;
    top: 60px;
}
.h-number {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    left: -10px;
    top: -10px;
    background:#FC0077; 
}


/*--------------------------------*/
/* 4.Welcome services area
/*--------------------------------*/
.welcome-area{
    position: relative;
}
.well-services {
    padding: 30px 30px 15px;
    border-radius: 10px 50px 10px 10px;
    background: #131740;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.well-services::after{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    content: "";
    background: url(https://sub.algosys.co.in/assets/front/images/icon/layer2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
    z-index:-1;
}
.three-well{
    margin-top: 100px;
}
.big-icon img {
    width: 70px;
    display: inline-block;
    height: 70px;
}
.wel-content h4 {
    display: inline-block;
    font-size: 22px;
    margin-bottom: 0;
    padding: 0 0 10px;
}
.wel-content p {
    font-size: 16px;
    color: #fff;
}
.wel-content a{
    position: relative;
    font-weight: 500;
    color: #444;
}
.services-img{
    width: 111px;
    height: 111px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 33px;
    position: relative;
}
.well-service-text {
    margin-left: 60px;
}
.color-text-bold {
    color: #d27353;
    font-weight: 800;
}

/*----------------------------------------*/
/*  3. Intro Area
/*----------------------------------------*/
.intro-home{
	position: relative;
	overflow: hidden;
	height: 80vh;
}
.bg-wrapper{
    position: relative;
    z-index: 1;
}
.bg-wrapper::after{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background:url(https://sub.algosys.co.in/assets/front/images/icon/bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    opacity: 0.90;
    content:"";
}
.intro-content {
    position: absolute;
    z-index: 2;
    top: 25%;
    left: 0;
    width: 100%;
    height: auto;
    margin-top: 0px;
}
.slide-images {
    margin-top: -40px;
}
.slide-all-text {
    margin-top: 50px;
}
.slider-content {
    position: relative;
}
.title-2 {
    color: #003a63;
    font-size: 64px;
    font-weight: 700;
    line-height: 74px;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.layer-1 {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.title-1 {
    font-size: 26px;
    color: #04b111;
    font-weight: 700;
}
.ready-btn {
    color: #fff;
    font-weight: 600;
    padding: 13px 30px;
    display: inline-block;
    text-transform: capitalize;
    font-size: 18px;
    background-color: #d27353;
    border-radius: 3px;
    border:1px solid #d27353;
    margin-top: 20px;
}
.ready-btn:hover {
    background-color:transparent;
    color: #d27353;
    transition: 0.5s;
}

.wrap {
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}

a:focus,
a:hover,
a:active {
  outline: 0;
  text-decoration: none;
}

.panel {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #fff;
  background: none;
  box-shadow: none;
}

.panel:last-child {
  border-bottom: none;
}

.panel-group > .panel:first-child .panel-heading {
  border-radius: 4px 4px 0 0;
}

.panel-group .panel {
  border-radius: 0;
}

.panel-group .panel + .panel {
  margin-top: 0;
}

.panel-heading {
  background-color: #009688;
  border-radius: 0;
  border: none;
  color: #fff;
  padding: 0;
}

.panel-title a {
  display: block;
  color: #fff;
  padding: 15px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
}

.panel-body {
  background: #fff;
}

.panel:last-child .panel-body {
  border-radius: 0 0 4px 4px;
}

.panel:last-child .panel-heading {
  border-radius: 0 0 4px 4px;
  transition: border-radius 0.3s linear 0.2s;
}

.panel:last-child .panel-heading.active {
  border-radius: 0;
  transition: border-radius linear 0s;
}
/* #bs-collapse icon scale option */

.panel-heading a:before {
  content: '\e146';
  position: absolute;
  font-family: 'Material Icons';
  right: 5px;
  top: 10px;
  font-size: 24px;
  transition: all 0.5s;
  transform: scale(1);
}

.panel-heading.active a:before {
  content: ' ';
  transition: all 0.5s;
  transform: scale(0);
}

/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/
.collapsible-link {
  width: 100%;
  position: relative;
  text-align: left;
}

.collapsible-link::before {
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
  display: block;
  font-family: "FontAwesome";
  font-size: 1.1rem;
}

.collapsible-link[aria-expanded="true"]::before {
  content: "\f106";
}
.card-faq .card-header {
    background: #ff58bc;
}

.card-faq .card-header .btn-link {
    color: #fff !important;
}
